.rtl .pull-left {
  float: right !important;
}

.rtl .pull-right {
  float: left !important;
}

.rtl [class*="col-"] {
  float: right;
}

.rtl .vc_row[data-vc-full-width] {
  float: left;
}

.rtl .next.page-numbers {
  line-height: 44px;
}

.rtl .next.page-numbers .fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rtl .prev.page-numbers {
  line-height: 44px;
}

.rtl .prev.page-numbers .fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rtl .slick-prev.slick-arrow, .rtl .slick-next.slick-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rtl .nano > .nano-content {
  left: -17px !important;
  right: inherit !important;
}

/**
* Hover image
*/
.wpb_single_image {
  overflow: hidden;
  display: block;
}

.wpb_single_image a {
  display: block !important;
}

.wpb_single_image .vc_single_image-wrapper {
  display: block !important;
}

.wpb_single_image:hover {
  cursor: pointer;
}

.hsok-image {
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: auto;
}

.img-effect:hover .wp-post-image {
  margin-left: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.rtl .img-effect:hover .wp-post-image {
  margin-right: 100%;
  margin-left: inherit;
}

.img-effect:hover .hsok-image {
  right: 0;
  left: 0%;
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

div.affect-border:hover:before {
  top: 1px;
  left: 0px;
}

.rtl div.affect-border:hover:before {
  right: 0px;
  left: auto;
}

div.affect-border:hover:after {
  top: -1px;
  right: 0px;
}

.rtl div.affect-border:hover:after {
  left: 0px;
  right: auto;
}

div.affect-border:hover div.affect-border-inner:before {
  top: 0;
  left: 0px;
}

.rtl div.affect-border:hover div.affect-border-inner:before {
  right: 0px;
  left: auto;
}

div.affect-border:hover div.affect-border-inner:after {
  bottom: 0;
  left: 0px;
}

.rtl div.affect-border:hover div.affect-border-inner:after {
  right: 0px;
  left: auto;
}

div.affect-border,
div.affect-border-inner {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: block;
}

div.affect-border:before, div.affect-border:after,
div.affect-border-inner:before,
div.affect-border-inner:after {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  content: " ";
  display: block;
  position: absolute;
  z-index: 99;
  background: #222;
}

div.affect-border:before, div.affect-border:after {
  height: 100%;
  width: 2px;
}

div.affect-border:before {
  top: -100%;
  left: 0px;
}

.rtl div.affect-border:before {
  right: 0px;
  left: auto;
}

div.affect-border:after {
  top: 100%;
  right: 0px;
}

.rtl div.affect-border:after {
  left: 0px;
  right: auto;
}

div.affect-border-inner:before, div.affect-border-inner:after {
  height: 2px;
  width: 100%;
}

div.affect-border-inner:before {
  top: 0;
  left: 100%;
}

.rtl div.affect-border-inner:before {
  right: 100%;
  left: auto;
}

div.affect-border-inner:after {
  bottom: 0;
  left: -100%;
}

.rtl div.affect-border-inner:after {
  right: -100%;
  left: auto;
}

.affect-zoo-border {
  position: relative;
}

.affect-zoo-border-inner {
  -webkit-transform: translate3d(-20px, 0px, 0px);
  -ms-transform: translate3d(-20px, 0px, 0px);
  -moz-transform: translate3d(-20px, 0px, 0px);
  transform: translate3d(-20px, 0px, 0px);
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
}

.affect-zoo-border-inner img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.affect-zoo-border-inner:hover {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.affect-zoo-border:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  pointer-events: none;
  border: 1px solid transparent;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.affect-zoo-border:hover:before {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #fff;
}

.slide-border .overlay_border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.slide-border .overlay_border:before,
.slide-border .overlay_border:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
}

.slide-border .overlay_border:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}

.slide-border .overlay_border:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
}

.slide-border:hover .overlay_border:before,
.slide-border:hover .overlay_border:after,
.slide-border.hover .overlay_border:before,
.slide-border.hover .overlay_border:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.slide-border .overlay_border:before,
.slide-border .overlay_border:before,
.slide-border .overlay_border:after,
.slide-border .overlay_border:after {
  top: 30px;
  right: 15px;
  bottom: 30px;
  left: 14px;
}

.rtl .slide-border .overlay_border:before, .rtl
.slide-border .overlay_border:before, .rtl
.slide-border .overlay_border:after, .rtl
.slide-border .overlay_border:after {
  left: 15px;
  right: auto;
}

.rtl .slide-border .overlay_border:before, .rtl
.slide-border .overlay_border:before, .rtl
.slide-border .overlay_border:after, .rtl
.slide-border .overlay_border:after {
  right: 14px;
  left: auto;
}

.affect-plus {
  position: relative;
}

.affect-plus::before {
  overflow: hidden;
  position: absolute;
  top: 0;
  content: "";
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: scale(0.4) rotateY(180deg);
  -moz-transform: scale(0.4) rotateY(180deg);
  -ms-transform: scale(0.4) rotateY(180deg);
  -o-transform: scale(0.4) rotateY(180deg);
  transform: scale(0.4) rotateY(180deg);
  background: url("../images/plus.png") no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

.rtl .affect-plus::before {
  right: 0;
  left: auto;
}

.affect-plus:hover::before {
  visibility: visible;
  opacity: 0.6;
  -webkit-transform: scale(1) rotateY(0deg);
  -moz-transform: scale(1) rotateY(0deg);
  -ms-transform: scale(1) rotateY(0deg);
  -o-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
}

.affect-zoom {
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.affect-zoom:after {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
  pointer-events: none;
}

.rtl .affect-zoom:after {
  right: 0px;
  left: auto;
}

.affect-zoom img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.affect-zoom:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.affect-zoom-animation {
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.affect-zoom-animation:after {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
}

.rtl .affect-zoom-animation:after {
  right: 0px;
  left: auto;
}

.affect-zoom-animation:hover:after {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: rgba(0, 0, 0, 0.3);
}

.affect-zoom-animation:hover img {
  animation: 10s linear 0s alternate none 2 running animation_zoom;
}

@keyframes animation_zoom {
  0% {
    transform: scale(1) translateX(0px);
  }
  50% {
    transform: scale(1.2) translateX(-10px);
  }
  75% {
    transform: scale(1.3) translateX(-20px);
  }
  100% {
    transform: scale(1.4) translateX(-30px);
  }
}

.affect-fast {
  position: relative;
}

.affect-fast:after {
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
  background: url("../images/mlass.png") no-repeat;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
  pointer-events: none;
}

.rtl .affect-fast:after {
  right: -100%;
  left: auto;
}

.affect-fast:before {
  border: 6px solid rgba(255, 255, 255, 0.5);
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0px;
  overflow: visible;
  position: absolute;
  right: 0px;
  top: 0;
  pointer-events: none;
}

.rtl .affect-fast:before {
  right: 0px;
  left: auto;
}

.rtl .affect-fast:before {
  left: 0px;
  right: auto;
}

.affect-fast:hover:after {
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
  left: 100%;
}

.rtl .affect-fast:hover:after {
  right: 100%;
  left: auto;
}

.add-links, .quick-view {
  display: inline-block;
}

.product-block {
  overflow: hidden;
}

.product-block .wp-post-image {
  margin-left: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.rtl .product-block .wp-post-image {
  margin-right: 0;
  margin-left: inherit;
}

.product-block .hsok-image {
  display: none;
  position: absolute;
}

.list-view .product-block:hover .caption-product {
  background: transparent;
}

.list-view .product-block:hover .name a {
  color: #222222;
}

@-webkit-keyframes button-enter {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes button-enter {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes button-leave {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes button-leave {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0 !important;
}

.row-nopadding {
  margin: 0;
}

.row-nopadding [class*="col-"] {
  padding: 0;
}

.has-padding-top {
  padding-top: 50px;
}

.balance-padding-left {
  padding-left: 7.5px;
}

.rtl .balance-padding-left {
  padding-right: 7.5px;
  padding-left: inherit;
}

.balance-padding-right {
  padding-right: 7.5px;
}

.rtl .balance-padding-right {
  padding-left: 7.5px;
  padding-right: inherit;
}

.archive-blog.padding-balance article {
  margin-bottom: 15px;
}

.balance-padding .row {
  margin: 0 -7.5px;
}

.balance-padding [class*="col-"] {
  padding: 0 7.5px;
}

.balance-padding .col-md-6:nth-child(2n+1) {
  clear: left;
}

.no-hidden {
  overflow: inherit !important;
}

.vc_row-fluid[data-vc-stretch-content="true"] {
  padding: 0 60px;
}

.vc_row-fluid[data-vc-stretch-content="true"].vc_row-no-padding {
  padding: 0;
}

.vc_row-fluid > .wpb_column > .vc_column-inner {
  padding: 0;
}

.vc_column-inner .wpb_button,
.vc_column-inner .wpb_content_element, .vc_column-inner ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0px;
}

.site-main .vc_col-has-fill > .vc_column-inner,
.site-main .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.site-main .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.site-main .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0px;
}

.inline input {
  height: auto;
}

.bg-cover {
  position: relative;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0px;
  background-size: cover;
  background-position: center center;
  min-height: 450px;
}

.bg-cover.bg-lg {
  min-height: 650px;
}

.has-padding {
  margin: 0 -7.5px !important;
}

.has-padding .wpb_column {
  padding: 0 7.5px;
}

.has-padding .vc_row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.has-padding .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.has-padding .wpb_content_element {
  margin-bottom: 14px;
}

.padding-big {
  padding: 400px 0;
}

.table-inner {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
}

.table-inner:before, .table-inner:after {
  content: " ";
  display: table;
}

.table-inner:after {
  clear: both;
}

.table-inner > * {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}

.rtl .table-inner > * {
  padding-right: 15px;
  padding-left: inherit;
}

.table-inner > *:first-child {
  padding-left: 0px;
}

.rtl .table-inner > *:first-child {
  padding-right: 0px;
  padding-left: inherit;
}

.close {
  font-size: 14px;
}

.link {
  color: #ffffff;
}

.link:hover {
  color: #222;
}

.link .fa {
  margin-left: 7px;
}

.rtl .link .fa {
  margin-right: 7px;
  margin-left: inherit;
}

.box-equal {
  display: table;
  width: 100%;
}

.box-equal > * {
  width: 50%;
  float: none !important;
  display: table-cell;
  vertical-align: top;
  vertical-align: middle;
}

.box-equal .wpb_content_element {
  margin-bottom: 0px;
}

.box-equal .wpb_text_column {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0px;
  top: 0;
}

.rtl .box-equal .wpb_text_column {
  left: 0px;
  right: auto;
}

.box-equal .wpb_text_column .wpb_wrapper {
  bottom: 0;
  height: 30%;
  left: 0;
  margin: auto !important;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: 70%;
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .box-equal {
    display: block;
  }
  .box-equal > .wpb_column {
    width: 100%;
    float: left;
    display: block;
    vertical-align: top;
    vertical-align: middle;
  }
  .rtl .box-equal > .wpb_column {
    float: right;
  }
  .box-equal .wpb_text_column {
    position: relative;
  }
  .box-equal .wpb_text_column .wpb_wrapper {
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .box-equal {
    display: block;
  }
  .box-equal > .wpb_column {
    width: 100%;
    float: left;
    display: block;
    vertical-align: top;
    vertical-align: middle;
  }
  .rtl .box-equal > .wpb_column {
    float: right;
  }
  .box-equal .wpb_text_column {
    position: relative;
  }
  .box-equal .wpb_text_column .wpb_wrapper {
    position: relative;
  }
}

@media (max-width: 767px) {
  .box-equal {
    display: block;
  }
  .box-equal > * {
    width: 100%;
    float: left;
    display: block;
    vertical-align: top;
    vertical-align: middle;
  }
  .rtl .box-equal > * {
    float: right;
  }
  .box-equal .wpb_text_column {
    position: relative;
  }
  .box-equal .wpb_text_column .wpb_wrapper {
    position: relative;
  }
}

.js-vc_parallax-o-image {
  background-attachment: fixed;
  background-clip: padding-box;
  background-position: center center;
  height: 100%;
  top: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-plus {
  position: relative;
}

.center {
  text-align: center;
}

#infscr-loading {
  display: none !important;
}

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px 20px;
}

.nano > .nano-content:focus {
  outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
  display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border-radius: 2px;
}

.rtl .nano > .nano-pane {
  left: 0;
  right: auto;
}

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: #222;
  position: relative;
  margin: 0 1px;
  border-radius: 2px;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

.bgr-item {
  background: black none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  top: 0;
}

.modal-header {
  border: none;
}

.modal-header .close {
  opacity: 1;
  z-index: 999;
  text-shadow: none;
  width: 100px;
  height: 100px;
  position: absolute;
  right: 100px;
  top: 100px;
  color: black;
  border-radius: 100%;
}

.modal-header i {
  font-size: 100px;
  z-index: 999;
  opacity: 1;
  border: none;
}

.overlay .vc_item {
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.overlay .vc_item:hover {
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.space {
  display: block;
  min-height: 1px;
  position: relative;
}

html {
  height: 100%;
}

body {
  margin: auto;
  font-size: 18px;
  font-weight: 300;
  color: #212529;
  background: #fff;
  overflow-x: hidden;
  line-height: 34px;
  height: 100%;
  word-wrap: break-word;
}

#page {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

.site-content {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: auto;
  min-height: 0;
}

footer {
  clear: both;
  float: left;
  position: relative;
  right: 0px;
  width: 100%;
}

.rtl footer {
  float: right;
}

.rtl footer {
  left: 0px;
  right: auto;
}

a {
  line-height: 1;
  color: #212529;
}

a:hover, a:focus {
  outline: none;
  text-decoration: none;
  color: #222;
}

btn {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

btn:hover, btn:focus {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
  margin-top: 50px;
  font-weight: 500;
  color: #222222;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #222222;
}

/* Mozilla based browsers */
::-moz-selection {
  background-color: #222222;
  color: #fff;
}

/* Works in Safari */
::selection {
  background-color: #222222;
  color: #fff;
}

th {
  font-weight: 500;
}

ul li {
  line-height: 36px;
}

select {
  height: 38px;
  padding: 5px 10px;
  border: 1px solid #ebebeb;
  font-size: 18px;
}

label {
  color: #222222;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  line-height: 24px;
}

address {
  line-height: 38px;
}

b, strong {
  font-weight: 500;
  color: #222222;
}

.radio, .checkbox {
  display: inline-block;
}

blockquote, .wp-block-quote:not(.is-large):not(.is-style-large) {
  font-size: 22px;
  line-height: 38px;
  font-weight: 400;
  position: relative;
  margin-bottom: 35px;
  color: #1a1a26;
  margin-top: 35px;
  text-align: center;
  padding: 120px 100px 20px 100px;
  border: none;
}

blockquote:before, .wp-block-quote:not(.is-large):not(.is-style-large):before {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  content: "\f347";
  font-family: Ionicons;
  font-size: 24px;
  color: #FFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
  background: #222222;
}

blockquote p, .wp-block-quote:not(.is-large):not(.is-style-large) p {
  margin-bottom: 10px;
}

blockquote cite, .wp-block-quote:not(.is-large):not(.is-style-large) cite {
  color: #7e7a7a;
  font-weight: 400;
}

:focus {
  outline: none;
}

p {
  margin: 0 0 30px;
}

img {
  max-width: 100%;
  height: auto;
}

.img.size-full {
  height: auto;
  max-width: 100%;
}

.alignright {
  float: right;
}

.rtl .alignright {
  float: left;
}

.alignleft {
  float: left;
}

.rtl .alignleft {
  float: right;
}

.aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

textarea.form-control {
  padding-top: 20px;
  padding-left: 15px;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #e6e5e1;
}

input {
  height: 50px;
  -webkit-appearance: none;
  appearance: none;
  background-image: none;
  border: 1px solid #e6e5e1;
}

.form-control {
  -webkit-appearance: none;
  appearance: none;
  background-image: none;
  border: 1px solid #e6e5e1;
}

input[type="submit"] {
  background-color: #1a1a26;
  border-color: #1a1a26;
  border-style: solid;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 15px 20px;
  font-family: "now";
  font-weight: 400;
  letter-spacing: 0.5px;
  height: 50px;
  vertical-align: top;
  text-transform: uppercase;
}

input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
  background: #222222;
}

input[type="hidden"] {
  height: 0;
}

input[type="checkbox"], input[type="radio"] {
  height: auto;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  box-sizing: border-box;
  margin-right: 5px;
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
}

/*video responsive*/
.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.video-responsive embed,
.video-responsive iframe,
.video-responsive iframe,
.video-responsive video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: none;
}

.rtl .video-responsive embed, .rtl
.video-responsive iframe, .rtl
.video-responsive iframe, .rtl
.video-responsive video {
  right: 0;
  left: auto;
}

.audio-responsive iframe {
  width: 100%;
  height: 126px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.alert {
  margin: 20px 0;
  padding: 20px;
}

.tags-list a, .tagcloud a {
  background: #FAFAFA;
  border: 1px solid #ddd;
  color: #212529;
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 3px;
  padding: 7px 10px;
  font-size: 14px;
}

.rtl .tags-list a, .rtl .tagcloud a {
  margin-right: 3px;
  margin-left: inherit;
}

.tags-list a:hover, .tagcloud a:hover {
  color: #fff !important;
  background: #222222;
  border: 1px solid #222222;
}

dt {
  font-weight: 500;
  color: #222222;
}

.required {
  border: 0 none;
  color: #ff0000;
  font-weight: 700;
}

.tagcloud a {
  font-size: 12px !important;
  color: #212529;
}

.tagcloud a:hover {
  color: #ffffff;
}

pre {
  border: none;
  border-radius: 0;
}

table {
  color: #212121;
  border: 1px solid #e5e5e5;
}

table thead {
  background: #FAFAFA;
}

table thead > tr > th {
  border-bottom: 1px solid #e5e5e5;
}

table th {
  font-weight: 400;
}

table tbody {
  font-size: 14px;
}

td p, th p {
  margin-bottom: 15px;
}

#today a {
  color: #FFF;
}

.mo-openid-app-icons > a img {
  margin-left: 0 !important;
  margin-right: 5px !important;
}

body {
  font-family: "now", Arial, serif;
}

/* btn 1 */
.btn-outline {
  color: #222222;
  border-style: solid;
  background-color: #222222;
  border-color: #222222;
  border-radius: 0px;
  font-family: "now";
  font-size: 16px;
  padding: 15px 20px;
  height: auto;
  font-weight: 400;
  cursor: pointer;
  border-width: 1px;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
  box-shadow: none;
}

.open .btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}

.btn-outline:active, .btn-sizeguide
.btn-outline.active {
  background-image: none;
}

.open .btn-outline.dropdown-toggle {
  background-image: none;
}

.btn-outline.disabled, .btn-outline.disabled:hover, .btn-outline.disabled:focus, .btn-outline.disabled:active, .btn-outline.disabled.active, .btn-outline[disabled], .btn-outline[disabled]:hover, .btn-outline[disabled]:focus, .btn-outline[disabled]:active, .btn-outline[disabled].active,
fieldset[disabled] .btn-outline,
fieldset[disabled] .btn-outline:hover,
fieldset[disabled] .btn-outline:focus,
fieldset[disabled] .btn-outline:active,
fieldset[disabled] .btn-outline.active {
  background-color: #222222;
  border-color: #222222;
}

.btn-outline .badge {
  color: #222222;
  background-color: #222222;
}

/* btn 2 */
.btn-inverse {
  color: #222222;
  border-style: solid;
  background-color: #FFF;
  border-color: #222222;
  border-radius: 0px;
  font-family: "now";
  font-size: 16px;
  padding: 15px 20px;
  height: auto;
  font-weight: 400;
  cursor: pointer;
  border-width: 1px;
  border: 0;
  position: relative;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  padding-top: 16px;
  padding-top: 16px;
  z-index: 1;
  -webkit-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active {
  color: #444444;
  background-color: #fff;
  border-color: #444444;
  box-shadow: none;
}

.open .btn-inverse.dropdown-toggle {
  color: #444444;
  background-color: #fff;
  border-color: #444444;
}

.btn-inverse:active, .btn-sizeguide
.btn-inverse.active {
  background-image: none;
}

.open .btn-inverse.dropdown-toggle {
  background-image: none;
}

.btn-inverse.disabled, .btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled:active, .btn-inverse.disabled.active, .btn-inverse[disabled], .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled]:active, .btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse,
fieldset[disabled] .btn-inverse:hover,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse:active,
fieldset[disabled] .btn-inverse.active {
  background-color: #FFF;
  border-color: #222222;
}

.btn-inverse .badge {
  color: #FFF;
  background-color: #222222;
}

.btn-inverse:after, .btn-inverse:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.btn-inverse:after {
  content: '';
  border: 1px solid #222222;
}

.btn-inverse:before {
  background-color: #222222;
  content: '';
  z-index: -1;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-animation: button-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  -o-animation: button-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: button-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.btn-inverse:hover, .btn-inverse:focus {
  color: #FFF;
}

.btn-inverse:hover i, .btn-inverse:focus i {
  color: #FFF;
}

.btn-inverse:hover:before, .btn-inverse:focus:before {
  -webkit-animation-name: button-enter;
  animation-name: button-enter;
}

/* btn-3 */
.btn-variant {
  color: #ffffff;
  border-style: solid;
  background-color: #222;
  border-color: #222;
  border-radius: 0px;
  font-family: "now";
  font-size: 16px;
  padding: 15px 20px;
  height: auto;
  font-weight: 400;
  cursor: pointer;
  border-width: 1px;
}

.btn-variant:hover, .btn-variant:focus, .btn-variant:active, .btn-variant.active {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
  box-shadow: none;
}

.open .btn-variant.dropdown-toggle {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}

.btn-variant:active, .btn-sizeguide
.btn-variant.active {
  background-image: none;
}

.open .btn-variant.dropdown-toggle {
  background-image: none;
}

.btn-variant.disabled, .btn-variant.disabled:hover, .btn-variant.disabled:focus, .btn-variant.disabled:active, .btn-variant.disabled.active, .btn-variant[disabled], .btn-variant[disabled]:hover, .btn-variant[disabled]:focus, .btn-variant[disabled]:active, .btn-variant[disabled].active,
fieldset[disabled] .btn-variant,
fieldset[disabled] .btn-variant:hover,
fieldset[disabled] .btn-variant:focus,
fieldset[disabled] .btn-variant:active,
fieldset[disabled] .btn-variant.active {
  background-color: #222;
  border-color: #222;
}

.btn-variant .badge {
  color: #222;
  background-color: #ffffff;
}

.button, .woocommerce-Button {
  color: #ffffff;
  border-style: solid;
  background-color: #282828;
  border-color: #282828;
  border-radius: 0px;
  font-family: "now";
  font-size: 16px;
  padding: 15px 20px;
  height: auto;
  font-weight: 400;
  cursor: pointer;
  border-width: 1px;
  border-width: 0;
  text-transform: uppercase;
}

.button:hover, .button:focus, .button:active, .button.active, .woocommerce-Button:hover, .woocommerce-Button:focus, .woocommerce-Button:active, .woocommerce-Button.active {
  color: #ffffff;
  background-color: #222;
  border-color: #222;
  box-shadow: none;
}

.open .button.dropdown-toggle, .open .woocommerce-Button.dropdown-toggle {
  color: #ffffff;
  background-color: #222;
  border-color: #222;
}

.button:active, .btn-sizeguide
.button.active, .woocommerce-Button:active, .btn-sizeguide
.woocommerce-Button.active {
  background-image: none;
}

.open .button.dropdown-toggle, .open .woocommerce-Button.dropdown-toggle {
  background-image: none;
}

.button.disabled, .button.disabled:hover, .button.disabled:focus, .button.disabled:active, .button.disabled.active, .button[disabled], .button[disabled]:hover, .button[disabled]:focus, .button[disabled]:active, .button[disabled].active,
fieldset[disabled] .button,
fieldset[disabled] .button:hover,
fieldset[disabled] .button:focus,
fieldset[disabled] .button:active,
fieldset[disabled] .button.active, .woocommerce-Button.disabled, .woocommerce-Button.disabled:hover, .woocommerce-Button.disabled:focus, .woocommerce-Button.disabled:active, .woocommerce-Button.disabled.active, .woocommerce-Button[disabled], .woocommerce-Button[disabled]:hover, .woocommerce-Button[disabled]:focus, .woocommerce-Button[disabled]:active, .woocommerce-Button[disabled].active,
fieldset[disabled] .woocommerce-Button,
fieldset[disabled] .woocommerce-Button:hover,
fieldset[disabled] .woocommerce-Button:focus,
fieldset[disabled] .woocommerce-Button:active,
fieldset[disabled] .woocommerce-Button.active {
  background-color: #282828;
  border-color: #282828;
}

.button .badge, .woocommerce-Button .badge {
  color: #282828;
  background-color: #ffffff;
}

.btn-lg {
  padding: 15px 30px;
  font-size: 16px;
  letter-spacing: 0.5px;
}

#loadmore-button {
  border: 1px solid #f0f0f0;
  background: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 25px;
  color: #282828;
  text-align: center;
  display: block;
}

#loadmore-button:hover {
  background: #222;
  border: 1px solid #222;
  color: #FFF;
}

.btn-loadmore {
  background: #201f1f;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 25px;
  color: #fff;
  text-align: center;
  display: block;
  max-width: 260px;
  margin: auto;
  cursor: pointer;
}

.btn-loadmore:hover {
  background: #222222;
  color: #FFF;
}

.btn-readmore {
  font-size: 14px;
  text-transform: uppercase;
  color: #222222;
  display: inline-block;
  position: relative;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 14px 32px;
  border: 0;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-readmore:after, .btn-readmore:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.btn-readmore:after {
  content: '';
  border: 1px solid #222222;
}

.btn-readmore:before {
  background-color: #222222;
  content: '';
  z-index: -1;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-animation: button-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  -o-animation: button-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: button-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.btn-readmore:hover, .btn-readmore:focus {
  color: #FFF;
}

.btn-readmore:hover i, .btn-readmore:focus i {
  color: #FFF;
}

.btn-readmore:hover:before, .btn-readmore:focus:before {
  -webkit-animation-name: button-enter;
  animation-name: button-enter;
}

.button.single_add_to_cart_button {
  padding: 10px 50px;
  border-radius: 0;
  display: inline-block;
  color: #fff;
  background-color: #222;
  border: 2px solid #222;
  font-family: "now";
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  min-width: 285px;
  box-shadow: none;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.button.single_add_to_cart_button:hover, .button.single_add_to_cart_button:focus, .button.single_add_to_cart_button:active, .button.single_add_to_cart_button.active {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #090909;
  color: #fff;
  border: 2px solid #090909;
}

.button.single_add_to_cart_button.disabled {
  cursor: not-allowed;
  opacity: .5;
  pointer-events: none;
}

.woocommerce-variation-add-to-cart {
  display: flex;
}

.page-content .vc_btn3.vc_btn3-style-custom {
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 0px;
  letter-spacing: 0.1em;
  color: #ffffff;
  cursor: pointer;
  background-color: #222;
  border: 1px solid #222;
  font-family: "now";
  font-size: 12px;
  font-weight: 400;
  background-image: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.page-content .vc_btn3.vc_btn3-style-custom:hover, .page-content .vc_btn3.vc_btn3-style-custom:focus, .page-content .vc_btn3.vc_btn3-style-custom:active, .page-content .vc_btn3.vc_btn3-style-custom.active {
  background-color: #222;
  border: 1px solid #222;
  box-shadow: none;
}

.add_to_cart_button, .button.product_type_simple {
  color: #1a1a26;
  border-style: solid;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0px;
  font-family: "now";
  font-size: 16px;
  padding: 15px 20px;
  height: auto;
  font-weight: 400;
  cursor: pointer;
  border-width: 1px;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  box-shadow: none;
}

.add_to_cart_button:hover, .add_to_cart_button:focus, .add_to_cart_button:active, .add_to_cart_button.active, .button.product_type_simple:hover, .button.product_type_simple:focus, .button.product_type_simple:active, .button.product_type_simple.active {
  color: #222;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.open .add_to_cart_button.dropdown-toggle, .open .button.product_type_simple.dropdown-toggle {
  color: #222;
  background-color: transparent;
  border-color: transparent;
}

.add_to_cart_button:active, .btn-sizeguide
.add_to_cart_button.active, .button.product_type_simple:active, .btn-sizeguide
.button.product_type_simple.active {
  background-image: none;
}

.open .add_to_cart_button.dropdown-toggle, .open .button.product_type_simple.dropdown-toggle {
  background-image: none;
}

.add_to_cart_button.disabled, .add_to_cart_button.disabled:hover, .add_to_cart_button.disabled:focus, .add_to_cart_button.disabled:active, .add_to_cart_button.disabled.active, .add_to_cart_button[disabled], .add_to_cart_button[disabled]:hover, .add_to_cart_button[disabled]:focus, .add_to_cart_button[disabled]:active, .add_to_cart_button[disabled].active,
fieldset[disabled] .add_to_cart_button,
fieldset[disabled] .add_to_cart_button:hover,
fieldset[disabled] .add_to_cart_button:focus,
fieldset[disabled] .add_to_cart_button:active,
fieldset[disabled] .add_to_cart_button.active, .button.product_type_simple.disabled, .button.product_type_simple.disabled:hover, .button.product_type_simple.disabled:focus, .button.product_type_simple.disabled:active, .button.product_type_simple.disabled.active, .button.product_type_simple[disabled], .button.product_type_simple[disabled]:hover, .button.product_type_simple[disabled]:focus, .button.product_type_simple[disabled]:active, .button.product_type_simple[disabled].active,
fieldset[disabled] .button.product_type_simple,
fieldset[disabled] .button.product_type_simple:hover,
fieldset[disabled] .button.product_type_simple:focus,
fieldset[disabled] .button.product_type_simple:active,
fieldset[disabled] .button.product_type_simple.active {
  background-color: transparent;
  border-color: transparent;
}

.add_to_cart_button .badge, .button.product_type_simple .badge {
  color: transparent;
  background-color: #1a1a26;
}

.add_to_cart_button .fa-shopping-cart, .button.product_type_simple .fa-shopping-cart {
  display: none;
}

.add_to_cart_button.loading, .button.product_type_simple.loading {
  opacity: 0.7;
  position: relative;
  padding-right: 30px;
}

.add_to_cart_button.loading:after, .button.product_type_simple.loading:after {
  font-family: "ionicons";
  content: "\f45a";
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  position: absolute;
  top: 12px;
  right: 10px;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

.rtl .add_to_cart_button.loading:after, .rtl .button.product_type_simple.loading:after {
  left: 10px;
  right: auto;
}

.add_to_cart_button.added, .button.product_type_simple.added {
  display: none;
}

.added_to_cart {
  color: #222;
  border-style: solid;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0px;
  font-family: "now";
  font-size: 16px;
  padding: 15px 20px;
  height: auto;
  font-weight: 400;
  cursor: pointer;
  border-width: 1px;
  padding: 0;
  font-weight: 400;
  box-shadow: none;
}

.added_to_cart:hover, .added_to_cart:focus, .added_to_cart:active, .added_to_cart.active {
  color: #222;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.open .added_to_cart.dropdown-toggle {
  color: #222;
  background-color: transparent;
  border-color: transparent;
}

.added_to_cart:active, .btn-sizeguide
.added_to_cart.active {
  background-image: none;
}

.open .added_to_cart.dropdown-toggle {
  background-image: none;
}

.added_to_cart.disabled, .added_to_cart.disabled:hover, .added_to_cart.disabled:focus, .added_to_cart.disabled:active, .added_to_cart.disabled.active, .added_to_cart[disabled], .added_to_cart[disabled]:hover, .added_to_cart[disabled]:focus, .added_to_cart[disabled]:active, .added_to_cart[disabled].active,
fieldset[disabled] .added_to_cart,
fieldset[disabled] .added_to_cart:hover,
fieldset[disabled] .added_to_cart:focus,
fieldset[disabled] .added_to_cart:active,
fieldset[disabled] .added_to_cart.active {
  background-color: transparent;
  border-color: transparent;
}

.added_to_cart .badge {
  color: transparent;
  background-color: #222;
}

.yith-wcwl-add-to-wishlist {
  display: none;
}

.wishlist-buttom {
  display: inline-block;
}

.wishlist-buttom .yith-wcwl-add-to-wishlist {
  display: inline-block;
}

#yith-wcwl-popup-message {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: white;
  font-size: 16px;
  border: none;
  padding: 40px;
}

.yith-wcwl-add-button a.add_to_wishlist {
  border-radius: 0;
}

.yith-wcwl-add-to-wishlist {
  margin: 0;
  position: relative;
}

.yith-wcwl-add-to-wishlist a.add_to_wishlist {
  font-size: 0px;
  font-weight: 400;
  color: #222222;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.yith-wcwl-add-to-wishlist a.add_to_wishlist:before {
  content: "\f387";
  margin: auto;
  font-family: "ionicons";
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #222;
}

.yith-wcwl-add-to-wishlist a.add_to_wishlist:hover:before {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  content: "\f388";
  color: #222;
}

.yith-wcwl-add-to-wishlist .ajax-loading {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 32px;
}

.yith-wcwl-add-to-wishlist .feedback {
  display: none;
}

.product-block:hover .yith-wcwl-add-to-wishlist a:before {
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.yith-wcwl-wishlistexistsbrowse a, .yith-wcwl-wishlistaddedbrowse a {
  font-size: 0px;
  font-weight: 400;
  color: #222222;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.yith-wcwl-wishlistexistsbrowse a:before, .yith-wcwl-wishlistaddedbrowse a:before {
  margin: auto;
  content: "\f388";
  font-family: "ionicons";
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #222;
}

.product-detail-wrap .yith-wcwl-add-to-wishlist a.add_to_wishlist,
.product-detail-wrap .yith-wcwl-wishlistexistsbrowse a,
.product-detail-wrap .yith-wcwl-wishlistaddedbrowse a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  box-shadow: 0 -1px 0 #ccc inset;
}

.product-detail-wrap .yith-wcwl-add-to-wishlist a.add_to_wishlist::before,
.product-detail-wrap .yith-wcwl-wishlistexistsbrowse a::before,
.product-detail-wrap .yith-wcwl-wishlistaddedbrowse a::before {
  content: none;
}

.product-detail-wrap .wishlist-buttom {
  float: left;
}

.product-detail-wrap .btn-sizeguide {
  float: right;
}

.wishlist_table .add_to_cart.button {
  color: #222222;
  border-style: solid;
  background-color: #FFF;
  border-color: #222222;
  border-radius: 0px;
  font-family: "now";
  font-size: 16px;
  padding: 15px 20px;
  height: auto;
  font-weight: 400;
  cursor: pointer;
  border-width: 1px;
}

.wishlist_table .add_to_cart.button:hover, .wishlist_table .add_to_cart.button:focus, .wishlist_table .add_to_cart.button:active, .wishlist_table .add_to_cart.button.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
  box-shadow: none;
}

.open .wishlist_table .add_to_cart.button.dropdown-toggle {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}

.wishlist_table .add_to_cart.button:active, .btn-sizeguide
.wishlist_table .add_to_cart.button.active {
  background-image: none;
}

.open .wishlist_table .add_to_cart.button.dropdown-toggle {
  background-image: none;
}

.wishlist_table .add_to_cart.button.disabled, .wishlist_table .add_to_cart.button.disabled:hover, .wishlist_table .add_to_cart.button.disabled:focus, .wishlist_table .add_to_cart.button.disabled:active, .wishlist_table .add_to_cart.button.disabled.active, .wishlist_table .add_to_cart.button[disabled], .wishlist_table .add_to_cart.button[disabled]:hover, .wishlist_table .add_to_cart.button[disabled]:focus, .wishlist_table .add_to_cart.button[disabled]:active, .wishlist_table .add_to_cart.button[disabled].active,
fieldset[disabled] .wishlist_table .add_to_cart.button,
fieldset[disabled] .wishlist_table .add_to_cart.button:hover,
fieldset[disabled] .wishlist_table .add_to_cart.button:focus,
fieldset[disabled] .wishlist_table .add_to_cart.button:active,
fieldset[disabled] .wishlist_table .add_to_cart.button.active {
  background-color: #FFF;
  border-color: #222222;
}

.wishlist_table .add_to_cart.button .badge {
  color: #FFF;
  background-color: #222222;
}

.yith-wcwl-share {
  margin: 0;
}

.yith-wcwl-share ul {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
  height: auto;
}

.rtl .yith-wcwl-share ul {
  float: right;
}

.yith-wcwl-share li {
  display: inline-block;
  height: 40px;
}

.yith-wcwl-share li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  background-image: none !important;
  border: 1px solid #dddddd;
  margin: 0 5px;
  text-align: center;
}

.yith-wcwl-share li a:hover {
  background: #222222;
  border: 1px solid #222222;
  color: #fff;
}

.yith-wcwl-share li a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.yith-wcwl-share li a i:hover {
  color: #FFF;
}

.yith-wcwl-share .yith-wcwl-share-title {
  padding-right: 30px;
  float: left;
  font-weight: 400;
  font-size: 16px;
  color: #a3a3a3;
}

.rtl .yith-wcwl-share .yith-wcwl-share-title {
  padding-left: 30px;
  padding-right: inherit;
}

.rtl .yith-wcwl-share .yith-wcwl-share-title {
  float: right;
}

.yith-wcqv-button {
  display: none;
}

.quick-view {
  display: none;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 99;
}

.rtl .quick-view {
  margin-right: -22px;
  margin-left: inherit;
}

.quick-view .yith-wcqv-button {
  display: block;
  position: relative;
  text-align: center;
}

.quick-view span {
  color: #fff;
  font-size: 24px;
  padding: 0;
  right: 1px;
  top: 2px;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.quick-view a {
  background: #222;
  border-radius: 100%;
  border-width: 0;
  height: 45px;
  padding: 10px;
  text-align: center;
  width: 45px;
  z-index: 10;
  opacity: 0.8;
}

.return-to-shop {
  width: 48%;
  margin-bottom: 0;
  float: left;
}

.rtl .return-to-shop {
  float: right;
}

.return-to-shop .wc-backward {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 0px 15px;
  font-size: 14px;
  background: #FFF;
  color: #222222;
  cursor: pointer !important;
  height: 50px;
  text-transform: uppercase;
  line-height: 50px;
  border: 0;
  position: relative;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.return-to-shop .wc-backward:after, .return-to-shop .wc-backward:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.return-to-shop .wc-backward:after {
  content: '';
  border: 1px solid #222222;
}

.return-to-shop .wc-backward:before {
  background-color: #222222;
  content: '';
  z-index: -1;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-animation: button-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  -o-animation: button-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: button-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.return-to-shop .wc-backward:hover, .return-to-shop .wc-backward:focus {
  color: #FFF;
}

.return-to-shop .wc-backward:hover i, .return-to-shop .wc-backward:focus i {
  color: #FFF;
}

.return-to-shop .wc-backward:hover:before, .return-to-shop .wc-backward:focus:before {
  -webkit-animation-name: button-enter;
  animation-name: button-enter;
}

.btn-updatecart {
  float: right;
  display: inline-block;
  text-align: center;
  padding: 7px 15px;
  width: 48%;
  font-size: 14px;
  background: #FFF;
  border: 1px solid #cecece;
  color: #222222;
  height: auto;
  cursor: pointer !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.rtl .btn-updatecart {
  float: left;
}

.btn-updatecart:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  background: #222222;
  border: 1px solid #222222;
}

.btn-checkout {
  color: #ffffff;
  display: inline-block;
  text-align: center;
  padding: 22px 40px;
  width: 100%;
  font-size: 16px;
  border: 1px solid #1f1b1c;
  background: #1f1b1c;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.btn-checkout:hover, .btn-checkout:focus {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #222222;
  background: #222222;
  color: #ffffff;
}

.btn-order {
  display: inline-block;
  text-align: center;
  padding: 15px 40px;
  width: 100%;
  font-size: 16px;
  line-height: 36px;
  color: #ffffff !important;
  height: auto !important;
  background: #222222;
  border: 1px solid #222222;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.btn-order:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #222222;
  background: #222222;
  color: #ffffff;
}

.btn-login {
  padding: 10px 40px;
  font-size: 14px;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-mini-search {
  font-size: 17px;
  border: none;
  color: #000000;
  background: none;
  cursor: pointer;
  z-index: 99;
  position: relative;
}

.shop-btn-filter {
  margin-right: 30px;
}

.rtl .shop-btn-filter {
  margin-left: 30px;
  margin-right: inherit;
}

.btn-filter {
  background: #222;
  color: #fff;
  display: inline-block;
  line-height: 50px;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.btn-filter:hover {
  color: #fff;
}

.btn-filter i {
  padding-right: 5px;
}

.rtl .btn-filter i {
  padding-left: 5px;
  padding-right: inherit;
}

.btn-shop {
  background: #222222;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 15px 30px;
}

.btn-shop:hover {
  background: #929292;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.btn-mini-close {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #1a1a26;
  font-size: 50px;
  line-height: 30px;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0px;
  transition: all 0.4s ease 0s;
}

#loadShop {
  margin: auto;
  text-align: center;
  background: transparent;
  color: #222222;
  padding: 20px 40px 20px 20px;
  font-weight: 400;
  max-width: 220px;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  position: relative;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  z-index: 1;
  display: block;
  -webkit-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

#loadShop:after, #loadShop:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

#loadShop:after {
  content: '';
  border: 1px solid #222222;
}

#loadShop:before {
  background-color: #222222;
  content: '';
  z-index: -1;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-animation: button-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  -o-animation: button-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: button-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

#loadShop:hover, #loadShop:focus {
  color: #FFF;
}

#loadShop:hover i, #loadShop:focus i {
  color: #FFF;
}

#loadShop:hover:before, #loadShop:focus:before {
  -webkit-animation-name: button-enter;
  animation-name: button-enter;
}

#loadShop i {
  margin-left: 15px;
  color: #222222;
  font-size: 22px;
  line-height: 24px;
  vertical-align: middle;
  right: 40px;
  top: 13px;
  position: absolute;
  padding-top: 2px;
  z-index: 1;
}

#loadShop.loading {
  position: relative;
}

#loadShop.loading i {
  animation-name: spin;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.infload-to-top {
  display: block;
  margin: auto;
  text-align: center;
  background: transparent;
  color: #222222;
  padding: 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 5px;
  pointer-events: none;
}

.btn-sizeguide {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  display: inline-block;
  padding: 0;
  margin-bottom: 0px;
  letter-spacing: 0;
  color: #222222;
  box-shadow: 0 -1px 0 #ccc inset;
}

.btn-sizeguide:hover, .btn-sizeguide:focus, .btn-sizeguide:active {
  color: #222222;
  box-shadow: 0 -1px 0 #ccc inset;
}

.btn-sizeguide .icon-sizeguide {
  padding-right: 5px;
}

.rtl .btn-sizeguide .icon-sizeguide {
  padding-left: 5px;
  padding-right: inherit;
}

.btn-link {
  font-weight: 400;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  color: #222222;
  padding: 10px 30px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-link:after, .btn-link:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.btn-link:after {
  content: '';
  border: 1px solid #222222;
}

.btn-link:before {
  background-color: #222222;
  content: '';
  z-index: -1;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-animation: button-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  -o-animation: button-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: button-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.btn-link:hover, .btn-link:focus {
  color: #FFF;
  text-decoration: none;
}

.btn-link:hover i, .btn-link:focus i {
  color: #FFF;
}

.btn-link:hover:before, .btn-link:focus:before {
  -webkit-animation-name: button-enter;
  animation-name: button-enter;
}

.btn-unline {
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  box-shadow: 0 -1px 0 #ccc inset;
  margin: 0 auto 60px;
}

.btn-next {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  vertical-align: middle;
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
  padding: 20px 0 0;
}

.btn-next i {
  font-size: 30px;
  vertical-align: middle;
  padding-left: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn-next:hover, .btn-next:focus {
  color: #222222;
}

.btn-next:hover i, .btn-next:focus i {
  padding-left: 15px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.form-control {
  border: none;
  font-size: 16px;
  font-weight: 300;
  border-radius: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -o-border-radius: none;
  -ms-border-radius: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #222;
}

.input-group input,
.input-group .form-control {
  height: 36px;
}

.input-group .btn {
  padding: 7px 0;
}

input {
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #222222;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input::selection {
  background-color: #222222;
  color: #ffffff;
}

input::-moz-selection {
  background: #000000;
  color: #ffffff;
}

textarea {
  display: block;
  padding: 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #222222;
}

textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

textarea::selection {
  background-color: #222222;
  color: #ffffff;
}

textarea::-moz-selection {
  background: #000000;
  color: #ffffff;
}

.nav-tabs > li {
  float: left;
  padding-right: 15px;
}

.rtl .nav-tabs > li {
  float: right;
}

.rtl .nav-tabs > li {
  padding-left: 15px;
  padding-right: inherit;
}

.nav-tabs > li > a {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 0;
}

.nav-tabs > li > a:hover {
  background: transparent;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: none;
  border: none;
  border-bottom-color: transparent;
  cursor: default;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
  outline: none;
}

.form-control::-moz-placeholder {
  font-weight: 400;
}

textarea::-webkit-input-placeholder,
textarea::-moz-placeholder,
input::-webkit-input-placeholder,
input::-moz-placeholder {
  opacity: 0.4;
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
}

textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder,
input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
}

.form-center {
  text-align: center;
}

.form-center input, .form-center textarea {
  width: 100%;
  margin: auto;
}

.form-center .form-contact {
  margin: auto;
  max-width: 500px;
  display: block;
  text-align: left;
}

.form-center .des {
  max-width: 800px;
  margin: 0 auto 50px;
  font-size: 16px;
  line-height: 28px;
}

.wpcf7-form {
  text-align: left;
}

.wpcf7-form .block-title {
  text-align: left;
  font-size: 42px;
  margin-bottom: 40px;
}

.wpcf7-form .form-contact span {
  display: block;
}

.wpcf7-form input.wpcf7-form-control {
  display: block;
  width: 100%;
}

.wpcf7-form textarea.wpcf7-form-control {
  display: block;
  width: 100%;
}

.wpcf7-form .message-contact {
  margin-top: 30px;
}

.wpcf7-form input.wpcf7-submit {
  margin-top: 30px;
  text-align: center;
  max-width: 200px;
  display: inline-block;
}

.wpcf7-form input.wpcf7-submit.btn-lg {
  padding: 0px 30px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  transition: 0.4s;
  letter-spacing: 1px;
}

.wpcf7-form input.wpcf7-submit:hover, .wpcf7-form input.wpcf7-submit:focus {
  transition: 0.4s;
  border-color: transparent;
}

.wpcf7-form .des {
  margin-bottom: 50px;
}

.wpcf7-form .right {
  text-align: right;
}

form.login .lost_password {
  font-size: 16px;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

form.login .form-row .checkbox-style {
  margin: 0;
  height: 24px;
  font-weight: 300;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.slick-prev,
.slick-next {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  color: #212529;
  background: white;
  border-radius: 0;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 99;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.slick-prev:before,
.slick-next:before {
  color: #212529;
}

.slick-prev:hover,
.slick-next:hover {
  background: #FFF;
  color: #222222;
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #222222;
}

.article-carousel:hover .slick-prev,
.article-carousel:hover .slick-next {
  opacity: 1;
}

.nano-testimonial .slick-prev,
.nano-testimonial .slick-next {
  margin-top: -50px;
  background: none;
  border: none;
  box-shadow: none;
}

.nano-testimonial .slick-prev:before {
  font-size: 36px;
  content: '\f3d5';
  font-family: 'Ionicons';
}

.nano-testimonial [dir='rtl'] .slick-prev:before {
  content: '\f3d6';
  font-family: 'Ionicons';
}

.nano-testimonial .slick-next:before {
  font-size: 36px;
  content: '\f3d6';
  font-family: 'Ionicons';
}

.nano-testimonial [dir='rtl'] .slick-next:before {
  content: '\f3d5';
  font-family: "Ionicons";
}

.nano-testimonial:hover .slick-prev,
.nano-testimonial:hover .slick-next {
  opacity: 1;
}

.article-carousel .slick-prev,
.article-carousel .slick-next {
  margin-top: -20px;
  background: none;
  border: none;
  box-shadow: none;
}

.article-carousel .slick-prev:before {
  font-size: 36px;
  content: '\f3d5';
  font-family: 'Ionicons';
}

.article-carousel [dir='rtl'] .slick-prev:before {
  content: '\f3d6';
  font-family: 'Ionicons';
}

.article-carousel .slick-next:before {
  font-size: 36px;
  content: '\f3d6';
  font-family: 'Ionicons';
}

.article-carousel [dir='rtl'] .slick-next:before {
  content: '\f3d5';
  font-family: "Ionicons";
}

.article-carousel:hover .slick-prev,
.article-carousel:hover .slick-next {
  opacity: 1;
}

.product-carousel .slick-prev,
.product-carousel .slick-next {
  margin-top: -50px;
  background: none;
  border: none;
  box-shadow: none;
}

.product-carousel .slick-prev:before {
  font-size: 36px;
  content: '\f3d5';
  font-family: 'Ionicons';
}

.product-carousel [dir='rtl'] .slick-prev:before {
  content: '\f3d6';
  font-family: 'Ionicons';
}

.product-carousel .slick-next:before {
  font-size: 36px;
  content: '\f3d6';
  font-family: 'Ionicons';
}

.product-carousel [dir='rtl'] .slick-next:before {
  content: '\f3d5';
  font-family: "Ionicons";
}

.product-carousel:hover .slick-prev,
.product-carousel:hover .slick-next {
  opacity: 1;
}

.na-product-image .product-gallery-slider .flickity-prev-next-button {
  height: 30px;
  width: 30px;
  background: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.na-product-image .product-gallery-slider .flickity-prev-next-button:hover .arrow, .na-product-image .product-gallery-slider .flickity-prev-next-button:focus .arrow, .na-product-image .product-gallery-slider .flickity-prev-next-button:active .arrow {
  fill: #222;
  box-shadow: none;
}

.na-product-image .product-gallery-slider:hover .flickity-prev-next-button {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.searchform, .woocommerce-product-search {
  padding: 6px 0;
}

.searchform .btn, .woocommerce-product-search .btn {
  z-index: 10;
  margin-left: -4px;
  padding: 10px 22px;
  font-size: 20px;
  line-height: 28px;
  min-width: 69px;
}

.rtl .searchform .btn, .rtl .woocommerce-product-search .btn {
  margin-right: -4px;
  margin-left: inherit;
}

.searchform .form-control, .woocommerce-product-search .form-control {
  width: 100%;
  border-radius: 0;
  padding: 7px 15px;
  font-size: 16px;
  height: 48px;
}

.searchform .form-control:focus, .woocommerce-product-search .form-control:focus {
  border-color: #222;
}

.searchform .input-group, .woocommerce-product-search .input-group {
  border: 1px solid #e6e5e1;
}

.searchform button, .woocommerce-product-search button {
  height: 48px;
}

.searchform .btn-primary, .woocommerce-product-search .btn-primary {
  background: none;
  color: #222222;
}

.na-filter-attribute {
  position: relative;
}

.na-list-product-category {
  margin: 0;
}

.na-list-product-category li {
  float: left;
  font-size: 12px;
  padding-right: 30px;
  line-height: 40px;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  font-weight: 500;
}

.rtl .na-list-product-category li {
  float: right;
}

.rtl .na-list-product-category li {
  padding-left: 30px;
  padding-right: inherit;
}

.na-list-product-category li + li::after {
  content: "/";
  left: -17px;
  position: absolute;
  top: 0;
  color: #cfcfcf;
}

.rtl .na-list-product-category li + li::after {
  right: -17px;
  left: auto;
}

.small .widgettitle {
  font-size: 24px;
}

.small .widgettitle > span {
  border: none;
  padding: 0;
}

.small .category-tabs-filter {
  padding-top: 15px;
}

.na-products-wrap.loading .na-wrapper-products-shortcode:after {
  background: url("../images/loader.gif") repeat 0 0;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 31px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 31px;
  z-index: 900;
}

.rtl .na-products-wrap.loading .na-wrapper-products-shortcode:after {
  right: 50%;
  left: auto;
}

.na-products-wrap.loading .category-tabs-filter {
  opacity: 0.3;
}

.category-tabs-filter {
  padding: 30px 0;
}

.na-list-filter {
  font-size: 14px;
}

.na-products-wrap .filter-content {
  padding: 0;
}

.na-filter-wrap #na-filter .widget {
  min-width: 180px;
  float: left;
}

.rtl .na-filter-wrap #na-filter .widget {
  float: right;
}

.na-filter-wrap #na-filter .widget .na-ajax-load li {
  cursor: pointer;
  line-height: 25px;
}

.na-filter-wrap #na-filter .widget .na-ajax-load a {
  color: #777777;
}

.na-filter-wrap #na-filter .widget .na-ajax-load a:hover {
  color: #222;
}

.na-filter-wrap .chosen {
  color: #222 !important;
}

.na-filter-wrap .na-remove-attribute {
  font-size: 12px;
  color: #222;
  margin-right: 10px;
}

.rtl .na-filter-wrap .na-remove-attribute {
  margin-left: 10px;
  margin-right: inherit;
}

.filter-title {
  font-size: 14px;
}

.tags-list {
  max-width: 180px;
}

.tags-list li {
  padding-right: 5px;
  float: left;
}

.rtl .tags-list li {
  padding-left: 5px;
  padding-right: inherit;
}

.rtl .tags-list li {
  float: right;
}

.tags-list a {
  padding: 6px 8px;
}

.tags-list a:hover {
  color: #ffffff !important;
}

.header-content-left .sok-hidden, .header-content-right .sok-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.header-content-left .sok-hidden .searchform, .header-content-left .sok-hidden .woocommerce-product-search, .header-content-right .sok-hidden .searchform, .header-content-right .sok-hidden .woocommerce-product-search {
  opacity: 0;
  padding: 50px !important;
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  -o-transform: translateY(-35%);
  transform: translateY(-35%);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}

.header-content-left .sok-hidden .btn-mini-close, .header-content-right .sok-hidden .btn-mini-close {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.searchform-mini.searchform-moblie {
  position: absolute;
  top: 50%;
  right: 0px;
}

#na-menu-primary ul.na-menu > li > a {
  color: #222222;
  line-height: 100px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: 400;
  padding: 0 20px;
}

#na-menu-primary ul.na-menu > li > a:hover, #na-menu-primary ul.na-menu > li > a:focus {
  color: #888890;
  background: transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#na-menu-primary ul.na-menu > li:first-child > a {
  padding-left: 0;
}

.rtl #na-menu-primary ul.na-menu > li:first-child > a {
  padding-right: 0;
  padding-left: inherit;
}

#na-menu-primary ul.na-menu {
  position: static;
}

#na-menu-primary ul.na-menu li.information_widget:first-child {
  clear: left;
}

#na-menu-primary ul.na-menu .mega-sub-menu {
  max-width: 1170px;
}

#na-menu-primary ul.na-menu ul > li {
  float: none;
}

#na-menu-primary ul.na-menu > li[class*="mega-current-"] > a {
  color: #222 !important;
}

#na-menu-primary ul.na-menu > li[class*="mega-current-"] > a:before {
  color: #222 !important;
}

#na-menu-primary ul li a {
  display: inline-block;
}

#na-menu-primary li.new > a {
  width: auto;
  display: inline-block;
  position: relative;
}

#na-menu-primary li.new > a:after {
  background: url("../images/trending.png") repeat 0 0;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 31px;
  right: -40px;
  position: absolute;
  top: 5px;
  width: 31px;
}

#na-menu-primary li.new > a:hover:after, #na-menu-primary li.new > a:focus:after {
  width: 31px !important;
}

#na-menu-primary li.hot > a {
  width: auto;
  display: inline-block;
  position: relative;
}

#na-menu-primary li.hot > a:after {
  background: url("../images/hot.png") repeat 0 0;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 31px;
  right: -40px;
  position: absolute;
  top: 5px;
  width: 31px;
}

#na-menu-primary li.hot > a:hover:after, #na-menu-primary li.hot > a:focus:after {
  width: 31px !important;
}

#na-menu-primary ul {
  margin: 0;
  padding: 0;
  position: relative;
}

#na-menu-primary ul:before, #na-menu-primary ul:after {
  content: " ";
  display: table;
}

#na-menu-primary ul:after {
  clear: both;
}

#na-menu-primary ul > li {
  list-style: none;
  position: relative;
  float: left;
}

.rtl #na-menu-primary ul > li {
  float: right;
}

#na-menu-primary ul > li:hover > a {
  color: #222222;
}

#na-menu-primary ul > li > a {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #888890;
  padding: 0;
  position: relative;
  font-family: "now";
  letter-spacing: 0.5px;
}

#na-menu-primary ul > li > a:hover, #na-menu-primary ul > li > a:focus {
  color: #040203;
  background: transparent;
}

#na-menu-primary ul > li > a:hover:after, #na-menu-primary ul > li > a:focus:after {
  display: block;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#na-menu-primary ul > li > ul {
  display: none;
  top: 120%;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  position: absolute;
  min-width: 210px;
  box-shadow: 1px 5px 15px 0 rgba(0, 0, 0, 0.05);
  background: #FFF;
  z-index: 99989;
}

#na-menu-primary ul > li > ul li[class*="-has-children"] a:before {
  content: none;
}

#na-menu-primary ul > li > ul li[class*="-has-children"]:after {
  position: absolute;
  content: "\f125";
  color: #888890;
  font-family: 'ionicons';
  right: 10px;
  line-height: 50px;
  font-size: 14px;
  top: 0;
}

.rtl #na-menu-primary ul > li > ul li[class*="-has-children"]:after {
  left: 10px;
  right: auto;
}

#na-menu-primary ul > li > ul li[class*="-has-children"]:hover:after {
  color: #222222;
}

#na-menu-primary ul > li > ul > li {
  float: none;
  display: block;
  border-right: none;
  text-align: left;
  border-top: 1px solid #ebebeb;
  color: #212529;
}

.rtl #na-menu-primary ul > li > ul > li {
  border-left: none;
  border-right: inherit;
}

.rtl #na-menu-primary ul > li > ul > li {
  text-align: right;
}

#na-menu-primary ul > li > ul > li:first-child {
  border: none;
}

#na-menu-primary ul > li > ul > li a {
  padding: 15px 25px;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

#na-menu-primary ul > li > ul a {
  width: 100%;
  font-size: 12px;
}

#na-menu-primary ul > li > ul ul {
  box-shadow: 1px 5px 15px 0 rgba(0, 0, 0, 0.05);
}

#na-menu-primary ul > li:hover > ul {
  display: block;
  top: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#na-menu-primary .mega-sub-menu > li a, #na-menu-primary .mega-sub-menu > li a {
  color: #212529;
}

#na-menu-primary ul > li > ul > li ul {
  float: none !important;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}

.rtl #na-menu-primary ul > li > ul > li ul {
  right: 100%;
  left: auto;
}

#na-menu-primary ul > li > ul > li:hover > ul {
  display: block;
}

#na-menu-primary ul > li > ul > li:hover > .sub-menu {
  top: 0;
}

#na-menu-primary ul.na-menu .megamenu:hover > ul {
  display: block;
}

#na-menu-primary ul.na-menu .megamenu > ul {
  width: 1170px;
  padding: 50px 30px 30px;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 9998;
}

#na-menu-primary ul.na-menu .megamenu > ul > li {
  float: left;
  display: block;
  border: none;
  padding: 0 15px;
}

.rtl #na-menu-primary ul.na-menu .megamenu > ul > li {
  float: right;
}

#na-menu-primary ul.na-menu .megamenu > ul > li > a {
  color: #222222;
  padding: 0;
  font-size: 15px;
}

#na-menu-primary ul.na-menu .megamenu > ul > li:after {
  content: none;
}

#na-menu-primary ul.na-menu .megamenu > ul > li ul {
  padding-top: 15px;
  display: block;
  opacity: 1;
  visibility: visible;
  left: 0;
  position: relative;
  box-shadow: none;
}

.rtl #na-menu-primary ul.na-menu .megamenu > ul > li ul {
  right: 0;
  left: auto;
}

#na-menu-primary ul.na-menu .megamenu > ul > li ul li {
  border: none;
}

#na-menu-primary ul.na-menu .megamenu > ul > li ul li a {
  line-height: 32px;
  color: #a3a3a3;
  padding: 0;
  font-size: 14px;
}

#na-menu-primary ul.na-menu .megamenu > ul > li ul li a:hover {
  color: #222222;
}

#na-menu-primary ul.na-menu .megamenu.col-2 > ul {
  width: 500px;
}

#na-menu-primary ul.na-menu .megamenu.col-2 > ul > li {
  width: 50%;
}

#na-menu-primary ul.na-menu .megamenu.col-3 > ul {
  width: 800px;
}

#na-menu-primary ul.na-menu .megamenu.col-3 > ul > li {
  width: 33.33%;
}

#na-menu-primary ul.na-menu .megamenu.col-4 > ul {
  width: 1170px;
}

#na-menu-primary ul.na-menu .megamenu.col-4 > ul > li {
  width: 25%;
}

#na-menu-primary {
  /* widget product list */
  /* widget image widget */
}

#na-menu-primary .mega-block-title {
  padding-bottom: 15px;
  color: #212529;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb;
  margin: 10px 0;
}

#na-menu-primary .product_list_widget {
  box-shadow: none;
  max-width: 400px;
  position: relative !important;
}

#na-menu-primary .product_list_widget > li {
  margin-bottom: 30px;
  border: none;
}

#na-menu-primary .product_list_widget > li:before, #na-menu-primary .product_list_widget > li:after {
  content: " ";
  display: table;
}

#na-menu-primary .product_list_widget > li:after {
  clear: both;
}

#na-menu-primary .product_list_widget > li .product-image {
  padding: 0 !important;
}

#na-menu-primary .cart_list.product_list_widget > li {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0;
}

#na-menu-primary .product-image {
  margin-right: 10px;
  width: auto;
  padding: 0;
  float: left;
}

.rtl #na-menu-primary .product-image {
  margin-left: 10px;
  margin-right: inherit;
}

.rtl #na-menu-primary .product-image {
  float: right;
}

#na-menu-primary .product-image .img-effect:hover .wp-post-image {
  margin-left: 0%;
  transition: all 0.4s ease 0s;
}

.rtl #na-menu-primary .product-image .img-effect:hover .wp-post-image {
  margin-right: 0%;
  margin-left: inherit;
}

#na-menu-primary .product-image .hsok-image {
  display: none;
}

#na-menu-primary .product-details {
  padding: 0;
  overflow: hidden;
}

#na-menu-primary .product-details a {
  padding-left: 0px;
  color: #000000;
  font-size: 15px;
  padding-bottom: 10px;
}

.rtl #na-menu-primary .product-details a {
  padding-right: 0px;
  padding-left: inherit;
}

#na-menu-primary .product-details a:hover {
  color: #222;
}

#na-menu-primary .product-details .amount {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
}

#na-menu-primary .widget_sp_image-image-link {
  padding: 0;
}

#na-menu-primary .widget_sp_image-description {
  padding: 15px 0;
  font-style: italic;
  text-align: justify;
}

.single-product.sok-product-trans .site-header {
  background: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.site-header.fixed, .single-product .site-header.fixed {
  background: #FFF;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.site-header.fixed {
  z-index: 9998;
}

.site-header.fixed .header-fixed {
  background: #FFF;
}

.admin-bar .site-header.fixed {
  top: 32px;
}

.admin-bar .single-product.sok-product-trans .site-header {
  top: 32px;
}

.slicknav_nav .slicknav_arrow {
  font-size: 12px;
  margin: 0 0 0 0.4em;
  position: absolute;
  right: 5px;
  top: 0;
  line-height: 54px;
  width: 50px;
  height: 50px;
  text-align: center;
}

#mobile-primary,
#mobile-primary ul,
#mobile-primary ul li,
#mobile-primary ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  float: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#mobile-primary > ul > li > a {
  border-bottom: 1px solid #eaeaea;
}

#mobile-primary > ul ul > li > a {
  border-bottom: 1px solid #eaeaea;
}

#mobile-primary > ul > li:last-child a {
  border-bottom: none;
}

#mobile-primary ul li.open {
  background: transparent;
}

#mobile-primary ul li.open > a {
  background: transparent;
}

#mobile-primary ul li.open > a:focus, #mobile-primary ul li.open > a:hover {
  background: transparent;
}

#mobile-primary {
  color: #201f1f;
}

#mobile-primary ul ul {
  display: none;
}

.align-right {
  float: right;
}

#mobile-primary > ul > li > a {
  padding: 20px 0px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #201f1f;
  text-transform: uppercase;
}

#mobile-primary > ul > li > a:hover,
#mobile-primary > ul > li.active > a,
#mobile-primary > ul > li.open > a {
  color: #201f1f;
}

.holder {
  width: 55px;
  height: 55px;
  line-height: normal;
  z-index: 99;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: right;
}

.rtl .holder {
  text-align: left;
}

.holder:before {
  display: block;
  position: absolute;
  content: "";
  z-index: 10;
  width: 8px;
  height: 8px;
  right: 2px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.rtl .holder:before {
  left: 2px;
  right: auto;
}

#mobile-primary > ul > li > a:hover > span::after,
#mobile-primary > ul > li.active > a > span::after,
#mobile-primary > ul > li.open > a > span::after {
  border-color: #eeeeee;
}

.holder::before {
  top: 23px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}

#mobile-primary ul ul li a {
  cursor: pointer;
  padding: 20px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 14px;
  color: #7a7a7a;
}

#mobile-primary ul ul li a:hover {
  color: #222222;
}

#mobile-primary ul ul li:hover > a,
#mobile-primary ul ul li.open > a,
#mobile-primary ul ul li.active > a {
  color: #222222;
}

#mobile-primary ul ul li:first-child > a {
  box-shadow: none;
}

#mobile-primary ul ul ul li a {
  padding-left: 30px;
}

#mobile-primary > ul > li > ul > li:last-child > a,
#mobile-primary > ul > li > ul > li.last > a {
  border-bottom: 0;
}

#mobile-primary > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}

#mobile-primary ul ul li.active > a::after,
#mobile-primary ul ul li.open > a::after,
#mobile-primary ul ul li > a:hover::after {
  border-color: #201f1f;
}

.nav > li > a:hover, .nav > li > a:focus {
  background: transparent;
}

#vertical-primary,
#vertical-primary ul,
#vertical-primary ul li,
#vertical-primary ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  float: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#vertical-primary > ul > li {
  max-width: 200px;
}

#vertical-primary > ul > li:last-child a {
  border-bottom: none;
}

#vertical-primary ul li.open {
  background: transparent;
}

#vertical-primary ul li.open > a {
  background: transparent;
}

#vertical-primary ul li.open > a:focus, #vertical-primary ul li.open > a:hover {
  background: transparent;
}

#vertical-primary {
  color: #201f1f;
  min-width: 180px;
  position: fixed;
  top: 30%;
  left: 60px;
}

#vertical-primary .holder {
  line-height: normal;
  z-index: 99;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 55px;
  height: 55px;
  opacity: 0;
  filter: alpha(opacity=0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: right;
}

.rtl #vertical-primary .holder {
  text-align: left;
}

#vertical-primary .holder:before {
  display: block;
  position: absolute;
  content: "";
  z-index: 10;
  color: #222222;
  width: 8px;
  height: 8px;
  right: 22px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.rtl #vertical-primary .holder:before {
  left: 22px;
  right: auto;
}

#vertical-primary li:hover .holder, #vertical-primary .open .holder {
  opacity: 1;
}

#vertical-primary .open .holder:before, #vertical-primary .has-sub:hover .holder:before {
  color: #222222;
}

#vertical-primary .open .holder .holder, #vertical-primary .has-sub:hover .holder .holder {
  opacity: 1;
}

#vertical-primary ul ul {
  display: none;
}

.align-right {
  float: right;
}

#vertical-primary > ul > li > a {
  padding: 20px 0px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #201f1f;
}

#vertical-primary > ul > li > a:hover,
#vertical-primary > ul > li.active > a,
#vertical-primary > ul > li.open > a {
  color: #201f1f;
}

#vertical-primary > ul > li > a:hover > span::after,
#vertical-primary > ul > li.active > a > span::after,
#vertical-primary > ul > li.open > a > span::after {
  border-color: #eeeeee;
}

.holder::before {
  top: 23px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}

#vertical-primary ul ul li a {
  cursor: pointer;
  padding: 20px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
  color: #7a7a7a;
}

#vertical-primary ul ul li a:hover {
  color: #222222;
}

#vertical-primary ul ul li:hover > a,
#vertical-primary ul ul li.open > a,
#vertical-primary ul ul li.active > a {
  color: #222222;
}

#vertical-primary ul ul li:first-child > a {
  box-shadow: none;
}

#vertical-primary ul ul ul li a {
  padding-left: 30px;
}

#vertical-primary > ul > li > ul > li:last-child > a,
#vertical-primary > ul > li > ul > li.last > a {
  border-bottom: 0;
}

#vertical-primary > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}

#vertical-primary ul ul li.active > a::after,
#vertical-primary ul ul li.open > a::after,
#vertical-primary ul ul li > a:hover::after {
  border-color: #201f1f;
}

.left-fixed {
  display: none;
}

.left-fixed.view {
  display: block;
}

.nav > li > a:hover, .nav > li > a:focus {
  background: transparent;
}

body {
  overflow-x: hidden;
}

.search-box, .intro-box, .login-box, .mobile-box {
  background: #FFF;
  position: fixed;
  top: 0;
  visibility: visible;
  z-index: 10000;
  height: 100%;
  width: 600px;
  overflow-y: auto;
  -ms-overflow-y: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  right: 0;
  -webkit-transform: translateX(600px);
  -moz-transform: translateX(600px);
  -ms-transform: translateX(600px);
  -o-transform: translateX(600px);
  transform: translateX(600px);
}

.rtl .search-box, .rtl .intro-box, .rtl .login-box, .rtl .mobile-box {
  left: 0;
  right: auto;
}

.intro-box .canvas-header, .mobile-box .canvas-header {
  padding-bottom: 50px;
}

.intro-box .widget_contact_info .about-image, .mobile-box .widget_contact_info .about-image {
  padding-bottom: 20px;
}

.canvas-overlay.show {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}

.canvas-intro .intro-box {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  z-index: 99999;
}

.canvas-login .login-box {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  z-index: 99999;
}

.canvas-search .search-field, .search-wrap .search-field {
  width: 70%;
}

.canvas-search button, .search-wrap button {
  height: 50px;
  width: 27%;
  border: 1px solid #222;
  background: #222;
  color: #FFF;
  float: right;
}

.canvas-search .search-box, .search-wrap .search-box {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  z-index: 99999;
}

.canvas-mobile .mobile-box {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  z-index: 99999;
}

.admin-bar .canvas-warp {
  padding-top: 32px;
}

.canvas-warp {
  padding: 80px;
  border-left: 1px solid #e9e9e9;
}

.rtl .canvas-warp {
  border-right: 1px solid #e9e9e9;
  border-left: inherit;
}

.canvas-warp .myaccount-login {
  padding-top: 100px;
  padding-bottom: 30px;
}

.canvas-warp .aws-container {
  margin-top: 60px;
}

.canvas-warp #loginTab {
  margin-bottom: 20px;
  border-bottom: 0;
}

.canvas-warp #loginTab > li > a {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  padding-bottom: 30px;
  padding-top: 0;
  color: #b0b0b0;
}

.canvas-warp #loginTab > li > a:first-child {
  padding-left: 0;
}

.canvas-warp #loginTab > li.active > a {
  color: #222222;
}

.canvas-warp #loginTabContent input[type="text"],
.canvas-warp #loginTabContent input[type="email"],
.canvas-warp #loginTabContent input[type="password"] {
  padding: 20px 0;
  border-style: solid;
  border-color: #e3e3e3;
  border-width: 0 0 1px 0;
}

.canvas-warp .form-control {
  padding: 7px 15px;
}

.canvas-header {
  display: block;
  padding: 0;
  margin: 0;
  line-height: normal;
}

.canvas-header .btn-close {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 0;
  right: 0px;
  outline: thin;
  background: transparent;
}

.canvas-header .btn-close:hover {
  background: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-intro, .btn-mobile {
  font-size: 28px;
}

.btn-close {
  font-size: 42px;
  color: #201f1f;
  opacity: 1;
  font-weight: 400;
  line-height: 26px;
  text-transform: lowercase;
}

.btn-close:hover {
  color: #222;
}

.search-title {
  padding-top: 100px;
  font-size: 36px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 0;
}

.admin-bar .canvas-header {
  position: relative;
}

.admin-bar .canvas-header .btn-close {
  right: -40px;
}

.site-logo {
  line-height: 50px;
  display: inline-block;
}

.site-title {
  font-size: 30px;
  margin: 0;
}

.site-title a {
  color: #222222;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 40px;
}

.site-description {
  margin: 0;
  font-size: 16px;
}

#na-top-navbar .language {
  position: relative;
}

#na-top-navbar #language-switch {
  background: none;
  border: none;
}

#na-top-navbar #language-switch ul {
  margin-top: 0;
  background: #F5F5F5;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

#na-top-navbar #language-switch ul > li {
  border-top: 1px solid #232323;
  list-style: none;
  float: none;
  color: #222222;
  border-left: none;
  border-right: none;
}

#na-top-navbar #language-switch ul > li a {
  display: inline-block;
}

#na-top-navbar #language-switch ul > li span {
  color: #222222;
  cursor: pointer;
}

#na-top-navbar #language-switch ul > li span:hover {
  color: #222;
}

#na-top-navbar #language-switch img {
  margin-right: 5px;
}

.rtl #na-top-navbar #language-switch img {
  margin-left: 5px;
  margin-right: inherit;
}

#na-top-navbar #language-switch .fa {
  margin-left: 5px;
}

.rtl #na-top-navbar #language-switch .fa {
  margin-right: 5px;
  margin-left: inherit;
}

#na-top-navbar #language-switch .icl_lang_sel_translated {
  display: none;
}

.woocommerce-currency-switcher {
  display: none;
  height: 0;
}

.wrap-select-currency, .wrap-select-country {
  position: relative;
}

.wrap-select-currency:after, .wrap-select-country:after {
  background: transparent;
  color: #222222;
  content: "\f107";
  font-family: "FontAwesome";
  height: 100%;
  line-height: 26px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 10px;
  font-size: 14px;
}

.rtl .wrap-select-currency:after, .rtl .wrap-select-country:after {
  left: 0;
  right: auto;
}

.currency_switcher .woocommerce-currency-switcher {
  background: none;
  border: none;
  margin-right: 10px;
}

.rtl .currency_switcher .woocommerce-currency-switcher {
  margin-left: 10px;
  margin-right: inherit;
}

.currency_switcher .woocommerce-currency-switcher-form .dd-pointer {
  display: none !important;
}

.currency_switcher .woocommerce-currency-switcher-form .dd-select {
  background: none !important;
  border: none;
}

.currency_switcher .woocommerce-currency-switcher-form .dd-desc {
  display: none;
}

.currency_switcher .woocommerce-currency-switcher-form .dd-selected {
  padding: 0;
  width: 40px;
  line-height: 24px;
}

.currency_switcher .woocommerce-currency-switcher-form .dd-selected-text, .currency_switcher .woocommerce-currency-switcher-form .dd-option-text {
  color: #222222;
  margin: 0;
  text-transform: capitalize;
  font-weight: 400 !important;
  cursor: pointer;
  font-size: 12px;
}

.currency_switcher .woocommerce-currency-switcher-form .dd-selected-text:hover, .currency_switcher .woocommerce-currency-switcher-form .dd-option-text:hover {
  color: #222;
}

.currency_switcher .woocommerce-currency-switcher-form .dd-options {
  position: absolute;
  width: 95px !important;
  top: 32px;
  left: -20px;
  box-shadow: none;
  background: #F5F5F5;
  border: 1px solid #232323;
}

.rtl .currency_switcher .woocommerce-currency-switcher-form .dd-options {
  right: -20px;
  left: auto;
}

.currency_switcher .woocommerce-currency-switcher-form .dd-options li {
  display: block;
  width: 100%;
  float: none;
  border-left: none !important;
  border-bottom: 1px solid #232323;
}

.rtl .currency_switcher .woocommerce-currency-switcher-form .dd-options li {
  border-right: none !important;
  border-left: inherit;
}

.currency_switcher .woocommerce-currency-switcher-form .dd-options li:last-child {
  border-right: none !important;
}

.rtl .currency_switcher .woocommerce-currency-switcher-form .dd-options li:last-child {
  border-left: none !important;
  border-right: inherit;
}

.currency_switcher .woocommerce-currency-switcher-form .dd-options a {
  background: none;
  border-bottom: none;
}

.na-cart .icon-cart {
  position: relative;
  z-index: 1;
  display: block;
  color: #040203;
  line-height: 100px;
}

.na-cart .icon-cart .mini-cart-items {
  background: #040203;
  color: #fff !important;
  font-size: 12px;
  height: 24px;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: 36px;
  width: 24px;
  right: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}

.rtl .na-cart .icon-cart .mini-cart-items {
  left: -30px;
  right: auto;
}

.na-cart .icon-cart .ion-bag {
  margin-left: 0;
  margin-right: 10px;
}

.na-cart .group-mini-cart {
  position: relative;
  overflow: hidden;
  display: none;
}

.na-cart .total {
  padding: 40px 0px 0;
  font-weight: 500;
  border-top: 1px solid #dddddd;
}

.na-cart .total .amount {
  color: #222222;
  font-size: 26px;
  line-height: 30px;
}

.na-cart .quantity {
  margin: 0;
}

.icon-cart {
  font-size: 22px;
}

.cart-panel {
  padding: 80px;
  min-width: 600px;
  background: #fff none repeat scroll 0 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  justify-content: start;
}

.cart-panel-title {
  display: block;
  padding-bottom: 15px;
  overflow: hidden;
}

#cart-panel-loader.show {
  visibility: visible;
}

#cart-panel-loader.show + * {
  opacity: 0;
  visibility: hidden;
}

.icon-cart {
  cursor: pointer;
}

#cart-panel-loader {
  visibility: hidden;
  position: absolute;
  left: 105px;
  top: 70px;
}

.rtl #cart-panel-loader {
  right: 105px;
  left: auto;
}

#cart-panel-loader > * {
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

#cart-panel-loader > *:before {
  animation: 0.8s ease 0s normal none infinite running dotFade;
  background: #222 none repeat scroll 0 0;
  border-radius: 50%;
  color: #222;
  content: "";
  height: 15px;
  left: -30px;
  position: absolute;
  top: 0;
  width: 15px;
}

.rtl #cart-panel-loader > *:before {
  right: -30px;
  left: auto;
}

@keyframes dotFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.cart-header {
  padding: 0;
  z-index: 99;
}

.cart-header .cart-panel-title {
  display: block;
}

.cart-header .mycart {
  color: #222222;
  font-size: 26px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}

.cart-bottom {
  bottom: 0;
  position: absolute;
  width: 100%;
  background: #FFF;
  padding: 30px 80px 100px;
  left: 0;
}

.rtl .cart-bottom {
  right: 0;
  left: auto;
}

.cart-bottom .buttons {
  margin: 30px 0 0;
}

.cart-bottom .btn {
  display: block;
  margin-top: 15px;
  float: left;
  width: 48%;
}

.cart-bottom .btn.btn-variant {
  float: right;
}

.cart-box {
  background: #fff;
  position: fixed;
  top: 0;
  visibility: visible;
  z-index: 10000;
  height: 100%;
  border-radius: 0;
  width: 600px;
  opacity: 1;
  filter: alpha(opacity=100);
  border-left: 1px solid #e9e9e9;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  right: 0;
  -webkit-transform: translateX(600px);
  -moz-transform: translateX(600px);
  -ms-transform: translateX(600px);
  -o-transform: translateX(600px);
  transform: translateX(600px);
}

.rtl .cart-box {
  border-right: 1px solid #e9e9e9;
  border-left: inherit;
}

.rtl .cart-box {
  left: 0;
  right: auto;
}

.cart-box .empty {
  border: none !important;
}

.cart-box .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  outline: thin;
  background: transparent;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  opacity: 1;
  filter: alpha(opacity=100);
}

.cart-box .btn-close:hover {
  background: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
}

.admin-bar .cart-box {
  padding-top: 32px;
}

.product-remove {
  vertical-align: middle;
  text-align: center;
}

.product-remove a {
  width: 24px;
  height: 24px;
  font-size: 20px;
  border-radius: 100%;
}

.remove, .aws-search-clear span, .quantity {
  font-weight: 400;
}

.cart_list {
  margin: 55px 0 145px;
  list-style: none;
  overflow-y: auto;
  max-height: 400px;
}

.cart_list .product_list_widget {
  visibility: visible;
  padding: 0;
  margin-top: 10px;
}

.cart_list .empty {
  font-size: 36px;
  line-height: 24px;
  border-bottom: none;
  padding-bottom: 0;
  font-weight: 500;
}

.cart_list .variation {
  display: none;
}

.cart_list .amount {
  float: right;
  color: #222222;
}

.rtl .cart_list .amount {
  float: left;
}

.cart_list li {
  position: relative;
  text-align: left;
  display: block;
  padding-bottom: 15px;
  padding-top: 15px;
}

.cart_list li:before, .cart_list li:after {
  content: " ";
  display: table;
}

.cart_list li:after {
  clear: both;
}

.cart_list li .cart-image {
  width: 30%;
  padding-right: 20px;
  float: left;
}

.rtl .cart_list li .cart-image {
  padding-left: 20px;
  padding-right: inherit;
}

.rtl .cart_list li .cart-image {
  float: right;
}

.cart_list li .cart-main-content {
  width: 70%;
  float: left;
  padding-bottom: 20px;
}

.rtl .cart_list li .cart-main-content {
  float: right;
}

.cart_list li .name {
  margin: 0;
  padding: 0;
  padding-right: 20px;
}

.rtl .cart_list li .name {
  padding-left: 20px;
  padding-right: inherit;
}

.cart_list li .name a {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
}

.cart_list li .cart-item {
  display: block;
  line-height: 24px;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  vertical-align: top;
}

.cart_list li .woocommerce-Price-amount {
  position: absolute;
  top: 22px;
  right: 0;
  font-size: 16px;
  color: #201f1f;
}

.cart_list li .remove {
  padding-top: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #ea7a64;
  text-transform: capitalize;
}

.cart_list li.media {
  margin-top: 0;
}

.cart_list .wp-post-image {
  width: 80px !important;
  height: 100%;
}

.cart_list .variation dt {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  color: #a3a39b;
}

.cart_list .variation dt + dd {
  display: inline-block;
  font-size: 12px;
  line-height: 10px;
  color: #a3a39b;
}

.cart_list .variation dt + dd > * {
  color: #a3a39b;
}

.cart-bottom strong {
  float: left;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.rtl .cart-bottom strong {
  float: right;
}

.cart-bottom .mini-cart-subtotal {
  display: inline-block;
  float: right;
  line-height: 20px;
  font-size: 26px;
}

.rtl .cart-bottom .mini-cart-subtotal {
  float: left;
}

.btn-viewcart {
  margin-right: 5px;
}

.rtl .btn-viewcart {
  margin-left: 5px;
  margin-right: inherit;
}

.cart-box-open .cart-box {
  z-index: 99999;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.cart-box-open .canvas-overlay.show {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1051;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}

.cart-box-open .is-sticky #ri-header:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.rtl .cart-box-open .is-sticky #ri-header:after {
  right: 0;
  left: auto;
}

.btn-viewcart {
  margin-right: 5px;
}

.rtl .btn-viewcart {
  margin-left: 5px;
  margin-right: inherit;
}

.country_select > * {
  line-height: 30px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 5px 15px;
  background: #fff;
  font-size: 16px;
}

.woocommerce form .form-row input.input-text {
  height: 50px;
}

.select2-container .select2-choice {
  border: 1px solid #ebebeb;
}

.woocommerce table.shop_table {
  width: 100%;
  margin: 0 -1px 24px 0;
  text-align: left;
}

.rtl .woocommerce table.shop_table {
  margin: 0 0 24px -1px;
}

.rtl .woocommerce table.shop_table {
  text-align: right;
}

.select2-container .select2-choice {
  border-radius: 0;
  padding: 5px;
  line-height: 24px;
  height: 36px;
}

.f-coupon-code {
  width: 240px;
  display: inline-block;
}

.wrap-breadcrumb-cover {
  position: relative;
  overflow: hidden;
  text-align: center;
  max-height: 400px;
}

.wrap-breadcrumb-cover .breadcrumb {
  background: transparent;
  margin-bottom: 10px;
  padding-top: 10px;
}

.breadcrumb-cover {
  position: relative;
  width: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.group-cover {
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
  background: rgba(33, 33, 33, 0.6);
}

.group-cover:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
}

.rtl .group-cover:before {
  margin-left: -0.25em;
  margin-right: inherit;
}

.group-cover .title-page {
  font-size: 36px;
  line-height: 40px;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 0;
}

.group-cover .csok-inner {
  display: inline-block;
  max-width: 80%;
  position: relative;
  vertical-align: middle;
  text-transform: capitalize;
  color: #ccc;
}

.group-cover a {
  color: #ccc;
}

.group-cover a:hover {
  color: #ffffff;
}

.group-cover a:after {
  content: "-";
  font-size: 10px;
  color: #ccc;
  margin-left: 15px;
}

.rtl .group-cover a:after {
  margin-right: 15px;
  margin-left: inherit;
}

.group-cover .breadcrumb-cover {
  width: 100%;
}

.screen-reader-text {
  display: none;
}

.pagination {
  display: block;
  margin: 0;
  padding: 30px 0;
  margin-top: 30px;
  text-align: center;
}

.pagination:before, .pagination:after {
  content: " ";
  display: table;
}

.pagination:after {
  clear: both;
}

.pagination .page-numbers {
  border: 2px solid #FFF;
  width: 50px;
  height: 50px;
  line-height: 48px;
  display: inline-block;
  padding: 0;
  border-radius: 100%;
  margin-right: 10px;
  color: #222222;
  font-weight: 500;
  vertical-align: middle;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.rtl .pagination .page-numbers {
  margin-left: 10px;
  margin-right: inherit;
}

.pagination .page-numbers:hover {
  border: 2px solid #222222;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.pagination .page-numbers i {
  font-size: 24px;
}

.pagination .current, .pagination span.current {
  border: 2px solid #222222;
  color: #222222;
  width: 50px;
  height: 50px;
  line-height: 48px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.pagination .current:hover, .pagination span.current:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid #222222;
}

.pagination > li {
  display: inline-block;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 100%;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 100%;
}

.paging_loadMore {
  display: none;
}

.image-pagination .page-numbers {
  padding: 0;
  border: none;
}

.image-pagination .page-numbers:hover {
  border: none !important;
  background: none !important;
}

.page-links {
  padding-top: 40px;
  clear: left;
}

.rtl .page-links {
  clear: right;
}

.page-links .page-links-title {
  font-size: 14px;
  color: #222222;
  text-transform: uppercase;
  padding-right: 15px;
}

.rtl .page-links .page-links-title {
  padding-left: 15px;
  padding-right: inherit;
}

.page-links a {
  box-shadow: none !important;
}

.page-links span.page-numbers {
  text-align: center;
  border: 2px solid #FFF;
  width: 50px;
  height: 50px;
  line-height: 48px;
  display: inline-block;
  padding: 0;
  border-radius: 100%;
  margin-right: 10px;
  color: #222222;
  font-weight: 500;
  vertical-align: middle;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page-links span.page-numbers:hover {
  border: 2px solid #222222;
  color: #222222;
  width: 50px;
  height: 50px;
  line-height: 48px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page-links .current > span.page-numbers {
  border: 2px solid #222222;
  color: #222222;
  width: 50px;
  height: 50px;
  line-height: 48px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#calendar_wrap {
  padding-bottom: 0;
}

#calendar_wrap #wp-calendar {
  border: 1px solid #dddddd;
}

#calendar_wrap #today {
  background: #222;
  color: #ffffff;
}

#calendar_wrap thead {
  background: #FAFAFA;
}

#calendar_wrap td {
  padding: 8px;
  text-align: center;
}

#calendar_wrap table > thead > tr > th,
#calendar_wrap table > tbody > tr > th,
#calendar_wrap table > tfoot > tr > th {
  padding: 10px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background: #FFF;
}

.table-striped ul li {
  display: inline-block;
  margin: 0;
}

.table-striped ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.table-striped .sok-custom-simple {
  text-align: left;
}

.rtl .table-striped .sok-custom-simple {
  text-align: right;
}

.table-striped .sok-custom-simple .att_label {
  text-align: center;
  line-height: 30px;
  color: #222222;
  font-weight: 400;
}

.table-striped .att_img, .table-striped .att_label, .table-striped .att_color {
  margin: 0;
}

.woocommerce-tabs .nav-tabs li {
  background: none;
  font-weight: 400;
  font-family: "now";
  font-size: 18px;
  padding: 0;
  margin-right: 20px;
}

.rtl .woocommerce-tabs .nav-tabs li {
  margin-left: 20px;
  margin-right: inherit;
}

.woocommerce-tabs .nav-tabs li.active {
  color: #000000;
  background: none;
}

.woocommerce-tabs .nav-tabs li.active a {
  color: #000000;
  position: relative;
}

.woocommerce-tabs .nav-tabs li.active a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: #000000;
}

.woocommerce-tabs .nav-tabs li.active a:hover, .woocommerce-tabs .nav-tabs li.active a:focus {
  color: #000000;
}

.woocommerce-tabs .nav-tabs li.active#tab-title-reviews span {
  background: #000000;
}

.woocommerce-tabs ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.woocommerce-tabs .nav-tabs li {
  display: block;
  margin: 0;
  list-style: none;
  cursor: pointer;
  margin-right: 30px;
}

.rtl .woocommerce-tabs .nav-tabs li {
  margin-left: 30px;
  margin-right: inherit;
}

.woocommerce-tabs .nav-tabs li a {
  padding: 0 0 10px;
  color: #aaa;
}

.woocommerce-tabs .nav-tabs li a:hover, .woocommerce-tabs .nav-tabs li a:focus {
  color: #000000;
  background: none;
}

.woocommerce-tabs .nav-tabs li a:hover span, .woocommerce-tabs .nav-tabs li a:focus span {
  background: #000000;
}

.woocommerce-tabs .nav-tabs li#tab-title-reviews:hover span, .woocommerce-tabs .nav-tabs li#tab-title-reviews:focus span {
  background: #000000;
}

.woocommerce-tabs .nav-tabs li#tab-title-reviews:hover a:hover span, .woocommerce-tabs .nav-tabs li#tab-title-reviews:hover a:focus span, .woocommerce-tabs .nav-tabs li#tab-title-reviews:focus a:hover span, .woocommerce-tabs .nav-tabs li#tab-title-reviews:focus a:focus span {
  background: #000000;
}

.woocommerce-tabs .reviews_tab span {
  background: #c0c0c0 none repeat scroll 0 0;
  border-radius: 100%;
  color: white;
  font-size: 12px;
  line-height: 10px;
  padding: 4px 6px;
  position: absolute;
  right: -20px;
  top: -6px;
}

.rtl .woocommerce-tabs .reviews_tab span {
  left: -20px;
  right: auto;
}

.expand-icon {
  display: block;
  height: 10px;
  position: relative;
  width: 10px;
}

.expand-icon::after, .expand-icon::before {
  background: #212121 none repeat scroll 0 0;
  content: "";
  display: block;
  position: absolute;
}

.expand-icon:hover::after, .expand-icon:hover::before {
  background: #222 none repeat scroll 0 0;
}

.expand-icon::after {
  height: 100%;
  left: calc(50% - 1px);
  top: 0;
  width: 2px;
}

.rtl .expand-icon::after {
  right: calc(50% - 1px);
  left: auto;
}

.expand-icon::before {
  height: 2px;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
}

.rtl .expand-icon::before {
  right: 0;
  left: auto;
}

.triggernav.active .expand-icon::after {
  display: none;
}

.availability, .text-share {
  color: #222222;
  font-size: 18px;
  font-weight: 400;
}

.alert {
  border-style: dashed;
  border-color: #cbcbcb;
}

.alert.alert-success {
  background: none;
  color: #212529;
  border-color: #e5e5e5;
}

.alert.alert-success .close {
  display: none;
}

.alert .button {
  float: right;
  margin-top: -6px;
  font-weight: 400;
}

.rtl .alert .button {
  float: left;
}

.alert a {
  color: #222;
}

.alert a.button {
  color: #ffffff;
}

.widget .product-categories span.triggernav {
  float: right;
  padding: 15px;
}

.rtl .widget .product-categories span.triggernav {
  float: left;
}

.widget .product-categories .unvisible {
  height: 0 !important;
}

.widget .product-categories .children {
  display: list-item;
  overflow: hidden;
  transition: all 300ms ease 0s;
}

.contact-maps iframe {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  -o-filter: grayscale(1);
}

.wpb_single_image {
  margin: 0 !important;
}

.panel {
  border-radius: 3px;
  background: none;
}

.panel .shop_tables {
  border: none;
  background: none;
}

.panel {
  border: none;
}

.panel .panel-heading {
  background: none !important;
  padding: 10px 0;
}

.wrapper-breadcrumb > * {
  position: relative;
}

.breadcrumb {
  padding: 0;
  background: transparent;
  color: #222;
  position: relative;
  font-size: 14px;
  margin: 0;
  z-index: 1;
  text-align: center;
}

.breadcrumb a {
  font-size: 16px;
  margin-right: 30px;
  position: relative;
}

.breadcrumb a:hover {
  color: #222222;
}

.breadcrumb a::after {
  content: '';
  position: absolute;
  height: 12px;
  width: 1px;
  background: #212529;
  top: 3px;
  right: -16px;
}

.page-header .breadcrumb a, .page-header .breadcrumb span {
  color: #FFF;
  font-weight: 400;
  z-index: 1;
}

.page-header .breadcrumb a::after {
  background: #FFF;
}

.woocommerce-message, .woocommerce-error {
  border: 1px dashed #222;
  margin: 30px 0;
  padding: 30px;
  font-size: 14px;
  list-style: none;
}

.woocommerce-message .button, .woocommerce-error .button {
  background: none;
  border: none;
  padding: 0;
  color: #222222;
  font-size: 16px;
  box-shadow: none;
  margin-right: 10px;
  text-decoration: underline;
}

.rtl .woocommerce-message .button, .rtl .woocommerce-error .button {
  margin-left: 10px;
  margin-right: inherit;
}

.woocommerce-message .button:hover, .woocommerce-error .button:hover {
  color: #222;
}

.woocommerce-message a, .woocommerce-error a {
  color: #222;
}

.demo_store {
  position: fixed;
  top: 45%;
  margin: auto;
  background: #dbe9e6;
  left: 0;
  right: 0;
  max-width: 800px;
  min-height: 200px;
  z-index: 999;
  text-align: center;
  padding: 70px;
  font-size: 18px;
  color: #000;
  line-height: 30px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.demo_store a {
  color: #a3a3a3;
  font-size: 14px;
  text-decoration: underline;
}

.modal-lg {
  margin: 0;
  width: 100%;
  height: 100%;
  background: white;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-align: center;
}

.modal-body {
  background: #FFF;
}

.modal-body .modal-inner {
  max-width: 1200px;
  margin: 4% auto;
}

.share-links {
  text-align: center;
  padding-left: 20px;
}

.rtl .share-links {
  padding-right: 20px;
  padding-left: inherit;
}

.share-links .count-share {
  vertical-align: middle;
  position: relative;
}

.share-links .count-share > span {
  font-size: 16px;
  line-height: 30px;
  color: #1a1a26;
  font-weight: 400;
}

.share-links .count-share i {
  font-size: 16px;
  color: #222;
}

.share-links .count-share .social-item i {
  padding-right: 0px;
}

.rtl .share-links .count-share .social-item i {
  padding-left: 0px;
  padding-right: inherit;
}

.share-links .social-icons {
  margin: 0;
  display: inline-block;
}

.share-links .social-item {
  padding: 4px 10px;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.share-links .social-item:hover a, .share-links .social-item:hover i {
  color: #1a1a26;
}

.share-links .social-item a {
  display: inline-block;
  color: #a3a3a3;
  text-align: center;
}

.share-links .social-item a i {
  font-size: 16px;
  color: #a3a3a3;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.share-links .author-social {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 20px;
  margin-right: 3px;
}

.rtl .share-links .author-social {
  margin-left: 3px;
  margin-right: inherit;
}

.share-links .author-social i {
  font-size: 14px;
  padding-right: 10px;
}

.rtl .share-links .author-social i {
  padding-left: 10px;
  padding-right: inherit;
}

#sb_instagram {
  position: relative;
}

#sb_instagram .sbi_follow_btn a {
  background: none;
  color: #fff;
  font-size: 14px;
  background: #222222;
  border-radius: 0;
  text-align: center;
  padding: 12px 20px;
  letter-spacing: 3px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#sb_instagram .sbi_follow_btn a:hover {
  background: #555555;
  box-shadow: none;
  color: #fff;
  letter-spacing: 4px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#sbi_load {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  text-align: center;
}

#sbi_load .fa-instagram, #sbi_load svg:not(:root).svg-inline--fa {
  height: 40px;
  display: none;
  padding-bottom: 10px;
}

#sb_instagram #sbi_load .fa, #sb_instagram .sbi_follow_btn .fa {
  font-size: 24px;
  color: #222;
}

.sok-header {
  position: relative;
}

.site-header.header-fixed.fixed {
  background: #FFF;
  position: fixed;
  top: 0;
  box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
}

.user-mini, .btn-intro, .btn-mini-search, .mini-cart {
  float: right;
  line-height: 100px;
  cursor: pointer;
  font-size: 22px;
  padding-left: 30px;
  border: none;
  color: #222222;
  background: none;
  z-index: 99;
  position: relative;
  vertical-align: middle;
}

.rtl .user-mini, .rtl .btn-intro, .rtl .btn-mini-search, .rtl .mini-cart {
  float: left;
}

.rtl .user-mini, .rtl .btn-intro, .rtl .btn-mini-search, .rtl .mini-cart {
  padding-right: 30px;
  padding-left: inherit;
}

.user-mini:hover, .btn-intro:hover, .btn-mini-search:hover, .mini-cart:hover {
  color: #888890;
}

.cart-wrap {
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
}

.rtl .cart-wrap {
  margin-right: 30px;
  margin-left: inherit;
}

.rtl .cart-wrap {
  margin-left: 30px;
  margin-right: inherit;
}

.cart-wrap:before {
  content: "";
  background: #c6cac4;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 1px;
  height: 22px;
}

.sok-header-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-content-menu {
  position: static;
  vertical-align: middle;
  padding: 0;
}

.header-content-right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-full {
  background: #FFF;
}

.header-center {
  background: #FFF;
}

.header-center.header-transparent {
  background: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9998;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.header-center #sok-header {
  position: relative;
  text-align: center;
}

.header-center .header-content-logo {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  padding: 0;
}

.header-center .header-content-menu {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  padding-left: 0;
}

.header-center .header-content-right {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.header-center #na-menu-primary ul.mega-menu > li > a {
  line-height: 100px;
}

.header-center .nav-menu {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  max-height: 90px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header-center .searchform-mini {
  padding: 0;
}

.header-left #sok-header {
  text-align: left;
}

.rtl .header-left #sok-header {
  text-align: right;
}

.header-left .header-content-logo {
  padding: 20px 0;
}

.header-left .header-content {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-left .sok-header-content {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-left .header-content-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.header-left #na-menu-primary ul.mega-menu > li > a {
  line-height: 70px;
}

.header-left #na-menu-primary ul.mega-menu > li:first-child > a {
  padding: 0 20px 0 0;
}

.rtl .header-left #na-menu-primary ul.mega-menu > li:first-child > a {
  padding: 0 0 0 20px;
}

.header-left .header-content-logo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-left .header-middle {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.header-left .site-logo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-drawer {
  background: white;
}

.header-drawer #sok-top-navbar {
  background: transparent;
}

.header-drawer #sok-header {
  background: transparent;
}

.header-drawer .na-cart .mini-cart {
  padding-left: 20px;
  padding-right: 30px;
  padding-top: 10px;
}

.rtl .header-drawer .na-cart .mini-cart {
  padding-right: 20px;
  padding-left: inherit;
}

.rtl .header-drawer .na-cart .mini-cart {
  padding-left: 30px;
  padding-right: inherit;
}

.header-drawer .search-menu {
  background: white;
  max-width: 700px;
  min-width: 600px;
  border-radius: 3px !important;
  vertical-align: middle;
  display: inline-block;
}

.header-drawer .search-menu .btn-primary {
  background: transparent;
  color: #757575;
  cursor: text;
}

.header-drawer .search-menu .btn-primary:hover {
  color: #e0e0e0;
}

.header-drawer .search-menu .form-control {
  background: white;
  border-radius: 3px !important;
  border-color: white;
  padding: 7px 20px;
  height: 44px;
  color: #757575;
}

.header-drawer .search-menu .form-control:focus {
  border-color: white;
}

.header-drawer .search-menu .form-control:focus::-moz-placeholder {
  opacity: 0;
}

.header-drawer .search-menu .form-control::-moz-placeholder {
  color: #757575;
}

.header-drawer .searchform, .header-drawer .woocommerce-product-search {
  padding: 0;
}

.header-drawer .header-content-menu {
  text-align: center;
}

.menu-drawer {
  position: fixed;
  z-index: 9998;
  background: #FFF;
  width: 250px;
  height: 100%;
  left: 0;
  border-right: 1px solid #EFEFEF;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateX(-250px);
  -moz-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  -o-transform: translateX(-250px);
  transform: translateX(-250px);
}

.rtl .menu-drawer {
  right: 0;
  left: auto;
}

.rtl .menu-drawer {
  border-left: 1px solid #EFEFEF;
  border-right: inherit;
}

.menu-drawer > * {
  padding-top: 30px;
}

.menu-drawer.show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.menu-drawer #na-menu-primary ul.mega-menu > li {
  float: none;
}

.menu-drawer #na-menu-primary ul.mega-menu > li:hover {
  background: #E5E5E5;
}

.menu-drawer #na-menu-primary ul.mega-menu > li > a {
  display: block;
  line-height: 50px;
  padding: 0 30px;
  text-transform: capitalize;
  color: #757575;
}

.menu-drawer #na-menu-primary ul.mega-menu > li > a:hover {
  color: #222;
}

.menu-drawer #na-menu-primary ul > li[class*="-has-children"] > a::before {
  right: 20px;
  color: #757575;
}

.rtl .menu-drawer #na-menu-primary ul > li[class*="-has-children"] > a::before {
  left: 20px;
  right: auto;
}

.menu-drawer #na-menu-primary ul.mega-menu > li ul {
  top: 100%;
  left: 100%;
}

.rtl .menu-drawer #na-menu-primary ul.mega-menu > li ul {
  right: 100%;
  left: auto;
}

.menu-drawer #na-menu-primary ul.mega-menu > li:hover ul {
  top: 0;
}

.menu-drawer #na-menu-primary ul.mega-menu li.mega-menu-megamenu {
  position: relative;
}

.menu-drawer #na-menu-primary ul.mega-menu > li.mega-menu-flyout > ul {
  min-width: 300px;
}

.menu-drawer #na-menu-primary ul.mega-menu > li > ul {
  min-width: 900px;
  max-width: 1170px;
}

.menu-drawer #na-menu-primary ul.mega-menu li ul ul {
  margin: 0;
  padding: 0;
  display: block;
  left: 0;
  position: relative;
}

.rtl .menu-drawer #na-menu-primary ul.mega-menu li ul ul {
  right: 0;
  left: auto;
}

.sok-header-content .user-login {
  cursor: pointer;
  position: relative;
}

.sok-header-content .user-login .author-img {
  padding: 0;
}

.sok-header-content .user-login:hover #menu-topbar-menu {
  top: 45px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.sok-header-content .user-login #menu-topbar-menu {
  background: #FFFFFF none repeat scroll 0 0;
  box-shadow: 1px 5px 10px 0 rgba(0, 0, 0, 0.15);
  min-width: 125px;
  padding: 10px;
  position: absolute;
  right: 0px;
  top: 60px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}

.rtl .sok-header-content .user-login #menu-topbar-menu {
  left: 0px;
  right: auto;
}

.sok-header-content .user-login #menu-topbar-menu li {
  float: none;
  font-size: 12px;
}

.sok-header-content .user-login #menu-topbar-menu li > a {
  padding: 5px;
}

.sok-header-content .user-login #menu-topbar-menu li > a:hover, .sok-header-content .user-login #menu-topbar-menu li > a:focus {
  background: none;
}

.header-vertical {
  background: white;
}

.header-vertical .header-content-menu {
  padding: 23px 30px;
  text-align: center;
  border-bottom: 1px solid rgba(225, 225, 225, 0.5);
}

.header-vertical #sok-top-navbar {
  background: transparent;
}

.header-vertical #sok-header {
  background: transparent;
}

.header-vertical .na-cart .mini-cart {
  padding-left: 20px;
  padding-right: 30px;
  padding-top: 10px;
}

.rtl .header-vertical .na-cart .mini-cart {
  padding-right: 20px;
  padding-left: inherit;
}

.rtl .header-vertical .na-cart .mini-cart {
  padding-left: 30px;
  padding-right: inherit;
}

.header-vertical .search-menu {
  background: white;
  max-width: 700px;
  min-width: 600px;
  border-radius: 3px !important;
  vertical-align: middle;
  display: inline-block;
}

.header-vertical .search-menu .btn-primary {
  background: transparent;
  color: #757575;
  cursor: text;
}

.header-vertical .search-menu .btn-primary:hover {
  color: #757575;
}

.header-vertical .search-menu .form-control {
  background: white;
  border-radius: 3px !important;
  border-color: white;
  padding: 7px 20px;
  height: 44px;
  color: #757575;
}

.header-vertical .search-menu .form-control:focus {
  border-color: white;
}

.header-vertical .search-menu .form-control:focus::-moz-placeholder {
  opacity: 0;
}

.header-vertical .search-menu .form-control::-moz-placeholder {
  color: #757575;
}

.header-vertical .searchform, .header-vertical .woocommerce-product-search {
  padding: 0;
}

.layout-header-vertical .site-content > .container, .layout-header-vertical #na-footer > * {
  transform: translateX(120px);
  -webkit-transform: translateX(120px);
  -ms-transform: translateX(120px);
  -o-transform: translateX(120px);
}

.menu-vertical {
  position: fixed;
  z-index: 9998;
  background: white;
  left: 0;
  width: 250px;
  height: 100%;
  border-right: 1px solid #dedede;
}

.rtl .menu-vertical {
  right: 0;
  left: auto;
}

.rtl .menu-vertical {
  border-left: 1px solid #dedede;
  border-right: inherit;
}

.menu-vertical > * {
  padding-top: 10px;
}

.menu-vertical .header-content-logo {
  padding-left: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(225, 225, 225, 0.5);
}

.rtl .menu-vertical .header-content-logo {
  padding-right: 30px;
  padding-left: inherit;
}

.menu-vertical #na-menu-primary ul.mega-menu > li {
  float: none;
}

.menu-vertical #na-menu-primary ul.mega-menu > li:hover {
  background: #E5E5E5;
}

.menu-vertical #na-menu-primary ul.mega-menu > li > a {
  display: block;
  line-height: 50px;
  padding: 0 30px;
  text-transform: capitalize;
  color: #040203;
}

.menu-vertical #na-menu-primary ul.mega-menu > li > a:hover {
  color: #222;
}

.menu-vertical #na-menu-primary ul > li[class*="-has-children"] > a::before {
  right: 20px;
  color: #757575;
}

.rtl .menu-vertical #na-menu-primary ul > li[class*="-has-children"] > a::before {
  left: 20px;
  right: auto;
}

.menu-vertical #na-menu-primary ul.mega-menu > li ul {
  top: 100%;
  left: 100%;
}

.rtl .menu-vertical #na-menu-primary ul.mega-menu > li ul {
  right: 100%;
  left: auto;
}

.menu-vertical #na-menu-primary ul.mega-menu > li:hover ul {
  top: 0;
}

.menu-vertical #na-menu-primary ul.mega-menu li.mega-menu-megamenu {
  position: relative;
}

.menu-vertical #na-menu-primary ul.mega-menu > li.mega-menu-flyout > ul {
  min-width: 300px;
}

.menu-vertical #na-menu-primary ul.mega-menu > li > ul {
  min-width: 900px;
  max-width: 1170px;
}

.menu-vertical #na-menu-primary ul.mega-menu li ul ul {
  margin: 0;
  padding: 0;
  display: block;
  left: 0;
  position: relative;
}

.rtl .menu-vertical #na-menu-primary ul.mega-menu li ul ul {
  right: 0;
  left: auto;
}

.sok_icon {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 30px;
  margin-left: 30px;
}

.sok_icon .sok_icon-bar {
  background: #040203;
  display: block;
  height: 2px;
  margin: 4px;
  position: relative;
  width: 22px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.sok_icon:hover .sok_icon-bar {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #222;
}

.padding-content-right {
  padding-right: 85px;
}

.padding-content-left {
  padding-right: 85px;
}

.sidebar {
  padding-bottom: 50px;
  color: #212529;
  font-size: 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.sidebar .content-inner {
  background: none;
  box-shadow: none;
}

.sidebar .widget {
  margin-bottom: 80px;
}

.sidebar .widget:last-child {
  margin-bottom: 0px;
}

.sidebar .widget.widget_layered_nav {
  margin-bottom: 80px;
}

.sidebar a:hover {
  color: #222;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar ul li {
  color: #212529;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
}

.sidebar ul li a {
  letter-spacing: 0.6px;
}

.sidebar ul li a:hover {
  color: #222222;
}

.sidebar ul li:first-child {
  padding-top: 0px;
}

.sidebar ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar ul li.current-cat > a {
  color: #222222;
}

.sidebar ul li ul li {
  padding-left: 20px;
}

.rtl .sidebar ul li ul li {
  padding-right: 20px;
  padding-left: inherit;
}

.sidebar .widget {
  overflow: visible;
}

.sidebar .widget:first-child .widgettitle {
  border-top: none;
}

.sidebar .widgettitle {
  font-size: 24px;
  font-weight: 500;
  display: block;
}

.sidebar .widget > h3 {
  position: relative;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  text-align: left;
}

.rtl .sidebar .widget > h3 {
  text-align: right;
}

.sidebar .widget > h3 + * {
  margin: 0;
  padding-top: 30px;
}

.sidebar .widgettitle + * {
  margin: 0;
  padding-top: 35px;
}

.sidebar select {
  margin: 20px 0 0;
  width: calc(100%);
}

.sidebar .products {
  padding-bottom: 30px;
}

.sidebar .products [class*="col-md-"] {
  float: none;
}

.sidebar .product-block {
  padding-top: 15px;
  margin-bottom: 15px;
  border: none;
}

.sidebar .product-block:hover {
  border: none;
}

.sidebar .product-block:hover .caption-product {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.sidebar .product-block.border {
  border: none;
}

.sidebar .product-block.border:hover {
  border: none;
}

.sidebar .product-block .caption-product {
  background: none;
}

.sidebar .button-groups, .sidebar .quick-view, .sidebar .labels {
  display: none;
}

.sidebar .productid-content-inner {
  margin-bottom: 20px;
}

.sidebar .name {
  padding-top: 0;
  margin-top: 0;
  text-align: left;
}

.rtl .sidebar .name {
  text-align: right;
}

.sidebar .price {
  color: #373636;
  font-size: 14px;
  font-weight: 400;
}

.sidebar .price-review {
  text-align: left;
}

.rtl .sidebar .price-review {
  text-align: right;
}

.sidebar .grid-price {
  margin-top: 0;
}

.sidebar .product-image {
  width: 80px;
  float: left;
  margin-right: 10px;
}

.rtl .sidebar .product-image {
  float: right;
}

.rtl .sidebar .product-image {
  margin-left: 10px;
  margin-right: inherit;
}

.sidebar .product-image .inner {
  margin: 0;
}

.sidebar .product-details {
  padding-top: 15px;
}

.sidebar .product-details a {
  font-weight: 400;
  display: block;
}

.sidebar ul.product_list_widget {
  padding: 0 20px;
}

.sidebar ul.product_list_widget .product-title {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}

.sidebar ul.product_list_widget > li {
  clear: both;
  border: none;
}

.sidebar ul.product_list_widget > li:first-child {
  padding-top: 20px;
}

.sidebar ul.product_list_widget > li:after {
  clear: both;
  content: " ";
  display: table;
}

.sidebar ul.product_list_widget > li ins {
  text-decoration: none;
}

.sidebar .caption {
  min-height: 75px;
}

.sidebar.product-list .products {
  padding-bottom: 0;
}

.sidebar .product-block:hover .price {
  opacity: 1;
  transition: all 0.4s ease 0s;
  visibility: visible;
}

.sidebar .products [class*="col-"] {
  padding: 0;
}

.sidebar del {
  font-size: 12px;
  color: #8e8e8e;
}

.sidebar .widget.dropdown .widgettitle:after {
  color: #282828;
  content: "\f489";
  font-family: "ionicons";
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 0px;
}

.rtl .sidebar .widget.dropdown .widgettitle:after {
  left: 15px;
  right: auto;
}

.sidebar .widget.dropdown .widgetcontent.dropdown-menu {
  position: relative;
  float: none;
  border: none;
  box-shadow: none;
}

.sidebar .vc_column_container > .vc_column-inner {
  padding: 0;
}

.sidebar #recentcomments li > a {
  color: #222;
}

.sidebar .post-image {
  float: left;
  padding-bottom: 0;
}

.rtl .sidebar .post-image {
  float: right;
}

.sidebar .side-item-text {
  float: left;
  width: 65%;
}

.rtl .sidebar .side-item-text {
  float: right;
}

.sidebar .side-item-text.full-width {
  width: 100%;
}

.sidebar .entry-title {
  font-size: 18px;
  line-height: 26px;
  max-width: initial;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 0px;
}

.sidebar .article-meta, .sidebar .article-meta-date, .sidebar .entry-date {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding-top: 15px;
  background: none;
  display: none;
  border-top: none;
}

.sidebar .article-meta a, .sidebar .article-meta-date a, .sidebar .entry-date a {
  color: #a3a3a3;
}

.sidebar .entry-header {
  padding: 0;
}

.sidebar article {
  padding: 10px 0;
}

.sidebar article:first-child {
  padding-top: 0;
}

.sidebar .post-cat {
  font-size: 12px;
  font-weight: 400;
}

.sidebar .recent-post-widgets li {
  padding: 15px 0;
}

.sidebar .information_widget {
  padding: 0px;
  box-shadow: none;
}

.sidebar .post-sidebar {
  min-height: auto;
  margin-bottom: 0;
}

.sidebar .post-sidebar .article-image {
  width: 35%;
}

.canvas-overlay.show {
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  height: 100%;
  opacity: 1;
  position: fixed;
  visibility: visible;
  width: 100%;
  z-index: 998;
}

.filter-header {
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 50px;
}

.title-filter {
  font-size: 36px;
  font-weight: 500;
  color: #1a1a26;
}

.shop-sidebar {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  height: 100%;
  opacity: 1;
  position: fixed;
  left: 0;
  top: 0;
  transform: translateX(-600px);
  transition: all 0.5s ease 0s;
  visibility: visible;
  width: 360px;
  padding: 60px 30px;
  z-index: 999;
  overflow-y: auto;
}

.rtl .shop-sidebar {
  right: 0;
  left: auto;
}

.shop-sidebar .widget {
  margin: 40px 0px 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
}

.shop-sidebar .widget .widgettitle, .shop-sidebar .widget > h3 {
  color: #282828;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  text-align: left;
  text-transform: capitalize;
}

.rtl .shop-sidebar .widget .widgettitle, .rtl .shop-sidebar .widget > h3 {
  text-align: right;
}

.shop-sidebar .widget .widgettitle:after, .shop-sidebar .widget > h3:after {
  content: none;
}

.shop-sidebar .widget > * + * {
  padding-top: 20px;
}

.shop-sidebar .widgettitle + ul {
  padding-top: 15px;
}

.filter-open .shop-sidebar {
  transform: translateX(0px);
  z-index: 10000;
}

.admin-bar .shop-sidebar {
  padding-top: 90px;
}

.scrollup {
  border-radius: 100%;
  color: #151515 !important;
  cursor: pointer;
  height: 50px;
  left: 0;
  margin: auto;
  padding: 2px;
  position: absolute;
  right: 0;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  top: -30px;
  width: 50px;
  z-index: 999;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  line-height: 46px;
}

.scrollup:hover {
  background: #222;
  color: #FFF !important;
}

#na-footer {
  color: #222222;
  font-size: 16px;
  line-height: 32px;
}

#na-footer .coppy-right {
  text-align: right;
}

.rtl #na-footer .coppy-right {
  text-align: left;
}

#na-footer .coppy-right p {
  margin: 0;
}

#na-footer .footer-bottom a {
  color: #1a1a26;
  font-weight: 500;
}

#na-footer .footer-bottom a:hover {
  color: #222;
}

#na-footer .share-links .social-item {
  margin-bottom: 0;
  padding: 4px 7px;
  width: initial;
}

#na-footer .share-links .social-item a i {
  font-size: 18px;
  color: #a3a3a3;
}

#na-footer .share-links .social-item a i:hover {
  color: #1a1a26;
}

#na-footer .share-links .social-item:first-child {
  padding-left: 0;
}

#na-footer .share-links .social-item:first-child a {
  width: initial;
  margin-left: 0;
}

#na-footer .widget {
  margin-bottom: 80px;
}

#na-footer .widget:last-child {
  margin-bottom: 0;
}

#na-footer .widgettitle {
  font-size: 26px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 35px;
}

#na-footer a {
  color: #222222;
}

#na-footer a:hover {
  color: #222222;
}

#na-footer ul {
  padding: 0;
  list-style: none;
  line-height: 30px;
  font-size: 16px;
  color: #a3a3a3;
}

#na-footer ul li {
  line-height: 40px;
}

#na-footer .social-icons {
  padding: 0;
  margin: 0;
}

#na-footer .social-icons li {
  margin: 0;
}

#na-footer .footer-top {
  text-align: center;
}

#na-footer .footer-top .widgettitle {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 20px;
}

#na-footer .footer-center {
  border-top: 1px solid #e3e3e3;
  padding-top: 100px;
  padding-bottom: 80px;
}

#na-footer .footer-top + .footer-center {
  border-top: none;
}

#na-footer .footer-bottom {
  background: #fff;
  border-top: 1px solid #e3e3e3;
  font-size: 16px;
  padding: 30px 0;
}

.footer-bottom-left {
  line-height: 30px;
}

.footer-bottom-right {
  text-align: right;
}

.rtl .footer-bottom-right {
  text-align: left;
}

.footer-bottom-right .widget {
  display: inline-block;
}

.footer-bottom-center {
  text-align: center;
}

.sok-footer-hidden .page-content {
  margin-bottom: 0;
}

.sok-footer-2 .site-content {
  margin-bottom: 210px;
  z-index: 2;
  background: #FFF;
}

.footer-2 {
  background: #FFF;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/*
* Style Page
*/
.wrap-content {
  margin-top: 100px;
  margin-bottom: 100px;
}

.page-header {
  position: relative;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0px;
  padding: 260px 0 260px;
  background: url("../images/bg-header.jpg") no-repeat 0 0 #f8f2ef;
  background-size: cover;
  background-position: center center;
}

.page-header:after {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.page-header .page-title {
  z-index: 99;
  position: relative;
}

.page-content {
  padding-bottom: 150px;
  padding-top: 50px;
}

.page-content.no-padding-top {
  padding-top: 0;
}

.page-content.no-padding-bottom {
  padding-bottom: 0;
}

.page-content.no-padding-content {
  padding: 0;
}

.page-title {
  text-align: center;
  margin-top: 0px;
  font-size: 84px;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 10px;
}

.page-title > h1 {
  margin-top: 0;
  font-size: 36px;
  font-weight: 500;
}

.cat-header {
  padding: 0px 0 80px;
}

.logo-default {
  padding-bottom: 5px;
  max-height: 33px;
}

/**
 * Checkout
 */
.woocommerce-nav {
  margin-bottom: 30px;
  margin-top: 30px;
}

.woocommerce-nav .woocommerce_checkout_login, .woocommerce-nav .woocommerce_checkout_coupon {
  background: #f8f8f8;
  border: 1px solid #e7e7e7;
  padding: 30px 60px;
}

.woocommerce-nav .login, .woocommerce-nav .checkout_coupon {
  margin-top: 30px;
}

.woocommerce-nav .woocommerce-info {
  text-align: center;
  font-size: 14px;
}

.woocommerce-nav .woocommerce-info a {
  color: #222222;
  font-weight: 500;
}

.woocommerce-checkout-payment input[type="checkbox"] {
  position: relative;
}

.woocommerce-checkout .titlecheckout {
  font-size: 28px;
  font-weight: 300;
  margin: 0;
  padding: 50px 0px 30px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
  border-radius: 0;
  height: 50px;
  border: 1px solid #ebebeb;
  line-height: 50px;
  background: #fff;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  background: #fff;
}

.woocommerce-checkout .address-field select {
  height: 50px;
  line-height: 50px;
  background: #fff;
}

.woocommerce-checkout input {
  color: #777777;
}

.woocommerce-checkout .checkbox {
  color: #222222;
  padding-left: 5px;
}

.rtl .woocommerce-checkout .checkbox {
  padding-right: 5px;
  padding-left: inherit;
}

.woocommerce-checkout .select2-choice {
  height: 42px;
  line-height: 32px;
}

.woocommerce-checkout label {
  color: #222222;
  font-weight: 500;
}

.woocommerce-checkout .title-checkout {
  color: #222222;
  padding: 20px;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
}

.woocommerce-checkout .woocommerce-billing-fields .titlecheckout {
  padding-left: 0px;
}

.rtl .woocommerce-checkout .woocommerce-billing-fields .titlecheckout {
  padding-right: 0px;
  padding-left: inherit;
}

.woocommerce-checkout .woocommerce-billing-fields p {
  padding-bottom: 10px;
}

.woocommerce-checkout .form-row-first, .woocommerce-checkout .form-row-last {
  width: 47.5%;
  float: left;
}

.rtl .woocommerce-checkout .form-row-first, .rtl .woocommerce-checkout .form-row-last {
  float: right;
}

.woocommerce-checkout .form-row-first {
  margin-right: 5%;
}

.rtl .woocommerce-checkout .form-row-first {
  margin-left: 5%;
  margin-right: inherit;
}

.woocommerce-checkout .amount {
  float: right;
}

.rtl .woocommerce-checkout .amount {
  float: left;
}

.woocommerce-checkout .create-account {
  margin-bottom: 0;
}

.woocommerce-checkout .shipping-details {
  padding-bottom: 20px;
}

.woocommerce-checkout .checkout-review thead th {
  border: none;
}

.woocommerce-checkout .checkout-review th {
  padding: 20px;
}

.woocommerce-checkout .checkout-review td {
  padding: 20px;
}

.woocommerce-checkout .checkout-review .product-total {
  text-align: right;
}

.rtl .woocommerce-checkout .checkout-review .product-total {
  text-align: left;
}

.woocommerce-checkout .checkout-review .checkbox {
  padding-left: 20px;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
  background: #f8f8f8;
  border: 1px solid #e7e7e7;
}

.woocommerce-checkout #payment {
  border-radius: 5px;
}

.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  list-style: none;
}

.woocommerce-checkout #payment ul.payment_methods p {
  font-size: 14px;
}

.woocommerce-checkout #payment ul.payment_methods li {
  padding: 20px 40px;
  border-bottom: 1px solid #e7e7e7;
}

.woocommerce-checkout #payment ul.payment_methods li label {
  text-transform: capitalize;
  font-weight: 500;
}

.woocommerce-checkout #payment ul.payment_methods li:first-child {
  padding-top: 0;
}

.woocommerce-checkout #payment ul.payment_methods label {
  display: inline-block;
  font-size: 14px;
  width: 100%;
  position: relative;
}

.woocommerce-checkout #payment ul.payment_methods label:before {
  border-radius: 50%;
  height: 12px;
  left: -20px;
  top: 5px;
  width: 12px;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ccc;
  content: " ";
  cursor: pointer;
  display: block;
  position: absolute;
}

.rtl .woocommerce-checkout #payment ul.payment_methods label:before {
  right: -20px;
  left: auto;
}

.woocommerce-checkout #payment ul.payment_methods .payment_method_paypal label:before {
  margin-top: 8px;
}

.woocommerce-checkout #payment .input-radio {
  visibility: hidden;
  display: none;
}

.woocommerce-checkout #payment .input-radio:checked + label::before {
  border-color: #282828;
  border-width: 2px;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: 0.83em;
}

.rtl .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: left;
}

.woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}

.woocommerce-checkout .place-order {
  padding: 20px;
}

.woocommerce-checkout .place-order a {
  color: #222222;
}

.woocommerce-checkout form.login .form-row input.input-text {
  background: white;
}

.woocommerce-checkout .sok-coupon #coupon_code {
  padding: 0 10px;
}

.woocommerce-checkout .btn-order {
  font-size: 16px;
}

/**
 * Check Cart
 */
.shop_table {
  border: none;
  background: none;
  text-align: left;
}

.rtl .shop_table {
  text-align: right;
}

.shop_table thead {
  background: none;
}

.shop_table th {
  padding-top: 0;
}

.shop_table .product-thumbnail {
  text-align: left;
  max-width: 110px;
}

.rtl .shop_table .product-thumbnail {
  text-align: right;
}

.shop_table .product-name {
  display: table-cell;
}

.shop_table td {
  padding: 20px;
}

.shop_table .order-total {
  color: #222222;
  background: #ededed;
}

.shop_table .shipping td {
  text-align: right;
  line-height: 24px;
}

.rtl .shop_table .shipping td {
  text-align: left;
}

.shop_table .shipping .shipping-calculator-button {
  text-decoration: underline;
}

.shop_table .shipping .shipping-calculator-form {
  padding-top: 15px;
}

.shop_table .shipping .shipping-calculator-form .button {
  margin-top: 15px;
  font-size: 12px;
  padding: 6px 20px;
}

.cart-item {
  margin-top: 10px;
}

.cart_item {
  border-bottom: 1px solid #e7e7e7;
}

.cart_item > * {
  padding: 20px 0px;
  border-bottom: none;
}

.cart_item .add-action {
  display: none;
}

.cart_item > * {
  vertical-align: middle;
}

.variation {
  color: #222222;
  display: block;
  margin: 10px 0;
  font-weight: 400;
}

.variation dd {
  margin-bottom: 5px;
}

.variation > * {
  display: block;
  margin: 0;
}

.variation > * > p {
  margin: 0;
  color: #212529;
}

.page-cart-warp {
  padding-top: 50px;
}

.page-cart {
  padding-right: 35px;
}

.rtl .page-cart {
  padding-left: 35px;
  padding-right: inherit;
}

.page-cart .cart .quantity input.qty, .page-cart .cart .quantity {
  width: 70px;
  margin: 0;
  height: 32px;
  border: none;
  background: #FFF;
  font-weight: 400;
  font-size: 15px;
}

.page-cart .product-name a {
  color: #222222;
  font-weight: 500;
  line-height: 20px;
}

.page-cart .product-subtotal > * {
  font-weight: 500;
}

.page-cart .shop_table {
  margin-bottom: 50px;
}

.page-cart .shop_table thead > tr > * {
  border: none;
}

.page-cart .shop_table thead > tr > th:first-child {
  padding-left: 0px;
}

.rtl .page-cart .shop_table thead > tr > th:first-child {
  padding-right: 0px;
  padding-left: inherit;
}

.page-cart .shop_table tbody > tr > td:first-child {
  padding-left: 0px;
}

.rtl .page-cart .shop_table tbody > tr > td:first-child {
  padding-right: 0px;
  padding-left: inherit;
}

.page-cart .sok-coupon input[type="submit"] {
  line-height: 25px;
}

.sok-coupon {
  margin-bottom: 20px;
}

.sok-coupon .actions {
  margin-top: 0;
}

.sok-coupon .coupon {
  background: #f8f8f8;
  border: 1px solid #e7e7e7;
  padding: 15px;
  width: 100%;
}

.sok-coupon .input-group-btn {
  padding-right: 0;
  padding-left: 15px;
}

.sok-coupon .input-group-btn input {
  padding: 0 15px;
}

.sok-coupon .form-control {
  border: none;
}

.sok-coupon span {
  border: none;
  padding: 0 15px;
  font-size: 16px;
}

.sok-coupon #coupon_code {
  background: #fff;
  height: 42px;
  padding: 15px;
  border: 1px solid #e7e7e7;
  color: #000;
  font-size: 14px;
}

.sok-coupon #coupon_code::-webkit-input-placeholder {
  color: #ccc;
}

.sok-coupon #coupon_code::-moz-placeholder {
  color: #ccc;
}

.sok-coupon #coupon_code:-ms-input-placeholder {
  color: #ccc;
}

.sok-coupon #coupon_code:-moz-placeholder {
  color: #ccc;
}

.sok-coupon input[type="submit"] {
  background: #fff;
  color: #222222;
  border: 1px solid #222222;
  line-height: 25px;
  height: 42px;
  font-size: 12px;
}

.sok-coupon input[type="submit"]:hover {
  background: #222222;
  color: #FFF;
  border-color: #222222;
}

.sok-coupon .input-group-addon {
  display: none;
  background: none;
  font-size: 14px;
  color: #222222;
  text-transform: uppercase;
}

.sok-coupon .button {
  color: #FFF;
}

.shipping_address > p {
  margin-bottom: 20px;
}

.shipping .amount {
  float: right;
}

.rtl .shipping .amount {
  float: left;
}

.shipping ul {
  list-style: none;
}

.shipping ul li {
  padding: 2px;
}

.shipping ul li label {
  text-transform: capitalize;
  font-weight: 400;
}

.shipping ul label {
  display: block;
  font-size: 14px;
  min-width: 100px;
  text-align: left;
  position: relative;
}

.shipping ul label:before {
  border-radius: 50%;
  height: 12px;
  left: -20px;
  top: 5px;
  width: 12px;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ccc;
  content: " ";
  cursor: pointer;
  display: block;
  position: absolute;
}

.rtl .shipping ul label:before {
  right: -20px;
  left: auto;
}

.shipping .shipping_method {
  visibility: hidden;
  display: none;
}

.shipping .shipping_method:checked + label::before {
  border-color: #282828;
  border-width: 2px;
}

.shipping .shipping-calculator-button {
  color: #222222;
  padding-top: 15px;
}

.shipping select, .shipping input {
  width: 100%;
}

.sok-shipping {
  background: #f8f8f8;
  border: 1px solid #e7e7e7;
  margin-bottom: 15px;
}

.woocommerce-shipping-methods {
  margin-bottom: 15px;
}

.cart-collaterals {
  background: #f8f8f8;
  border: 1px solid #e7e7e7;
}

.cart-collaterals .select2-container--default .select2-selection--single {
  border: 1px solid #ebebeb;
  background: #fff;
  height: 50px;
  border-radius: 0;
}

.cart-collaterals .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
}

.cart-collaterals .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}

.cart-collaterals .title-cart {
  color: #222222;
  padding: 20px;
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
  border-bottom: 1px solid #e7e7e7;
}

.cart-collaterals .shop_table tr > * {
  padding: 20px;
}

.cart-collaterals .shop_table tr > th {
  font-weight: 400;
}

.cart-collaterals .shop_table .cart-subtotal > td {
  text-align: right;
}

.rtl .cart-collaterals .shop_table .cart-subtotal > td {
  text-align: left;
}

.cart-collaterals .shop_table .order-total {
  color: #222222;
}

.cart-collaterals .shop_table .order-total th {
  font-weight: 500;
}

.cart-collaterals .shop_table .order-total .amount {
  float: right;
  font-weight: 500;
}

.rtl .cart-collaterals .shop_table .order-total .amount {
  float: left;
}

.cart-collaterals .wc-btn-updatecart, .cart-collaterals .wc-proceed-to-checkout {
  display: block;
  padding: 0  40px;
  margin-bottom: 10px;
}

.cart_totals {
  padding-bottom: 20px;
}

/**
 * Contact form
 */
.contact .fa {
  color: #222;
  font-size: 18px;
  width: 30px;
}

/**
 * error 404
 */
.error-404, .no-results {
  padding: 0px 0 80px 0;
  text-align: center;
}

.error-404 .page-title, .error-404 .title-page, .no-results .page-title, .no-results .title-page {
  margin-top: 150px;
  margin-bottom: 10px;
  font-size: 54px;
  color: #222222;
}

.error-404 .page-header, .no-results .page-header {
  background: transparent;
  padding: 0;
  border: none;
}

.error-404 .page-header:after, .no-results .page-header:after {
  background: transparent;
}

.error-404 .searchform, .no-results .searchform {
  display: inline-block;
  padding: 0;
}

.error-404 .searchform .input-group, .no-results .searchform .input-group {
  max-width: 500px;
}

.error-404 .searchform .form-control, .no-results .searchform .form-control {
  width: 100%;
  height: 50px;
  min-width: 400px;
}

.error-404 .searchform button, .no-results .searchform button {
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
}

.error-404 .page-content, .no-results .page-content {
  margin-top: 0px;
}

.login-wrap .login .form-row:nth-child(3n+0) {
  margin: 0 0 30px 0;
  float: left;
}

.rtl .login-wrap .login .form-row:nth-child(3n+0) {
  float: right;
}

.login-wrap .login .form-row:nth-child(3n+0) .checkbox-style {
  position: relative;
  padding-left: 20px;
}

.rtl .login-wrap .login .form-row:nth-child(3n+0) .checkbox-style {
  padding-right: 20px;
  padding-left: inherit;
}

.login-wrap .login .form-row:nth-child(3n+0) .checkbox-style input[type="checkbox"] {
  margin-top: -1px;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.rtl .login-wrap .login .form-row:nth-child(3n+0) .checkbox-style input[type="checkbox"] {
  right: 0;
  left: auto;
}

/**
 * Thank you
 */
.woocommerce-order-received .page-title {
  display: none;
}

.woocommerce-order-received .thankyou-order-details {
  text-align: center;
}

.woocommerce-order-received ul.order_details {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}

.woocommerce-order-received ul.order_details li {
  padding: 30px;
  float: left;
  text-align: left;
  color: #777777;
}

.rtl .woocommerce-order-received ul.order_details li {
  float: right;
}

.rtl .woocommerce-order-received ul.order_details li {
  text-align: right;
}

.woocommerce-order-received ul.order_details li strong {
  margin-top: 10px;
  color: #222222;
  font-weight: 400;
  display: block;
}

.thankyou-order {
  text-align: center;
  padding-top: 30px;
}

.woocommerce-thankyou-order-received {
  font-size: 18px;
  text-align: center;
  position: relative;
  color: #03a678;
}

.woocommerce-thankyou-order-received:before {
  position: relative;
  font-family: "ionicons";
  content: "\f373";
  margin-right: 10px;
  color: #03a678;
  font-size: 30px;
}

.rtl .woocommerce-thankyou-order-received:before {
  margin-left: 10px;
  margin-right: inherit;
}

.thankyou-order-payment-details {
  max-width: 768px;
  margin: auto;
}

.thankyou-order-payment-details > p {
  font-size: 14px;
  margin-bottom: 30px;
}

.thankyou-order-payment-details .wc-item-meta {
  margin-top: 15px;
}

.thankyou-order-payment-details .woocommerce-order-details {
  border: 1px solid #ddd;
  background: #fafafa;
  margin-bottom: 30px;
  border-radius: 3px;
}

.thankyou-order-payment-details .woocommerce-order-details h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 300;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.thankyou-order-payment-details .woocommerce-order-details .order_details {
  margin: 0;
}

.thankyou-order-payment-details .woocommerce-order-details .product-total {
  text-align: right;
}

.rtl .thankyou-order-payment-details .woocommerce-order-details .product-total {
  text-align: left;
}

.thankyou-order-payment-details .woocommerce-order-details tr > * {
  padding: 20px;
}

.thankyou-order-payment-details .woocommerce-order-details thead th {
  border-bottom: 1px solid #e7e7e7;
}

.thankyou-order-payment-details .woocommerce-order-details tfoot > tr:last-child .amount {
  font-weight: bold;
}

.thankyou-order-payment-details .woocommerce-customer-details h2 {
  padding: 15px 0;
  margin: 60px 0 20px;
  font-size: 24px;
  font-weight: 300;
  border-bottom: 1px solid #ddd;
}

.thankyou-order-payment-details .order_heading {
  padding: 20px;
  margin: 0;
  border-bottom: 1px solid #e7e7e7;
}

.customer_details tr > * {
  border: none;
  vertical-align: middle;
}

/**
* Wishlist
*/
.woocommerce table.wishlist_table {
  border: 0;
  empty-cells: hide;
  margin-bottom: 0;
  margin-top: 50px;
}

.woocommerce table.wishlist_table tr th, .woocommerce table.wishlist_table tr td {
  padding: 24px 0;
}

.woocommerce table.wishlist_table tr th {
  padding-right: 24px;
}

.woocommerce table.wishlist_table thead {
  background-color: transparent;
  border: none;
}

.woocommerce table.wishlist_table thead tr th {
  border-top: none;
  padding-top: 0;
  line-height: 1;
  font-size: 18px;
  min-width: 160px;
  border-color: #e3e3e3;
}

.woocommerce table.wishlist_table tbody {
  background-color: transparent;
  border: none;
}

.woocommerce table.wishlist_table tbody tr td {
  padding-right: 24px;
  border-color: #e3e3e3;
}

.woocommerce table.wishlist_table tbody tr td.product-add-to-cart {
  text-align: right;
  padding-right: 0;
}

.woocommerce table.wishlist_table tbody tr td.product-add-to-cart a {
  margin: 0;
  padding: 10px 24px;
  color: #ffffff;
  height: auto;
  width: auto;
  background: #222222;
  border-color: #222222;
  letter-spacing: 0;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.woocommerce table.wishlist_table tbody tr td.product-add-to-cart a:hover, .woocommerce table.wishlist_table tbody tr td.product-add-to-cart a:focus, .woocommerce table.wishlist_table tbody tr td.product-add-to-cart a:active {
  color: #222222;
  background: #ffffff;
  border-color: #222222;
}

.woocommerce table.wishlist_table tbody tr td:last-child {
  padding-right: 0;
  text-align: right;
}

.woocommerce table.wishlist_table tbody tr:last-child {
  border-bottom: none;
}

.woocommerce table.wishlist_table tfoot {
  border: none;
  background: transparent;
}

.woocommerce table.wishlist_table tfoot tr {
  border: 0;
}

.woocommerce table.wishlist_table tfoot td {
  padding-top: 0;
  padding-bottom: 0;
}

.woocommerce table.wishlist_table tr td,
.woocommerce table.wishlist_table tr th.wishlist-delete,
.woocommerce table.wishlist_table tr th.product-checkbox {
  vertical-align: middle;
  text-align: left;
}

.rtl .woocommerce table.wishlist_table tr td, .rtl
.woocommerce table.wishlist_table tr th.wishlist-delete, .rtl
.woocommerce table.wishlist_table tr th.product-checkbox {
  text-align: right;
}

.woocommerce table.wishlist_table td.product-thumbnail a {
  max-width: 90px;
  width: 90px;
}

.woocommerce table.wishlist_table td.product-price {
  font-size: 14px;
}

.woocommerce table.wishlist_table td.product-price del {
  outline-style: none;
}

.woocommerce table.wishlist_table td.product-price ins {
  text-decoration: none;
  padding: 0 0 0 5px;
  color: #222;
  font-size: 16px;
  font-weight: 500;
}

.woocommerce table.wishlist_table td.product-stock-status span.wishlist-in-stock {
  color: #b7cc16;
  font-weight: 500;
  font-size: 16px;
}

.woocommerce table.wishlist_table.cart a.remove {
  color: #222222 !important;
  font-size: 18px;
  margin: 0;
  font-weight: 500;
  border: 1px solid #e3e3e3 !important;
  background: transparent !important;
  padding-left: 0;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.rtl .woocommerce table.wishlist_table.cart a.remove {
  padding-right: 0;
  padding-left: inherit;
}

.woocommerce table.wishlist_table.cart a.remove:hover {
  background: #222222 !important;
  color: #ffffff !important;
  border-color: #222222 !important;
}

.woocommerce #content table.wishlist_table.cart a.remove {
  margin: 0;
}

.woocommerce form.track_order {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding-top: 44px;
}

.woocommerce form.track_order .clear + .form-row {
  margin-bottom: 0;
}

.woocommerce form.track_order .form-row button[type="submit"] {
  margin-top: 30px;
  width: 100%;
  height: 60px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}

.about-heading {
  max-width: 480px;
}

/**
 * panel
 */
.panel {
  box-shadow: none;
}

.panel-heading > *, .panel-title {
  font-size: 18px;
  text-transform: capitalize;
}

.panel-body {
  padding: 30px 0;
}

.panel-body .form-row {
  margin-bottom: 30px;
}

.edit {
  font-size: 16px;
  text-transform: capitalize;
}

.woocommerce .login input.form-control, .woocommerce .register input.form-control {
  height: 60px;
  padding: 0;
  margin-bottom: 15px;
  background: #FFF;
}

.woocommerce .login p, .woocommerce .register p {
  margin-bottom: 15px;
}

.logined .author-img {
  display: inline-block;
  vertical-align: top;
}

.logined .name-account {
  font-size: 14px;
  vertical-align: top;
  padding-left: 30px;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.logined .name-account strong {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  padding: 0;
  display: block;
}

.logined ul {
  list-style: none;
  padding: 0;
}

.logined ul li {
  font-size: 14px;
  line-height: 30px;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.logined ul li.is-active a {
  color: #222222;
}

.logined ul li a {
  color: #212529;
}

.logined ul li a:hover {
  color: #222222;
}

.woocommerce #loginTab {
  border: none;
}

.woocommerce #loginTab .title-login {
  padding-right: 60px;
}

.woocommerce .title-login, .woocommerce .title-register {
  display: inline-block;
  margin-bottom: 0;
  font-size: 36px;
  line-height: normal;
  font-weight: 500;
  padding: 0;
  margin-right: 0;
}

.woocommerce li.nav-item {
  color: #b0b0b0;
}

.woocommerce li.nav-item a {
  color: #b0b0b0;
}

.woocommerce li.nav-item.active > a, .woocommerce li.nav-item:hover > a, .woocommerce li.nav-item:focus > a {
  color: #222222;
}

.woocommerce .lost_password {
  margin-bottom: 0 !important;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.woocommerce-account .page-title {
  display: none;
}

.woocommerce-account .name-account strong {
  text-transform: capitalize;
  font-size: 16px;
}

.woocommerce-account ul {
  list-style: none;
  padding: 0;
}

.woocommerce-account ul li {
  line-height: 30px;
}

.woocommerce-account ul li.is-active a {
  color: #222222;
}

.woocommerce-account ul li a {
  color: #212529;
}

.woocommerce-account ul li a:hover {
  color: #222222;
}

.myaccount-login {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding-top: 44px;
}

.myaccount-login .nav {
  margin-bottom: 44px;
}

.myaccount-login .btn {
  margin-top: 30px;
  width: 100%;
  height: 60px;
  border-radius: 0;
  font-weight: 500;
  font-size: 16px;
}

.mo_image_id {
  display: none;
}

.lost_reset_password {
  text-align: center;
  max-width: 520px;
  margin: 42px auto;
}

.lost_reset_password .form-row:last-child {
  margin-bottom: 0;
}

.lost_reset_password input[type="submit"] {
  height: 60px;
  padding: 20px 40px;
}

.button-offcanvas {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.cross-sells {
  margin-top: 50px;
  text-align: center;
}

.mfp-wrap #sok-quickview {
  display: block;
}

#sok-quickview {
  background: #fff none repeat scroll 0 0;
  margin: 0 auto;
  max-width: 1080px;
  position: relative;
}

#sok-quickview .slick-slide img {
  width: 100%;
}

#sok-quickview .entry-summary {
  margin: 50px;
  padding: 0;
}

#sok-quickview .product-detail-wrap .cart {
  padding-bottom: 0;
}

#sok-quickview .mfp-close {
  top: 0 !important;
  font-size: 14px;
}

#sok-quickview .flickity-prev-next-button {
  background: none;
  border-radius: 0;
  font-size: 14px;
  opacity: 0;
  width: 24px;
  height: 24px;
  -webkit-transform: 0.4s;
  -moz-transform: 0.4s;
  -ms-transform: 0.4s;
  -o-transform: 0.4s;
  transform: 0.4s;
}

#sok-quickview .flickity-prev-next-button:focus {
  box-shadow: none;
  outline: none;
}

#sok-quickview .na-product-image:hover .flickity-prev-next-button {
  opacity: 1;
  -webkit-transform: 0.4s;
  -moz-transform: 0.4s;
  -ms-transform: 0.4s;
  -o-transform: 0.4s;
  transform: 0.4s;
}

#sok-quickview .flickity-prev-next-button:disabled {
  display: none;
}

#sok-quickview .full-image {
  width: 100%;
}

#sok-quickview .slide > img {
  width: 100%;
}

#sok-quickview .woocommerce-product-rating {
  display: none;
}

#sok-quickview .price {
  color: #222;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 0;
  padding: 25px 0;
}

#sok-quickview .stock {
  border: 1px solid #00bc0d;
  border-radius: 3px;
  color: #00bc0d;
  display: inline-block;
  font-size: 12px;
  padding: 2px 10px;
}

#sok-quickview .description {
  clear: both;
  color: #555555;
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 0 20px;
  position: relative;
}

#sok-quickview .reset_variations {
  font-size: 12px;
  position: absolute;
  right: 50px;
  top: 35px;
}

.rtl #sok-quickview .reset_variations {
  left: 50px;
  right: auto;
}

#sok-quickview .cart:before, #sok-quickview .cart:after {
  content: " ";
  display: table;
}

#sok-quickview .cart:after {
  clear: both;
}

#sok-quickview .cart .quantity {
  width: 100px;
}

#sok-quickview .product_meta {
  clear: both;
  margin: 0;
  padding-top: 10px;
}

#sok-quickview .product_meta > * {
  color: #000000;
  display: block;
  font-weight: 500;
  padding: 5px 0;
}

.product-image.loading::after {
  background: white none repeat scroll 0 0;
  color: #222;
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.rtl .product-image.loading::after {
  right: 0px;
  left: auto;
}

.product-image.loading::before {
  animation: 0.8s ease 0s normal none infinite running dotFade;
  background: #222 none repeat scroll 0 0;
  border-radius: 49%;
  bottom: 0;
  color: #222;
  content: "";
  height: 12px;
  left: 0;
  margin: auto;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
  z-index: 99;
}

.mfp-bg {
  z-index: 10429;
}

.mfp-wrap {
  z-index: 10439;
}

.mfp-close i {
  pointer-events: none;
}

.name-account {
  padding: 20px 0 10px;
}

.my-account {
  margin-bottom: 20px;
}

.my-account .avatar > img {
  border-radius: 100%;
}

.sidebar .btn-logout {
  font-size: 12px;
  color: #8b8b8b;
  text-decoration: underline;
}

.woo-dashboard {
  border-radius: 5px;
  font-size: 16px;
  line-height: 28px;
  min-height: 500px;
  padding: 0px;
}

.woo-dashboard .woocommerce-Button {
  margin-right: 10px;
}

.rtl .woo-dashboard .woocommerce-Button {
  margin-left: 10px;
  margin-right: inherit;
}

.woo-dashboard .shop_table .order-total {
  background: none;
}

.is-active > a {
  color: #222;
}

.cart-empty {
  margin-top: 42px;
  text-align: center;
}

.cart-empty + .return-to-shop {
  text-align: center;
  float: none;
  width: 100%;
}

.cart-empty + .return-to-shop .wc-backward {
  width: auto;
  display: inline-block;
  padding: 20px 30px;
  line-height: normal;
  height: auto;
}

.fa-map-marker, .fa-phone, .fa-envelope-o {
  margin-right: 10px;
  color: #000;
}

.rtl .fa-map-marker, .rtl .fa-phone, .rtl .fa-envelope-o {
  margin-left: 10px;
  margin-right: inherit;
}

.preview .wpb_single_image {
  overflow: visible;
}

.preview .group-btn-image {
  background: white none repeat scroll 0 0;
  border-top: 1px solid #ebebeb;
  bottom: 0;
  color: black;
  font-size: 16px;
  padding: 24px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.preview .no-effect {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  position: relative;
}

.preview .no-effect:hover {
  box-shadow: 0 10px 20px 0 rgba(168, 182, 191, 0.6);
}

.woocommerce-additional-fields textarea {
  height: 100px;
}

.post-item.page .article-meta {
  display: none;
}

.vc_custom_heading.custom_heading_faq {
  margin: 0;
  padding: 48px 0 0 0;
}

.wpb_text_column.text_column_faq {
  margin: 0;
  padding: 43px 0 0 340px;
}

.page #comments, .page #review_form, .page #comments .heading, .page #review_form .heading {
  margin-top: 50px;
}

.home .wrap-breadcrumb {
  display: none;
}

.home .page-header {
  display: none;
}

.site-title {
  display: inline-block;
}

.site-logo a {
  vertical-align: text-top;
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.container-full {
  margin-left: auto;
  margin-right: auto;
}

.container-full .container-inner {
  padding: 0 60px;
}

.site-content {
  padding-top: 0px;
  padding-bottom: 0px;
}

#sok-top-navbar {
  background: #F5F5F5;
  font-size: 12px;
  color: #222222;
  border-bottom: 0px solid transparent;
}

#sok-top-navbar a {
  color: #888890;
  line-height: 40px;
  font-size: 14px;
}

#sok-top-navbar a:hover, #sok-top-navbar a:focus {
  color: #222222;
  background: transparent;
}

#sok-top-navbar ul > li {
  float: left;
  padding: 7px 15px;
}

.rtl #sok-top-navbar ul > li {
  float: right;
}

#sok-top-navbar ul > li a {
  padding: 0;
  margin: 0;
  line-height: 26px;
}

#sok-top-navbar ul > li:first-child {
  padding-left: 0px;
}

.rtl #sok-top-navbar ul > li:first-child {
  padding-right: 0px;
  padding-left: inherit;
}

#sok-top-navbar .topbar-left a {
  color: #888890;
}

#sok-top-navbar .topbar-left a:hover {
  color: #222222;
}

#sok-top-navbar .topbar-left > * {
  display: block;
  float: left;
  line-height: 26px;
}

.rtl #sok-top-navbar .topbar-left > * {
  float: right;
}

#sok-top-navbar .topbar-left .list-unstyled {
  padding: 7px 20px;
}

#sok-top-navbar .topbar-left .language {
  padding-left: 0px;
}

.rtl #sok-top-navbar .topbar-left .language {
  padding-right: 0px;
  padding-left: inherit;
}

#sok-top-navbar .topbar-right {
  line-height: 40px;
  text-align: right;
}

.rtl #sok-top-navbar .topbar-right {
  text-align: left;
}

#sok-top-navbar .topbar-right .na-topbar {
  float: right;
}

.rtl #sok-top-navbar .topbar-right .na-topbar {
  float: left;
}

#sok-top-navbar .topbar-right .navbar {
  margin: 0;
  min-height: auto;
}

#sok-top-navbar .topbar-right .navbar > a {
  padding: 0;
}

#sok-top-navbar .topbar-right .fa {
  margin-right: 5px;
}

.rtl #sok-top-navbar .topbar-right .fa {
  margin-left: 5px;
  margin-right: inherit;
}

#sok-top-navbar .topbar-right #menu-topbar li:last-child {
  padding-right: 0px;
}

.rtl #sok-top-navbar .topbar-right #menu-topbar li:last-child {
  padding-left: 0px;
  padding-right: inherit;
}

#sok-top-navbar .widget_nav_menu ul {
  margin: 0;
  padding: 0;
}

#sok-top-navbar .widget_nav_menu ul li {
  list-style: none;
}

#sok-top-navbar .sok-social-icon a {
  font-size: 14px;
}

#sok-top-navbar .sok-social-icon > a:hover {
  border: none;
}

#na-header {
  padding: 20px 0;
}

.widget.center {
  text-align: center;
}

.widget.left {
  text-align: left;
}

.rtl .widget.left {
  text-align: right;
}

.widget.right {
  text-align: center;
}

.widget select {
  width: 100%;
}

.widgettitle {
  position: relative;
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 400;
  display: inline-block;
  text-align: left;
}

.rtl .widgettitle {
  text-align: right;
}

.widgettitle img {
  width: auto;
  height: auto;
}

.block {
  margin: 60px 0;
}

.block-title {
  font-size: 36px;
  line-height: 40px;
  color: #222222;
  text-align: center;
  display: block;
  margin-bottom: 42px;
}

.block-products-widgets .title-ground .block-title {
  float: left;
  margin: 0;
}

.block-products-widgets .title-ground .btn-unline {
  float: right;
  margin: 0;
  padding-top: 10px;
}

.block-products-widgets .block-title {
  margin-bottom: 10px;
}

.block-products-widgets .widgetcontent {
  margin-top: 50px;
}

.block-products-widgets .infload-controls {
  padding-top: 30px;
}

.block-products-widgets .items-duel {
  padding-top: 80px;
}

.block-products-widgets .items-duel .col-item {
  padding-right: 70px;
  padding-left: 70px;
}

.block-products-widgets.block-duel {
  margin-bottom: 0;
}

.block-products-widgets.block-duel .block-title {
  font-size: 48px;
  line-height: 68px;
  font-weight: 300;
}

.block-products-widgets.block-duel .box_des {
  padding-top: 10px;
  font-size: 18px;
  line-height: 34px;
  color: #222222;
}

.block-products-widgets.block-duel .product-cat-duel.products-block {
  margin-bottom: 100px;
}

.block-products-widgets.block-duel .btn-readmore {
  padding: 17px 32px;
  max-width: 250px;
  display: block;
  text-align: center;
  margin: auto;
}

.recent-content img {
  box-sizing: content-box;
}

.recent-content .entry-title {
  padding: 0;
}

.recent-content .posts-listing .post-inner {
  padding-bottom: 30px;
}

.recent-content .posts-listing .post-inner:last-child {
  padding-bottom: 0;
}

.widget_calendar table > thead > tr > th {
  border-bottom: 1px solid #ebebeb;
}

.widget_layered_nav ul li, .widget_layered_nav_filters ul li {
  clear: both;
}

.widget_layered_nav ul li.chosen, .widget_layered_nav_filters ul li.chosen {
  vertical-align: middle;
  color: #222222;
}

.widget_layered_nav ul li.chosen > a, .widget_layered_nav_filters ul li.chosen > a {
  color: #222222;
}

.widget_layered_nav ul li.chosen > a:before, .widget_layered_nav_filters ul li.chosen > a:before {
  border: none;
  background: #cf3b3d;
}

.widget_layered_nav ul li.chosen > a:after, .widget_layered_nav_filters ul li.chosen > a:after {
  color: #FFF;
  content: "\f2d7";
  display: block;
  font-family: "Ionicons";
  font-size: 8px;
  height: 18px;
  left: 0px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 18px;
  line-height: 20px;
  z-index: 10;
}

.rtl .widget_layered_nav ul li.chosen > a:after, .rtl .widget_layered_nav_filters ul li.chosen > a:after {
  right: 0px;
  left: auto;
}

.widget_layered_nav ul li.chosen:hover, .widget_layered_nav_filters ul li.chosen:hover {
  color: #cf3b3d;
}

.widget_layered_nav ul li.chosen:hover > a, .widget_layered_nav_filters ul li.chosen:hover > a {
  color: #cf3b3d;
}

.widget_layered_nav ul li.chosen:hover > a:before, .widget_layered_nav_filters ul li.chosen:hover > a:before {
  border: none;
  background: #cf3b3d;
}

.widget_layered_nav ul li.chosen:hover > a:after, .widget_layered_nav_filters ul li.chosen:hover > a:after {
  content: "\f2d7";
  border: none;
  background: #cf3b3d;
  border-radius: 100%;
}

.widget_layered_nav ul li.chosen:hover .count, .widget_layered_nav_filters ul li.chosen:hover .count {
  color: #cf3b3d;
}

.widget_layered_nav ul li span, .widget_layered_nav_filters ul li span {
  float: right;
}

.rtl .widget_layered_nav ul li span, .rtl .widget_layered_nav_filters ul li span {
  float: left;
}

.widget_layered_nav ul li a, .widget_layered_nav_filters ul li a {
  line-height: 20px;
  position: relative;
  padding-left: 30px;
  display: inline-block;
}

.rtl .widget_layered_nav ul li a, .rtl .widget_layered_nav_filters ul li a {
  padding-right: 30px;
  padding-left: inherit;
}

.widget_layered_nav ul li a:before, .widget_layered_nav_filters ul li a:before {
  content: "" !important;
  width: 18px;
  height: 18px;
  border: 1px solid #dfdfdf;
  display: block;
  position: absolute;
  left: 0;
  border-radius: 100%;
  top: 0px;
  z-index: 5;
  background: transparent;
}

.rtl .widget_layered_nav ul li a:before, .rtl .widget_layered_nav_filters ul li a:before {
  right: 0;
  left: auto;
}

.widget_layered_nav ul li a:hover, .widget_layered_nav ul li a:focus, .widget_layered_nav_filters ul li a:hover, .widget_layered_nav_filters ul li a:focus {
  color: #222222;
}

.widget_layered_nav ul li a:hover:before, .widget_layered_nav_filters ul li a:hover:before {
  border: none;
  background: #222222;
}

.widget_layered_nav ul li:hover .count, .widget_layered_nav_filters ul li:hover .count {
  color: #222222;
}

.widget_layered_nav ul li:hover a:after, .widget_layered_nav_filters ul li:hover a:after {
  color: #FFF;
  content: "\f2d7";
  display: block;
  font-family: "Ionicons";
  font-size: 8px;
  height: 18px;
  left: 0px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 18px;
  line-height: 20px;
  z-index: 10;
}

.rtl .widget_layered_nav ul li:hover a:after, .rtl .widget_layered_nav_filters ul li:hover a:after {
  right: 0px;
  left: auto;
}

.widget_layered_nav_filters ul li.chosen > a:after {
  color: #FFF;
  content: "\f2d7";
  display: block;
  font-family: "Ionicons";
  font-size: 12px;
  height: 18px;
  left: 0px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 18px;
  line-height: 19px;
  z-index: 10;
}

.rtl .widget_layered_nav_filters ul li.chosen > a:after {
  right: 0px;
  left: auto;
}

.widget_layered_nav_filters ul li.chosen > a:hover {
  color: #cf3b3d;
}

.sok_layered_nav div.wcvashopswatchlabel.wcvaround {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  border: 2px solid #fff;
}

.sok_layered_nav div.wcvashopswatchlabel.wcvaround:before {
  opacity: 0;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: 1px solid #000;
  content: "";
  display: block;
  border-radius: 100%;
  text-align: center;
  position: absolute;
}

.sok_layered_nav .wcvaswatchinput {
  display: block;
  line-height: 36px;
}

.sok_layered_nav div.wcvashopswatchlabel {
  outline: none;
}

.sok_layered_nav div.wcva-selected-filter.wcvaround .wcvashopswatchlabel, .sok_layered_nav .wcvaswatchinput:hover .wcvashopswatchlabel {
  outline: none !important;
}

.sok_layered_nav div.wcva-selected-filter.wcvaround .wcvashopswatchlabel:before, .sok_layered_nav .wcvaswatchinput:hover .wcvashopswatchlabel:before {
  opacity: 1;
}

.sok_layered_nav div.wcva-selected-filter.wcvaround span, .sok_layered_nav .wcvaswatchinput:hover span {
  text-decoration: underline;
}

.sok_layered_nav div.wcvashopswatchlabel {
  vertical-align: middle;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-bottom: 5px;
  position: relative;
  margin-left: 0;
  border-radius: 100%;
}

.rtl .sok_layered_nav div.wcvashopswatchlabel {
  margin-right: 0;
  margin-left: inherit;
}

.sok_layered_nav div.wcvashopswatchlabel:before {
  opacity: 0;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: 1px solid #000;
  content: "";
  display: block;
  border-radius: 100%;
  text-align: center;
  position: absolute;
}

.sok_layered_nav div.wcvashopswatchlabel:hover:before {
  opacity: 1;
}

.sok_layered_nav div.wcva_filter_textblock {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}

.sok_layered_nav .wcvaswatchinput:hover div.wcvashopswatchlabel.wcva_filter_textblock {
  line-height: 30px;
  width: 30px;
  height: 30px;
}

.sok_layered_nav .wcvaswatchinput div.wcva-selected-filter.wcvasquare {
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  outline: none;
}

.sok_layered_nav .wcvaswatchinput div.wcva-selected-filter.wcvasquare:before {
  opacity: 1;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: 1px solid #000;
  content: "";
  display: block;
  border-radius: 100%;
  text-align: center;
  position: absolute;
}

.sok_layered_nav .wcvaswatchinput div.wcva-selected-filter.wcvasquare.wcva_filter_textblock {
  line-height: 30px;
  width: 30px;
  height: 30px;
}

.shopswatchinput .wcvaswatchinput {
  width: 22px !important;
  height: 22px !important;
}

div.shopswatchinput .wcvashopswatchlabel {
  width: 20px !important;
  height: 20px !important;
  outline: none;
  border: 2px solid #fff;
  border-radius: 100%;
  position: relative;
}

div.shopswatchinput .wcvashopswatchlabel:before {
  opacity: 0;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: 1px solid #000;
  content: "";
  display: block;
  border-radius: 100%;
  text-align: center;
  position: absolute;
}

div.shopswatchinput .wcvashopswatchlabel:hover {
  outline: none !important;
}

div.shopswatchinput .wcvashopswatchlabel:hover:before {
  opacity: 1;
}

div.shopswatchinput .wcvashopswatchlabel.wcva_shop_textblock {
  width: 30px !important;
  height: 30px !important;
  line-height: 10px;
  background: transparent;
  border-color: transparent !important;
  font-size: 14px;
}

div.shopswatchinput .wcvashopswatchlabel.wcva_shop_textblock:hover {
  text-decoration: underline;
}

div.shopswatchinput .wcvashopswatchlabel.wcva_shop_textblock:hover:before {
  opacity: 0;
}

.sidebar .widget.widget_search .input-group {
  border: none;
  padding: 0;
}

.sidebar .widget.widget_search .ti-search {
  color: #a3a3a3;
}

.sidebar .widget.widget_search .btn-primary {
  border-left: none;
  background: transparent;
}

.sidebar .widget.widget_search .form-control {
  border: 1px solid #e3e3e3;
}

.information_widget .logo-footer {
  width: auto;
  margin-top: 15px;
}

.information_widget .description {
  margin: 20px 0 15px;
  line-height: 30px;
}

.page-content .wpb_revslider_element {
  margin-bottom: 0;
}

.widget-related {
  text-align: center;
}

.widget-related .products-block {
  margin: 0;
}

.widget-related .widgettitle {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 60px;
  margin-top: 0px;
}

.widget.recent_blog {
  padding-bottom: 0;
}

.widget.recent_blog .post-item {
  position: relative;
}

.widget.recent_blog .widgettitle {
  font-size: 20px;
  color: #222222;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  padding-bottom: 20px;
}

.widget.recent_blog ul > li {
  padding-left: 30px !important;
}

.rtl .widget.recent_blog ul > li {
  padding-right: 30px !important;
  padding-left: inherit;
}

.widget.recent_blog li > a {
  font-weight: 500;
  color: #222222;
}

.widget.recent_blog .post-date {
  display: block;
}

.widget.recent_blog .entry-title {
  padding: 0;
}

.widget.recent_blog .entry-header {
  padding: 15px 0;
}

.widget.recent_blog .entry-title a {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding-left: 10px;
  display: block;
}

.rtl .widget.recent_blog .entry-title a {
  padding-right: 10px;
  padding-left: inherit;
}

.widget.recent_blog .entry-title a:hover {
  color: #222;
}

.widget.recent_blog .entry-meta {
  font-size: 12px;
  color: #212529;
  padding-left: 10px;
  display: block;
}

.rtl .widget.recent_blog .entry-meta {
  padding-right: 10px;
  padding-left: inherit;
}

.widget.recent_blog .number-post {
  background: #ff4422 none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 100%;
  color: white;
  font-size: 14px;
  font-weight: 500;
  height: 35px;
  left: -15px;
  line-height: 34px;
  position: absolute;
  text-align: center;
  top: 40px;
  width: 35px;
  z-index: 99;
}

.rtl .widget.recent_blog .number-post {
  right: -15px;
  left: auto;
}

.widget.recent_blog .entry-header-title {
  float: left;
  width: 70%;
}

.rtl .widget.recent_blog .entry-header-title {
  float: right;
}

.widget.recent_blog .post-item:last-child {
  border: none;
}

.widget.recent_blog .post-image {
  float: left;
  width: 30%;
}

.rtl .widget.recent_blog .post-image {
  float: right;
}

.widget.recent_blog .no-image .number-post {
  background: transparent none repeat scroll 0 0;
  color: #f2756f;
  font-size: 30px;
  font-weight: 300;
  left: -5px;
  top: 15px;
}

.rtl .widget.recent_blog .no-image .number-post {
  right: -5px;
  left: auto;
}

.widget.recent_blog .no-image .entry-header-title {
  padding-left: 40px;
  width: 100%;
}

.rtl .widget.recent_blog .no-image .entry-header-title {
  padding-right: 40px;
  padding-left: inherit;
}

.help-phone {
  color: #1a1a26;
  font-weight: 500;
}

.widget_price_filter {
  margin-bottom: 10px !important;
}

.widget_price_filter .widgettitle {
  margin-bottom: 0px;
}

.widget_price_filter .widgettitle + * {
  padding-top: 10px;
}

.widget_price_filter .price_slider {
  margin: 1em 0 2em;
}

.widget_price_filter .price_slider_amount {
  line-height: 2.4;
  font-size: 0.8751em;
}

.widget_price_filter .price_slider_amount .button {
  font-size: 14px;
  color: #fff;
  box-shadow: none;
  border-radius: 0;
  text-transform: uppercase;
  background: #1A1A26;
  padding: 3px 25px 0;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: .5em;
  margin-right: .5em;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  background-color: white;
  border-radius: 100%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  cursor: ew-resize;
  height: 20px;
  margin-left: -0.5em;
  outline: medium none;
  position: absolute;
  top: -9px;
  width: 20px;
  z-index: 2;
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  border-radius: 0;
  background-color: #1a1a26;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 3px;
  background-color: #eaeaea;
  border: 0;
}

.widget_price_filter .price_slider_wrapper .price_label {
  font-size: 12px;
  float: right;
  padding: 5px 0;
}

.widget_price_filter .ui-slider-horizontal {
  height: 4px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 4px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.widget_product_categories .product-categories a:hover {
  text-decoration: underline;
}

.widget_product_categories .product-categories > li > a {
  font-size: 18px;
  font-weight: 500;
}

.widget_product_categories .product-categories ul.children {
  display: none;
  padding-bottom: 20px;
  padding-top: 10px;
}

.widget_product_categories .product-categories ul.children li {
  line-height: 30px;
}

.widget_product_categories .product-categories ul.children a {
  font-size: 16px;
  font-weight: 300;
}

.widget_product_categories .product-categories .current-cat-parent ul.children, .widget_product_categories .product-categories .current-cat ul.children {
  display: block;
}

.widget_product_categories .product-categories .current-cat > a {
  text-decoration: underline;
}

/*Style single blog*/
.wrap-single {
  margin-top: 80px;
}

.modal-header.btn-close-popup {
  padding: 0;
  margin: 0;
  min-height: auto;
}

.meta-social #btnShare {
  padding: 0 !important;
}

.meta-social .modal-body {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100vw;
  height: 100vh;
}

.post-format .ti-control-play,
.post-format .ti-camera,
.post-format .ti-headphone,
.post-format .ti-quote-left {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #222;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  color: #f1f1f1;
  border-radius: 100%;
  line-height: 45px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: none;
}

.post-format .ti-control-play:hover,
.post-format .ti-camera:hover,
.post-format .ti-headphone:hover,
.post-format .ti-quote-left:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #222;
  color: #f1f1f1;
}

.ti-control-play
.post-image {
  text-align: center;
  padding-bottom: 15px;
  position: relative;
}

.post-image > * {
  display: block;
}

.post-image ul li {
  list-style: none;
}

.post-image .owl-carousel {
  padding: 0;
  z-index: 999;
}

.post-image .owl-carousel .fa {
  font-weight: 700;
}

.post-image .owl-carousel .owl-prev {
  left: 15px;
  border-width: 2px;
}

.post-image .owl-carousel .owl-next {
  right: 15px;
  border-width: 2px;
}

.post-image img {
  float: none !important;
}

.single-image {
  background: #ccc;
  margin-bottom: 50px;
}

.post-cat {
  text-transform: capitalize;
  position: relative;
}

.post-cat a {
  color: #212529;
  font-size: 14px;
}

.post-cat a:hover {
  color: #222222;
}

.entry-date {
  color: #212529;
}

.entry-date:hover {
  color: #222222;
}

.entry-header {
  margin-bottom: 50px;
  max-width: 1100px;
  text-align: center;
}

.entry-header > header {
  display: block;
}

.entry-title {
  display: block;
  padding-top: 10px;
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 80px;
  font-weight: 500;
  margin-top: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #1a1a26;
}

.entry-title > a {
  color: #1a1a26;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.entry-title > a:hover {
  color: #222222;
}

.entry-avatar {
  padding: 15px 30px 50px;
}

.entry-avatar .avatar {
  border-radius: 100%;
  margin-right: 10px;
}

.rtl .entry-avatar .avatar {
  margin-left: 10px;
  margin-right: inherit;
}

.entry-avatar .author-by {
  font-style: italic;
  color: #747474;
}

.entry-avatar .author-title {
  padding-left: 3px;
  color: #222;
}

.rtl .entry-avatar .author-title {
  padding-right: 3px;
  padding-left: inherit;
}

.entry-avatar .author-link {
  color: #222;
}

.entry-avatar .count-share {
  float: right;
}

.rtl .entry-avatar .count-share {
  float: left;
}

.entry-avatar > * {
  display: inline-block;
}

.entry-footer {
  color: #757575;
  margin-top: 50px;
}

.entry-footer .watch-action {
  float: none;
  width: auto;
}

.entry-footer .watch-action .status {
  display: none;
}

.entry-footer .watch-action .lc, .entry-footer .watch-action .unlc {
  line-height: 24px;
}

.entry-footer i {
  font-size: 14px;
  padding-right: 3px;
  line-height: 22px;
}

.rtl .entry-footer i {
  padding-left: 3px;
  padding-right: inherit;
}

.entry-footer .comment-text {
  padding-right: 20px;
}

.rtl .entry-footer .comment-text {
  padding-left: 20px;
  padding-right: inherit;
}

.entry-footer .comment-text .fb_comments_count {
  padding-right: 5px;
}

.rtl .entry-footer .comment-text .fb_comments_count {
  padding-left: 5px;
  padding-right: inherit;
}

.entry-footer .comment-text .i {
  font-size: 16px;
}

.entry-footer .comment-text .txt {
  font-size: 12px;
}

.entry-footer .total-view {
  padding-right: 20px;
}

.rtl .entry-footer .total-view {
  padding-left: 20px;
  padding-right: inherit;
}

.archive-header .entry-title {
  padding: 15px 0;
}

.post-comment {
  padding-bottom: 25px;
  line-height: 24px;
}

.post-comment .fa {
  padding-right: 10px;
  color: #222;
}

.rtl .post-comment .fa {
  padding-left: 10px;
  padding-right: inherit;
}

.post-comment span {
  font-size: 12px;
}

.post-comment span:first-child {
  padding-left: 0px;
}

.rtl .post-comment span:first-child {
  padding-right: 0px;
  padding-left: inherit;
}

.tags > span {
  font-weight: bold;
  font-size: 16px;
  padding-right: 5px;
}

.rtl .tags > span {
  padding-left: 5px;
  padding-right: inherit;
}

.tags .fa {
  padding-right: 10px;
  color: #212529;
}

.rtl .tags .fa {
  padding-left: 10px;
  padding-right: inherit;
}

.tags a {
  color: #a3a3a3;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  padding-left: 7px;
  text-decoration: none;
  transition: all 0.4s ease 0s;
}

.rtl .tags a {
  padding-right: 7px;
  padding-left: inherit;
}

.tags a:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}

.entry-content {
  margin-top: 50px;
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 34px;
}

.entry-content ul, .entry-content ol {
  margin-bottom: 30px;
}

.entry-content a {
  box-shadow: 0 -1px 0 #212529 inset;
}

.entry-content a:hover {
  box-shadow: none;
}

.author-img > img {
  border-radius: 100%;
  max-width: inherit;
}

.avatar > img {
  max-width: inherit;
  border-radius: 100%;
}

.author-content h5 {
  margin-top: 40px;
  margin-bottom: 15px;
}

.author-content a {
  color: #222222;
  font-size: 24px;
  text-transform: capitalize;
}

.author-content .author-social {
  margin: 0 15px;
}

.author-content .author-social .ti-facebook {
  color: #3b5998;
}

.author-content .author-social .ti-twitter-alt {
  color: #00aced;
}

.author-content .author-social .ti-google {
  color: #dd4b39;
}

.author-content p {
  font-size: 18px;
  max-width: 900px;
  margin: auto;
  padding-bottom: 0px;
  position: relative;
}

.author-content [class*="ion-social-"] {
  font-size: 24px;
}

.author-content .author-social {
  margin: 0px 15px;
  padding-top: 15px;
  position: relative;
  display: inline-block;
}

.comment-text .tags-link-wrap {
  padding-right: 30px;
  display: inline-block;
}

.rtl .comment-text .tags-link-wrap {
  padding-left: 30px;
  padding-right: inherit;
}

.comment-text .text-comment {
  display: inline-block;
}

.comment-text .text-comment .fa {
  padding-right: 10px;
}

.rtl .comment-text .text-comment .fa {
  padding-left: 10px;
  padding-right: inherit;
}

.comment-text time {
  font-size: 12px;
}

.comment-text .meta {
  margin-bottom: 15px;
  line-height: 20px;
}

.comment-box .comment-text > p {
  margin: 0;
}

.commentform {
  padding-bottom: 10px;
}

.logged-in-as {
  margin-bottom: 20px;
}

#comments, #review_form {
  margin-top: 80px;
  border-top: 1px solid #e3e3e3;
  clear: both;
}

#comments .form-control, #review_form .form-control {
  border: 1px solid #e3e3e3;
}

#comments .comment-reply-title, #review_form .comment-reply-title {
  margin-top: 80px;
  margin-bottom: 10px;
}

#comments input, #review_form input {
  height: 50px;
}

#comments input.submit, #review_form input.submit {
  height: 60px;
  padding: 6px 50px;
}

#comments .heading, #review_form .heading {
  font-size: 32px;
  color: #222222;
  margin-bottom: 20px;
  margin-top: 80px;
  line-height: 42px;
}

#comments .comment-respond .heading, #review_form .comment-respond .heading {
  font-size: 30px;
  color: #222222;
  line-height: 36px;
}

#comments .comment-list, #review_form .comment-list {
  padding: 0;
  margin: 0;
}

#comments .comment-list li.comment, #comments .comment-list li.pingback, #review_form .comment-list li.comment, #review_form .comment-list li.pingback {
  list-style: outside none none;
  padding: 30px 0;
}

#comments .comment-list li.comment:last-child, #comments .comment-list li.pingback:last-child, #review_form .comment-list li.comment:last-child, #review_form .comment-list li.pingback:last-child {
  padding-bottom: 0;
}

#comments .comment-list > li:first-child, #review_form .comment-list > li:first-child {
  border: none;
}

#comments .comment-list li.pingback .avatar, #review_form .comment-list li.pingback .avatar {
  padding: 0;
}

#comments .comment-list li.pingback .comment-bottom, #review_form .comment-list li.pingback .comment-bottom {
  display: none;
}

#comments .comment-list li.pingback .meta-user, #review_form .comment-list li.pingback .meta-user {
  padding-top: 0;
}

#comments .comment-list li.pingback .text-user, #review_form .comment-list li.pingback .text-user {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

#comments .text-user, #review_form .text-user {
  text-transform: capitalize;
  color: #1a1a26;
}

#comments .text-user > a, #review_form .text-user > a {
  color: #222222;
}

#comments .meta-user, #review_form .meta-user {
  color: #7c7c7e;
  padding-top: 15px;
}

#comments .meta-user a, #review_form .meta-user a {
  color: #222222;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  padding-left: 25px;
}

.rtl #comments .meta-user a, .rtl #review_form .meta-user a {
  padding-right: 25px;
  padding-left: inherit;
}

#comments .meta-user a:hover, #review_form .meta-user a:hover {
  color: #a3a3a3;
}

#comments .meta-user a:after, #review_form .meta-user a:after {
  content: "\f3d5";
  font-family: Ionicons;
  font-size: 26px;
  line-height: 24px;
  vertical-align: middle;
  padding-right: 5px;
  display: inline-block;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

#comments .children, #review_form .children {
  list-style: none;
  padding-left: 120px;
}

.rtl #comments .children, .rtl #review_form .children {
  padding-right: 120px;
  padding-left: inherit;
}

#comments .children li:first-child, #review_form .children li:first-child {
  margin-top: 30px;
}

#comments .children li:last-child, #review_form .children li:last-child {
  padding-bottom: 0;
}

#comments .comment-author, #review_form .comment-author {
  padding-bottom: 15px;
}

#comments .h-info, #review_form .h-info {
  padding-bottom: 0px;
}

#comments .the-comment > .avatar, #review_form .the-comment > .avatar {
  padding-right: 40px;
}

.rtl #comments .the-comment > .avatar, .rtl #review_form .the-comment > .avatar {
  padding-left: 40px;
  padding-right: inherit;
}

#comments .ground-user, #review_form .ground-user {
  float: left;
}

#comments .ground-user .comment-time, #review_form .ground-user .comment-time {
  padding: 0px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #a3a3a3;
}

#comments .ground-user .text-user, #review_form .ground-user .text-user {
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

#comments .comment-edit-link, #review_form .comment-edit-link {
  float: right;
  font-size: 14px;
  padding-top: 15px;
}

#comments #cancel-comment-reply-link, #review_form #cancel-comment-reply-link {
  padding-left: 30px;
  padding-top: 8px;
  font-size: 14px;
  text-transform: capitalize;
}

.rtl #comments #cancel-comment-reply-link, .rtl #review_form #cancel-comment-reply-link {
  padding-right: 30px;
  padding-left: inherit;
}

#comments #cancel-comment-reply-link:hover, #review_form #cancel-comment-reply-link:hover {
  color: #222222;
}

#commentform .comment-text {
  text-transform: lowercase;
}

.post-related article.post-item {
  box-shadow: none;
  margin-bottom: 0px;
}

.post-related .widgettitle {
  text-align: center;
  display: block;
  font-size: 36px;
  margin-bottom: 60px;
  font-weight: 500;
  padding-bottom: 0;
  position: relative;
  text-transform: none;
}

.post-related .post-grid .article-content {
  padding: 15px 5px 30px;
}

.post-related .post-grid .article-content.full-width {
  padding: 0px 5px 30px;
  margin-top: -10px;
}

.post-related .row {
  margin: 0 -20px;
}

.post-related .item-col {
  padding-left: 20px;
  padding-right: 20px;
}

.post-related .post-cat {
  font-size: 12px;
}

.post-related .group-des {
  color: #212529;
  font-style: italic;
  font-size: 12px;
}

.post-related .author-link {
  color: #212529;
  font-style: normal;
}

.post-related .author-link:hover {
  color: #222;
}

.post-related .entry-title a {
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
}

.post-related .post-grid .entry-title {
  line-height: 24px;
}

.post-related .btn-readmore {
  display: none;
}

.post-related .full-width .entry-header {
  padding-top: 0;
}

.post-related .entry-content {
  padding-bottom: 15px;
}

.post-related .posted-on a, .post-related .entry-date {
  font-size: 14px;
  color: #a3a3a3;
}

.item-related .post-format {
  width: 30px;
  height: 30px;
  right: 20px;
  line-height: 32px;
  font-size: 12px;
  bottom: -15px;
  top: auto;
}

.rtl .item-related .post-format {
  left: 20px;
  right: auto;
}

.item-related {
  margin-top: 20px;
  border-radius: 3px;
}

.item-related img {
  width: 100%;
}

.item-related .post-image {
  padding: 0;
}

.item-related .ground-title {
  min-height: 70px;
  padding: 15px 20px 30px;
}

.item-related .post-title {
  text-align: left;
  font-size: 14px;
  color: #222222;
  margin: 3px 0 20px;
  line-height: 20px;
  min-height: 40px;
}

.rtl .item-related .post-title {
  text-align: right;
}

.item-related .post-title > a {
  color: #222222;
}

.item-related .post-title > a:hover {
  color: #222;
}

.item-related .embed-responsive {
  overflow: visible;
}

.item-related .article-content.full-width .entry-content {
  padding: 0;
}

.item-comment {
  padding: 0;
  font-style: normal;
  margin: 0;
}

.item-comment > span {
  vertical-align: middle;
  padding-left: 7px;
  font-size: 14px;
}

.rtl .item-comment > span {
  padding-right: 7px;
  padding-left: inherit;
}

.item-comment i {
  font-size: 14px;
}

.icon-comment {
  font-size: 18px;
  color: #D1D1D0;
  padding-left: 0px;
}

.rtl .icon-comment {
  padding-right: 0px;
  padding-left: inherit;
}

.entry_pagination {
  margin-top: 15px;
}

.entry_pagination .txt-pagination p {
  margin-bottom: 5px;
}

.entry_pagination .txt-pagination span {
  font-size: 14px;
  display: inline-block;
  color: #a3a3a3;
  line-height: 24px;
  text-transform: capitalize;
}

.entry_pagination .pagination {
  padding: 20px 0px 25px 0px;
  margin: 0;
}

.entry_pagination .pagination .txt-pagination span {
  font-size: 14px;
  line-height: 30px;
  vertical-align: top;
}

.entry_pagination .page-numbers {
  background: none;
  box-shadow: none;
  color: #222222;
  width: auto;
  vertical-align: middle;
  border-radius: 0;
  margin: 0;
  border: none;
  height: initial;
  line-height: 30px;
}

.entry_pagination .page-numbers img {
  display: table-cell;
}

.entry_pagination .page-numbers i {
  font-size: 24px;
  line-height: 30px;
  display: inline-block;
  color: #a3a3a3;
}

.entry_pagination .page-numbers:hover {
  background: transparent;
  color: #222222;
}

.entry_pagination .page-numbers:hover span {
  color: #222222;
}

.entry_pagination .page-numbers:hover i {
  color: #222222;
}

.entry_pagination .page-numbers.page-prev {
  max-width: 45%;
  text-align: left;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0 0 0 5px;
}

.rtl .entry_pagination .page-numbers.page-prev {
  text-align: right;
}

.entry_pagination .page-numbers.page-prev img {
  float: left;
}

.rtl .entry_pagination .page-numbers.page-prev img {
  float: right;
}

.entry_pagination .page-numbers.page-prev i {
  padding-right: 5px;
}

.rtl .entry_pagination .page-numbers.page-prev i {
  padding-left: 5px;
  padding-right: inherit;
}

.entry_pagination .page-numbers.page-next {
  max-width: 45%;
  text-align: right;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0 0 5px 0;
}

.rtl .entry_pagination .page-numbers.page-next {
  text-align: left;
}

.entry_pagination .page-numbers.page-next img {
  float: right;
}

.rtl .entry_pagination .page-numbers.page-next img {
  float: left;
}

.entry_pagination .page-numbers.page-next i {
  padding-left: 5px;
}

.rtl .entry_pagination .page-numbers.page-next i {
  padding-right: 5px;
  padding-left: inherit;
}

.entry_pagination .page-numbers .title-pagination {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.form-submit {
  margin-top: 40px;
  margin-bottom: 0;
}

.form-submit:before, .form-submit:after {
  content: " ";
  display: table;
}

.form-submit:after {
  clear: both;
}

.article-meta-single {
  font-size: 16px;
  position: relative;
  overflow: hidden;
  font-weight: 300;
}

.article-meta-single > * {
  display: inline-block;
  text-align: center;
  padding: 0 10px;
}

.article-meta-single .posted-share {
  padding-left: 3px;
}

.article-meta-single .author-link, .article-meta-single .posted-on, .article-meta-single a, .article-meta-single .posted-share {
  color: #222222;
  font-weight: 400;
  box-shadow: 0 -1px 0 #ccc inset;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.article-meta-single .author-link:hover, .article-meta-single .posted-on:hover, .article-meta-single a:hover, .article-meta-single .posted-share:hover {
  color: #222222;
  box-shadow: 0 -1px 0 #222222 inset;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.article-meta-single .btn-share {
  cursor: pointer;
}

.tags-wrap {
  display: block;
  font-size: 14px;
  text-align: center;
}

.tags-wrap a {
  font-size: 14px;
  padding: 2px 15px;
  margin: 0 5px;
  border: 1px solid #a3a3a3;
  color: #222222;
}

.tags-wrap a:hover {
  background: #222222;
  border: 1px solid #222222;
  color: #fff;
}

.entry-footer-social {
  display: block;
  text-align: center;
  color: #757575;
}

.entry-footer-social .entry-footer-left > * {
  display: inline-block;
}

.entry-footer-social .entry-footer-right > * {
  display: inline-block;
  color: #252525;
}

.entry-footer-social .entry-footer-right .lc-4, .entry-footer-social .entry-footer-right .lc {
  color: #757575;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
  font-size: 0;
}

.rtl .entry-footer-social .entry-footer-right .lc-4, .rtl .entry-footer-social .entry-footer-right .lc {
  right: 0;
  left: auto;
}

.entry-footer-social .entry-footer-right .action-like span::before {
  font-size: 14px;
  left: -22px;
  line-height: 5px;
  top: 6px;
  color: #DD4B39;
}

.rtl .entry-footer-social .entry-footer-right .action-like span::before {
  right: -22px;
  left: auto;
}

.entry-footer-social .entry-footer-right .like-links {
  cursor: pointer;
}

.entry-footer-social .entry-footer-right .like-links:hover {
  color: #DD4B39;
}

.entry-footer-social .entry-footer-right .like-links:hover a {
  color: #DD4B39;
}

.entry-footer-social .entry-footer-right .share-links .social-item {
  padding: 0 10px;
}

.entry-footer-social .entry-footer-right .social-item a i {
  font-size: 24px;
}

.entry-content .watch-action {
  display: none !important;
}

.watch-action {
  position: relative;
}

.watch-action .watch-position, .watch-action .action-like, .watch-action .lc, .watch-action .unlc {
  float: none;
  line-height: 24px;
}

.watch-action .action-like img, .watch-action .action-unlike img {
  display: none;
}

.watch-action .action-like {
  position: relative;
  padding-left: 15px;
}

.rtl .watch-action .action-like {
  padding-right: 15px;
  padding-left: inherit;
}

.watch-action .action-like > a {
  color: #757575;
}

.watch-action .action-like > a .lc {
  color: #757575;
}

.watch-action .action-like span::before {
  content: "\e634";
  font-family: 'themify';
  font-size: 14px;
  top: -2px;
  left: 0;
  position: absolute;
}

.rtl .watch-action .action-like span::before {
  right: 0;
  left: auto;
}

.watch-action .action-unlike {
  display: none !important;
}

.watch-action .status {
  display: none !important;
}

.main-content .box-comment {
  margin-bottom: 0;
  margin-top: 150px;
}

.comment-navigation {
  clear: both;
  padding: 30px 0;
}

.comment-navigation .previous {
  float: left;
  display: inline-block;
}

.rtl .comment-navigation .previous {
  float: right;
}

.comment-navigation .next {
  float: right;
  display: inline-block;
}

.rtl .comment-navigation .next {
  float: left;
}

.taxonomy-description {
  font-size: 14px;
  margin-bottom: 30px;
}

.description-page {
  display: none;
}

.description-page.show {
  display: block;
}

.sok-image-content {
  margin-bottom: 50px;
}

.fitnez-instagram {
  margin-left: -10px;
}

.contact-info b {
  color: #1a1a26;
}

.single-post .entry-header {
  margin: 0px auto 60px;
}

.single-post .entry-excerpt {
  max-width: 1100px;
  font-size: 16px;
  margin: auto;
}

.single-post .entry-content {
  max-width: 1100px;
  margin: 0px auto 0;
}

.single-post .entry-footer {
  max-width: 1100px;
  margin: auto;
}

.single-post #comments {
  margin: 50px auto 0;
}

.single-post .box-author {
  max-width: 1100px;
  background: #F3F3F3;
  margin: 80px auto 0;
  padding: 15px;
  text-align: center;
}

.single-post .box-author .post-author {
  padding: 70px;
  border: 1px solid #e3e3e3;
}

.single-post .entry-footer {
  clear: both;
}

.single-post .tags-wrap, .single-post .entry-footer-social {
  margin-top: 0px;
}

.single-post .post-related {
  margin: 80px auto 30px;
  position: relative;
}

.single-post .post-related .widgettitle span {
  padding: 30px;
  background: #FFF;
}

.single-post .post-related .widgettitle span:before {
  content: "";
  background: #e3e3e3;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 24px;
  left: 0;
  z-index: -1;
}

.single-post .box-article .entry-excerpt {
  color: #222222;
}

.single-post .woocommerce-breadcrumb > span {
  display: none;
}

.single-post .woocommerce-breadcrumb a + a {
  margin-right: 0;
}

.single-post .woocommerce-breadcrumb a + a::after {
  content: none;
}

.single-post .social-modal {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-post .social-modal .modal-share {
  font-size: 20px;
}

.single-post .social-modal .entry-header-title {
  max-width: 900px;
  margin: auto;
}

.single-post .social-modal .social-item a {
  box-shadow: none;
}

.single-post .social-modal .social-item a i {
  font-size: 28px;
  color: #222222;
}

.single-post .social-modal .social-item {
  padding: 5px 15px;
}

.wp-block-image {
  margin-bottom: 30px;
}

/*Style category blog*/
.archive_description {
  text-transform: capitalize;
  color: #f2f2f2;
}

.archive-blog .item-post:last-child {
  margin-bottom: 0;
}

.archive-blog .item-post:last-child article {
  margin-bottom: 0;
}

.archive-blog .entry-content {
  padding-bottom: 20px;
  color: #212529;
  font-size: 18px;
  line-height: 34px;
}

.archive-blog .entry-content h1, .archive-blog .entry-content h2, .archive-blog .entry-content h3, .archive-blog .entry-content h4, .archive-blog .entry-content h5 {
  margin-top: 10px;
}

.archive-blog .entry-content p {
  margin-bottom: 10px;
}

.archive-blog .entry-content .page-links {
  display: none;
}

.archive-blog .entry-action {
  padding-top: 10px;
  padding-left: 30px;
}

.rtl .archive-blog .entry-action {
  padding-right: 30px;
  padding-left: inherit;
}

.archive-blog .entry-title {
  font-size: 24px;
  padding: 0;
  margin-top: 10px;
  line-height: 38px;
  font-weight: 500;
}

.archive-blog .posted-on {
  padding: 0;
}

.archive-blog .author {
  text-transform: capitalize;
  font-size: 12px;
}

.archive-blog .icon-icon_tag {
  padding-right: 5px;
}

.rtl .archive-blog .icon-icon_tag {
  padding-left: 5px;
  padding-right: inherit;
}

.archive-blog .post-image {
  padding-bottom: 0;
}

.archive-blog .post-cat {
  font-size: 12px;
  font-weight: 400;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.archive-blog .comments-link i {
  padding-right: 1px;
}

.rtl .archive-blog .comments-link i {
  padding-left: 1px;
  padding-right: inherit;
}

.archive-blog .article-meta {
  vertical-align: middle;
}

.archive-blog .article-meta .meta-author, .archive-blog .article-meta .meta-date, .archive-blog .article-meta .meta-cat {
  display: inline-block;
  font-size: 12px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  color: #a3a3a3;
}

.archive-blog .article-meta .meta-author a, .archive-blog .article-meta .meta-date a, .archive-blog .article-meta .meta-cat a {
  color: #a3a3a3;
}

.archive-blog .article-meta .meta-author a:hover, .archive-blog .article-meta .meta-date a:hover, .archive-blog .article-meta .meta-cat a:hover {
  color: #222222;
}

.archive-blog .article-meta .meta-author:hover, .archive-blog .article-meta .meta-date:hover, .archive-blog .article-meta .meta-cat:hover {
  color: #222222;
}

.archive-blog .article-meta .meta-author::after, .archive-blog .article-meta .meta-date::after {
  content: '';
  position: absolute;
  height: 12px;
  width: 1px;
  background: #d4d4d4;
  top: 12px;
  right: -4px;
}

.archive-blog .article-meta .entry-date {
  color: #a3a3a3;
}

.archive-blog .article-meta .entry-date:hover {
  color: #222222;
}

.archive-blog .article-meta > a {
  padding-right: 0px;
}

.rtl .archive-blog .article-meta > a {
  padding-left: 0px;
  padding-right: inherit;
}

.archive-blog .article-meta > * {
  padding-right: 30px;
}

.rtl .archive-blog .article-meta > * {
  padding-left: 30px;
  padding-right: inherit;
}

.archive-blog .article-meta span {
  font-size: 12px;
}

.archive-blog .article-meta span:first-child {
  padding-left: 0px;
}

.rtl .archive-blog .article-meta span:first-child {
  padding-right: 0px;
  padding-left: inherit;
}

.archive-blog .article-meta .tags-links {
  display: none;
}

.archive-blog .article-meta .sticky-post .fa {
  padding-right: 5px;
}

.rtl .archive-blog .article-meta .sticky-post .fa {
  padding-left: 5px;
  padding-right: inherit;
}

.archive-blog .entry-meta-right > span {
  padding-right: 10px;
}

.rtl .archive-blog .entry-meta-right > span {
  padding-left: 10px;
  padding-right: inherit;
}

.archive-blog .entry-meta-right > span .by {
  padding-right: 5px;
}

.rtl .archive-blog .entry-meta-right > span .by {
  padding-left: 5px;
  padding-right: inherit;
}

.archive-blog .entry-meta-right > span .author a {
  text-transform: capitalize;
}

.archive-blog .col-lg-4:nth-child(3n+1) {
  clear: left;
}

.archive-blog.column3 .col-md-6:nth-child(2n+1) {
  clear: none;
}

.archive-blog.column3 .col-md-6:nth-child(2n+2) {
  clear: left;
}

.archive-blog.column5 .col-md-3:nth-child(4n+1) {
  clear: none;
}

.archive-blog .full-width .article-meta {
  position: relative;
  width: 100%;
  display: block;
}

.meta-hidden .article-meta {
  display: none;
}

.description-hidden .entry-content {
  display: none;
}

.description-hidden .full-width .entry-content {
  display: block;
}

.cats-block {
  display: block;
  position: relative;
  padding: 0;
  list-style: none;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 45px;
}

.cats-block:after {
  content: '';
  display: block;
  clear: both;
}

.category-thumb {
  width: 20%;
}

.col-item > a {
  position: relative;
  display: block;
}

.cat-grid {
  padding-top: 30px;
}

.cat-grid .category-thumb {
  padding: 0 15px;
}

.cat-carousel {
  padding-top: 10px;
}

.cat-carousel:hover .slick-next {
  opacity: 1;
}

.cat-carousel .slick-next {
  background: #FFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  box-shadow: none;
  margin-top: -20px;
}

.cat-carousel .slick-prev {
  display: none;
  margin-top: -50px;
}

.cat-carousel .slick-next::before {
  content: '\f3d6';
  font-size: 36px;
  line-height: 50px;
  font-family: Ionicons;
}

.cat-carousel .category-thumb {
  padding: 0 5px;
}

.cats-block .product-category .woocommerce-loop-category__title {
  position: absolute;
  bottom: 30px;
  top: auto;
  left: 45px;
  margin: auto;
  text-align: center;
  font-size: 18px;
  color: #1a1a26;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 20px;
  right: 45px;
}

.layout-list .item-post {
  margin-bottom: 0;
}

.layout-list .item-post:first-child .post-item {
  padding-top: 0;
}

.archive-blog .item-post:first-child .post-list {
  padding-top: 0;
}

.post-list {
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 60px;
  padding-top: 60px;
  max-width: 1100px;
  margin: 0 auto 0px;
  text-align: center;
}

.post-list .entry-title {
  font-size: 34px;
  line-height: 52px;
  font-weight: 500;
}

.post-list .article-image {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  margin-top: 20px;
}

.post-list .article-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.post-list .article-content.full-width {
  width: 100%;
}

.post-list .entry-header {
  max-width: 700px;
  margin: 0 auto;
}

.post-list .entry-content {
  margin-top: 0;
  margin-bottom: 20px;
}

.post-list .post-image {
  text-align: right;
}

.rtl .post-list .post-image {
  text-align: left;
}

.post-grid .entry-header {
  padding-top: 0px;
  margin: 0;
  text-align: left;
}

.post-grid .entry-title {
  margin: 0;
  font-size: 22px;
  line-height: 38px;
  padding-top: 5px;
}

.post-grid .entry-content {
  display: none;
  margin-top: 5px;
  padding-bottom: 15px;
}

.post-grid .entry-date {
  color: #a3a3a3;
  font-size: 12px;
  text-transform: uppercase;
}

.post-grid .entry-meta-right {
  padding-top: 5px;
}

.post-grid .btn-readmore {
  padding-top: 20px;
  display: none;
}

.post-grid .article-content {
  background: #fff;
  padding: 15px 0px 30px;
}

.post-grid .article-content.full-width .entry-header {
  padding: 0px;
}

.post-tran {
  position: relative;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.post-tran .entry-header {
  padding-top: 20px;
  margin: 0;
}

.post-tran .entry-title {
  margin: 0;
  padding-top: 5px;
}

.post-tran .entry-content {
  margin-top: 20px;
}

.post-tran .btn-readmore {
  padding-top: 20px;
}

.post-tran .entry-meta-right {
  padding-top: 5px;
}

.post-tran .article-content-inner {
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.post-tran .article-content {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
}

.rtl .post-tran .article-content {
  right: 0;
  left: auto;
}

.post-tran:hover .article-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.posts-listing .post-thumb {
  width: 30%;
  float: left;
}

.posts-listing .post-content {
  width: 70%;
  padding-left: 25px;
  float: left;
}

.posts-listing .entry-title {
  padding-top: 5px;
}

.posts-listing .article-meta-date {
  padding-top: 10px;
}

.archive-blog .col-item.col-md-4:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.archive-blog .col-item.col-md-4:nth-last-child(-n+3) .entry-content {
  padding-bottom: 0;
}

.archive-blog .col-item.col-md-6:nth-last-child(-n+1) {
  margin-bottom: 0;
}

.archive-blog .col-item.col-md-6:nth-last-child(-n+1) .entry-content {
  padding-bottom: 0;
}

.archive-blog .col-item.col-md-6:nth-child(2n) {
  clear: left;
}

.rtl .archive-blog .col-item.col-md-6:nth-child(2n) {
  clear: right;
}

.block-blog .block-title {
  margin-bottom: 20px;
}

.block-blog .des-box {
  text-align: center;
  font-size: 16px;
  max-width: 550px;
  margin: auto auto 40px;
}

.block-blog .posts-featured {
  margin: 0 -15px;
}

.layout-grid {
  margin-left: -25px;
  margin-right: -25px;
}

.layout-grid .item-post {
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 15px;
}

.layout-tran {
  margin-left: -50px;
  margin-right: -50px;
}

.layout-tran .item-post {
  padding-right: 50px;
  padding-left: 50px;
  margin-bottom: 55px;
}

/**
 * Star ratings
 */
.star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 16px;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 5px;
  width: 7.4em;
  font-family: 'star';
}

.star-rating::before {
  content: '\f4b2\f4b2\f4b2\f4b2\f4b2';
  color: #222;
  float: left;
  font-size: 16px;
  top: 0;
  left: 0;
  position: absolute;
  font-family: Ionicons;
}

.star-rating span {
  font-size: 12px;
  letter-spacing: 5px;
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  color: #222;
}

.star-rating span::before {
  content: '\f4b3\f4b3\f4b3\f4b3\f4b3';
  top: 0;
  position: absolute;
  font-size: 16px;
  font-family: Ionicons;
  left: 0;
}

.stars {
  line-height: 16px;
}

.woocommerce-product-rating {
  padding: 15px 0;
  line-height: 2;
  display: block;
}

.woocommerce-product-rating:before, .woocommerce-product-rating:after {
  content: " ";
  display: table;
}

.woocommerce-product-rating:after {
  clear: both;
}

.woocommerce-product-rating .star-rating {
  float: left;
}

.products .star-rating {
  display: block;
  margin: 0 0 0.5em;
  float: none;
}

.hreview-aggregate .star-rating {
  margin: 10px 0 0;
}

#review_form #respond {
  width: auto;
  background: transparent none;
  border: 0;
}

#review_form #respond:before, #review_form #respond:after {
  content: " ";
  display: table;
}

#review_form #respond:after {
  clear: both;
}

#review_form #respond .form-submit input {
  left: auto;
}

#review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
}

p.stars a {
  position: relative;
  height: 16px;
  width: 1.4em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 5px;
}

p.stars a::before {
  font-size: 20px;
  letter-spacing: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: Ionicons;
  content: '\f4b2';
  text-indent: 0;
  color: #d9d9d9;
}

p.stars a:hover ~ a::before {
  content: '\f4b2';
  color: #222222;
}

p.stars:hover a::before {
  content: '\f4b3';
  color: #222222;
}

p.stars.selected a.active {
  font-size: 14px;
  letter-spacing: 5px;
  color: #222222;
}

p.stars.selected a.active::before {
  color: #222222;
  content: '\f4b3';
}

p.stars.selected a.active ~ a::before {
  content: '\f4b2';
  color: #222222;
}

p.stars.selected a:not(.active)::before {
  content: '\f4b3';
  color: #222222;
}

/**
* Product
*/
.product-block {
  display: block;
  position: relative;
  margin-bottom: 50px;
}

/**
* Product affect hover
*/
.product-block {
  background: #FFF;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.product-block:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.hreview-aggregate .star-rating {
  margin: 10px 0px 0 0;
}

.rtl .hreview-aggregate .star-rating {
  margin: 10px 0 0 0px;
}

/**
* Image product responsive
*/
.product-thumbnail {
  text-align: center;
}

.product-layout-horizontal .product-detail-wrap .product-thumbnails {
  margin: 15px 0px;
}

.product-layout-horizontal .gallery-nav .slick-list {
  margin: 0 -7.5px;
}

.product-layout-horizontal .gallery-nav .gallery-cell {
  padding: 0 7.5px;
}

.product-image {
  display: block;
  overflow: hidden;
  position: relative;
}

.product-image .inner {
  position: relative;
  overflow: hidden;
  display: block;
  text-align: center;
}

.product-image .inner .wp-post-image, .product-image .inner .hsok-image {
  display: inline-block;
}

.product-image .shopswatchinput {
  position: absolute;
  right: 5px;
  bottom: 0;
}

.rtl .product-image .shopswatchinput {
  left: 5px;
  right: auto;
}

.product-image .shopswatchinput .wcvashopswatchlabel {
  border: none;
  width: 12px !important;
  height: 12px !important;
}

.wp-post-image {
  display: inline-block;
  height: auto;
}

/**
* Caption product image
*/
.caption-image {
  position: relative;
}

/**
* Caption product
*/
.caption {
  position: relative;
  display: block;
  z-index: 2;
}

/**
* Name product
*/
.product-name {
  margin: 0;
  text-align: left;
  line-height: 20px;
  display: inline-block;
}

.rtl .product-name {
  text-align: right;
}

.product-name a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #222222;
}

.product-name a:hover {
  color: #888890;
}

/**
* Price product
*/
.product-grid .product-price {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.product-grid .product-price .price {
  max-width: 70%;
  -webkit-flex-basis: 70%;
  -moz-flex-basis: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.product-grid .product-price .shopswatchinput {
  max-width: 30%;
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.price-review {
  padding: 0 15px 10px;
}

.product-price {
  padding-top: 0px;
}

.product-price .shopswatchinput {
  float: right;
}

.rtl .product-price .shopswatchinput {
  float: left;
}

.price {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  visibility: visible;
  opacity: 1;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}

.price ins {
  text-decoration: none;
  color: #222222;
}

.price del {
  font-size: 16px;
  padding-right: 5px;
  color: #a3a3a3;
}

.rtl .price del {
  padding-left: 5px;
  padding-right: inherit;
}

/**
* Review product
*/
.product-review, .woocommerce-review-link {
  color: #a3a3a3;
}

/**
* Add review product
*/
.product-add-review, .woocommerce-write-review-link {
  padding: 0 5px;
  color: #222222;
}

.product-add-review a, .woocommerce-write-review-link a {
  color: #222222;
}

/**
* Button sale
*/
.onsale {
  position: absolute;
  color: #222222;
  font-size: 12px;
  text-transform: uppercase;
  top: 15px;
  letter-spacing: 1px;
  left: 15px;
  text-align: center;
  border: 1px solid #222222;
  padding: 7px 12px 5px;
}

.rtl .onsale {
  right: 15px;
  left: auto;
}

/**
* Button hot
*/
.onhot {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #F56032;
  position: absolute;
  color: #ffffff;
  z-index: 1;
  font-size: 14px;
  top: -5px;
  right: 5px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.rtl .onhot {
  left: 5px;
  right: auto;
}

.out-of-stock {
  color: #fff;
  font-size: 14px;
  padding: 14px 50px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0;
  background: none repeat scroll 0 0 #8b8b91;
  font-weight: 400;
  z-index: 99;
}

/**
* Product button
*/
.caption-product {
  padding: 20px 0px 0px;
  position: relative;
  text-align: left;
}

.button-groups {
  top: 15px;
  position: absolute;
  z-index: 2;
  right: 15px;
}

.rtl .button-groups {
  left: 15px;
  right: auto;
}

.button-groups .add_to_wishlist {
  font-size: 0;
}

.button-groups .feedback {
  display: none;
}

.button-groups .yith-wcwl-wishlistexistsbrowse > a {
  font-size: 0;
}

.button-groups .yith-wcwl-add-to-wishlist a {
  font-size: 0;
}

.quantity .qty {
  appearance: textfield;
}

.product-taxonomy .layout-large .caption-product {
  position: absolute;
  bottom: 30px;
  left: 50px;
  background: transparent;
}

.rtl .product-taxonomy .layout-large .caption-product {
  right: 50px;
  left: auto;
}

.product-taxonomy .layout-large .caption {
  border-top: 0;
}

.product-taxonomy .product-block {
  margin-bottom: 30px;
}

.product-taxonomy .layout-large .product-block {
  box-shadow: none;
}

.widgetcontent.center .name {
  text-align: center;
}

.widgetcontent.center .caption {
  text-align: center;
}

.widgetcontent.center .caption-product .ground-addcart {
  text-align: center;
}

.widgetcontent.center .product-block:hover .ground-addcart {
  right: 15px;
}

.rtl .widgetcontent.center .product-block:hover .ground-addcart {
  left: 15px;
  right: auto;
}

.widgetcontent.center .layout-large .name {
  text-align: left;
}

.rtl .widgetcontent.center .layout-large .name {
  text-align: right;
}

.widgetcontent.center .layout-large .product-block:hover .ground-addcart {
  right: auto;
}

.widgetcontent.center .layout-large .caption-product .ground-addcart {
  text-align: left;
}

.rtl .widgetcontent.center .layout-large .caption-product .ground-addcart {
  text-align: right;
}

.widgetcontent.center .layout-large .caption {
  text-align: left;
}

.rtl .widgetcontent.center .layout-large .caption {
  text-align: right;
}

.product-cat-grid.col2 .col-item {
  padding-left: 50px;
  padding-right: 50px;
}

.product-cat-grid.col2 .product-block {
  margin-bottom: 50px;
}

.product-cat-duel {
  list-style: none;
}

.product-cat-duel.products-block {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 80px;
}

.product-cat-duel.col2 .col-item {
  width: 50%;
  padding-top: 160px;
}

.product-cat-duel.col2 .col-item.duel-right {
  text-align: right;
  padding-left: 10%;
  padding-right: 15px;
}

.product-cat-duel.col2 .col-item.duel-left {
  text-align: left;
  padding-left: 15px;
  padding-right: 10%;
}

.product-cat-duel.col2 .col-item.duel-top {
  padding-top: 320px;
}

.product-cat-duel.col2 .col-item:first-child {
  padding-top: 0;
}

.product-cat-duel.col2 .col-item:nth-child(2) {
  padding-top: 160px;
}

.product-cat-duel.col2 .product-block {
  margin-bottom: 0;
}

.shop-content {
  padding-top: 50px;
}

.shop-content.layout-shop-duel {
  padding-top: 80px;
}

.shop-content.layout-filter-down {
  padding-top: 0;
}

.shop-content.sok-both {
  padding-top: 0;
}

.shop-content.sok-both .cats-block {
  padding-bottom: 60px;
}

/**
* Title
*/
.page-title-woo {
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-weight: 500;
}

/**
* Category Image
*/
.wrapper-thumb-cat {
  margin-bottom: 30px;
}

.wrapper-thumb-cat .category-image {
  width: 100%;
}

/**
* Category Description
*/
.term-description {
  margin-bottom: 30px;
  font-size: 16px;
  color: #e0e0e0;
  text-transform: none;
  max-width: 800px;
}

/**
* Category Filter
*/
.top-products {
  margin-bottom: 30px;
}

.top-products .btn-filter, .top-products .switch-layout, .top-products .woocommerce-result-count {
  line-height: 60px;
  height: 60px;
}

.top-products span {
  font-size: 18px;
}

.top-products .wrap-select > select {
  height: 60px;
  line-height: 30px;
}

.top-products .wrap-select > select option {
  padding: 5px;
}

.top-products .wrap-select::after {
  line-height: 60px;
}

#filter-full {
  display: none;
  background: #f7f7f7;
  margin-top: 15px;
  padding: 30px 50px;
}

#filter-full .content-inner {
  margin: 0 -20px;
}

#filter-full .widget {
  width: 20%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
}

.rtl #filter-full .widget {
  float: right;
}

#filter-full .widget .widgettitle, #filter-full .widget > h2, #filter-full .widget > h3 {
  margin: 0;
  padding-bottom: 20px;
  font-size: 18px;
  color: #222222;
  font-weight: 400;
}

#filter-full .widget .widgettitle:after, #filter-full .widget > h2:after, #filter-full .widget > h3:after {
  content: none;
}

#filter-full .widget a:hover {
  color: #222222;
}

#filter-full .widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#filter-full .widget li {
  line-height: 30px;
}

#filter-full .widget li.chosen, #filter-full .widget li.current-cat, #filter-full .widget li.current {
  color: #222222;
  font-weight: 500;
}

#filter-full .widget li.chosen a, #filter-full .widget li.current-cat a, #filter-full .widget li.current a {
  color: #222222;
  font-weight: 500;
}

#filter-full .widget_layered_nav_filters {
  width: 100%;
}

#filter-full .widget_layered_nav ul li span, #filter-full .widget_layered_nav_filters ul li span {
  float: none;
}

.hidden-filters .shop-btn-filter {
  display: none;
}

#filter-down {
  padding: 0;
  max-width: 800px;
  width: auto;
  position: static;
  text-align: left;
}

#filter-down .widget, #filter-down .widget-area {
  display: inline-block;
  position: relative;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

#filter-down .widget:first-child, #filter-down .widget-area:first-child {
  padding-left: 0;
}

#filter-down .widget:first-child .widgettitle, #filter-down .widget:first-child > h2, #filter-down .widget:first-child > h3, #filter-down .widget-area:first-child .widgettitle, #filter-down .widget-area:first-child > h2, #filter-down .widget-area:first-child > h3 {
  padding-left: 0;
}

#filter-down .widget .widget, #filter-down .widget-area .widget {
  margin: 0;
  padding: 0;
}

#filter-down .widget .widgettitle, #filter-down .widget > h2, #filter-down .widget > h3, #filter-down .widget-area .widgettitle, #filter-down .widget-area > h2, #filter-down .widget-area > h3 {
  font-size: 18px;
  color: #222222;
  font-weight: 300;
  z-index: 1;
  margin: 0;
  padding: 0 10px 0 20px;
  cursor: pointer;
}

#filter-down .widget .widgettitle:after, #filter-down .widget > h2:after, #filter-down .widget > h3:after, #filter-down .widget-area .widgettitle:after, #filter-down .widget-area > h2:after, #filter-down .widget-area > h3:after {
  background: transparent;
  color: #777777;
  content: "\f107";
  font-family: "FontAwesome";
  height: 100%;
  line-height: 40px;
  pointer-events: none;
  position: absolute;
  left: 100%;
  text-align: center;
  top: -12px;
  width: 10px;
  font-size: 16px;
  border: none;
}

.rtl #filter-down .widget .widgettitle:after, .rtl #filter-down .widget > h2:after, .rtl #filter-down .widget > h3:after, .rtl #filter-down .widget-area .widgettitle:after, .rtl #filter-down .widget-area > h2:after, .rtl #filter-down .widget-area > h3:after {
  right: 100%;
  left: auto;
}

#filter-down .widget .widgettitle + *, #filter-down .widget > h2 + *, #filter-down .widget > h3 + *, #filter-down .widget-area .widgettitle + *, #filter-down .widget-area > h2 + *, #filter-down .widget-area > h3 + * {
  text-align: left;
  min-width: 180px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 40px;
  left: 0px;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 10;
  border-radius: 3px;
}

.rtl #filter-down .widget .widgettitle + *, .rtl #filter-down .widget > h2 + *, .rtl #filter-down .widget > h3 + *, .rtl #filter-down .widget-area .widgettitle + *, .rtl #filter-down .widget-area > h2 + *, .rtl #filter-down .widget-area > h3 + * {
  right: 0px;
  left: auto;
}

#filter-down .widget:last-child .widgettitle + *, #filter-down .widget:last-child > h2 + *, #filter-down .widget:last-child > h3 + *, #filter-down .widget-area:last-child .widgettitle + *, #filter-down .widget-area:last-child > h2 + *, #filter-down .widget-area:last-child > h3 + * {
  left: 0px;
}

.rtl #filter-down .widget:last-child .widgettitle + *, .rtl #filter-down .widget:last-child > h2 + *, .rtl #filter-down .widget:last-child > h3 + *, .rtl #filter-down .widget-area:last-child .widgettitle + *, .rtl #filter-down .widget-area:last-child > h2 + *, .rtl #filter-down .widget-area:last-child > h3 + * {
  right: 0px;
  left: auto;
}

#filter-down .widget:hover .widgettitle + *, #filter-down .widget:hover > h2 + *, #filter-down .widget:hover > h3 + *, #filter-down .widget-area:hover .widgettitle + *, #filter-down .widget-area:hover > h2 + *, #filter-down .widget-area:hover > h3 + * {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#filter-down .widget a:hover, #filter-down .widget-area a:hover {
  color: #222222;
}

#filter-down .widget ul, #filter-down .widget-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#filter-down .widget li, #filter-down .widget-area li {
  line-height: 36px;
  font-size: 14px;
}

#filter-down .widget li.chosen, #filter-down .widget li.current-cat, #filter-down .widget li.current, #filter-down .widget-area li.chosen, #filter-down .widget-area li.current-cat, #filter-down .widget-area li.current {
  color: #222222;
}

#filter-down .widget li.chosen a, #filter-down .widget li.current-cat a, #filter-down .widget li.current a, #filter-down .widget-area li.chosen a, #filter-down .widget-area li.current-cat a, #filter-down .widget-area li.current a {
  color: #222222;
}

#filter-down .widget li.chosen:hover a, #filter-down .widget li.current-cat:hover a, #filter-down .widget li.current:hover a, #filter-down .widget-area li.chosen:hover a, #filter-down .widget-area li.current-cat:hover a, #filter-down .widget-area li.current:hover a {
  color: #cf3b3d;
}

#filter-down .widget_layered_nav ul li span, #filter-down .widget_layered_nav_filters ul li span {
  float: none;
}

#filter-down + .woo-search {
  display: none;
}

#filter-down .wrap-select > select {
  margin: 0;
}

#filter-down .widget_product_categories .product-categories > li > a {
  font-size: 16px;
  font-weight: 300;
}

#filter-down .widget_product_categories .product-categories > li .children {
  padding-left: 15px;
}

.woocommerce-nav-filters .widget_layered_nav_filters {
  padding-bottom: 30px;
}

.woocommerce-nav-filters .widget_layered_nav_filters .widgettitle {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.woocommerce-nav-filters .widget_layered_nav_filters .widgettitle:after {
  content: none;
}

.woocommerce-nav-filters .widget_layered_nav_filters ul {
  padding: 0;
  list-style: none;
  display: flex;
}

.woocommerce-nav-filters .widget_layered_nav_filters li {
  padding-right: 30px;
}

.rtl .woocommerce-nav-filters .widget_layered_nav_filters li {
  padding-left: 30px;
  padding-right: inherit;
}

.woocommerce-nav-category {
  padding-bottom: 50px;
  border-bottom: 1px solid #e6e5e1;
  margin-bottom: 50px;
}

.woocommerce-nav-category .navbar-nav > li > a {
  padding: 0;
  background: none;
}

.woocommerce-nav-category .navbar-nav > li {
  padding-right: 80px;
}

.rtl .woocommerce-nav-category .navbar-nav > li {
  padding-left: 80px;
  padding-right: inherit;
}

.woocommerce-nav-category li ul {
  padding-top: 15px;
}

.woocommerce-nav-category li ul a {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
}

.woocommerce-nav-category li ul a:hover {
  color: #222222;
}

.woocommerce-nav-category ul {
  list-style: none;
  padding: 0;
}

.woocommerce-nav-category li {
  line-height: 30px;
}

.woocommerce-nav-category a {
  font-size: 16px;
  color: #222222;
}

.woocommerce-nav-category a:hover {
  color: #222222;
}

.woocommerce-nav-category .current-menu-item > a {
  color: #222222;
}

.btn-filter-down {
  display: none;
}

.btn-filter-left {
  padding-right: 30px;
}

.rtl .btn-filter-left {
  padding-left: 30px;
  padding-right: inherit;
}

.switch-layout {
  display: none;
  font-size: 18px;
  margin: 0;
  line-height: 40px;
  margin-right: 30px;
}

.rtl .switch-layout {
  margin-left: 30px;
  margin-right: inherit;
}

.switch-layout > li {
  padding: 0;
}

.switch-layout a {
  padding: 0px 7px;
  background: transparent;
  cursor: pointer;
  color: #dddddd;
}

.switch-layout a.active {
  color: #222222;
}

.products-per-page {
  padding: 0 15px;
}

/**
* Category SubCategories
*/
.sok-subcategories .shop-content-top {
  display: none;
}

.shop-content-top {
  margin-bottom: 40px;
}

/**
* Category info
*/
.archive_product_info {
  position: relative;
  display: block;
}

.products-block {
  width: auto;
  padding: 0;
  margin-left: -25px;
  margin-right: -25px;
  position: relative;
}

.products-block li {
  line-height: 20px;
}

.products-row {
  margin: 0 -25px;
  clear: both;
}

.product-col, .col-item {
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  display: block;
  float: left;
}

.rtl .product-col, .rtl .col-item {
  float: right;
}

.product-col.no-padding, .col-item.no-padding {
  padding: 0;
}

.product-col.no-padding .product-block, .col-item.no-padding .product-block {
  margin: 0;
  border-radius: 0;
}

.wrap-content.no-padding {
  margin-top: 0;
  margin-bottom: 0;
}

/**
* Product
* Grid and List
*/
.products-block {
  list-style: none;
  margin-bottom: 0;
}

.products-block .product-col {
  float: left;
}

.rtl .products-block .product-col {
  float: right;
}

.grid-price {
  display: block;
}

.list-price, .product-review, .product-add-review {
  display: none;
}

.description-product {
  display: none;
}

.product-grid:hover .ground-addcart {
  opacity: 1;
  bottom: 0px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.product-grid:hover .wishlist-buttom {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #FFF;
  opacity: 1;
  visibility: visible;
}

.product-grid .wishlist-buttom {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  opacity: 0;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
}

.product-grid .ground-addcart {
  opacity: 0;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.product-grid .ground-addcart a {
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
  background: white;
  color: #222222;
  padding: 10px 20px;
  line-height: 50px;
  width: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.product-grid .ground-addcart a:hover {
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.product-grid .caption {
  max-width: 100%;
}

.product-grid .price {
  line-height: 40px;
}

.product-grid .amount {
  font-size: 16px;
}

.product-grid del .amount {
  font-size: 16px;
  font-weight: 300;
  color: #a3a3a3;
}

.product-list {
  border-top: 1px solid #eaeaea;
  padding: 30px 0;
  margin-bottom: 0;
}

.product-list.first {
  clear: both;
}

.product-list .product-block {
  background: #FFF;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
}

.product-list .wp-post-image {
  height: 100% !important;
}

.product-list .img-effect:hover .wp-post-image {
  margin-left: 0;
}

.rtl .product-list .img-effect:hover .wp-post-image {
  margin-right: 0;
  margin-left: inherit;
}

.product-list .caption-image {
  float: left;
  display: block;
}

.rtl .product-list .caption-image {
  float: right;
}

.product-list .caption-product {
  padding: 20px 30px;
  overflow: hidden;
}

.product-list .caption-product .ground-addcart {
  text-align: left;
  padding-top: 15px;
  bottom: 0;
  position: relative;
  opacity: 1;
  display: inline-block;
}

.rtl .product-list .caption-product .ground-addcart {
  text-align: right;
}

.product-list .caption-product .button-groups {
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  padding-left: 10px;
}

.rtl .product-list .caption-product .button-groups {
  left: 0;
  right: auto;
}

.rtl .product-list .caption-product .button-groups {
  padding-right: 10px;
  padding-left: inherit;
}

.product-list .caption-product .yith-wcwl-add-to-wishlist .ajax-loading {
  top: 3px;
}

.product-list .caption-product .add_to_wishlist, .product-list .caption-product .yith-wcwl-add-to-wishlist a {
  border-radius: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 12px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-list .caption-product .add_to_wishlist:before, .product-list .caption-product .yith-wcwl-add-to-wishlist a:before {
  content: none;
}

.product-list .caption-product .add_to_wishlist:hover, .product-list .caption-product .yith-wcwl-add-to-wishlist a:hover {
  background: #eaeaea;
}

.product-list .caption {
  text-align: left;
  border: none;
}

.rtl .product-list .caption {
  text-align: right;
}

.product-list .grid-price {
  display: none;
}

.product-list .product-price .shopswatchinput {
  float: none;
}

.product-list .list-price, .product-list .product-review, .product-list .product-add-review {
  display: block;
  line-height: 30px;
}

.product-list .product-review {
  display: none;
}

.product-list .product-name {
  padding-bottom: 10px;
  display: block;
}

.product-list .product-name a {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.product-list .add_to_cart_button {
  background: #1a1a26;
  padding: 10px 20px;
  color: #FFF;
  font-size: 12px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-list .add_to_cart_button:hover, .product-list .add_to_cart_button:focus {
  background: #37373D;
  border-color: #000;
  padding: 10px 20px;
  color: #FFF;
  box-shadow: none;
}

.product-list .added_to_cart {
  background: #222;
  padding: 10px 20px;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
}

.product-list .added_to_cart:hover, .product-list .added_to_cart:focus {
  background: black;
  padding: 10px 20px;
  color: #FFF;
  box-shadow: none;
}

.product-list .ground-addcart .button {
  background: #000;
  padding: 10px 20px;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
}

.product-list .ground-addcart .button:hover, .product-list .ground-addcart .button:focus {
  background: #37373D;
  color: #FFF;
  box-shadow: none;
}

.product-list .price-review {
  display: block;
  position: relative;
  padding: 20px 0px;
}

.product-list .price {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0px;
  vertical-align: middle;
  font-size: 18px;
  color: #222;
  font-weight: 500;
  line-height: 26px;
}

.rtl .product-list .price {
  padding-left: 0px;
  padding-right: inherit;
}

.product-list .woocs_price_code {
  display: inline-block;
}

.product-list .woocs_price_code > * {
  display: inline-block;
}

.product-list del {
  font-size: 14px;
}

.product-list .rating {
  padding-top: 0;
}

.product-list .description-product {
  float: left;
  padding: 30px 0px 15px;
  line-height: 24px;
  display: block;
  color: #a0a0a4;
}

.rtl .product-list .description-product {
  float: right;
}

.product-list .description-product p {
  margin-bottom: 10px;
}

.product-list .product-block:hover .price {
  opacity: 1;
  visibility: visible;
}

.product-list .quick-view {
  display: none;
  bottom: 10px;
  right: 10px;
}

.rtl .product-list .quick-view {
  left: 10px;
  right: auto;
}

.product-trans .caption-image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}

.product-trans:hover .caption-image:before {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  visibility: visible;
}

.product-trans:hover .caption-product, .product-trans:hover .button-groups {
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.product-trans .button-groups {
  opacity: 0;
}

.product-trans .caption-product {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  bottom: 5px;
  left: 30px;
  right: 30px;
  margin: auto;
}

.rtl .product-trans .caption-product {
  right: 30px;
  left: auto;
}

.rtl .product-trans .caption-product {
  left: 30px;
  right: auto;
}

.product-trans .caption-product.show-cart {
  bottom: 50%;
  margin-bottom: -70px;
}

.product-trans .ground-addcart {
  padding-top: 30px;
  margin: auto;
  text-align: center;
}

.product-trans .ground-addcart a {
  font-size: 14px;
  text-transform: capitalize;
  border: 1px solid #222;
  color: #222;
  padding: 10px 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.product-trans .ground-addcart a:hover {
  background: #222;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.product-trans .caption {
  text-align: center;
  min-height: auto;
}

.product-trans .product-name {
  text-align: center;
}

.product-trans .product-name a {
  color: #222222;
  font-size: 16px;
}

.product-trans .price, .product-trans .price ins {
  color: #222222;
}

.product-trans.product-trans-lg .product-price, .product-trans.product-trans-lg .product-name {
  text-align: left;
}

.product-trans.product-trans-lg .caption {
  text-align: left;
}

.product-trans.product-trans-lg .caption-product {
  right: 0;
  left: 30px;
  bottom: 20px;
}

.product-trans.product-trans-lg .product-price .shopswatchinput {
  padding-right: 15px;
}

.product-gallery:hover .caption-product {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.product-gallery .description-product {
  display: block;
  padding-top: 20px;
}

.product-gallery .button-groups {
  opacity: 1;
  right: 20px;
  left: auto;
}

.product-gallery .caption-product {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  padding: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.rtl .product-gallery .caption-product {
  right: 0px;
  left: auto;
}

.rtl .product-gallery .caption-product {
  left: 0px;
  right: auto;
}

.product-gallery .caption-product.show-cart .ground-addcart {
  display: block;
}

.product-gallery .caption-product-inner {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  padding: 60px;
  position: relative;
}

.product-gallery .caption {
  text-align: left;
  min-height: auto;
  padding-top: 100px;
}

.rtl .product-gallery .caption {
  text-align: right;
}

.product-gallery .ground-addcart {
  display: none;
  margin: auto;
  text-align: left;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.rtl .product-gallery .ground-addcart {
  text-align: right;
}

.product-gallery .ground-addcart a, .product-gallery .ground-addcart .button {
  background: none;
  color: #222222;
  font-size: 14px;
  padding: 0px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: 400;
}

.product-gallery .ground-addcart a:hover, .product-gallery .ground-addcart .button:hover {
  color: #222222;
  text-decoration: underline;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.product-gallery .product-name {
  text-align: left;
  padding-bottom: 5px;
}

.rtl .product-gallery .product-name {
  text-align: right;
}

.product-gallery .product-name a {
  color: #222222;
  font-size: 20px;
  line-height: 28px;
}

.product-gallery .price, .product-gallery .price ins {
  font-size: 16px;
  opacity: 1;
  visibility: visible;
  color: #222222;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.product-scattered:hover .show-cart .ground-addcart {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.product-scattered:hover .show-cart .price, .product-scattered:hover .show-cart .price ins {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}

.product-scattered:hover .wishlist-buttom {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.product-scattered .wishlist-buttom {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.product-scattered .caption-product {
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  bottom: 15px;
  left: 30px;
  right: 30px;
  margin: auto;
}

.rtl .product-scattered .caption-product {
  right: 30px;
  left: auto;
}

.rtl .product-scattered .caption-product {
  left: 30px;
  right: auto;
}

.product-scattered .caption-product.show-cart .ground-addcart {
  display: block;
}

.product-scattered .ground-addcart {
  display: none;
  position: absolute;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  margin: auto;
  text-align: left;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.rtl .product-scattered .ground-addcart {
  text-align: right;
}

.product-scattered .ground-addcart a, .product-scattered .ground-addcart .button {
  background: none;
  color: #222;
  font-size: 14px;
  padding: 0px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-decoration: underline;
  font-weight: 400;
}

.product-scattered .ground-addcart a:hover, .product-scattered .ground-addcart .button:hover {
  text-decoration: underline;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.product-scattered .caption {
  text-align: left;
  min-height: auto;
}

.rtl .product-scattered .caption {
  text-align: right;
}

.product-scattered .product-name {
  text-align: left;
}

.rtl .product-scattered .product-name {
  text-align: right;
}

.product-scattered .product-name a {
  color: #222222;
  font-size: 16px;
}

.product-scattered .price, .product-scattered .price ins {
  opacity: 1;
  visibility: visible;
  color: #222222;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 40px;
}

.product-category {
  position: relative;
  margin-bottom: 40px;
}

.product-category .woocommerce-loop-category__title {
  position: absolute;
  top: 30px;
  left: 45px;
  margin: auto;
  text-align: left;
  font-size: 18px;
  color: #222222;
}

.rtl .product-category .woocommerce-loop-category__title {
  right: 45px;
  left: auto;
}

.rtl .product-category .woocommerce-loop-category__title {
  text-align: right;
}

.product-category .woocommerce-loop-category__title a {
  font-weight: 400;
  padding-bottom: 5px;
}

.product-category mark, .product-category .mark {
  background: none;
  font-weight: 400;
  padding-top: 8px;
  display: block;
  font-size: 14px;
  color: #898989;
}

.product-category .btn-shop {
  display: none;
  padding-top: 10px;
  font-size: 14px;
  color: #222;
  text-decoration: underline;
}

.product-category.category-list {
  margin-bottom: 10px;
}

.product-category.category-list .woocommerce-loop-category__title {
  position: relative;
  top: 0px;
  left: 0px;
}

.rtl .product-category.category-list .woocommerce-loop-category__title {
  right: 0px;
  left: auto;
}

.product-category.category-list .count {
  display: none;
}

.items-scattered .sm-center {
  text-align: center;
}

.items-scattered .sm-center .product-block {
  padding-top: 100px;
  max-width: 370px;
  display: inline-block;
}

.items-scattered .sm-right {
  padding-top: 100px;
  text-align: right;
}

.items-scattered .sm-right .product-block {
  max-width: 370px;
  display: inline-block;
}

.items-scattered .lg-right {
  text-align: right;
  padding-right: 100px;
}

.items-scattered .lg-right .product-block {
  max-width: 470px;
  display: inline-block;
}

.items-scattered .lg-left {
  text-align: left;
}

.items-scattered .lg-left .product-block {
  max-width: 470px;
  display: inline-block;
}

.items-scattered .lg-center {
  text-align: right;
}

.items-scattered .lg-center .product-block {
  max-width: 470px;
  display: inline-block;
}

.items-scattered .product-scattered, .items-scattered .product-scattered-sm {
  margin-bottom: 100px;
}

.items-scattered .products-block > li:nth-child(2n+1) {
  clear: left;
}

.rtl .items-scattered .products-block > li:nth-child(2n+1) {
  clear: right;
}

.items-scattered .button-groups {
  display: none;
}

.items-scattered .col-item {
  transform: translate3d(0, 120px, 0);
}

.items-scattered .come-in {
  transform: translate3d(0, 120px, 0);
  animation: come-in 1s ease forwards;
}

.items-scattered .come-in:nth-child(odd) {
  animation-duration: 0.8s;
}

.items-scattered .already-visible {
  /*transform: translateY(0);*/
  transform: translate3d(0, 0, 0);
  animation: none;
}

@keyframes come-in {
  to {
    transform: translate3d(0, 0, 0);
  }
}

.archive_product_info .rating {
  display: none;
}

.wrap-select {
  position: relative;
}

.wrap-select:after {
  background: transparent;
  color: #777777;
  content: "\f123";
  font-family: "ionicons";
  height: 100%;
  line-height: 52px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 10px;
  font-size: 16px;
}

.wrap-select > select {
  padding: 5px 20px;
  border: none;
  color: #222222;
  line-height: 40px;
  height: 50px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.woocommerce-result-count {
  font-size: 14px;
  line-height: 40px;
  margin: 0;
  color: #777777;
}

.top-products .woocommerce-alert {
  display: none;
}

.group_table td.label {
  vertical-align: middle;
}

.wrap-breadcrumb .title-page {
  display: block;
}

.col1 .col-item {
  width: 100%;
}

.col2 .col-item {
  width: 50%;
}

.col3 .col-item {
  width: 33.33%;
}

.col4 .col-item {
  width: 25%;
}

.col5 .col-item {
  width: 20%;
}

.col6 .col-item {
  width: 16.66%;
}

.paging_numbers .pagination {
  padding: 0;
}

.shop-content.layout-filter-full {
  padding-top: 0;
}

.detail-content {
  padding-bottom: 100px;
}

/**
* Title Product
*/
.single-title-product {
  display: inline-block;
  position: relative;
}

.product_title {
  font-size: 46px;
  line-height: 59px;
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 0;
}

.detail-rating {
  display: inline-block;
}

.detail-rating span {
  line-height: 40px;
  font-size: 12px;
}

/**
* Detail-wrap Product
*/
.product-detail-wrap {
  margin-bottom: 150px;
  /**
    * Sale
    */
  /**
    * Availability
    */
  /**
    * Thumbnails
    */
  /**
    * Price Product
    */
  /**
    * Description Product
    */
  /**
    * Button after Quantity
    */
  /**
    * Button wishlist-buttom
    */
  /**
    * Button after Quantity
    */
  /**
    * Meta Product
    */
}

.product-detail-wrap .woocommerce-review-link, .product-detail-wrap .woocommerce-write-review-link {
  display: none;
}

.product-detail-wrap .woocommerce-noreviews {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  font-style: italic;
}

.product-detail-wrap .woocommerce-product-rating {
  margin: 0;
}

.product-detail-wrap .review-link, .product-detail-wrap .noreview {
  display: none;
}

.product-detail-wrap .single-title-product .onsale {
  border: none;
  top: -30px;
}

.product-detail-wrap .onsale {
  top: -10px;
  font-size: 14px;
  right: -35px;
  left: auto;
  background: transparent;
  color: #222;
  text-transform: capitalize;
}

.rtl .product-detail-wrap .onsale {
  left: -35px;
  right: auto;
}

.rtl .product-detail-wrap .onsale {
  right: auto;
  left: auto;
}

.product-detail-wrap .onhot {
  top: 10px;
  right: 40px;
}

.rtl .product-detail-wrap .onhot {
  left: 40px;
  right: auto;
}

.product-detail-wrap .availability {
  display: none;
}

.product-detail-wrap .na-product-image {
  position: relative;
}

.product-detail-wrap .product-thumbnails {
  text-align: left;
  padding: 0;
  list-style: none;
  margin: 0 -5px;
}

.rtl .product-detail-wrap .product-thumbnails {
  text-align: right;
}

.product-detail-wrap .thumbnails {
  padding: 10px 50px !important;
  position: relative;
  display: block;
}

.product-detail-wrap .thumbnails li {
  text-align: center;
  margin: 5px;
}

.product-detail-wrap .thumbnails #slider-prev, .product-detail-wrap .thumbnails #slider-next {
  background: none !important;
}

.product-detail-wrap .thumbnails #slider-prev:before, .product-detail-wrap .thumbnails #slider-next:before {
  font-family: 'FontAweSome';
  text-align: center;
  height: 26px;
  border: 1px solid #ebebeb;
  border-radius: 100%;
  display: block;
}

.product-detail-wrap .thumbnails #slider-prev {
  left: 15px !important;
}

.rtl .product-detail-wrap .thumbnails #slider-prev {
  right: 15px !important;
  left: auto;
}

.product-detail-wrap .thumbnails #slider-prev:before {
  content: '\f104';
}

.product-detail-wrap .thumbnails #slider-next {
  right: 15px !important;
}

.product-detail-wrap .thumbnails #slider-next:before {
  content: '\f105';
}

.product-detail-wrap .price {
  font-size: 26px;
  color: #1a1a26;
  padding: 20px 0 30px;
  line-height: 36px;
  margin-bottom: 0;
  font-weight: 400;
}

.product-detail-wrap .price del {
  font-size: 18px;
  color: #a3a3a3;
  font-weight: 300;
  line-height: 36px;
  padding-right: 5px;
}

.rtl .product-detail-wrap .price del {
  padding-left: 5px;
  padding-right: inherit;
}

.product-detail-wrap .price ins {
  line-height: 36px;
}

.product-detail-wrap .single_variation_wrap .single_variation {
  display: block;
}

.product-detail-wrap .single_variation_wrap .price {
  border-top: none;
  border-bottom: none;
  padding: 0;
  margin: 0;
}

.product-detail-wrap .product-data-tabs {
  padding-top: 30px;
  max-width: 480px;
}

.product-detail-wrap .show-detail, .product-detail-wrap .show-reviews {
  display: block;
  padding: 20px 0;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #dddddd;
}

.product-detail-wrap .show-detail:after, .product-detail-wrap .show-reviews:after {
  position: absolute;
  top: 23px;
  line-height: 28px;
  right: 0;
  content: "\f3d6";
  font-family: "Ionicons";
  font-size: 30px;
  color: #222222;
}

.product-detail-wrap .show-detail.open:after, .product-detail-wrap .show-reviews.open:after {
  content: "\f3d4";
}

.product-detail-wrap .single-description-product .single-description-product-inner {
  font-size: 16px;
  line-height: 30px;
  display: none;
  padding: 30px 0;
}

.product-detail-wrap .single-description-product .single-description-product-inner > h2, .product-detail-wrap .single-description-product .single-description-product-inner > h3, .product-detail-wrap .single-description-product .single-description-product-inner > h4, .product-detail-wrap .single-description-product .single-description-product-inner > h5, .product-detail-wrap .single-description-product .single-description-product-inner > h6 {
  font-weight: 500;
  font-size: 20px;
  margin-top: 0px;
}

.product-detail-wrap .single-description-product .single-description-product-inner a {
  box-shadow: 0 -1px 0 #ccc inset;
}

.product-detail-wrap .single-description-product .single-description-product-inner a:hover {
  box-shadow: none;
}

.product-detail-wrap .single-description-product .single-description-product-inner ul, .product-detail-wrap .single-description-product .single-description-product-inner ol {
  margin-bottom: 30px;
}

.product-detail-wrap .single-description-product .show-detail {
  padding-left: 0px;
  font-size: 20px;
  font-weight: 300;
  color: #222222;
}

.product-detail-wrap .single-comment-product .single-comment-product-inner {
  display: none;
}

.product-detail-wrap .single-comment-product .show-reviews {
  padding-left: 0px;
  font-size: 20px;
  font-weight: 300;
  color: #222222;
}

.product-detail-wrap ul {
  padding-left: 15px;
}

.rtl .product-detail-wrap ul {
  padding-right: 15px;
  padding-left: inherit;
}

.product-detail-wrap .woocommerce-variation-description {
  clear: both;
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #212529;
}

.product-detail-wrap .woocommerce-variation-description p {
  margin: 0;
}

.product-detail-wrap .cart {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
  margin-top: 0px;
  padding-top: 30px;
  max-width: 480px;
}

.product-detail-wrap .button-groups {
  opacity: 1;
}

.product-detail-wrap .variations tbody tr:last-child {
  height: 0;
}

.product-detail-wrap .variations tbody tr:last-child * {
  line-height: 0;
  padding: 0;
}

.product-detail-wrap .wishlist-buttom .feedback {
  display: none;
}

.product-detail-wrap .zoom-image {
  width: 100%;
  height: auto;
}

.product-detail-wrap .product_meta {
  clear: both;
  padding-top: 10px;
  margin: 0;
}

.product-detail-wrap .product_meta > * {
  display: block;
  padding: 5px 0;
  color: #222222;
  font-weight: 400;
}

.product-detail-wrap .product_meta > * span, .product-detail-wrap .product_meta > * a {
  color: #212529;
  font-size: 16px;
  font-weight: 300;
}

.product-detail-wrap .product_meta > * span:hover, .product-detail-wrap .product_meta > * a:hover {
  color: #222;
}

.product-detail-wrap .product-share-wrap {
  margin-top: 20px;
  display: inline-block;
  float: right;
  line-height: 36px;
  text-align: right;
}

.rtl .product-detail-wrap .product-share-wrap {
  float: left;
}

.rtl .product-detail-wrap .product-share-wrap {
  text-align: left;
}

.product-detail-wrap .product-share-wrap li:first-child {
  padding-left: 0;
}

.rtl .product-detail-wrap .product-share-wrap li:first-child {
  padding-right: 0;
  padding-left: inherit;
}

.product-detail-wrap .product-share {
  display: inline-block;
}

.product-detail-wrap .product-share a {
  padding-left: 10px;
}

.product-detail-wrap .product-share [class*="ion-social-"] {
  font-size: 20px;
  color: #bfbfbf;
}

.product-detail-wrap .product-share [class*="ion-social-"]:hover {
  color: #222222;
}

.product-detail-wrap .product_vertical + * {
  padding: 7px 0;
}

.product-detail-wrap .product_vertical + * .text-share {
  padding-top: 30px;
  padding-bottom: 15px;
  display: block;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #bdbdbd;
}

.product-detail-wrap .product_vertical + * .product-share {
  display: block;
  text-align: center;
}

.product-detail-wrap .product_vertical + * .product-share a {
  padding: 10px;
  color: #9d9d9d;
}

.product-detail-wrap .product_vertical + * .product-share a .fa {
  font-size: 20px;
}

.product-detail-wrap .product-share-padding + * {
  padding-left: 16.777%;
}

.rtl .product-detail-wrap .product-share-padding + * {
  padding-right: 16.777%;
  padding-left: inherit;
}

.product-detail-wrap .sok_list_att {
  list-style: none;
  color: #222;
  padding-left: 20px;
  margin: 0;
}

.rtl .product-detail-wrap .sok_list_att {
  padding-right: 20px;
  padding-left: inherit;
}

.product-detail-wrap .sok_list_att label {
  color: #222;
  font-weight: 400;
  margin-bottom: 0;
}

.product-detail-wrap .sok_list_att li {
  position: relative;
}

.product-detail-wrap .sok_list_att li:before {
  content: '\f383';
  font-family: "ionicons";
  position: absolute;
  left: -20px;
  top: 0;
  color: #82b440;
  font-size: 16px;
}

.rtl .product-detail-wrap .sok_list_att li:before {
  right: -20px;
  left: auto;
}

.detail-breadcrumb {
  position: relative;
}

.product-nav {
  position: absolute;
  right: 0;
  top: 0;
  padding: 24px 15px;
}

.rtl .product-nav {
  left: 0;
  right: auto;
}

.product-nav .nav-product {
  display: inline-block;
  padding: 3px;
}

.product-nav a {
  background: #c0c0c0 none repeat scroll 0 0;
  color: #fff;
  height: 24px;
  line-height: 24px;
  border-radius: 100%;
  text-align: center;
  width: 24px;
  display: block;
}

.product-nav a:hover {
  background: #222;
  color: #ffffff;
}

.container-fluid .product-nav {
  right: 75px;
}

.rtl .container-fluid .product-nav {
  left: 75px;
  right: auto;
}

/**
* Layout Product
*/
.product-layout-vertical .product-detail-before {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  padding-left: 50px;
}

.product-layout-vertical .product-detail-summary {
  padding: 100px 85px 100px;
  z-index: 0;
}

.product-layout-vertical .na-product-image {
  padding-left: 0px;
  padding-right: 0;
}

.product-layout-vertical .product-thumbnails + .na-product-image {
  padding-left: 15px;
}

.product-layout-vertical .gallery-cell {
  padding-bottom: 10px;
  width: 100%;
}

.product-layout-vertical .gallery-cell a, .product-layout-vertical .gallery-cell img {
  width: 100%;
}

.product-layout-vertical .gallery-cell img {
  opacity: 1;
  border: 1px solid #f7f7f7;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.product-layout-vertical .gallery-cell .size-shop_thumbnail {
  display: block;
  height: auto;
}

.product-layout-vertical .gallery-cell.slick-current img {
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.product-layout-vertical .gallery-cell:last-child {
  padding-bottom: 0;
}

.product-layout-vertical .gallery-cell.slick-active:last-child {
  padding-top: 0px;
}

.product-layout-vertical .slick-dots {
  bottom: 30px;
}

.product-layout-vertical .slick-dots li button::before {
  color: #fff;
}

.product-layout-vertical .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #fff;
}

.product-layout-grid .summary-before {
  padding-left: 50px;
}

.product-layout-grid .product-detail-summary {
  padding: 100px 85px 100px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.product-layout-grid .entry-summary {
  padding: 0;
  max-width: 480px;
}

.product-layout-grid .gallery-main {
  margin: 0 -5px;
}

.product-layout-grid .grid-thumbnail {
  width: 50%;
  padding: 0 5px 10px 5px;
  float: left;
}

.product-layout-sticky .sticky-product-detail {
  padding: 150px 85px 100px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.product-layout-sticky .summary-before .wishlist-buttom {
  position: absolute;
  right: 50px;
  top: 25px;
}

.product-layout-sticky .entry-summary {
  position: relative;
  padding: 0;
  max-width: 480px;
}

.product-layout-sticky .product-gallery-slider figure {
  margin-bottom: 0px;
}

/**
* Quantity Product
*/
.text-quantity {
  float: left;
  margin-right: 20px;
  line-height: 36px;
  margin-top: 20px;
}

.rtl .text-quantity {
  float: right;
}

.rtl .text-quantity {
  margin-left: 20px;
  margin-right: inherit;
}

form.cart .form-inline {
  display: inline-block;
}

.cart .quantity {
  margin-right: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background: transparent;
}

.rtl .cart .quantity {
  margin-left: 30px;
  margin-right: inherit;
}

.cart .quantity .input-group {
  border: 2px solid #222;
  padding: 0;
}

.cart .quantity input.qty {
  font-size: 18px;
  height: 56px;
  width: 50px;
  font-weight: 400;
  color: #222222;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  text-align: center;
  border: none;
  position: relative;
  display: inline-block;
  border-left: none;
  border-right: none;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cart .quantity input.qty::-webkit-inner-spin-button, .cart .quantity input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.cart .quantity .input-group-addon {
  padding: 5px 15px;
  background: transparent;
  color: #222222;
  font-weight: 300;
  font-size: 20px;
  border: none;
}

.cart .quantity .input-group-addon.qty-minus {
  font-size: 30px;
}

.cart .quantity .input-group-addon:hover {
  color: #000;
}

.grouped_form .out-of-stock {
  padding: 0;
  background: none;
  color: #dd3333;
  margin: 0;
  font-size: 12px;
}

.grouped_form .product_type_simple {
  font-size: 14px;
}

.grouped_form .quantity .input-group {
  border: 1px solid #ddd;
}

.grouped_form table {
  border: none;
}

.grouped_form table > thead > tr, .grouped_form table > tbody > tr, .grouped_form table > tfoot > tr {
  border: none;
}

.grouped_form table > thead > tr > th, .grouped_form table > thead > tr > td, .grouped_form table > tbody > tr > th, .grouped_form table > tbody > tr > td, .grouped_form table > tfoot > tr > th, .grouped_form table > tfoot > tr > td {
  padding: 5px 0;
}

.grouped_form .woocommerce-grouped-product-list-item__quantity {
  width: 150px;
}

.grouped_form .woocommerce-grouped-product-list-item__price {
  text-align: right;
}

.product-detail-wrap .grouped_form {
  display: block;
}

.product-detail-wrap .grouped_form table > thead > tr > th, .product-detail-wrap .grouped_form table > thead > tr > td, .product-detail-wrap .grouped_form table > tbody > tr > th, .product-detail-wrap .grouped_form table > tbody > tr > td, .product-detail-wrap .grouped_form table > tfoot > tr > th, .product-detail-wrap .grouped_form table > tfoot > tr > td {
  vertical-align: middle;
}

.product-detail-wrap .grouped_form label {
  color: #222222;
  vertical-align: middle;
  margin: 0;
  font-weight: 500;
}

.product-detail-wrap .grouped_form label a {
  color: #222222;
}

.product-detail-wrap .grouped_form del {
  text-decoration: none;
  display: none;
}

.product-detail-wrap .grouped_form ins {
  text-decoration: none;
}

.product-detail-wrap .grouped_form .amount {
  color: #222222;
  font-size: 16px;
}

.product-detail-wrap .grouped_form .quantity {
  margin-right: 0;
}

.rtl .product-detail-wrap .grouped_form .quantity {
  margin-left: 0;
  margin-right: inherit;
}

.product-detail-wrap .grouped_form .single_add_to_cart_button {
  width: 100%;
}

.group_table {
  width: 100%;
}

.group_table .woocommerce-grouped-product-list-item__label {
  text-align: center;
}

.pswp {
  z-index: 9999 !important;
}

/**
* Image Detail Product
*/
.product-gallery-slider .slide {
  width: 100%;
  display: inline-block;
}

/**
* Table Product
*/
#reviews #comments {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  border: none;
  clear: both;
}

#reviews .commentlist {
  padding: 0;
  margin: 0;
}

#reviews #review_form_wrapper {
  position: relative;
  display: block;
}

#reviews .comment-respond {
  margin-top: 60px;
}

#reviews input[type="submit"] {
  letter-spacing: 1px;
  min-width: 200px;
}

#reviews #review_form {
  margin-top: 0px;
  border: none;
  clear: both;
}

#reviews #review_form .comment-form {
  padding-top: 30px;
}

#reviews #review_form p {
  margin-bottom: 0px;
}

#reviews #review_form .comment-notes {
  outline: thin;
  margin-top: 10px;
}

#reviews #review_form .comment-notes + .row {
  padding-top: 20px;
}

#reviews .comment-reply-title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  color: #222222;
}

#reviews li {
  list-style: none;
  padding: 30px 0;
  border-top: 1px solid #EEEEEE;
}

#reviews li:first-child {
  border: none;
  padding: 0 0 30px;
}

#reviews .tall {
  color: #ececec;
}

#reviews .avatar {
  max-width: 50px;
  float: left;
  border-radius: 100%;
  margin-right: 30px;
}

.rtl #reviews .avatar {
  float: right;
}

.rtl #reviews .avatar {
  margin-left: 30px;
  margin-right: inherit;
}

#reviews .description {
  font-size: 16px;
  line-height: 30px;
  padding-left: 80px;
}

.rtl #reviews .description {
  padding-right: 80px;
  padding-left: inherit;
}

#reviews .star-rating {
  margin: 3px 0 0 10px;
  float: right;
}

.rtl #reviews .star-rating {
  float: left;
}

#reviews label {
  font-weight: 400;
  color: #222222;
  padding: 10px 0;
}

#reviews .bypostauthor .comment-text .meta > strong {
  color: #222222;
  font-size: 16px;
  text-transform: capitalize;
}

#reviews .comment-form-rating {
  position: absolute;
  top: 0;
  right: 0;
}

.rtl #reviews .comment-form-rating {
  left: 0;
  right: auto;
}

#reviews .comment-form-rating label {
  padding: 0;
}

.variations_form.cart {
  display: block;
  padding-top: 0;
}

.variations_form.cart .variations {
  margin-top: 15px;
  margin-bottom: 30px;
}

.variations_form.cart .variations tr {
  display: block;
}

.variations_form.cart .variations tr .value {
  padding: 7px 0 5px;
  display: block;
}

.variations_form.cart .variations tr:nth-child(2n) {
  margin-bottom: 15px;
}

.variations_form.cart .variations tr:last-child {
  margin: 0;
}

.variations_form.cart .variations label {
  margin: 0;
}

.variations_form.cart ul {
  list-style: none;
  padding: 0;
}

.variations_form.cart li + li {
  margin-top: 10px;
  position: relative;
}

.variations_form.cart .label {
  padding: 10px 0 5px;
  color: #222222;
  min-width: 100px;
  font-weight: 400;
  text-align: left;
  display: inline-block;
}

.rtl .variations_form.cart .label {
  text-align: right;
}

.variations_form.cart .label > label {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.variations_form.cart .woocommerce-variation-description p {
  padding-bottom: 30px;
}

.variations_form.cart .reset_variations {
  padding-bottom: 0px;
  display: block;
  text-align: right;
  padding-top: 15px;
  color: #222;
  text-decoration: underline;
  text-transform: lowercase;
}

.variations_form.cart select {
  display: block;
  background: transparent;
  height: 50px;
  border: 1px solid #ddd;
  width: 100%;
  color: #a4a4a4;
  appearance: none;
  font-size: 14px;
}

.variations_form.cart select > option {
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
}

.variations_form.cart .woocommerce-variation-price {
  padding: 0px 0 40px;
}

.variations_form.cart .att_label {
  text-align: center;
  line-height: 32px;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
}

.variations_form.cart .att_label:hover, .variations_form.cart .att_label.selected {
  background: #222;
  color: #FFFFFF;
}

.variations_form.cart .att_color {
  margin: 8px 5px -5px;
  cursor: pointer;
}

.variations_form.cart .att_img {
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
}

.variations_form.cart .att_img > img {
  border: 1px solid #ededed;
  height: 40px;
  padding: 3px;
  width: 40px;
}

.variations_form.cart .att_img:hover > img, .variations_form.cart .att_img.selected > img {
  border: 1px solid #222;
}

.variations_form.cart table {
  border: none;
}

.variations_form.cart table > thead > tr, .variations_form.cart table > tbody > tr, .variations_form.cart table > tfoot > tr {
  border: none;
}

.variations_form.cart .swatchtitlelabel {
  font-weight: 400;
  font-size: 16px;
}

.variations_form.cart label.wcva_single_textblock {
  border: solid 1px #fff !important;
}

.variations_form.cart label.selectedswatch.wcvaround {
  border: solid 1px #fff !important;
}

.variations_form.cart label.wcvaswatchlabel {
  width: 22px !important;
  height: 22px !important;
  outline: none !important;
  border: none !important;
  border-radius: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.variations_form.cart label.wcvaswatchlabel.wcva_single_textblock {
  width: 30px !important;
  height: 30px !important;
}

.variations_form.cart label.wcvaswatchlabel:before {
  opacity: 0;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: 1px solid #000;
  content: "";
  display: block;
  border-radius: 100%;
  text-align: center;
  position: absolute;
}

.variations_form.cart label.wcva_single_textblock, .variations_form.cart label.selectedswatch.wcva_single_textblock {
  border-radius: 0;
  border: solid 2px #fff !important;
  background: #eee;
  color: black;
  width: 24px;
  line-height: 26px;
  font-size: 12px;
  font-weight: 300 !important;
}

.variations_form.cart label.selectedswatch {
  width: 22px !important;
  height: 22px !important;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 100%;
  position: relative;
}

.variations_form.cart label.selectedswatch:before {
  opacity: 1;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: 1px solid #000;
  content: "";
  display: block;
  border-radius: 100%;
  text-align: center;
  position: absolute;
}

.variations_form.cart label.selectedswatch.wcva_single_textblock {
  width: 30px !important;
  height: 30px !important;
}

.variations_form.cart label.selectedswatch.wcva_single_textblock:before {
  border-radius: 0%;
}

#yith-quick-view-content .wp-post-image {
  width: 100%;
  height: auto;
  display: block;
}

.single-product .modal-backdrop.in {
  z-index: -1;
}

.single-product.woocommerce .thumbnails #slider-prev, .single-product.woocommerce .thumbnails #slider-next {
  width: 23px !important;
  height: 23px !important;
}

.product-detail-wrap .thumbnails #slider-prev::before,
.product-detail-wrap .thumbnails #slider-next::before,
.entry-summary .thumbnails #slider-prev::before,
.entry-summary .thumbnails #slider-next::before {
  width: 23px !important;
  height: 23px !important;
}

.yith_magnifier_gallery li a {
  margin-top: 0px !important;
}

.related.products-block, .related-wrapper .products-block {
  overflow: visible;
}

.thumbnails.slider #slider-prev, .thumbnails.slider #slider-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
}

#yith-wcwl-popup-message {
  line-height: 24px;
  border-radius: 0;
}

.mfp-close {
  display: none !important;
}

.product-detail-wrap .gallery-cell.slick-current img {
  opacity: 1;
}

div.wcvaround:hover {
  border: solid 1px #828282 !important;
}

.meta-sizeguide .modal-header {
  padding: 0;
}

.input-newsletter input {
  padding: 0;
}

.input-newsletter i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  font-size: 24px;
  margin: 0;
}

.btn-newsletter.btn {
  padding: 0;
}

.newsletters {
  text-align: left;
}

.rtl .newsletters {
  text-align: right;
}

.newsletters .des-newsletter {
  line-height: 34px;
}

.newsletters .group-input-newsletter {
  margin-top: 25px;
  display: block;
}

.newsletters input, .newsletters .form-control {
  height: 40px;
  font-size: 14px;
}

.newsletters #mc4wp {
  background: #FFF;
  padding: 5px 15px;
  height: 52px;
  border: 2px solid #222222;
}

.newsletters .btn-newsletter {
  font-size: 14px;
  margin: 0;
  height: 52px;
  min-width: 100px;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  padding: 7px 10px;
}

[class*="ion-social-"] {
  width: 30px;
  height: 30px;
  background: transparent;
  color: #767676;
  font-size: 18px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 100%;
}

[class*="ion-social-"]:hover {
  color: #222222;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  outline: none;
}

.widget_apsc_widget .apsc-inner-block {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.widget_apsc_widget .apsc-each-profile {
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

.widget_apsc_widget .apsc-each-profile:last-child {
  border-bottom: none;
  padding: 0;
}

.widget_apsc_widget .apsc-icons-wrapper {
  padding-top: 0;
}

.widget_apsc_widget .social-icon {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  vertical-align: middle;
}

.widget_apsc_widget .social-icon .fa {
  font-size: 20px;
  width: 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 15px;
}

.rtl .widget_apsc_widget .social-icon .fa {
  margin-left: 15px;
  margin-right: inherit;
}

.widget_apsc_widget .social-icon .media-name {
  color: #585858;
  font-size: 14px;
  text-transform: uppercase;
}

.widget_apsc_widget .apsc-count {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  vertical-align: middle;
  height: 50px;
  text-align: right;
  line-height: 50px;
  margin-right: 5px;
}

.rtl .widget_apsc_widget .apsc-count {
  text-align: left;
}

.rtl .widget_apsc_widget .apsc-count {
  margin-left: 5px;
  margin-right: inherit;
}

.widget_apsc_widget .apsc-media-type {
  line-height: 50px;
  text-transform: lowercase;
}

.widget_apsc_widget .fa-facebook {
  color: #3b5998;
}

.widget_apsc_widget .fa-google-plus {
  color: #dd4b39;
}

.widget_apsc_widget .fa-twitter {
  color: #00aced;
}

.widget_apsc_widget .fa-instagram {
  color: #517fa4;
}

.widget_apsc_widget .fa-pinterest {
  color: #cb2027;
}

.widget_apsc_widget .fa-skype {
  color: #0078ca;
}

.widget_apsc_widget .fa-vimeo {
  color: #aad450;
}

.widget_apsc_widget .fa-youtube {
  color: #bb0000;
}

.widget_apsc_widget .fa-dribbble {
  color: #ea4c89;
}

.widget_apsc_widget .fa-linkedin {
  color: #007bb6;
}

.widget_apsc_widget .fa-rss {
  color: #FF9900;
}

.social-footer li {
  display: block;
  line-height: 36px;
  padding: 0;
}

.social-footer [class*="ion-social-"] {
  width: 30px;
  text-align: left;
  padding-right: 10px;
  color: #222222;
  float: left;
  padding-top: 5px;
}

.blog-recent-post {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.blog-recent-post .widgettitle {
  margin-bottom: 20px;
}

.blog-recent-post .na-grid [class*="col-"] {
  padding: 0;
  margin: 0;
}

.blog-recent-post .na-grid [class*="col-"]:nth-child(2n+1) {
  clear: left;
}

.blog-recent-post .na-grid .post-article {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.rtl .blog-recent-post .na-grid .post-article {
  right: 0;
  left: auto;
}

.blog-recent-post .na-grid .na-recent-post:hover .bg_gradients {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: rgba(0, 0, 0, 0.7);
}

.blog-recent-post .na-grid .na-recent-post:hover .bg_gradients > a {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.blog-recent-post .na-grid .bg_gradients {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: transparent linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%) repeat scroll 0 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  width: 100%;
}

.blog-recent-post .na-grid .bg_gradients > a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  background: #222;
  border-radius: 50%;
  bottom: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  height: 45px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
}

.blog-recent-post .na-grid .bg_gradients .icon-link {
  color: #FFF;
  font-size: 16px;
  height: 45px;
  line-height: 50px;
  padding: 14px;
  text-align: center;
  vertical-align: middle;
  width: 45px;
}

.blog-recent-post .na-grid .entry-header {
  margin: 0 20px;
  padding: 0;
  border-bottom: 1px solid rgba(237, 239, 242, 0.5);
}

.blog-recent-post .na-grid .entry-header a {
  font-weight: 400;
  color: #FFF;
  font-size: 14px;
}

.blog-recent-post .na-list {
  margin: 0 -15px;
}

.blog-recent-post .na-list .bg_gradients {
  display: none;
}

.blog-recent-post .na-list .na-recent-post {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  background: #FFF;
  border-radius: 3px;
}

.blog-recent-post .na-list .entry-title {
  padding: 0;
}

.blog-recent-post .na-list .entry-header {
  padding: 20px;
}

.blog-recent-post .na-list .entry-bottom {
  border-top: 1px solid #ececec;
}

.blog-recent-post .na-list .article-meta, .blog-recent-post .na-list .item-comment {
  padding: 10px 0;
}

.blog-recent-post .na-list .article-meta > span, .blog-recent-post .na-list .item-comment > span {
  color: #909090;
}

.blog-recent-post .sok-recent-image {
  width: 100%;
}

.blog-recent-post .post-image {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.blog-recent-post .entry-title {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 15px 0 10px;
}

.blog-recent-post .entry-content {
  margin: 0 20px;
  color: #e4e4e4;
  font-size: 14px;
  line-height: 24px;
  padding: 15px 0;
}

.blog-recent-post .item-comment {
  width: auto;
  padding: 15px 0;
  margin: 0 20px;
  font-size: 12px;
  color: #e4e4e4;
}

.blog-recent-post .item-comment .icon-comment {
  font-size: 16px;
}

.blog-recent-post .item-comment > span {
  line-height: 24px;
}

.blog-recent-post .icon-clock {
  margin-right: 5px;
}

.rtl .blog-recent-post .icon-clock {
  margin-left: 5px;
  margin-right: inherit;
}

.blog-recent-post .article-meta {
  background: none;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 20px;
  line-height: 24px;
  border: none;
}

.blog-recent-post .article-meta > span {
  color: #e4e4e4;
}

.blog-recent-post .btn-recent-blog {
  padding: 15px 0;
  display: block;
}

.sidebar .widget_tabs_post .widget-title {
  border: none;
  display: table;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-top: 15px;
}

.sidebar .widget_tabs_post .widget-title li {
  border: none;
  float: none;
  padding: 0;
  display: table-cell;
}

.sidebar .widget_tabs_post .widget-title li:first-child a {
  padding-left: 0px;
}

.rtl .sidebar .widget_tabs_post .widget-title li:first-child a {
  padding-right: 0px;
  padding-left: inherit;
}

.sidebar .widget_tabs_post .widget-title li:last-child a {
  padding-right: 0px;
}

.rtl .sidebar .widget_tabs_post .widget-title li:last-child a {
  padding-left: 0px;
  padding-right: inherit;
}

.sidebar .widget_tabs_post .widget-title li.active a {
  color: #222;
}

.sidebar .widget_tabs_post .widget-title li a {
  color: #282828;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 10px 20px;
  text-align: left;
  text-transform: capitalize;
}

.rtl .sidebar .widget_tabs_post .widget-title li a {
  text-align: right;
}

.sidebar .widget_tabs_post .widget-title li a:hover, .sidebar .widget_tabs_post .widget-title li a:focus, .sidebar .widget_tabs_post .widget-title li a:active {
  color: #222;
}

.sidebar .widget_tabs_post article {
  padding: 0;
}

.sidebar .widget_tabs_post article:first-child {
  padding-top: 0;
}

.sidebar .widget_tabs_post .entry-header {
  padding: 0;
}

.sidebar .widget_tabs_post .byline {
  display: none;
}

.sidebar .widget_tabs_post .article-content .entry-meta-right {
  float: left;
}

.rtl .sidebar .widget_tabs_post .article-content .entry-meta-right {
  float: right;
}

.sidebar .widget_tabs_post .article-content .entry-meta-right .text-comment {
  color: #757575;
}

.ti-comment {
  padding-right: 2px;
}

.rtl .ti-comment {
  padding-left: 2px;
  padding-right: inherit;
}

.widget.about {
  text-align: center;
}

.widget.about .widgettitle {
  text-align: center;
}

.widget.about .about-image {
  border-radius: 100%;
  max-width: 250px;
  text-align: center;
  margin-bottom: 40px;
}

.widget.about .about-description {
  padding-top: 20px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  padding-bottom: 20px;
}

.widget.about .sok-social-icon {
  padding-top: 0px;
}

.widget.about .sok-social-icon [class*="ion-social-"] {
  margin-left: 20px;
  width: 40px;
  height: 40px;
  background: transparent;
  color: #222222;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 100%;
  border: 1px solid #222222;
  line-height: 38px;
}

.rtl .widget.about .sok-social-icon [class*="ion-social-"] {
  margin-right: 20px;
  margin-left: inherit;
}

.widget.about .sok-social-icon a {
  color: #222222;
}

.widget.about .sok-social-icon a:hover {
  color: #222;
}

#na-footer .widget.about {
  text-align: left;
}

.rtl #na-footer .widget.about {
  text-align: right;
}

#na-footer .widget.about .about-image {
  margin: 0;
  border-radius: 0;
  max-width: inherit;
}

#na-footer .widget.about .about-description {
  text-align: left;
}

.rtl #na-footer .widget.about .about-description {
  text-align: right;
}

#na-footer .widget.about .sok-social-icon {
  padding-top: 0px;
  border-top: none;
}

#na-footer .widget.about .sok-social-icon a {
  margin: 0px 10px 0 0;
  border: 1px solid #eee;
}

.rtl #na-footer .widget.about .sok-social-icon a {
  margin: 0px 0 0 10px;
}

.nano-video .image-embed {
  position: relative;
}

.nano-video .btn-play {
  color: #222222;
  font-size: 36px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  display: inline-block;
  margin-top: -50px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  padding-left: 5px;
}

.rtl .nano-video .btn-play {
  padding-right: 5px;
  padding-left: inherit;
}

.nano-video .btn-play:hover {
  background: #a3a3a3;
  color: #FFF;
}

.nano-video .embed-responsive.hidden {
  position: absolute;
  z-index: -1;
}

.nano-video .video-embed {
  position: relative;
}

.nano-video .video-content {
  color: #fff;
  position: absolute;
  display: inline-block;
  text-align: center;
  margin: auto;
  top: 50%;
  left: 0;
  right: 0;
}

.nano-video .title-video {
  color: #fff;
}

.nano-infobanner {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.nano-infobanner:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0);
  pointer-events: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.nano-infobanner .image-content-hover {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.nano-infobanner .title-banner {
  font-size: 28px;
  color: #222222;
  margin-bottom: 15px;
  margin-top: 0;
}

.nano-infobanner img {
  outline: thin;
}

.nano-infobanner:hover:before {
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.nano-infobanner:hover .image-content-hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  opacity: 1;
  visibility: visible;
}

.nano-infobanner .sub-banner {
  display: block;
  padding-bottom: 15px;
}

.nano-infobanner .btn-banner {
  position: relative;
  font-size: 14px;
  color: #222222;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-transform: uppercase;
  font-weight: 400;
}

.nano-infobanner.left-under .image-content-hover {
  bottom: 50px;
  left: 50px;
}

.rtl .nano-infobanner.left-under .image-content-hover {
  right: 50px;
  left: auto;
}

.nano-infobanner.left-between .image-content-hover {
  top: 50%;
  margin-top: -50px;
  left: 50px;
}

.rtl .nano-infobanner.left-between .image-content-hover {
  right: 50px;
  left: auto;
}

.nano-infobanner.left-top .image-content-hover {
  top: 50px;
  left: 50px;
}

.rtl .nano-infobanner.left-top .image-content-hover {
  right: 50px;
  left: auto;
}

.nano-infobanner.center-top .image-content-hover {
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.nano-infobanner.center-center .image-content-hover {
  top: 50%;
  margin-top: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nano-infobanner.center-under .image-content-hover {
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
}

.nano-infobanner.right-under .image-content-hover {
  text-align: right;
  bottom: 50px;
  right: 50px;
}

.rtl .nano-infobanner.right-under .image-content-hover {
  left: 50px;
  right: auto;
}

.nano-infobanner.right-top .image-content-hover {
  text-align: right;
  top: 50px;
  right: 50px;
}

.rtl .nano-infobanner.right-top .image-content-hover {
  left: 50px;
  right: auto;
}

.nano-infobanner.right-center .image-content-hover {
  text-align: right;
  top: 50%;
  margin-top: -50px;
  right: 50px;
}

.rtl .nano-infobanner.right-center .image-content-hover {
  left: 50px;
  right: auto;
}

.widget_contact_info .about-image {
  padding-bottom: 35px;
}

.widget_contact_info .address {
  margin-top: 15px;
}

.widget_contact_info .contact-info {
  margin-top: 15px;
}

.widget_contact_info .mobile, .widget_contact_info .phone {
  font-size: 32px;
  line-height: 40px;
  color: #222222;
  font-weight: 400;
  padding-top: 5px;
}

.widget_contact_info .description {
  max-width: 450px;
  line-height: 24px;
  margin-bottom: 0;
}

#na-footer .widget_contact_info a {
  font-weight: 400;
  color: #a3a3a3;
}

#na-footer .widget_contact_info a:hover {
  color: #222222;
}

#na-footer.footer-2 ul li {
  margin-bottom: 0;
}

#na-footer.footer-2 .footer-bottom {
  padding: 0;
  border: none;
}

#na-footer.footer-2 .container-inner {
  padding: 70px 0 60px;
  border-top: 1px solid #e6e5e1;
}

#na-footer.footer-2 .widget_contact_info .about-image {
  padding-top: 15px;
  float: left;
  width: 33.33%;
}

.rtl #na-footer.footer-2 .widget_contact_info .about-image {
  float: right;
}

#na-footer.footer-2 .widget_contact_info .about-image img {
  width: auto;
  height: auto;
}

#na-footer.footer-2 .widget_contact_info .group-des {
  float: left;
  margin: 0;
  padding: 0 30px;
  width: 33.33%;
  line-height: 28px;
}

.rtl #na-footer.footer-2 .widget_contact_info .group-des {
  float: right;
}

#na-footer.footer-2 .widget_contact_info .contact-info {
  margin: 0;
  padding-left: 60px;
  float: left;
  width: 33.33%;
}

.rtl #na-footer.footer-2 .widget_contact_info .contact-info {
  padding-right: 60px;
  padding-left: inherit;
}

.rtl #na-footer.footer-2 .widget_contact_info .contact-info {
  float: right;
}

#na-footer.footer-2 .widget_contact_info .mobile, #na-footer.footer-2 .widget_contact_info .phone {
  font-size: 18px;
  line-height: 30px;
  color: #222222;
  font-weight: 400;
  padding-top: 0px;
}

#na-footer.footer-2 .widget_contact_info .address {
  margin-top: 0px;
}

#na-footer.footer-2 .widget_contact_info .description {
  margin-bottom: 15px;
}

#na-footer.footer-2 .sok-social-share {
  padding-top: 5px;
  margin: 0;
}

#na-footer.footer-2 .sok-social-share li {
  padding: 0;
}

.aws-container .aws-search-field {
  height: 60px;
  padding: 10px 15px;
  background: #FFF;
  font-size: 16px;
}

.aws-container .aws-search-form .aws-search-clear, .aws-container .aws-search-form {
  height: 60px;
  line-height: 60px;
}

.aws-search-result {
  border: none;
  margin-top: 30px;
}

.aws-search-result .aws_result_item {
  margin-top: 30px !important;
  width: 50%;
  float: left;
  border: none;
}

.aws-search-result .aws_result_item:nth-child(2n+1) {
  clear: left;
}

.aws-search-result .aws_result_link {
  padding: 0;
}

.aws-search-result .aws_result_image {
  text-align: center;
  width: 100%;
  display: block;
  float: none;
}

.aws-search-result .aws_result_image img {
  width: auto;
  height: auto;
}

.aws-search-result .aws_result_content {
  padding-top: 15px;
}

.aws-search-result .aws_result_title {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #222222;
  text-align: center;
}

.aws-search-result .aws_result_excerpt {
  display: none;
}

.aws-search-result .aws_result_price {
  text-align: center;
  visibility: visible;
  opacity: 1;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}

.aws-search-result .aws_result_price del {
  font-size: 14px;
  padding-right: 5px;
  color: #929292;
}

.aws-search-result .aws_result_sale {
  width: auto;
  right: 50px;
  top: 10px;
  padding-top: 0;
}

.aws-search-result .aws_onsale {
  background: #e56568;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding-top: 0;
  top: 0;
  right: 0px;
  line-height: 40px;
  transform: rotate(0deg);
}

.aws-search-result .aws_result_item:hover, .aws-search-result .aws-search-result .aws_result_item.hovered {
  background: transparent;
}

.aws-search-result .aws_no_result {
  font-size: 26px;
  color: #a3a3a3;
  float: none;
  text-align: center;
  width: 100%;
}

.widget.widget_instagram {
  position: relative;
}

.widget.widget_instagram .space-0 {
  margin: 0px;
}

.widget.widget_instagram .space-0 .item-instagram {
  padding: 0;
}

.widget.widget_instagram .space-5 {
  margin: -5px;
}

.widget.widget_instagram .space-5 .item-instagram {
  padding: 5px;
}

.widget.widget_instagram .space-10 {
  margin: -10px;
}

.widget.widget_instagram .space-10 .item-instagram {
  padding: 10px;
}

.widget.widget_instagram .space-15 {
  margin: -15px;
}

.widget.widget_instagram .space-15 .item-instagram {
  padding: 15px;
}

.widget.widget_instagram .item-instagram {
  float: left;
  text-align: center;
}

.widget.widget_instagram .col-3 {
  width: 33.33%;
}

.widget.widget_instagram .col-4 {
  width: 25%;
}

.widget.widget_instagram .col-5 {
  width: 20%;
}

.widget.widget_instagram .col-6 {
  width: 16.66%;
}

.widget.widget_instagram .col-7 {
  width: 14.28%;
}

.widget.widget_instagram .col-8 {
  width: 12.5%;
}

.widget.widget_instagram .instagram-follow-link {
  margin: 0 !important;
}

.widget.widget_instagram .btn-follow {
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  box-shadow: 0 -1px 0 #ccc inset;
  margin: 0 auto 60px;
}

.sok_from_filter {
  display: block;
  text-align: right;
}

.rtl .sok_from_filter {
  text-align: left;
}

.sok_from_filter > * {
  border: 1px solid #f1f1f1;
  display: inline-block;
  margin-left: 30px;
  color: #222222;
}

.rtl .sok_from_filter > * {
  margin-right: 30px;
  margin-left: inherit;
}

.sok_from_filter .dropdown-arrow select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 50px;
  cursor: pointer;
  padding: 7px 40px 7px 15px;
}

.rtl .sok_from_filter .dropdown-arrow select {
  padding: 7px 15px 7px 40px;
}

.sok_from_filter .dropdown-arrow select option {
  padding: 10px;
}

.sok_from_filter .dropdown-arrow {
  position: relative;
}

.sok_from_filter .dropdown-arrow::after {
  background: transparent none repeat scroll 0 0;
  color: #282828;
  content: "\f107";
  cursor: pointer;
  font-family: "FontAwesome";
  font-size: 14px;
  height: 100%;
  line-height: 25px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 15px;
  width: 10px;
}

.rtl .sok_from_filter .dropdown-arrow::after {
  left: 15px;
  right: auto;
}

.sok_from_filter .filter_select {
  padding: 0px 40px 0px 15px;
  position: relative;
  line-height: 50px;
}

.rtl .sok_from_filter .filter_select {
  padding: 0px 15px 0px 40px;
}

.sok_from_filter .filter_select::after {
  background: transparent none repeat scroll 0 0;
  color: #282828;
  content: "\f107";
  cursor: pointer;
  font-family: "FontAwesome";
  font-size: 14px;
  height: 100%;
  line-height: 25px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 0px;
  width: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.rtl .sok_from_filter .filter_select::after {
  left: 15px;
  right: auto;
}

.sok_from_filter .filter_select.active::after {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  content: "\f106";
}

.hidden-filters .shop-content-top {
  display: none;
}

.hidden-filters .paging, .hidden-filters .infload-controls {
  margin-right: 17%;
}

.shop-sidebars .widget_product_categories .widgettitle {
  display: none;
}

.shop-sidebars .widget_product_categories .product-categories {
  padding-top: 0;
  margin-top: -8px;
}

.product-image .countdown-times {
  display: table;
  position: absolute;
  margin-top: 0px;
  top: 55%;
  left: 0px;
  width: 100%;
  background: rgba(237, 239, 242, 0.7) none repeat scroll 0 0;
  padding: 10px;
  color: #222222;
  font-size: 12px;
}

.rtl .product-image .countdown-times {
  right: 0px;
  left: auto;
}

.product-image .countdown-times b {
  color: #222;
}

.product-image .countdown-times > * {
  display: table-cell;
}

.wpb-js-composer .vc_tta.accordion-small.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  padding: 15px 0;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
  font-size: 24px;
  line-height: normal;
  position: relative;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title:before, .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title:after {
  content: "";
  position: absolute;
  background-color: #222222;
  width: 17px;
  height: 17px;
  -webkit-transition: background-color, transform;
  -o-transition: background-color, transform;
  transition: background-color, transform;
  -webkit-transition-duration: 0.45s;
  transition-duration: 0.45s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title:before {
  top: 50%;
  left: 46.5px;
  margin-top: -1.5px;
  width: 17px;
  height: 3px;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title:after {
  top: 50%;
  left: 53.5px;
  margin-top: -8.5px;
  width: 3px;
  height: 17px;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  right: 0;
}

.rtl .wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  left: 0;
  right: auto;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon:after, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon:before {
  border-color: #222222;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-controls-icon:after, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-controls-icon:before {
  border-color: #222222;
}

.wpb-js-composer .vc_tta-accordion.accordion_faq {
  margin: 0;
  padding: 162px 0 0 0;
}

.wpb-js-composer .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel {
  margin-top: 0;
  border-bottom: 1px solid #e3e3e3;
}

.wpb-js-composer .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active {
  outline-style: none;
}

.wpb-js-composer .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border-width: 0px;
  background-color: transparent;
}

.wpb-js-composer .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover, .wpb-js-composer .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
  background-color: transparent;
}

.wpb-js-composer .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent;
  border-width: 0;
  padding: 15px 0px 30px 0;
}

.wpb-js-composer .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  color: #222222;
  background: transparent;
  padding-left: 0;
}

.rtl .wpb-js-composer .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  padding-right: 0;
  padding-left: inherit;
}

.wpb-js-composer .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #222222;
}

.wpb-js-composer .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-width: 0px;
  background-color: transparent;
}

.wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background: #222222;
}

.wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title:after {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}

.wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title:after, .wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title:before {
  background: #FFF;
}

.wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading:hover, .wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading:focus {
  background: #222222;
}

.wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading:hover a, .wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading:focus a {
  color: #FFF;
}

.wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading:hover:before, .wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading:focus:before {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}

.wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #FFF;
}

.wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border-color: #222222;
  background: transparent;
  position: relative;
}

.wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #222222;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover, .wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
  background: transparent;
}

.wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title:before, .wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title:after, .wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus .vc_tta-panel-title:before, .wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus .vc_tta-panel-title:after {
  background: #FFF;
}

.wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover a, .wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus a {
  color: #FFF;
}

.wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover:before, .wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background: #222222;
  border-color: #222222;
  color: #FFF;
}

.wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body:before, .wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body:after {
  border-color: #222222;
}

.wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  color: #222222;
}

.wpb-js-composer .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-body {
  color: #FFF;
  background: #222222;
  padding: 56px 110px 103px 110px;
}

.rtl .wpb-js-composer .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-body {
  padding: 56px 110px 103px 110px;
}

.wpb-js-composer .vc_tta-accordion.vc_tta.vc_general .vc_tta-icon {
  font-size: 10px;
  right: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rtl .wpb-js-composer .vc_tta-accordion.vc_tta.vc_general .vc_tta-icon {
  left: 30px;
  right: auto;
}

.wpb-js-composer .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-title > a {
  padding: 48px 110px;
}

.wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: -2px;
}

.wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-style-classic .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
  margin-bottom: -2px;
}

.wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body:before, .wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body:after {
  border-color: transparent;
}

.wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-style-classic .vc_tta-panel-body,
.wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-style-classic .vc_tta-panel-heading {
  border-width: 2px 0;
}

.product-tabs {
  margin-bottom: 40px;
}

.product-tabs .widgettitle {
  display: block;
  text-align: center;
  text-transform: capitalize;
  margin: 0;
  padding-bottom: 30px;
}

.product-tabs .widgettitle .nav-tabs {
  display: inline-block;
}

.product-tabs .widgettitle a {
  color: #212529;
}

.product-tabs .tabs-title {
  font-weight: 500;
  font-size: 36px;
  color: #222222;
  margin-top: 0;
  margin-bottom: 20px;
}

.product-tabs .widget-content {
  padding-top: 0;
}

.product-tabs .tabs-title-product {
  font-size: 16px;
  padding-bottom: 0px;
  padding-top: 30px;
  font-weight: 400;
  background: none;
  color: #222222;
  display: block;
}

.product-tabs .tabs-title-product:focus, .product-tabs .tabs-title-product.focus, .product-tabs .tabs-title-product:active:focus, .product-tabs .tabs-title-product.focus:active, .product-tabs .tabs-title-product.active:focus, .product-tabs .tabs-title-product.active.focus {
  text-decoration: underline;
  background: none;
  color: #222222;
}

.product-tabs ul.nav-product-tabs {
  display: inline-block;
  position: relative;
  border: none;
}

.product-tabs ul.nav-product-tabs li {
  padding-right: 30px;
}

.rtl .product-tabs ul.nav-product-tabs li {
  padding-left: 30px;
  padding-right: inherit;
}

.product-tabs ul.nav-product-tabs li a:hover {
  background: none;
}

.product-tabs ul.nav-product-tabs li.active > a,
.product-tabs ul.nav-product-tabs li.active > a:hover,
.product-tabs ul.nav-product-tabs li.active > a:focus {
  text-decoration: underline;
  background: none;
  color: #222222;
}

.product-tabs .product-block {
  margin-bottom: 30px;
}

.category-product .widget-content {
  padding-top: 20px;
}

.block-asymmetric-products .asymmetric-title .block-title {
  text-align: left;
  font-size: 42px;
  line-height: 52px;
  font-weight: 500;
  margin-top: 70px;
  margin-bottom: 30px;
}

.block-asymmetric-products .asymmetric-title .block-content {
  margin-bottom: 30px;
}

.block-asymmetric-products .asymmetric-product {
  position: relative;
  padding-left: 30px;
}

.block-asymmetric-products .products-blocks {
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -50px;
}

.block-asymmetric-products .products-blocks li {
  float: none;
  width: 40%;
  padding: 0 50px;
}

.block-asymmetric-products .products-blocks li:first-child {
  width: 60%;
}

.block-asymmetric-products .products-blocks li:first-child .product-block {
  padding-left: 50px;
}

.block-asymmetric-products .products-blocks li .product-name a {
  font-size: 16px;
}

.block-asymmetric-products .products-blocks li .price {
  font-size: 16px;
}

.block-asymmetric-products .products-blocks li .caption {
  text-align: center;
}

.block-asymmetric-products .products-blocks li .wishlist-buttom {
  display: none;
}

.block-asymmetric-products .products-blocks .product-block {
  margin-bottom: 0;
}

.block-asymmetric-products.style-2 .asymmetric-product {
  position: relative;
  padding-left: 0px;
}

.block-asymmetric-products.style-2 .asymmetric-title {
  padding-left: 30px;
}

.block-asymmetric-products.style-2 .products-blocks li {
  float: none;
  width: 40%;
  padding: 0 50px;
}

.block-asymmetric-products.style-2 .products-blocks li:first-child {
  width: 40%;
}

.block-asymmetric-products.style-2 .products-blocks li:first-child .product-block {
  padding-left: 0px;
}

.block-asymmetric-products.style-2 .products-blocks li:last-child {
  width: 60%;
}

.block-asymmetric-products.style-2 .products-blocks li:last-child .product-block {
  padding-right: 50px;
}

.block-masonry-products {
  margin: 0 !important;
}

.block-masonry-products .grid-sizer {
  width: 20%;
  line-height: 0;
}

.block-masonry-products .masonry-product .col-item {
  float: left;
  width: 20%;
  display: flex;
  padding: 5px;
}

.rtl .block-masonry-products .masonry-product .col-item {
  float: right;
}

.block-masonry-products .masonry-product .col-item .product-block {
  margin: 0;
  width: 100%;
  background: #f1f1f1;
}

.block-masonry-products .masonry-product .col-item .product-block .wp-post-image {
  width: 100%;
}

.block-masonry-products .masonry-product ul {
  padding: 0;
  margin: 0 -5px;
  list-style: none;
}

.block-masonry-products .grid-banner {
  width: 20%;
}

.block-masonry-products .grid-banner a, .block-masonry-products .grid-banner img {
  width: 100%;
}

.block-masonry-products.na-left .masonry-product .col-item:nth-child(4) {
  width: 40%;
}

.block-masonry-products.na-right .masonry-product .col-item:nth-child(3), .block-masonry-products.na-center .masonry-product .col-item:nth-child(3) {
  width: 40%;
}

.category-tabs {
  padding-top: 50px;
}

.category-tabs .center {
  text-align: center;
}

.category-tabs .widgettitle {
  display: block;
  text-transform: capitalize;
  font-size: 36px;
  color: #222222;
  margin-bottom: 20px;
  margin-top: 0px;
}

.category-tabs .widgettitle .nav-tabs {
  display: inline-block;
}

.category-tabs .widgettitle span {
  color: #222222;
}

.category-tabs .widgettitle.left {
  text-align: left;
}

.rtl .category-tabs .widgettitle.left {
  text-align: right;
}

.category-tabs .widgettitle.center {
  text-align: center;
}

.category-tabs .widgettitle.right {
  text-align: right;
}

.rtl .category-tabs .widgettitle.right {
  text-align: left;
}

.category-tabs ul.nav-tabs {
  display: inline-block;
  position: relative;
  border: none;
}

.category-tabs ul.nav-tabs li {
  padding-right: 30px;
}

.rtl .category-tabs ul.nav-tabs li {
  padding-left: 30px;
  padding-right: inherit;
}

.category-tabs ul.nav-tabs li a:hover {
  background: none;
}

.category-tabs ul.nav-tabs li.active > a,
.category-tabs ul.nav-tabs li.active > a:hover,
.category-tabs ul.nav-tabs li.active > a:focus {
  text-decoration: underline;
  background: none;
  color: #222222;
}

.category-tabs .cat-title {
  padding-bottom: 30px;
}

.category-tabs .cat-title.left-fixed {
  vertical-align: bottom;
  text-align: center;
  position: fixed;
  top: 30%;
  left: 0;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

.category-tabs .cat-title.left-fixed.view {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}

.category-tabs .tabs-title-cat {
  font-size: 16px;
  padding-bottom: 5px;
  padding-top: 30px;
  font-weight: 400;
  background: none;
  color: #212529;
  display: block;
}

.category-tabs .tabs-title-cat:focus, .category-tabs .tabs-title-cat.focus, .category-tabs .tabs-title-cat:active:focus, .category-tabs .tabs-title-cat.focus:active, .category-tabs .tabs-title-cat.active:focus, .category-tabs .tabs-title-cat.active.focus {
  text-decoration: underline;
  background: none;
  color: #222222;
}

.category-tabs.category-tabs-filter .widgettitle {
  font-size: 30px;
  padding-bottom: 30px;
}

.scattered-box {
  position: relative;
  padding: 60px 0;
}

.scattered-box .entry-content {
  position: absolute;
  top: 50%;
}

.scattered-box .title-box {
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 10px;
  color: #222222;
}

.scattered-box .des-box {
  font-size: 18px;
  color: #a3a3a3;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 40px;
}

.scattered-box .btn-box {
  font-weight: 500;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  display: block;
  color: #222222;
  padding-left: 50px;
  text-transform: uppercase;
  padding-top: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.scattered-box .btn-box:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 40px;
  height: 1px;
  background: #222222;
}

.scattered-box.ver-left {
  padding-right: 15px;
  float: left;
  width: 50%;
  text-align: right;
}

.scattered-box.ver-left .entry-content {
  text-align: left;
  top: 100px;
  right: 50%;
}

.scattered-box.ver-right {
  padding-left: 15px;
  float: left;
  width: 50%;
  text-align: right;
}

.scattered-box.ver-right .entry-content {
  text-align: left;
  top: 100px;
  right: 50%;
}

.scattered-box.squ-right {
  float: left;
  width: 50%;
  text-align: right;
}

.scattered-box.squ-right .entry-image {
  padding-top: 80px;
}

.scattered-box.squ-right .entry-content {
  text-align: left;
  top: 60%;
  left: 100px;
  width: 50%;
}

.scattered-box.squ-left {
  padding-right: 15px;
  float: left;
  width: 50%;
  text-align: center;
}

.scattered-box.squ-left .entry-image {
  padding-top: 80px;
}

.scattered-box.squ-left .entry-content {
  text-align: left;
  top: 60%;
  left: 0;
  width: 50%;
}

.scattered-box.hoz-center {
  width: 100%;
  clear: both;
  text-align: center;
}

.scattered-box.hoz-center .entry-content {
  margin-top: 0;
  text-align: left;
  top: 100px;
  right: 0;
  width: 27%;
}

.na-masonry-category {
  position: relative;
}

.na-masonry-category .items-masonry {
  margin: 0 -5px;
}

.na-masonry-category .masonry-box {
  padding: 5px;
}

.na-masonry-category .box-content {
  position: absolute;
  top: 0;
  left: 30px;
}

.rtl .na-masonry-category .box-content {
  right: 30px;
  left: auto;
}

.na-masonry-category .grid-sizer, .na-masonry-category .small {
  width: 25%;
}

.na-masonry-category .lager {
  width: 50%;
}

.na-masonry-category .medium {
  width: 75%;
}

.na-masonry-category .title-box {
  font-size: 24px;
  color: #222222;
  margin-bottom: 10px;
}

.na-masonry-category .title-box a:hover {
  text-decoration: underline;
  color: #222222;
}

.na-masonry-category .des-box {
  font-size: 16px;
  line-height: 24px;
}

.na-imageGallery {
  position: relative;
}

.na-imageGallery .entry-content {
  margin-top: 50px;
  text-align: right;
  display: block;
  float: left;
  width: 50%;
}

.rtl .na-imageGallery .entry-content {
  text-align: left;
}

.rtl .na-imageGallery .entry-content {
  float: right;
}

.na-imageGallery .entry-content-inner {
  display: inline-block;
  max-width: 600px;
  padding-right: 130px;
  padding-left: 15px;
  text-align: left;
}

.rtl .na-imageGallery .entry-content-inner {
  padding-left: 130px;
  padding-right: inherit;
}

.rtl .na-imageGallery .entry-content-inner {
  padding-right: 15px;
  padding-left: inherit;
}

.rtl .na-imageGallery .entry-content-inner {
  text-align: right;
}

.na-imageGallery .entry-image {
  display: block;
  float: left;
  width: 50%;
}

.rtl .na-imageGallery .entry-image {
  float: right;
}

.na-imageGallery .icon {
  max-width: 130px;
}

.na-imageGallery .title-block {
  font-size: 42px;
  line-height: 52px;
}

.na-imageGallery .des {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 30px;
}

.na-imageGallery .gallery-main {
  list-style: none;
}

.na-imageGallery .gallery-nav {
  list-style: none;
  width: 365px;
  position: relative;
  margin-top: -100px;
  margin-left: 50%;
}

.rtl .na-imageGallery .gallery-nav {
  margin-right: 50%;
  margin-left: inherit;
}

.na-imageGallery .gallery-nav .slick-list {
  overflow: hidden;
}

.na-imageGallery .gallery-nav .slick-slide.slick-active {
  display: block;
}

.na-imageGallery .gallery-nav .slick-slide.slick-current {
  display: none;
}

.na-imageGallery .gallery-nav .slick-prev {
  top: 25px;
}

.na-imageGallery .gallery-nav .slick-next {
  top: 75px;
}

.na-imageGallery .gallery-nav .slick-prev, .na-imageGallery .gallery-nav .slick-next {
  left: -50px;
  box-shadow: none;
  border: none;
  opacity: 1;
  margin-top: 0;
  border-radius: 0;
  width: 50px;
  height: 50px;
  background: #fff;
}

.rtl .na-imageGallery .gallery-nav .slick-prev, .rtl .na-imageGallery .gallery-nav .slick-next {
  right: -50px;
  left: auto;
}

.na-imageGallery .gallery-nav .slick-prev::before, .na-imageGallery .gallery-nav .slick-next::before {
  font-size: 18px;
  line-height: 50px;
  opacity: 1;
  color: #a3a3a3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.na-imageGallery .gallery-nav .slick-prev:hover, .na-imageGallery .gallery-nav .slick-next:hover {
  background: #f1f1f1;
}

.na-imageGallery .gallery-nav .slick-prev:hover::before, .na-imageGallery .gallery-nav .slick-next:hover::before {
  color: #222222;
}

.na-infoCategory .entry-image {
  float: left;
  width: 50%;
  text-align: center;
  padding-right: 15px;
}

.rtl .na-infoCategory .entry-image {
  float: right;
}

.rtl .na-infoCategory .entry-image {
  padding-left: 15px;
  padding-right: inherit;
}

.na-infoCategory .entry-image .image_f {
  margin-bottom: 30px;
}

.na-infoCategory .entry-image .des_f {
  font-size: 18px;
  line-height: 34px;
  color: #a3a3a3;
}

.na-infoCategory .entry-image.style-2 {
  margin-top: 35px;
  text-align: left;
}

.rtl .na-infoCategory .entry-image.style-2 {
  text-align: right;
}

.na-infoCategory .entry-image.style-2 .image_f {
  margin-bottom: 0px;
  margin-top: 30px;
}

.na-infoCategory .entry-image.style-2 .des_f {
  max-width: 470px;
  text-align: center;
  display: block;
}

.na-infoCategory .entry-content {
  margin-top: 55px;
  float: left;
  padding-left: 115px;
  width: 50%;
}

.rtl .na-infoCategory .entry-content {
  float: right;
}

.rtl .na-infoCategory .entry-content {
  padding-right: 115px;
  padding-left: inherit;
}

.na-infoCategory .entry-content .content-box {
  max-width: 400px;
  text-align: left;
  margin-bottom: 85px;
}

.rtl .na-infoCategory .entry-content .content-box {
  text-align: right;
}

.na-infoCategory .entry-content .image-box {
  position: relative;
}

.na-infoCategory .entry-content .title-box {
  font-size: 42px;
  line-height: 52px;
}

.na-infoCategory .entry-content .des-box {
  font-size: 16px;
  line-height: 26px;
  color: #a3a3a3;
  padding: 5px 0 30px;
}

.na-infoCategory .entry-content .des_t {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  white-space: nowrap;
  position: absolute;
  right: -65px;
  top: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 34px;
  color: #a3a3a3;
  text-align: center;
}

.rtl .na-infoCategory .entry-content .des_t {
  left: -65px;
  right: auto;
}

.na-infoCategory .entry-content.style-2 {
  margin-top: 0px;
  padding-left: 15px;
}

.rtl .na-infoCategory .entry-content.style-2 {
  padding-right: 15px;
  padding-left: inherit;
}

.na-infoCategory .entry-content.style-2 .content-box {
  padding-left: 100px;
  max-width: 100%;
  margin-top: 55px;
  margin-bottom: 0;
}

.rtl .na-infoCategory .entry-content.style-2 .content-box {
  padding-right: 100px;
  padding-left: inherit;
}

.na-infoCategory .entry-content.style-2 .des_t {
  display: none;
}

.nano-showcase {
  height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.nano-showcase .content-left {
  position: relative;
  float: left;
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 75px;
  text-align: right;
  height: 100vh;
  background: #f9e2d6;
}

.nano-showcase .content-left .gallery-top {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.nano-showcase .content-left .col-item {
  padding: 24% 0 10% 0;
}

.nano-showcase .content-left .image-box {
  position: relative;
  display: inline-block;
}

.nano-showcase .content-left .image-box .border-mask {
  position: absolute;
  z-index: -1;
  width: 320px;
  height: 200px;
  top: -62px;
  left: -62px;
}

.nano-showcase .content-left .content-box {
  text-align: left;
}

.nano-showcase .content-left .title-box {
  position: absolute;
  bottom: 90px;
  left: 40px;
  z-index: 2;
  margin: 0;
  max-width: 80%;
  text-align: left;
}

.nano-showcase .content-left .title-box a {
  font-size: 48px;
  line-height: 60px;
  color: #FFF;
  font-weight: 400;
}

.nano-showcase .content-right {
  position: relative;
  float: left;
  width: 50%;
  padding-left: 100px;
  padding-right: 100px;
  height: 100%;
}

.nano-showcase .content-right .gallery-thumbs {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.nano-showcase .sub_box {
  font-weight: 300;
  position: absolute;
  top: 30%;
  left: 50px;
  text-align: center;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  white-space: nowrap;
  vertical-align: middle;
  text-transform: uppercase;
  color: #efb292;
  letter-spacing: 3px;
}

.nano-showcase .cat-menu h2 {
  text-transform: uppercase;
  cursor: pointer;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0;
  text-align: center;
  color: #f9e2d6;
  font-size: 94px;
  line-height: 150px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  white-space: nowrap;
  font-weight: 700;
  color: #efb292;
  -webkit-text-stroke: 1px #efb292;
  -webkit-text-fill-color: transparent;
}

.nano-showcase .cat-menu h2::after {
  text-align: center;
  height: 100%;
  margin: 0;
  content: attr(data-title);
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  position: absolute;
  top: 0;
  color: currentColor;
}

.nano-showcase .cat-menu h2:hover {
  color: #efb292;
}

.nano-showcase .cat-menu h2:hover::after {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  -webkit-text-fill-color: #efb292;
}

.nano-showcase .swiper-slide-thumb-active .cat-menu h2 {
  color: #efb292;
}

.nano-showcase .swiper-slide-thumb-active .cat-menu h2::after {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  -webkit-text-fill-color: #efb292;
}

.nano-showcase .border-mask {
  position: absolute;
  z-index: -1;
  width: 320px;
  height: 320px;
}

.nano-showcase .border-mask:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: -moz-radial-gradient(#fff 25%, transparent 25%), -moz-radial-gradient(#fff 25%, transparent 25%), transparent;
  background: -webkit-radial-gradient(#fff 25%, transparent 25%), -webkit-radial-gradient(#fff 25%, transparent 25%), transparent;
  background-position: 0 0,20px 20px;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
}

.nano-showcase .border-mask.bottom {
  z-index: 0;
  left: -200px;
  height: 250px;
  bottom: 0px;
}

.nano-showcase .border-mask.center {
  height: 200px;
  z-index: 0;
  left: 82px;
  right: 0;
  margin: auto;
  margin-top: auto;
  margin-top: -160px;
  top: 27%;
}

.nano-showcase .border-mask.center-right {
  right: 0;
  bottom: 0;
  width: 50%;
  height: 40px;
}

.nano-showcase .border-mask.center-right:before {
  background: -moz-radial-gradient(#efb292 25%, transparent 25%), -moz-radial-gradient(#efb292 25%, transparent 25%), transparent;
  background: -webkit-radial-gradient(#efb292 25%, transparent 25%), -webkit-radial-gradient(#efb292 25%, transparent 25%), transparent;
  background-position: 0 0,20px 20px;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
}

.nano-slider-category .article-carousel {
  margin: 0px;
}

.nano-slider-category .article-carousel .slider-box {
  position: relative;
}

.nano-slider-category .article-carousel .slider-box:hover .content-box {
  background: rgba(239, 178, 146, 0.6);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.nano-slider-category .article-carousel .slider-box:hover .entry-content-inner {
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.nano-slider-category .article-carousel .col-item {
  padding: 0 0px;
  width: 50%;
  height: 100vh;
}

.nano-slider-category .article-carousel .content-box {
  background: transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 0;
  z-index: 10;
}

.nano-slider-category .article-carousel .content-box::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
}

.nano-slider-category .article-carousel .entry-content-inner {
  opacity: 0;
  display: inline-block;
  max-width: 80%;
  position: relative;
  vertical-align: middle;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.nano-slider-category .article-carousel .entry-content-inner:hover .btn-next i {
  padding-left: 15px;
}

.nano-slider-category .article-carousel .image-box {
  height: 100%;
  width: 100%;
  background-clip: padding-box;
  background-position: 50% 20%;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.nano-slider-category .article-carousel .btn-next {
  padding-top: 0;
}

.nano-slider-category .article-carousel .title-box {
  font-size: 84px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 0;
}

.nano-slider-category .article-carousel .slick-dots {
  text-align: right;
  padding-right: 15px;
}

.nano-slider-category .article-carousel .slick-dots li {
  width: 25px;
  height: 25px;
}

.nano-slider-category .article-carousel .slick-dots li.slick-active button::before {
  color: #fff;
  background: white;
  opacity: 1;
}

.nano-slider-category .article-carousel .slick-dots li button:hover:before {
  opacity: 1;
}

.nano-slider-category .article-carousel .slick-dots button::before {
  font-size: 12px;
  text-align: center;
  line-height: 12px;
  opacity: 0.5;
  width: 14px;
  height: 14px;
  color: transparent;
  border: 2px solid #fff;
  border-radius: 100%;
}

.box-intro-images {
  position: relative;
}

.box-intro-images .intro-images-box {
  position: relative;
}

.box-intro-images .box-content {
  position: absolute;
  bottom: 60px;
  left: 60px;
}

.box-intro-images .content-box {
  padding-top: 20px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  color: #222222;
  max-width: 600px;
}

.box-intro-images .title-box {
  margin-bottom: 0;
  font-size: 48px;
  line-height: 62px;
  font-weight: 500;
  color: #222222;
}

.box-intro-images .title-box a {
  margin-bottom: 0;
  font-size: 48px;
  line-height: 62px;
  font-weight: 500;
  color: #222222;
}

.box-intro-images .bg-img-fixed {
  background-attachment: fixed;
  background-clip: padding-box;
  background-position: top center;
  height: 100vh;
  top: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nano-intro {
  position: relative;
  margin-bottom: 0;
}

.nano-intro .image-box {
  float: left;
  padding: 0;
  width: 60%;
}

.rtl .nano-intro .image-box {
  float: right;
}

.nano-intro .content-box {
  float: left;
  padding: 0 60px;
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 650px;
}

.rtl .nano-intro .content-box {
  float: right;
}

.nano-intro .content {
  max-width: 500px;
}

.nano-intro .title-text {
  font-size: 84px;
  line-height: 110px;
  color: #222222;
  margin-bottom: 20px;
  margin-top: 0;
}

.nano-intro .content-text {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 40px;
}

.address-contact .title-address {
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  color: #222222;
}

.address-contact .content-address {
  font-size: 16px;
}

.box-fixed p {
  font-size: 18px;
  line-height: 24px;
  color: #222222;
}

.box-fixed h2, .box-fixed h1, .box-fixed h3, .box-fixed h4 {
  font-size: 60px;
  color: #222222;
  line-height: 60px;
  padding-bottom: 20px;
  margin: 0;
}

.box-fixed .btn {
  margin-top: 40px;
  padding: 15px 50px;
}

.box-text {
  padding: 190px 0;
}

.box-text > * {
  background: #fff;
  padding: 70px 100px;
  max-width: 780px;
  margin: auto;
  text-align: center;
}

.box-text h2, .box-text h1, .box-text h3, .box-text h4 {
  font-size: 42px;
  color: #222222;
  line-height: 40px;
  padding-bottom: 20px;
  margin: 0;
}

.box-text p {
  font-size: 16px;
  line-height: 26px;
  color: #a3a3a3;
}

.box-text .btn {
  margin-top: 40px;
}

.list-text h3, .list-text h4, .list-text h5 {
  font-size: 18px;
  margin-bottom: 20px;
}

.list-text ul {
  padding: 0;
  list-style: none;
}

.list-text li {
  line-height: 30px;
}

.list-address {
  padding: 0;
  list-style: none;
}

.list-address li {
  line-height: 40px;
  font-size: 16px;
}

.list-address li i {
  padding-right: 15px;
  font-size: 20px;
}

.rtl .list-address li i {
  padding-left: 15px;
  padding-right: inherit;
}

.tp-leftarrow .right-arrow, .tp-rightarrow .left-arrow {
  display: none;
}

#slider-showcase_wrapper {
  height: calc(100vh - 100px) !important;
}

.over-slider-showcase-tabs .tabs-name {
  background: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 100px;
  color: #1a1a26;
  font-weight: 500;
}

.selected .tabs-name {
  color: #1a1a26;
  text-decoration: underline;
}

.over-slider-showcase-tabs {
  text-align: center;
}

.tp-tab {
  opacity: 1;
}

.box_des {
  text-align: center;
  font-size: 18px;
  color: #a3a3a3;
}

.nano-testimonial {
  text-align: center;
}

.nano-testimonial .image-box {
  display: inline-block;
}

.nano-testimonial .image-box > img {
  border-radius: 100%;
}

.nano-testimonial .des-box {
  padding-top: 30px;
  padding-bottom: 60px;
  max-width: 800px;
  margin: auto;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}

.nano-testimonial .name-box {
  font-size: 18px;
  color: #222222;
  display: block;
  float: left;
  width: 50%;
  text-align: right;
  padding-right: 35px;
}

.rtl .nano-testimonial .name-box {
  float: right;
}

.rtl .nano-testimonial .name-box {
  text-align: left;
}

.rtl .nano-testimonial .name-box {
  padding-left: 35px;
  padding-right: inherit;
}

.nano-testimonial .position-box {
  display: block;
  font-size: 14px;
  float: left;
  width: 50%;
  text-align: left;
  padding-left: 35px;
  line-height: 28px;
  position: relative;
}

.rtl .nano-testimonial .position-box {
  float: right;
}

.rtl .nano-testimonial .position-box {
  text-align: right;
}

.rtl .nano-testimonial .position-box {
  padding-right: 35px;
  padding-left: inherit;
}

.nano-testimonial .position-box:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 15px;
  width: 50px;
  height: 1px;
  background: #a3a3a3;
}

.rtl .nano-testimonial .position-box:before {
  right: -22px;
  left: auto;
}

.na-service .block-content {
  margin: 0 -15px;
}

.na-service .service-box {
  padding: 0 15px;
}

.na-service .items-service {
  padding-left: 5%;
  padding-right: 5%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.na-service .col-item {
  float: none;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.na-service .entry-content-inner {
  max-width: 300px;
  text-align: center;
  margin: auto;
}

.na-service .service-box-inner {
  display: block;
  text-align: center;
}

.na-service .service-box-inner a {
  color: #222222;
  font-size: 18px;
  line-height: 34px;
  font-weight: 300;
}

.na-service .title-box {
  margin-top: 20px;
  margin-bottom: 5px;
}

.nano-textBlock {
  position: relative;
  margin-bottom: 0;
  text-align: center;
}

.nano-textBlock .image-box {
  padding: 0;
}

.nano-textBlock .title-text {
  font-size: 48px;
  line-height: 68px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 30px;
  margin-top: 50px;
}

.nano-textBlock .content-text {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 25px;
  font-weight: 300;
}

.nano-infoTeams {
  text-align: left;
  margin-bottom: 0;
}

.nano-infoTeams .block-title {
  margin-bottom: 0;
  margin-top: 0;
}

.nano-infoTeams .block-des {
  text-align: center;
  max-width: 600px;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 20px;
  color: #a3a3a3;
}

.nano-infoTeams .block-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -25px;
  padding-top: 40px;
}

.nano-infoTeams .box-team-list {
  position: relative;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 25px;
}

.nano-infoTeams .title-box {
  font-size: 24px;
  line-height: 34px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.nano-infoTeams .des-box {
  font-size: 12px;
  text-transform: uppercase;
  color: #a3a3a3;
  letter-spacing: 0.5px;
}

.nano-infoTeams .box-content {
  padding-left: 20px;
  background: #FFF;
  position: absolute;
  left: 25px;
  bottom: 0;
  min-width: 270px;
}

.nano-infoTeams .list-social {
  position: relative;
  list-style: none;
  padding: 0;
}

.nano-infoTeams .list-social li {
  display: inline-block;
}

.nano-infoTeams .list-social li:hover i {
  color: #222222;
}

.nano-infoTeams .list-social i {
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #a3a3a3;
}

/* Macbook Pro Retina 13" */
@media (max-width: 1440px) {
  .cart-box {
    width: 450px;
    -webkit-transform: translateX(450px);
    -moz-transform: translateX(450px);
    -ms-transform: translateX(450px);
    -o-transform: translateX(450px);
    transform: translateX(450px);
  }
  .cart-panel {
    min-width: 450px;
    padding: 50px;
  }
  .cart_list {
    padding-top: 0;
    margin: 40px 0 100px;
    max-height: 490px;
  }
  .cart_list li .remove {
    padding-top: 0;
  }
  .cart_list li .cart-main-content {
    padding-bottom: 0;
  }
  .cart_list .empty {
    font-size: 28px;
    line-height: normal;
    padding-top: 0;
  }
  .cart-bottom {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 60px;
  }
  .login-wrap .lost_password {
    line-height: 24px;
  }
  .search-title {
    padding-top: 100px;
    font-size: 28px;
    line-height: 38px;
  }
  .myaccount-login {
    padding-top: 40px;
  }
  .canvas-warp {
    padding: 40px;
  }
  .search-box, .intro-box, .login-box, .mobile-box {
    width: 450px;
    -webkit-transform: translateX(600px);
    -moz-transform: translateX(600px);
    -ms-transform: translateX(600px);
    -o-transform: translateX(600px);
    transform: translateX(600px);
  }
  .wpb_text_column.text_column_faq {
    padding-left: 320px;
  }
  .vc_custom_heading.custom_heading_faq {
    font-size: 48px !important;
    line-height: 60px !important;
  }
  .wpb-js-composer .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-body {
    padding-top: 36px;
  }
  .wpb-js-composer .vc_tta-accordion.accordion_faq {
    padding: 140px 0 0 0;
  }
  .na-cart .icon-cart .mini-cart-items {
    right: -30px;
  }
  .nano-intro .content-box {
    height: 450px;
    min-height: 450px;
    padding: 0 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .nano-intro .title-text {
    margin-top: 0;
  }
  .bg-cover.bg-lg {
    min-height: 450px;
  }
  .product-grid .ground-addcart a {
    padding: 0px 20px;
  }
  .nano-showcase .sub_box {
    top: 26%;
  }
  .nano-showcase .cat-menu h2 {
    font-size: 76px;
    line-height: 130px;
  }
  .nano-showcase .content-left {
    padding-right: 50px;
  }
  .nano-showcase .content-left .content-box {
    padding-left: 22%;
  }
  .nano-showcase .content-left .title-box {
    left: 26%;
    max-width: 54%;
  }
  .nano-showcase .content-left .title-box a {
    font-size: 36px;
    line-height: 46px;
  }
  .nano-showcase .content-left .col-item {
    padding-top: 25%;
  }
  .nano-showcase .content-left .gallery-top {
    height: auto;
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .nano-showcase .content-right {
    width: 45%;
    padding-left: 60px;
    padding-right: 60px;
  }
  .nano-showcase .border-mask.center {
    top: 35%;
  }
  .nano-showcase .border-mask.center-right {
    right: -14%;
  }
  .nano-showcase .content-left .col-item .entry-image {
    padding-left: 22%;
    padding-right: 16%;
  }
  .block-products-widgets.block-duel {
    padding-left: 10%;
    padding-right: 10%;
  }
  .page-header {
    padding: 180px 0;
  }
  .user-mini, .btn-intro, .btn-mini-search, .mini-cart {
    line-height: 80px;
  }
  .na-cart .icon-cart {
    line-height: 80px;
  }
  .na-cart .icon-cart .mini-cart-items {
    top: 20px;
  }
  .button.single_add_to_cart_button {
    padding-left: 30px;
    padding-right: 30px;
  }
  .product-layout-sticky .sticky-product-detail {
    padding: 110px 65px 0 65px;
  }
  .meta-sizeguide .modal-header {
    min-height: 0;
    padding: 0;
  }
  .meta-sizeguide .modal-header i {
    font-size: 80px;
  }
  .meta-sizeguide .modal-body {
    padding-left: 140px;
    padding-right: 140px;
  }
  .meta-sizeguide .modal-body .modal-inner {
    max-width: 800px;
    margin: 10% auto 0 auto;
  }
  .modal-header .close {
    width: 70px;
    height: 70px;
    top: 70px;
    right: 70px;
    color: #222222;
  }
  .page-title {
    line-height: 114px;
  }
  .error-404 {
    padding-bottom: 0;
  }
  .post-list .article-content {
    width: 55%;
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar .entry-title {
    font-size: 16px;
    line-height: 26px;
  }
  .address-contact {
    padding-left: 36px;
  }
  .wpcf7-form {
    padding-right: 36px;
  }
}

@media (min-width: 1440px) and (max-width: 1400px) {
  .padding-big {
    padding: 300px 0;
  }
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
  .product-gallery .caption {
    padding-top: 50px;
  }
  .na-infoCategory .entry-content .des_t {
    display: none;
  }
  .vc_row-fluid[data-vc-stretch-content="true"] {
    padding-left: 50px;
    padding-right: 50px;
  }
  .nano-slider .article-carousel .col-item {
    padding: 0 15px;
  }
  .nano-slider .article-carousel {
    margin: 0 -30px;
  }
  .category-tabs .cat-title.left-fixed {
    display: none;
  }
}

@media (max-width: 1440px) {
  .archive-blog .col-md-6:nth-child(2n+1), .archive-blog .col-md-4:nth-child(3n+1), .archive-blog .col-md-3:nth-child(4n+1) {
    clear: left;
  }
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
  .na-infoCategory .entry-content .des_t {
    display: none;
  }
  .vc_row-fluid[data-vc-stretch-content="true"] {
    padding-left: 50px;
    padding-right: 50px;
  }
  .nano-slider .article-carousel .col-item {
    padding: 0 15px;
  }
  .nano-slider .article-carousel {
    margin: 0 -30px;
  }
  .rev_slider_wrapper .tparrows {
    display: none;
  }
  .footer-vertical {
    width: 100%;
    height: 70px;
    bottom: 0;
    right: 0;
    text-align: center;
    display: inline-block;
    z-index: 0;
  }
  .footer-vertical ul {
    margin: 0;
    padding: 0;
  }
  .footer-vertical ul li {
    line-height: 70px;
    display: inline-block;
    width: 70px;
  }
}

@media (max-width: 1440px) {
  .widget.recent_blog .post-image {
    width: auto;
  }
  .nano-textBlock .image-box {
    padding: 0 50px;
  }
  .scattered-box .title-box {
    font-size: 36px;
    line-height: 42px;
  }
  .na-imageGallery .entry-content {
    margin-top: 0;
  }
  .na-imageGallery .title-block {
    font-size: 36px;
    line-height: 42px;
  }
  .na-imageGallery .entry-image {
    padding-right: 15px;
  }
  .rtl .na-imageGallery .entry-image {
    padding-left: 15px;
    padding-right: inherit;
  }
  .na-imageGallery .gallery-nav {
    width: auto;
  }
  .text-responsive h2, .text-responsive h3, .text-responsive h4, .text-responsive h5 {
    font-size: 32px !important;
    line-height: 36px !important;
    margin-top: 0;
    text-align: left;
    padding-left: 0 !important;
  }
  .rtl .text-responsive h2, .rtl .text-responsive h3, .rtl .text-responsive h4, .rtl .text-responsive h5 {
    text-align: right;
  }
  .rtl .text-responsive h2, .rtl .text-responsive h3, .rtl .text-responsive h4, .rtl .text-responsive h5 {
    padding-right: 0 !important;
    padding-left: inherit;
  }
  .text-responsive a {
    padding-left: 0 !important;
  }
  .rtl .text-responsive a {
    padding-right: 0 !important;
    padding-left: inherit;
  }
  #slider-showcase_wrapper, #slider-showcase_forcefullwidth, .tp-fullwidth-forcer {
    max-height: 720px !important;
  }
  .nano-slider .article-carousel .title-box {
    font-size: 26px;
  }
  .product-list .caption-product .button-groups {
    padding-top: 30px;
    padding-left: 0 !important;
  }
  .rtl .product-list .caption-product .button-groups {
    padding-right: 0 !important;
    padding-left: inherit;
  }
  .product-gallery .caption {
    padding-top: 0;
  }
  .product-trans .ground-addcart {
    display: none;
  }
  .product-trans .caption-image:before {
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.2);
  }
  .product-trans .caption-product, .product-trans .caption-product.show-cart {
    text-align: left;
    opacity: 1;
    bottom: 10px;
    margin: 0;
    left: 20px;
    right: auto;
  }
  .product-trans .caption {
    text-align: left;
  }
  .product-trans .shopswatchinput {
    padding-left: 15px;
  }
  .button.single_add_to_cart_button {
    min-width: auto;
  }
  .product-layout-carousel-left .entry-summary-inner {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 30px;
  }
  .product-layout-carousel-left .woocommerce-product-gallery__image {
    min-height: 600px;
  }
  .post-tran .entry-content p {
    display: none;
  }
  .post-list .article-image {
    width: 90%;
  }
  .post-list .article-content {
    padding-top: 25px;
    padding-left: 30px;
  }
  .rtl .post-list .article-content {
    padding-right: 30px;
    padding-left: inherit;
  }
  .post-list .entry-title {
    font-size: 28px;
    line-height: 32px;
  }
  .header-content-menu {
    padding-left: 50px;
  }
}

@media (max-width: 1199px) {
  .btn-close {
    font-size: 28px;
    line-height: normal;
  }
  .cart-wrap {
    margin-left: 0;
    margin-right: 10px;
    width: auto;
  }
  .cart-wrap:before {
    content: none;
  }
  .na-cart .icon-cart .icon-basket {
    margin-right: 25px;
  }
  .na-cart .icon-cart .mini-cart-items {
    top: 20px;
    right: 10px;
    width: 18px;
    height: 18px;
  }
  .page-header {
    padding: 150px 0;
  }
  .error-404 .page-title,
  .error-404 .title-page,
  .no-results .page-title,
  .no-results .title-page {
    font-size: 42px;
    line-height: 80px;
    margin-top: 80px;
  }
  .error-404 .page-content, .no-results .page-content {
    padding-top: 10px;
  }
  .canvas-header .btn-close {
    width: 60px;
    height: 60px;
  }
  .mobile-mini {
    float: none;
    margin: 0;
    padding: 0;
    z-index: 1;
    cursor: pointer;
    text-align: right;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-mini .btn-mobile {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .mobile-mini i.icon {
    margin-left: 0;
    margin-top: 2px;
    vertical-align: top;
  }
  .shop-sidebar {
    z-index: 99999 !important;
  }
  #slider-showcase_wrapper,
  #slider-showcase_forcefullwidth,
  .tp-fullwidth-forcer {
    max-height: 660px !important;
  }
  .wpb_text_column.text_column_faq {
    padding-left: 50px;
    text-align: center;
    padding-right: 50px;
  }
  .wpb-js-composer .vc_tta-accordion.accordion_faq {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .wpb-js-composer .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-title > a {
    padding: 30px 60px;
  }
  .wpb-js-composer .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-title:before {
    left: 17px;
  }
  .wpb-js-composer .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-title:after {
    left: 24px;
  }
  .vc_custom_heading.custom_heading_faq {
    font-size: 36px !important;
    line-height: 46px !important;
    padding-top: 38px;
    text-align: center !important;
  }
  .page-cart-warp {
    padding-top: 20px;
  }
  .cart-bottom {
    padding-bottom: 80px;
  }
  .header-simple .searchform-mini {
    padding-right: 20px;
  }
  .woocommerce table.shop_table {
    margin-bottom: 20px;
  }
  .woocommerce table.shop_table.cart + .return-to-shop {
    margin-bottom: 30px;
  }
  .woocommerce table.wishlist_table {
    margin-bottom: 0;
  }
  .woocommerce table.wishlist_table thead tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .woocommerce table.wishlist_table thead tr th {
    border: 0;
    padding-right: 12px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .woocommerce table.wishlist_table thead tr th.download-remaining, .woocommerce table.wishlist_table thead tr th.product-thumbnail, .woocommerce table.wishlist_table thead tr th.product-stock-status, .woocommerce table.wishlist_table thead tr th.product-remove, .woocommerce table.wishlist_table thead tr th.product-add-to-cart, .woocommerce table.wishlist_table thead tr th.woocommerce-orders-table__header-order-date {
    display: none;
  }
  .woocommerce table.wishlist_table thead tr th.product-name {
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .woocommerce table.wishlist_table thead tr th.product-price {
    padding-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .woocommerce table.wishlist_table tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .woocommerce table.wishlist_table tbody tr td {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .woocommerce table.wishlist_table tbody tr td.download-remaining, .woocommerce table.wishlist_table tbody tr td.product-stock-status, .woocommerce table.wishlist_table tbody tr td.woocommerce-orders-table__cell-order-date {
    display: none;
  }
  .woocommerce table.wishlist_table tbody tr td.product-remove {
    padding-right: 20px;
  }
  .woocommerce table.wishlist_table tbody tr td.product-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .woocommerce table.wishlist_table tbody tr td.product-add-to-cart a {
    padding: 0;
    overflow: hidden;
    color: transparent;
    background: white;
    border-width: 2px;
    position: relative;
    border-color: #e3e3e3;
    width: 32px;
    height: 32px;
    border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    -o-border-radius: 100px !important;
    -ms-border-radius: 100px !important;
  }
  .woocommerce table.wishlist_table tbody tr td.product-add-to-cart a:after {
    content: '\f370';
    font-family: Ionicons;
    color: #555555;
    font-size: 16px;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .woocommerce table.wishlist_table tbody tr td.product-add-to-cart a:hover {
    color: transparent;
    background: transparent;
    border-color: #e3e3e3;
  }
  .woocommerce table.wishlist_table tbody tr td.product-name, .woocommerce table.wishlist_table tbody tr td.product-price {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .woocommerce table.wishlist_table tbody tr td.product-remove, .woocommerce table.wishlist_table tbody tr td .product-add-to-cart, .woocommerce table.wishlist_table tbody tr td.product-name, .woocommerce table.wishlist_table tbody tr td.product-price {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .woocommerce table.wishlist_table tbody tr td.product-add-to-cart {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .cart-collaterals .wc-btn-updatecart,
  .cart-collaterals .wc-proceed-to-checkout {
    padding: 0 20px;
    margin-bottom: 0;
  }
  .hidden-filters .paging,
  .hidden-filters .infload-controls {
    margin-right: 0;
  }
  .cats-block {
    margin-bottom: 0;
  }
  .product-category {
    margin-bottom: 0;
  }
  .cat-carousel .slick-next {
    line-height: normal;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
  }
  .box-intro-images .bg-img-fixed {
    background-attachment: inherit;
  }
  .left-fixed.view {
    display: none;
  }
  .nano-slider-category .article-carousel .title-box {
    font-size: 68px;
  }
  .shop-content-top {
    margin-bottom: 15px;
  }
  .vc_column-inner.vc_custom_1550306465718 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .address-contact {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    text-align: center;
  }
  .wpcf7-form {
    padding-right: 15px;
    padding-left: 15px;
  }
  .wpcf7-form .right {
    text-align: center;
  }
  .about-heading {
    max-width: 340px;
    font-size: 20px !important;
    line-height: 36px !important;
  }
  .block-products-widgets .widgetcontent {
    margin-top: 30px;
  }
  .block-products-widgets .items-duel {
    padding-top: 0;
  }
  .block-products-widgets .items-duel .col-item {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 50px;
  }
  .block-products-widgets.block-duel {
    padding-left: 0;
    padding-right: 0;
  }
  .block-products-widgets .title-ground .block-title {
    float: none;
    width: 100%;
    text-align: center;
  }
  .block-products-widgets .title-ground .btn-unline {
    float: none;
    margin: 0;
    padding-top: 10px;
    text-align: center;
    margin: 0;
    display: inline-block;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
  .product-grid .product-price .price {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .product-grid .product-price .shopswatchinput {
    display: none;
  }
  .product-name {
    text-align: center;
    line-height: 32px;
  }
  .shop-content {
    padding-top: 0;
  }
  .shop-content.layout-shop-duel {
    padding-top: 0;
  }
  .caption-product {
    text-align: center;
  }
  .box-intro-images .box-content {
    bottom: 0;
    left: 0;
    padding: 30px;
    width: 100%;
  }
  .post-related .item-col:last-child .post-grid .article-content {
    padding-bottom: 0;
  }
  .post-related article.post-item {
    text-align: center;
  }
  .post-related article.post-item .entry-header {
    text-align: center;
  }
  .post-related article.post-item .entry-header-title .entry-title {
    padding-left: 100px;
    padding-right: 100px;
  }
  .post-related .post-grid .post-image img {
    max-height: none;
  }
  .menu-item > a {
    border-top: 1px dotted rgba(255, 255, 255, 0.2);
  }
  .product-layout-sticky .sticky-product-detail {
    padding: 80px;
  }
  .product-layout-sticky .entry-summary,
  .product-layout-sticky .product-data-tabs {
    max-width: 100%;
  }
  .product-layout-sticky .product-detail-wrap .cart {
    padding-top: 10px;
    max-width: none;
  }
  .product-layout-vertical .rows {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-layout-vertical .product-detail-wrap .product-data-tabs {
    max-width: 100%;
  }
  .product-layout-vertical .product-detail-before {
    padding-left: 15px;
    position: static;
  }
  .product-layout-vertical .product-detail-summary {
    padding: 80px;
  }
  .product-layout-vertical .product-detail-summary .entry-summary {
    padding: 0;
  }
  .detail-content {
    padding-bottom: 60px;
  }
  .widget-related .widgettitle {
    margin-bottom: 40px;
  }
  .widget-related .product-block {
    margin-bottom: 0;
  }
  .nano-infobanner.left-under .image-content-hover {
    bottom: 10px;
    left: 10px;
  }
  .rtl .nano-infobanner.left-under .image-content-hover {
    right: 10px;
    left: auto;
  }
  .nano-infobanner .title-banner {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .nano-infobanner .btn-banner {
    padding-left: 20px;
    letter-spacing: 0;
    font-size: 13px;
  }
  .rtl .nano-infobanner .btn-banner {
    padding-right: 20px;
    padding-left: inherit;
  }
  .nano-infobanner .btn-banner:before {
    width: 15px;
    bottom: 7px;
  }
  .na-infoCategory .entry-content {
    margin-top: 0px;
    padding-left: 30px;
  }
  .rtl .na-infoCategory .entry-content {
    padding-right: 30px;
    padding-left: inherit;
  }
  .na-infoCategory .entry-content .title-box {
    font-size: 36px;
    line-height: 42px;
  }
  .na-infoCategory .entry-content .content-box {
    margin-bottom: 30px;
  }
  .na-infoCategory .entry-content.style-2 .title-box {
    font-size: 36px;
    line-height: 42px;
  }
  .na-infoCategory .entry-content.style-2 .content-box {
    margin-top: 0;
    padding-left: 30px;
  }
  .rtl .na-infoCategory .entry-content.style-2 .content-box {
    padding-right: 30px;
    padding-left: inherit;
  }
  .widget.widget_instagram .btn-follow {
    margin-bottom: 30px;
  }
  .nano-slider .article-carousel {
    margin: 0 -20px;
  }
  .nano-slider .article-carousel .col-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .product-block {
    margin-bottom: 30px;
  }
  .nano-textBlock {
    padding: 0 30px;
  }
  .nano-textBlock .image-box {
    padding: 0;
  }
  .nano-textBlock .content-box {
    padding: 30px 0px 0 0;
  }
  .nano-textBlock .title-text {
    margin-top: 15px;
    font-size: 36px;
    line-height: 50px;
  }
  .scattered-box.ver-left {
    padding-left: 70px;
  }
  .scattered-box.squ-right .entry-image {
    padding-left: 100px;
    padding-top: 40px;
  }
  .scattered-box.squ-right .entry-content {
    left: 50px;
    top: 50%;
  }
  .scattered-box.hoz-center {
    padding-left: 50px;
    padding-right: 150px;
  }
  .scattered-box.ver-right .entry-image {
    padding-left: 70px;
  }
  .scattered-box.squ-left .entry-image {
    padding-left: 50px;
    padding-right: 50px;
  }
  .scattered-box.squ-left .entry-content {
    top: 50%;
  }
  .scattered-box .title-box {
    margin-top: 15px;
    font-size: 26px;
    line-height: 36px;
  }
  .scattered-box .des-box {
    padding-bottom: 20px;
  }
  .na-imageGallery .entry-content-inner {
    padding-right: 30px;
    padding-left: 30px;
  }
  .na-imageGallery .icon {
    max-width: 50px;
  }
  .na-imageGallery .title-block {
    font-size: 26px;
    line-height: 36px;
    margin-top: 15px;
  }
  .na-imageGallery .des {
    padding-bottom: 10px;
  }
  .category-tabs .cat-title.left-fixed {
    display: none;
  }
  .items-scattered .sm-center {
    padding: 0 50px;
  }
  .items-scattered .sm-center .product-block {
    padding-top: 60px;
    margin-bottom: 50px;
  }
  .items-scattered .lg-right {
    padding-right: 15px;
  }
  .items-scattered .lg-left {
    padding-right: 15px;
  }
  .items-scattered .sm-right {
    padding-left: 100px;
    padding-top: 0;
  }
  .items-scattered .sm-right .product-block {
    padding-top: 60px;
    margin-bottom: 50px;
  }
  .items-scattered .product-scattered, .items-scattered .product-scattered-sm {
    margin-bottom: 70px;
  }
  #filter-full {
    padding: 15px 30px;
  }
  #filter-full .content-inner {
    margin: 0;
  }
  #filter-full .widget, #filter-full .widget-area {
    width: 100%;
    float: none;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
  }
  #filter-full .widget .widget, #filter-full .widget-area .widget {
    margin: 0;
    padding: 0;
  }
  #filter-full .widget .widgettitle, #filter-full .widget > h2, #filter-full .widget > h3, #filter-full .widget-area .widgettitle, #filter-full .widget-area > h2, #filter-full .widget-area > h3 {
    padding: 20px 0 15px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    color: #222222;
    font-weight: 400;
    z-index: 1;
    margin: 0;
    cursor: pointer;
    position: relative;
    display: block;
  }
  #filter-full .widget .widgettitle:after, #filter-full .widget > h2:after, #filter-full .widget > h3:after, #filter-full .widget-area .widgettitle:after, #filter-full .widget-area > h2:after, #filter-full .widget-area > h3:after {
    background: transparent;
    color: #777777;
    content: "\f123";
    font-family: "ionicons";
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 18px;
    width: 10px;
    font-size: 16px;
    border: none;
  }
  #filter-full .widget .widgettitle + *, #filter-full .widget > h2 + *, #filter-full .widget > h3 + *, #filter-full .widget-area .widgettitle + *, #filter-full .widget-area > h2 + *, #filter-full .widget-area > h3 + * {
    display: none;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
  }
  #filter-full .widget:last-child .widgettitle + *, #filter-full .widget:last-child > h2 + *, #filter-full .widget:last-child > h3 + *, #filter-full .widget-area:last-child .widgettitle + *, #filter-full .widget-area:last-child > h2 + *, #filter-full .widget-area:last-child > h3 + * {
    border-top: none;
  }
  #filter-full .widget:hover .widgettitle + *, #filter-full .widget:hover > h2 + *, #filter-full .widget:hover > h3 + *, #filter-full .widget-area:hover .widgettitle + *, #filter-full .widget-area:hover > h2 + *, #filter-full .widget-area:hover > h3 + * {
    display: block;
  }
  #filter-full .widget a:hover, #filter-full .widget-area a:hover {
    color: #222222;
  }
  #filter-full .content-inner > .widget-area:last-child h3 {
    border-bottom: none;
  }
  #filter-down .widget, #filter-down .widget-area {
    padding-left: 10px;
    padding-right: 10px;
  }
  #slider-showcase_wrapper, #slider-showcase_forcefullwidth, .tp-fullwidth-forcer {
    max-height: 500px !important;
  }
  .nano-slider .article-carousel-center .slick-prev {
    left: 0;
  }
  .rtl .nano-slider .article-carousel-center .slick-prev {
    right: 0;
    left: auto;
  }
  .nano-slider .article-carousel-center .slick-next {
    right: 0;
  }
  .rtl .nano-slider .article-carousel-center .slick-next {
    left: 0;
    right: auto;
  }
  .tp-bullets.sok-2 {
    display: none !important;
  }
  .sok-bullet .bullet-number-all:after {
    content: none;
  }
  .vc_row-fluid[data-vc-stretch-content="true"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .block {
    margin: 30px 0;
  }
  .product-tabs .tabs-title-product {
    padding-top: 0;
  }
  .wpb_images_carousel {
    margin-top: 40px;
  }
  .wpb_images_carousel .vc_carousel-slideline .vc_item .vc_inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .na-service .items-service {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .na-service .service-box {
    padding: 0;
    margin-bottom: 15px;
    margin-top: 15px;
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .na-service .service-box-inner {
    padding: 0;
  }
  .nano-infoTeams {
    margin-bottom: 0;
  }
  .nano-infoTeams .block-content {
    padding-top: 15px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nano-infoTeams .block-content .box-team-list {
    max-width: 50%;
    margin-bottom: 40px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .nano-infoTeams .block-content .box-team-list:nth-last-child(1) {
    margin-bottom: 0;
  }
  .nano-infoTeams .block-content .box-team-list:nth-last-child(2) {
    margin-bottom: 0;
  }
  .nano-infoTeams .block-content .box-team-list .box-content {
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    min-width: auto;
    margin: 0 25px;
  }
  .cat-3 .grid-sizer,
  .cat-3 .category-thumb {
    width: 33.33%;
  }
  .woocommerce-ordering {
    float: right !important;
  }
  .product-list .caption-product {
    padding: 20px 1px;
  }
  .product-list .description-product {
    padding: 15px 0px 15px;
  }
  .product-list .caption-product .button-groups {
    padding-top: 0;
    padding-left: 10px !important;
  }
  .rtl .product-list .caption-product .button-groups {
    padding-right: 10px !important;
    padding-left: inherit;
  }
  .product-gallery .caption-product-inner {
    padding: 30px;
  }
  .product-gallery .description-product {
    display: none;
  }
  .product-gallery .caption {
    padding-top: 30px;
  }
  .product-gallery .ground-addcart {
    padding-top: 20px;
  }
  .padding-big {
    padding: 200px 0;
  }
  .nano-infoTeams .block-content {
    text-align: center;
  }
  .nano-infoTeams .box-team-list {
    float: none;
    padding-bottom: 30px;
    display: inline-block;
  }
  .top-navbar {
    display: none;
  }
  .search-transition-wrap .search-transition-inner {
    padding: 0;
  }
  .slicknav_menu .slicknav_icon-bar {
    box-shadow: none;
  }
  .single-post .social-modal {
    padding: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  blockquote,
  .wp-block-quote:not(.is-large):not(.is-style-large) {
    padding: 100px 50px 20px 50px;
  }
  .meta-social .modal-body {
    width: 100%;
    height: 100%;
    padding: 0 15px;
  }
  .meta-social .modal-body .entry-header-title .entry-title {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    min-width: none;
  }
  .meta-social #btnShare {
    padding-right: 0 !important;
  }
  .modal-header {
    padding: 0;
    min-height: auto;
  }
  .modal-header.btn-close-popup .close {
    top: 80px;
    right: 60px;
    line-height: normal;
    position: absolute;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
  }
  .modal-header.btn-close-popup .close i {
    font-size: 48px;
  }
  .wrap-content {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .wrap-content.wrap-single {
    margin-bottom: 90px;
  }
  .wrap-content.wrap-single .entry-header-title .entry-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container-fluid .product-nav {
    right: 15px;
  }
  .rtl .container-fluid .product-nav {
    left: 15px;
    right: auto;
  }
  .product-detail-wrap .product_vertical .na-product-image {
    padding: 0px;
  }
  .product-layout-grid .product_grid {
    padding: 0 7.5px;
  }
  .product-layout-grid .entry-summary {
    max-width: none;
  }
  .product-layout-grid .grid-thumbnail {
    width: 50%;
    float: left;
  }
  .rtl .product-layout-grid .grid-thumbnail {
    float: right;
  }
  .product-layout-grid .summary-before {
    padding-left: 0;
  }
  .product-layout-grid .product-detail-summary {
    padding: 80px;
  }
  .product-layout-grid .product-data-tabs {
    max-width: none;
  }
  .product-layout-carousel-left .entry-summary-inner {
    padding-bottom: 60px;
    padding-left: 60px;
  }
  .meta-sizeguide .modal {
    padding-right: 0 !important;
  }
  .meta-sizeguide .modal-body .modal-inner {
    margin-top: 50%;
  }
  .archive-blog .entry-content {
    display: none;
  }
  .archive-blog .item-post {
    margin-bottom: 30px;
  }
  .archive-blog.layout-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
  .archive-blog.layout-grid .item-post {
    padding-right: 15px;
    padding-left: 15px;
  }
  .archive-blog.layout-tran {
    margin-left: -15px;
    margin-right: -15px;
  }
  .archive-blog.layout-tran .item-post {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 50px;
  }
  .padding-content-right {
    padding-right: 15px;
  }
  .article-content.full-width .entry-content {
    display: block;
  }
  .bg-cover.bg-lg {
    min-height: 400px;
  }
  .sm-copyright-text-center {
    text-align: center;
  }
  #na-footer .footer-top .widgettitle {
    padding-top: 0;
  }
  #na-footer .footer-center {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  #na-footer.footer-2 .container-inner {
    padding: 50px 0 30px;
  }
  #sticky-wrapper {
    display: none;
  }
  .header-content-right {
    position: static;
  }
  .user-mini,
  .btn-intro,
  .btn-mini-search,
  .mini-cart {
    padding: 0;
    margin: 0;
    float: none;
  }
  .header-center .searchform-mini {
    padding: 0;
    margin: 0;
    left: 30px;
    top: 50%;
    position: absolute;
    text-align: left;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-center .user-mini {
    padding: 0;
    margin: 0;
    left: 80px;
    top: 50%;
    position: absolute;
    text-align: left;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-center .header-content-right {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .widget.recent_blog .post-image {
    width: auto;
  }
  .slicknav_btn {
    top: 50%;
    margin-top: -20px !important;
  }
  .header-left .site-logo {
    display: inline-block;
  }
  .header-left .header-content {
    display: none;
  }
  .header-left .header-middle {
    display: none;
  }
  .sok-header-content {
    padding: 30px 0;
  }
  .site-logo {
    max-height: 50px;
  }
  #logo img {
    max-height: 50px;
  }
  #archive-sidebar {
    display: none;
  }
  .switch-layout {
    display: none;
  }
  .shop-btn-filter {
    width: 120px;
  }
  .sok_icon {
    display: none;
  }
  .header-content-menu {
    display: none;
  }
  .sok-header-content {
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: wrap;
    -moz-flex-direction: wrap;
    -ms-flex-direction: wrap;
    flex-direction: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .header-center .header-content-logo {
    padding: 0;
    margin: 0;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .slicknav_btn {
    bottom: 0;
    vertical-align: middle;
    margin: auto;
    padding-left: 30px;
  }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #040203;
  }
  .slicknav_menu .slicknav_icon-bar .slicknav_no-text {
    padding-top: 5px;
  }
  .slicknav_nav {
    top: 100% !important;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 200px;
    -webkit-overflow-scrolling: touch;
    z-index: 99999;
  }
  .slicknav_nav ul {
    text-align: left;
    padding: 0 0 0 20px;
    margin: 0;
  }
  .slicknav_nav ul .menu {
    padding: 0;
  }
  .slicknav_nav ul .menu li {
    padding: 0;
  }
  .slicknav_nav img {
    display: none !important;
  }
  .slicknav_nav .widgettitle {
    padding-top: 20px;
    font-size: 14px;
    color: white;
  }
  .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0 !important;
  }
  .widget-related .related-wrapper {
    margin-bottom: 0;
  }
  .product-detail-wrap {
    margin-top: 0;
    margin-bottom: 0px;
  }
  .product-detail-wrap > .container {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .product-detail-wrap .gallery-main img {
    width: 100%;
  }
  .summary-before {
    padding-left: 0;
    padding-right: 0;
  }
  .product-thumbnails {
    display: none;
  }
  .entry-summary {
    padding: 50px 50px 30px;
  }
  .woocommerce-tabs {
    padding-left: 50px;
    padding-right: 50px;
  }
  .woocommerce-tabs li.resp-tab-item {
    font-size: 14px;
  }
  #sok-top-navbar ul > li {
    padding: 7px 15px;
  }
  .single-product .mfp-wrap, .single-product .mfp-bg {
    display: none !important;
  }
  #na-footer .widgettitle {
    padding-top: 50px;
  }
  #na-footer .container-fluid .container-inner, #na-footer .container-full .container-inner {
    padding: 0;
  }
  .widget-introduce .introduce-text {
    width: 100%;
  }
  .widget-introduce .introduce-image {
    width: 0;
    display: none;
  }
  div.widget_deals {
    padding-bottom: 150px;
    padding-top: 50px;
  }
  div.widget_deals .countdown-times > * > b {
    font-size: 20px;
    min-width: 60px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .newsletters .group-input-newsletter {
    width: 500px;
  }
  .single-post .post-related {
    margin-bottom: 30px;
  }
  #comments .heading,
  #review_form .heading,
  #comments .comment-respond .heading,
  #review_form .comment-respond .heading {
    font-size: 28px;
    line-height: 38px;
  }
  #comments, #review_form {
    margin-top: 30px;
  }
  #comments ul.children, #review_form ul.children {
    padding-left: 30px;
  }
  #comments ul.children ul.children ul.children ul.children, #review_form ul.children ul.children ul.children ul.children {
    padding-left: 0;
  }
  #comments .comment-reply-title,
  #review_form .comment-reply-title,
  #comments .heading,
  #review_form .heading {
    margin-top: 50px;
  }
  .block-asymmetric-products {
    margin: 0;
  }
  .block-asymmetric-products .asymmetric-title {
    padding: 50px;
  }
  .block-asymmetric-products .asymmetric-title .block-title {
    margin-top: 0;
  }
  .block-asymmetric-products .asymmetric-product {
    padding: 0;
  }
  .block-asymmetric-products .products-blocks {
    margin: 0px;
  }
  .block-asymmetric-products .products-blocks li {
    padding: 0 30px;
  }
  .block-asymmetric-products .products-blocks li:first-child .product-block {
    padding-left: 0px;
  }
  .block-asymmetric-products .products-blocks li:last-child .product-block {
    padding-right: 0px;
  }
  .block-asymmetric-products.style-2 .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-asymmetric-products.style-2 .col-md-8 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .block-asymmetric-products.style-2 .col-md-4 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .nano-intro .content-box {
    float: none;
    text-align: center;
    width: 100%;
    height: 340px;
    min-height: 340px;
    padding: 0 60px 0px 60px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .rtl .nano-intro .content-box {
    padding: 0 60px 0px 60px;
  }
  .nano-intro .content {
    max-width: none;
  }
  .nano-intro .image-box {
    float: none;
    padding: 0;
    width: 100%;
  }
  .products-block {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-grid .ground-addcart,
  .product-grid .button-groups {
    display: none;
  }
  .product-col,
  .col-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  #na-footer .footer-center {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .newsletters .group-input-newsletter {
    width: 100%;
  }
  .page-content {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .product-cat-duel.col2 .col-item {
    padding-top: 0;
  }
  .product-cat-duel.col2 .col-item.duel-top {
    padding-top: 0;
  }
  .product-cat-duel.col2 .col-item.duel-right {
    padding-left: 15px;
  }
  .product-cat-duel.col2 .col-item.duel-left {
    padding-right: 15px;
  }
  .product-cat-duel.col2 .col-item:nth-child(2) {
    padding-top: 0;
  }
  .product-cat-duel.col2 .product-block {
    margin-bottom: 20px;
  }
  .product-cat-duel.products-block {
    margin-bottom: 0;
  }
  .nano-showcase .sub_box {
    top: 18%;
  }
  .nano-showcase .cat-menu h2 {
    line-height: 150px;
  }
  .nano-showcase .content-left .title-box a {
    font-size: 30px;
    line-height: 40px;
  }
  .nano-showcase .content-left .gallery-top {
    height: auto;
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .nano-showcase .content-right {
    width: 44%;
    padding-left: 80px;
    padding-right: 30px;
  }
  #comments, #review_form, #comments .comment-reply-title, #review_form .comment-reply-title {
    margin-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .searchform-mini, .cart-wrap {
    margin-right: 10px;
  }
  .nano-showcase .content-left .title-box {
    left: 40%;
    max-width: 48%;
  }
  .nano-showcase .content-left .title-box a {
    font-size: 26px;
    line-height: 36px;
  }
  .nano-showcase .content-left .col-item .entry-image {
    padding-left: 36%;
    padding-right: 7%;
  }
  .nano-showcase .content-left .content-box {
    padding-left: 36%;
  }
  .block-products-widgets.block-duel .product-cat-duel.products-block {
    margin-bottom: 70px;
  }
  li[data-index="rs-1"] .tp-bgimg {
    background-position: 45% center !important;
  }
  li[data-index="rs-2"] .tp-bgimg {
    background-position: 60% center !important;
  }
  .entry-title {
    font-size: 46px;
    line-height: 60px;
  }
  .cats-block .product-category .woocommerce-loop-category__title {
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 15px 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #na-footer .container {
    width: 970px;
  }
  #na-footer .container-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
  li[data-index="rs-1"] .tp-bgimg {
    background-position: center center !important;
  }
  li[data-index="rs-2"] .tp-bgimg {
    background-position: center center !important;
  }
  .vc_row.vc_custom_1550458406586 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wpb_images_carousel .vc_carousel-slideline .vc_item .vc_inner {
    padding-left: 50px;
    padding-right: 50px;
  }
  .caption-product {
    min-height: 120px;
  }
  .cats-block .product-category .woocommerce-loop-category__title {
    margin: 0 15px 15px 15px;
  }
  .nano-showcase .sub_box {
    top: 10%;
  }
  .nano-showcase .cat-menu h2 {
    line-height: 80px;
  }
  .nano-showcase .content-left .title-box {
    left: 36%;
    max-width: 40%;
  }
  .nano-showcase .content-left .title-box a {
    font-size: 26px;
    line-height: 36px;
  }
  .nano-showcase .content-left .col-item .entry-image {
    padding-left: 30%;
    padding-right: 20%;
  }
  .nano-showcase .content-left .content-box {
    padding-left: 30%;
  }
  .nano-showcase .content-right {
    width: 50%;
    padding-left: 50px;
    padding-right: 100px;
  }
  .na-service .service-box-inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .admin-bar .canvas-warp {
    padding-top: 47px;
  }
  .admin-bar .canvas-header {
    position: relative;
  }
  .admin-bar .canvas-header .btn-close {
    right: -20px;
  }
  .search-wrap .search-title {
    padding-top: 100px;
  }
  .na-cart .icon-cart .icon-basket {
    margin-right: 24px;
  }
  .na-cart .icon-cart .mini-cart-items {
    right: 10px;
    width: 18px;
    height: 18px;
  }
  .page-header {
    padding: 50px 0;
  }
  .page-cart {
    padding-right: 15px;
  }
  .product-remove a {
    background: transparent;
    text-align: center;
    border: 2px solid #e3e3e3;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
  }
  .product-remove a:hover, .product-remove a:active, .product-remove a:focus {
    color: #FFF;
    background: #222222;
    border-color: #222222;
  }
  .header-center .cart-wrap {
    margin-right: 5px;
  }
  .header-center .user-mini {
    margin-left: 5px;
  }
  .canvas-warp {
    padding: 30px;
  }
  .canvas-warp .form-row {
    margin-bottom: 30px;
  }
  .canvas-warp .aws-container {
    margin-top: 40px;
  }
  .modal-header.btn-close-popup .close {
    top: 70px;
    right: 0;
  }
  .site-header {
    padding: 0;
  }
  .entry-title {
    line-height: 70px;
  }
  .form-submit {
    text-align: center;
  }
  blockquote,
  .wp-block-quote:not(.is-large):not(.is-style-large) {
    padding-left: 0;
    padding-right: 0;
  }
  .vc_row.vc_custom_1550458406586 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .wpb_text_column.text_column_faq {
    padding-top: 20px;
  }
  .vc_column-inner.vc_custom_1550306465718 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .wpcf7-form input.wpcf7-form-control {
    margin-bottom: 15px;
  }
  .wpcf7-form .message-contact {
    margin-top: 1px;
  }
  .error-404 {
    padding: 0;
  }
  .error-404 .page-title {
    font-size: 42px;
    line-height: 60px;
  }
  .cats-block .product-category .woocommerce-loop-category__title {
    font-size: 16px;
    padding: 15px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    line-height: normal;
    height: auto;
  }
  .header-center .searchform-mini {
    left: 20px;
    width: 30px;
    height: 30px;
  }
  .header-center .user-mini {
    left: 60px;
    width: 30px;
    height: 30px;
  }
  .pagination {
    margin-bottom: 60px;
  }
  .nano-intro .content-box {
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 !important;
  }
  .page-content {
    padding-bottom: 100px;
  }
  .mobile-mini {
    width: 26px;
  }
  .btn-mini-search {
    font-size: 22px;
  }
  .site-description {
    display: none;
  }
  .wpb-js-composer .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-body {
    padding: 0px 30px 40px 30px;
  }
  .wpb-js-composer .vc_tta-accordion.accordion_faq {
    padding: 50px 15px 0 15px;
  }
  .block.nano-intro {
    margin-top: 80px;
  }
  .about-heading {
    max-width: none;
    padding: 0 15px;
    font-size: 22px !important;
    line-height: 38px !important;
    text-align: center;
    margin: 0 auto;
  }
  .wpb_images_carousel {
    margin-top: 0;
  }
  .wpb_images_carousel .vc_carousel-slideline .vc_item .vc_inner {
    padding-left: 0;
    padding-right: 0;
  }
  .nano-infoTeams .block-content {
    margin: 0 -15px;
  }
  .nano-infoTeams .block-content .box-team-list {
    padding: 0 15px;
  }
  .nano-infoTeams .block-content .box-team-list .box-content {
    margin: 0 15px;
  }
  .products-block li:nth-child(2n + 1) {
    clear: left;
  }
  .products-block .col-item:nth-child(2n+1) {
    padding-right: 7.5px;
    clear: left;
  }
  .products-block .product-col:nth-child(2n+1) {
    padding-right: 7.5px;
    clear: left;
  }
  .block-products-widgets .widgetcontent {
    margin-top: 30px;
  }
  .block-products-widgets .items-duel .col-item {
    padding-top: 30px;
  }
  .block-products-widgets.block-duel .block-title {
    padding-left: 30px;
    padding-right: 30px;
  }
  .block-products-widgets.block-duel .box_des {
    padding-left: 35px;
    padding-right: 35px;
  }
  .block-products-widgets.block-duel .product-cat-duel.products-block {
    margin-bottom: 50px;
  }
  .product-cat-duel.col2 .col-item:nth-child(2) {
    padding-top: 0;
  }
  .product-cat-duel.col2 .col-item:nth-child(2n) {
    padding-left: 7.5px;
  }
  .product-block {
    margin-bottom: 30px;
  }
  .newsletters .group-input-newsletter {
    width: 70%;
  }
  .slicknav_menu .slicknav_icon-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .na-service .col-item {
    padding: 0 0 10px 0;
    -webkit-box-flex: auto;
    -webkit-flex: auto;
    -moz-box-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
  .na-service .block-content {
    margin: 0;
  }
  .na-service .items-service {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .na-service .service-box {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .na-service .service-box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .na-service .service-box-inner {
    padding: 10px 0px;
  }
  #slider-showcase_wrapper {
    height: calc(100vh - 350px) !important;
  }
  .rtl [class*="col-"] {
    float: none;
  }
  .blog-column-center-layout .post-item {
    margin: 0 5px;
  }
  .nano-textBlock {
    margin-top: 60px;
  }
  .nano-textBlock .content-box {
    padding: 30px 0px 0px 0;
  }
  .slicknav_btn {
    top: 50%;
    margin-top: -20px !important;
  }
  .woocommerce-result-count {
    display: none;
  }
  .wrapper-content-product {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .cart-bottom {
    padding-bottom: 85px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .cart_list {
    max-height: 360px;
    margin-bottom: 0;
  }
  .cart_list li .cart-image {
    width: 40%;
  }
  .cart_list li .cart-main-content {
    width: 60%;
  }
  .cart-panel {
    padding: 30px;
    min-height: calc(100vh - 50px);
  }
  .na-cart .total {
    padding: 30px 0px 0;
  }
  .cart-bottom .buttons {
    margin: 10px 0 0;
  }
  .page-title {
    font-size: 64px;
    line-height: normal;
  }
  .woocommerce table.shop_table.cart + .return-to-shop {
    margin-bottom: 20px;
  }
  .woocommerce table.shop_table.cart .product-name {
    text-align: left;
  }
  .woocommerce table.shop_table.cart thead > tr > th.product-subtotal {
    text-align: right;
  }
  .woocommerce table.shop_table.cart thead > tr > th.product-remove {
    display: none;
  }
  .woocommerce table.wishlist_table {
    margin-bottom: 0;
  }
  .woocommerce table.wishlist_table thead tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .woocommerce table.wishlist_table thead tr th {
    border: 0;
    padding-right: 12px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .woocommerce table.wishlist_table thead tr th.download-remaining, .woocommerce table.wishlist_table thead tr th.product-thumbnail, .woocommerce table.wishlist_table thead tr th.product-stock-status, .woocommerce table.wishlist_table thead tr th.product-remove, .woocommerce table.wishlist_table thead tr th.product-add-to-cart, .woocommerce table.wishlist_table thead tr th.woocommerce-orders-table__header-order-date {
    display: none;
  }
  .woocommerce table.wishlist_table thead tr th.product-name {
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .woocommerce table.wishlist_table thead tr th.product-price {
    padding-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .woocommerce table.wishlist_table tbody tr {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .woocommerce table.wishlist_table tbody tr td {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .woocommerce table.wishlist_table tbody tr td.download-remaining, .woocommerce table.wishlist_table tbody tr td.product-stock-status, .woocommerce table.wishlist_table tbody tr td.woocommerce-orders-table__cell-order-date {
    display: none;
  }
  .woocommerce table.wishlist_table tbody tr td.product-remove {
    right: 0;
    padding-right: 40px;
    padding-left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .woocommerce table.wishlist_table tbody tr td.product-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .woocommerce table.wishlist_table tbody tr td.product-add-to-cart a {
    padding: 0;
    overflow: hidden;
    color: transparent;
    background: white;
    border-width: 2px;
    position: relative;
    border-color: #e3e3e3;
    width: 32px;
    height: 32px;
    border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    -o-border-radius: 100px !important;
    -ms-border-radius: 100px !important;
  }
  .woocommerce table.wishlist_table tbody tr td.product-add-to-cart a:after {
    content: '\f370';
    font-family: Ionicons;
    color: #555555;
    font-size: 16px;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .woocommerce table.wishlist_table tbody tr td.product-add-to-cart a:hover, .woocommerce table.wishlist_table tbody tr td.product-add-to-cart a:active, .woocommerce table.wishlist_table tbody tr td.product-add-to-cart a:focus {
    color: transparent;
    background: #222222;
    border-color: #222222;
  }
  .woocommerce table.wishlist_table tbody tr td.product-add-to-cart a:hover:after, .woocommerce table.wishlist_table tbody tr td.product-add-to-cart a:active:after, .woocommerce table.wishlist_table tbody tr td.product-add-to-cart a:focus:after {
    color: #FFF;
  }
  .woocommerce table.wishlist_table tbody tr td.product-name, .woocommerce table.wishlist_table tbody tr td.product-price {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .woocommerce table.wishlist_table tbody tr td.product-remove, .woocommerce table.wishlist_table tbody tr td .product-add-to-cart, .woocommerce table.wishlist_table tbody tr td.product-name, .woocommerce table.wishlist_table tbody tr td.product-price {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .woocommerce table.wishlist_table tbody tr td.product-add-to-cart {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .woocommerce form.track_order p:first-child {
    margin-bottom: 30px;
  }
  .product-layout-sticky .sticky-product-detail {
    padding: 60px 15px 80px;
  }
  .product-layout-sticky .entry-summary,
  .product-layout-sticky .product-data-tabs {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-layout-vertical .product-detail-summary,
  .product-layout-grid .product-detail-summary {
    padding: 60px 15px 80px;
  }
  .product-layout-vertical .product-detail-summary .entry-summary,
  .product-layout-vertical .product-detail-summary .product-data-tabs,
  .product-layout-grid .product-detail-summary .entry-summary,
  .product-layout-grid .product-detail-summary .product-data-tabs {
    padding-left: 15px;
    padding-right: 15px;
  }
  .meta-sizeguide .modal-body {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .meta-sizeguide .modal-body .modal-inner {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .product-detail-wrap .entry-summary {
    padding: 0px 15px 0px;
  }
  .product-detail-wrap form.cart .form-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .product-detail-wrap .onsale {
    right: 0;
  }
  .cart .quantity {
    margin: 0 20px 0 0;
  }
  .filter-show .wrapper-content-product {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .shop-content .wrapper-content-product {
    padding: 0 20px;
  }
  .container-fluid .container-inner,
  .container-full .container-inner {
    padding: 0 20px;
  }
  div.widget-testimonial .carousel-nav {
    padding: 0 20%;
  }
  #sok-top-navbar {
    display: none;
  }
  .product-taxonomy .layout-large .caption-product {
    background: white;
  }
  #comments .comment-lists ul.children {
    padding-left: 15px;
  }
  .nano-showcase .content-right {
    position: absolute;
    left: -99999px;
    top: -99999px;
  }
  .nano-showcase .content-left {
    float: none;
    width: 100%;
    padding: 0;
  }
  .nano-showcase .content-left .title-box {
    left: 30%;
  }
  .nano-showcase .content-left .title-box a {
    font-size: 26px;
    line-height: 36px;
  }
  .nano-showcase .content-left .content-box {
    padding-left: 40%;
  }
  .nano-showcase .content-left .col-item {
    padding: 0;
    text-align: center;
  }
  .nano-showcase .content-left .col-item .entry-image {
    padding-left: 40%;
    padding-right: 10%;
  }
  .caption-product {
    text-align: center;
  }
  .product-grid .product-price .shopswatchinput {
    display: none;
  }
  .product-grid .product-price .price,
  .product-grid .product-price .shopswatchinput {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .shopswatchinput .wcvashopswatchlabel.wcva_shop_textblock {
    line-height: 18px;
  }
  .canvas-header .btn-close {
    font-size: 28px;
    width: 60px;
    height: 60px;
  }
  .layout-grid.archive-blog .item-post {
    margin-bottom: 15px;
  }
  .layout-list .post-item {
    padding-top: 0;
    padding-bottom: 0;
  }
  .layout-tran.archive-blog .item-post {
    margin-bottom: 15px;
  }
  .archive-blog .entry-content {
    display: block;
  }
  .archive-blog .item-post {
    margin-bottom: 50px;
  }
  .post-list .entry-header {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  .post-list .entry-title {
    line-height: 40px;
    margin-bottom: 10px;
  }
  .post-list .article-image {
    margin-bottom: 30px;
  }
  .post-list .article-content {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 15px;
    width: auto;
    max-width: none;
    margin-bottom: 50px;
  }
  .post-related .post-grid .article-content {
    padding-left: 60px;
    padding-right: 60px;
  }
  .post-related article.post-item .entry-header-title .entry-title {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 640px) {
  .woocommerce-nav .woocommerce_checkout_login, .woocommerce-nav .woocommerce_checkout_coupon {
    padding: 30px 15px 0;
  }
  .sok-coupon .coupon {
    border: none;
    padding: 0;
  }
  .product-layout-grid .product_grid {
    padding: 0 0 0 7.5px;
  }
  .main-content .pagination {
    margin-bottom: 0;
  }
  .pagination .page-numbers {
    margin-bottom: 30px;
  }
  .product-detail-wrap > .row, .product-detail-wrap .rows, .product-layout-vertical > .row, .product-layout-vertical .rows, .product-layout-grid > .row, .product-layout-grid .rows {
    margin: 0;
  }
  .product-detail-wrap > .row .product-detail-before,
  .product-detail-wrap > .row .product-detail-summary,
  .product-detail-wrap > .row .col-md-7, .product-detail-wrap > .row .sticky-product-detail, .product-detail-wrap .rows .product-detail-before,
  .product-detail-wrap .rows .product-detail-summary,
  .product-detail-wrap .rows .col-md-7, .product-detail-wrap .rows .sticky-product-detail, .product-layout-vertical > .row .product-detail-before,
  .product-layout-vertical > .row .product-detail-summary,
  .product-layout-vertical > .row .col-md-7, .product-layout-vertical > .row .sticky-product-detail, .product-layout-vertical .rows .product-detail-before,
  .product-layout-vertical .rows .product-detail-summary,
  .product-layout-vertical .rows .col-md-7, .product-layout-vertical .rows .sticky-product-detail, .product-layout-grid > .row .product-detail-before,
  .product-layout-grid > .row .product-detail-summary,
  .product-layout-grid > .row .col-md-7, .product-layout-grid > .row .sticky-product-detail, .product-layout-grid .rows .product-detail-before,
  .product-layout-grid .rows .product-detail-summary,
  .product-layout-grid .rows .col-md-7, .product-layout-grid .rows .sticky-product-detail {
    padding-left: 0;
    padding-right: 0;
  }
  .archive-blog .article-meta .meta-author {
    display: none;
  }
  .widget-related .products-row {
    margin: 0 -7.5px;
  }
  .widget-related .article-carousel .product-col:nth-child(2n+1),
  .widget-related .article-carousel .col-item:nth-child(2n+1),
  .widget-related .article-carousel .product-col:nth-child(2n),
  .widget-related .article-carousel .col-item:nth-child(2n) {
    float: left;
    padding: 0 7.5px;
  }
  .nano-slider-category .article-carousel .entry-content-inner {
    opacity: 1;
  }
  .product-detail-wrap form.cart .form-inline {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .button.single_add_to_cart_button {
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .block-masonry-products {
    margin: 0;
  }
  .block-masonry-products .grid-sizer {
    width: 50%;
    line-height: 0;
  }
  .block-masonry-products .masonry-product .col-item {
    width: 50%;
  }
  .block-masonry-products .grid-banner {
    width: 50%;
  }
  .block-masonry-products.na-left .masonry-product .col-item:nth-child(4) {
    width: 50%;
  }
  .block-masonry-products.na-left .masonry-product .col-item:nth-child(5) {
    width: 100%;
  }
  .block-masonry-products.na-right .masonry-product .col-item:nth-child(3) {
    width: 50%;
  }
  .block-masonry-products.na-right .masonry-product .col-item:nth-child(4) {
    width: 100%;
  }
  .block-masonry-products.na-center .masonry-product .col-item:nth-child(3) {
    width: 50%;
  }
  .block-masonry-products.na-center .masonry-product .col-item:nth-child(7) {
    width: 100%;
  }
  .block-asymmetric-products {
    margin: 0;
  }
  .block-asymmetric-products .asymmetric-title {
    padding: 30px 0;
  }
  .block-asymmetric-products .asymmetric-title .block-title {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .block-asymmetric-products .asymmetric-product {
    padding: 0;
  }
  .block-asymmetric-products .products-blocks {
    margin: 0px;
  }
  .block-asymmetric-products .products-blocks li {
    padding: 7.5px;
    width: 100%;
  }
  .block-asymmetric-products .products-blocks li:first-child {
    width: 100%;
  }
  .block-asymmetric-products .products-blocks li:first-child .product-block {
    padding-left: 0px;
  }
  .block-asymmetric-products .products-blocks li:last-child {
    width: 100%;
  }
  .block-asymmetric-products .products-blocks li:last-child .product-block {
    padding-right: 0px;
  }
  .block-asymmetric-products.style-2 .asymmetric-title {
    padding: 30px 0;
  }
  .block-asymmetric-products.style-2 .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-asymmetric-products.style-2 .col-md-8 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .block-asymmetric-products.style-2 .col-md-4 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .block-asymmetric-products.style-2 .products-blocks {
    margin: 0px;
  }
  .block-asymmetric-products.style-2 .products-blocks li {
    padding: 7.5px;
    width: 100%;
  }
  .block-asymmetric-products.style-2 .products-blocks li:first-child {
    width: 100%;
  }
  .block-asymmetric-products.style-2 .products-blocks li:first-child .product-block {
    padding-left: 0px;
  }
  .block-asymmetric-products.style-2 .products-blocks li:last-child {
    width: 100%;
  }
  .block-asymmetric-products.style-2 .products-blocks li:last-child .product-block {
    padding-right: 0px;
  }
  .header-content-right {
    top: 16px;
  }
  .admin-bar .cart-box {
    padding-top: 46px;
  }
  .admin-bar .shop-sidebar {
    padding-top: 110px;
  }
  p {
    margin-bottom: 10px;
  }
  .single-post #comments {
    margin-top: 40px;
  }
  .single-post .box-article .entry-header {
    margin: 0px auto 30px;
  }
  .single-post .box-article .entry-content {
    margin: 30px auto 0;
  }
  .single-post .post-related .widgettitle span {
    padding: 15px;
  }
  .woocommerce table.shop_table.cart + .return-to-shop {
    margin-bottom: 0;
  }
  .woocommerce table.shop_table.cart thead > tr > th.product-subtotal {
    text-align: right;
  }
  .woocommerce table.shop_table.cart thead > tr > th.product-remove {
    display: none;
  }
  .page-cart-bottom {
    margin-top: 15px;
  }
  .page-cart-bottom .sok-coupon .input-group-addon {
    display: none;
  }
  .page-cart-bottom .sok-coupon #coupon_code {
    padding: 0 10px;
  }
  .woocommerce table.wishlist_table .product-stock-status {
    display: none;
  }
  .woocommerce table.wishlist_table .product-name {
    display: none;
  }
  .woocommerce table.wishlist_table .product-thumbnail {
    width: 100px;
  }
  .woocommerce table.wishlist_table .product-remove {
    min-width: 30px;
  }
  .woocommerce table.wishlist_table tr th {
    display: none;
  }
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .slicknav_menu .slicknav_icon-bar {
    box-shadow: none;
  }
  .slicknav_menu .slicknav_no-text {
    margin-top: 9px;
  }
  .site-logo {
    line-height: 30px;
  }
  .header-simple .searchform-mini {
    padding-right: 20px;
  }
  .rtl .header-simple .searchform-mini {
    padding-left: 20px;
    padding-right: inherit;
  }
  .error-404 .searchform .form-control, .no-results .searchform .form-control {
    min-width: 300px;
  }
  .slicknav_btn {
    padding-left: 15px;
  }
  .header-content-right {
    right: 15px;
  }
  .placeholder-header-fixed {
    max-height: 70px !important;
  }
  .block-title {
    margin-bottom: 20px;
    margin-top: 15px;
    font-size: 26px;
    line-height: 34px;
  }
  .product-tabs .tabs-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .product-tabs .widgettitle {
    padding-bottom: 20px;
  }
  .product-tabs ul.nav-product-tabs li {
    padding-right: 0;
  }
  .rtl .product-tabs ul.nav-product-tabs li {
    padding-left: 0;
    padding-right: inherit;
  }
  .na-infoCategory .entry-image {
    width: 100%;
    padding: 0 50px;
  }
  .na-infoCategory .entry-image .image_f {
    margin-bottom: 5px;
  }
  .na-infoCategory .entry-image .des_f {
    font-size: 14px;
    line-height: 22px;
  }
  .na-infoCategory .entry-image.style-2 .image_f {
    margin-top: 5px;
    margin-bottom: 50px;
  }
  .na-infoCategory .entry-content {
    width: 100%;
    padding: 0;
  }
  .na-infoCategory .entry-content .title-box {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .na-infoCategory .entry-content .des-box {
    padding: 5px 0 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .na-infoCategory .entry-content.style-2 {
    padding: 0;
  }
  .na-infoCategory .entry-content.style-2 .title-box {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .box-text {
    padding: 100px 0;
  }
  .box-text > * {
    padding: 50px 30px;
  }
  .box-text h2, .box-text h1, .box-text h3, .box-text h4 {
    font-size: 36px;
    line-height: 42px;
  }
  .box-text .btn {
    margin-top: 15px;
  }
  .text-responsive {
    text-align: center;
    padding-bottom: 15px;
  }
  .text-responsive h2, .text-responsive h1, .text-responsive h3, .text-responsive h4, .text-responsive h5 {
    font-size: 16px !important;
    line-height: 20px !important;
    display: inline-block;
    margin-bottom: 0 !important;
    margin-top: 15px;
  }
  .wpb-js-composer .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-title > a {
    padding: 30px;
    line-height: 36px;
  }
  .wpb-js-composer .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-title:before, .wpb-js-composer .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-title:after {
    content: none;
  }
  .nano-textBlock .image-box {
    width: 100%;
    padding: 0;
  }
  .nano-textBlock .content-box {
    width: 100%;
    padding: 10px 0px 0px 0;
  }
  .nano-textBlock .content-box .title-text {
    font-size: 36px;
    line-height: 56px;
  }
  .nano-textBlock .content-box .content-text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .wpb_text_column.text_column_faq {
    padding-left: 30px;
    padding-right: 30px;
  }
  .nano-slider .article-carousel {
    margin: 0 -25px;
  }
  .nano-slider .article-carousel .content-box {
    bottom: 20px;
    left: 30px;
  }
  .rtl .nano-slider .article-carousel .content-box {
    right: 30px;
    left: auto;
  }
  .nano-slider .article-carousel-center {
    padding-bottom: 20px;
  }
  .nano-slider .article-carousel-center .slider-box {
    padding: 25px 0px;
  }
  .nano-slider .article-carousel-center .sub-box-left {
    display: none;
  }
  .nano-slider .article-carousel-center .entry-content {
    padding: 50px 0 0;
  }
  .nano-slider .article-carousel-center .slick-arrow {
    display: none !important;
  }
  .scattered-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .scattered-box .des-box {
    font-size: 14px;
    line-height: 22px;
  }
  .scattered-box.ver-left {
    width: 100%;
  }
  .scattered-box.ver-left .entry-image {
    padding-top: 0;
  }
  .scattered-box.ver-right {
    width: 100%;
  }
  .scattered-box.ver-right .entry-image {
    padding-top: 0;
  }
  .scattered-box.squ-right {
    width: 100%;
  }
  .scattered-box.squ-right .entry-image {
    padding-top: 0;
  }
  .scattered-box.squ-right .entry-content {
    top: 0;
  }
  .scattered-box.squ-left {
    width: 100%;
  }
  .scattered-box.squ-left .entry-image {
    padding-top: 0;
  }
  .scattered-box.squ-left .entry-content {
    top: 0;
  }
  .scattered-box.hoz-center {
    padding-left: 0px;
    padding-right: 100px;
  }
  .scattered-box.hoz-center .entry-content {
    top: 30px;
    width: 50%;
  }
  .scattered-box.hoz-center .entry-content .des-box {
    padding: 0;
  }
  .na-imageGallery .entry-content {
    width: 100%;
  }
  .na-imageGallery .entry-content .entry-content-inner {
    padding: 0 0px 30px 30px;
  }
  .na-imageGallery .entry-image {
    padding: 0;
    width: 100%;
  }
  .text-header {
    font-size: 26px !important;
    line-height: 30px !important;
  }
  .items-scattered .sm-center {
    padding: 0 15px;
  }
  .items-scattered .caption-product {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .footer-center {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom-right {
    padding-top: 10px;
    text-align: center;
  }
  #na-footer .social-icons li {
    padding: 0 15px;
  }
  #na-footer.footer-2 .widget_contact_info .group-des {
    display: none;
  }
  #na-footer.footer-2 .widget_contact_info .contact-info {
    width: 60%;
  }
  #sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item {
    width: 25%;
  }
  .category-tabs {
    padding-top: 15px;
  }
  .category-tabs .cat-title {
    padding-bottom: 15px;
  }
  .category-tabs .tabs-title-cat {
    padding-top: 0;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .category-tabs ul.nav-tabs li {
    padding: 0 5px 10px;
    float: none;
    text-align: center;
    display: inline-block;
  }
  .block-blog .des-box {
    display: none;
  }
  .products-block .product-col:nth-child(2n+1), .products-block .col-item:nth-child(2n+1) {
    padding-right: 7.5px;
    clear: left;
  }
  .products-block .product-col:nth-child(2n), .products-block .col-item:nth-child(2n) {
    padding-left: 7.5px;
  }
  .products-block .product-block {
    margin-bottom: 30px;
  }
  .products-block.na-carousel .product-col:nth-child(2n+3), .products-block.na-carousel .col-item:nth-child(2n+3) {
    padding-right: 7.5px;
    clear: none;
  }
  .products-block.na-carousel .product-col:nth-child(2n), .products-block.na-carousel .col-item:nth-child(2n) {
    padding-left: 7.5px;
  }
  .na-service .service-box {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .na-service .service-box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .product-tabs .widgettitle {
    padding-bottom: 10px;
  }
  .product-tabs .nav-product-tabs li {
    padding-bottom: 10px;
  }
  .wrap-select {
    border: none;
  }
  .woo-search {
    width: 100%;
    margin-top: 10px;
  }
  #filter-full {
    margin-top: 65px;
  }
  .btn-filter-down + .woocommerce-ordering {
    float: left !important;
    width: 50%;
    text-align: left;
  }
  .btn-filter-down + .woocommerce-ordering .wrap-select > select {
    padding-left: 0;
  }
  #filter-down {
    width: 100%;
    text-align: left;
  }
  #filter-down .widget, #filter-down .widget-area {
    padding-left: 7.5px;
    padding-right: 7.5px;
    width: 50%;
    float: left;
  }
  #filter-down .widget .widget, #filter-down .widget-area .widget {
    padding: 0;
    width: 100%;
  }
  #filter-down .widget:last-child .widgettitle + *,
  #filter-down .widget:last-child > h2 + *,
  #filter-down .widget:last-child > h3 + *, #filter-down .widget-area:last-child .widgettitle + *,
  #filter-down .widget-area:last-child > h2 + *,
  #filter-down .widget-area:last-child > h3 + * {
    left: 0;
  }
  #filter-down .widget .widgettitle, #filter-down .widget > h2,
  #filter-down .widget > h3,
  #filter-down .widget-area .widgettitle,
  #filter-down .widget-area > h2,
  #filter-down .widget-area > h3 {
    padding-left: 0;
    display: block;
    line-height: 30px;
  }
  #filter-down .widget .widgettitle:after, #filter-down .widget > h2:after,
  #filter-down .widget > h3:after,
  #filter-down .widget-area .widgettitle:after,
  #filter-down .widget-area > h2:after,
  #filter-down .widget-area > h3:after {
    left: 80%;
    top: -5px;
  }
  #filter-down .widget .widgettitle + *, #filter-down .widget > h2 + *,
  #filter-down .widget > h3 + *,
  #filter-down .widget-area .widgettitle + *,
  #filter-down .widget-area > h2 + *,
  #filter-down .widget-area > h3 + * {
    top: 30px;
    left: 0;
    padding: 10px 20px;
  }
  .cats-block {
    margin-bottom: 20px;
  }
  .cats-block li {
    margin-bottom: 0;
  }
  .cats-block li:nth-child(2n+1) {
    padding-left: 7.5px;
  }
  .rtl .cats-block li:nth-child(2n+1) {
    padding-right: 7.5px;
    padding-left: inherit;
  }
  .cats-block li:nth-child(2n) {
    padding-right: 7.5px;
  }
  .rtl .cats-block li:nth-child(2n) {
    padding-left: 7.5px;
    padding-right: inherit;
  }
  .cats-block .woocommerce-loop-category__title {
    top: 15px;
    left: 35px;
  }
  .cats-block.cat-1 .category-thumb-large {
    width: 65%;
  }
  .cats-block.cat-1 .category-thumb {
    width: 35%;
  }
  .cats-block.cat-2 .category-thumb-large {
    width: 100%;
    margin-bottom: 7.5px;
  }
  .cats-block.cat-2 .category-thumb {
    width: 50%;
    padding: 7.5px;
    margin: 0;
  }
  .cats-block.cat-2 .category-thumb-wide {
    padding-top: 7.5px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .cats-block.cat-3 .grid-sizer, .cats-block.cat-3 .category-thumb {
    width: 50%;
  }
  .na-shop > li {
    padding: 0 15px;
    width: 50%;
    float: left;
    margin-bottom: 30px;
  }
  .na-shop > li:nth-child(2n+1) {
    clear: left;
  }
  .woocommerce-nav-category {
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e5e1;
    margin-bottom: 30px;
  }
  .product-list .caption-product .button-groups {
    padding-top: 30px;
    padding-left: 0px !important;
  }
  .products-block .product-col.no-padding, .products-block .col-item.no-padding {
    padding: 0;
  }
  #slider-showcase_wrapper {
    height: calc(100vh - 350px) !important;
  }
  .na-masonry-category .grid-sizer, .na-masonry-category .small {
    width: 50%;
  }
  .na-masonry-category .medium {
    width: 100%;
  }
  .single-product .breadcrumb, .single-product .product-nav {
    display: none;
  }
  .single-product .form-group {
    margin-bottom: 0;
  }
  .single-product .nav-tabs {
    border-bottom: none;
  }
  .single-product .nav-tabs > li {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .single-product .woocommerce-tabs #reviews .comment-form-rating,
  .single-product .woocommerce-tabs #reviews .comment-notes {
    position: relative;
    top: 0;
    left: 0;
  }
  .single-product .woocommerce-tabs #reviews .comment-form-rating {
    padding-top: 15px;
  }
  .single-product .woocommerce-tabs #commentform {
    margin-top: 30px;
  }
  .product-layout-grid .entry-summary {
    padding: 10px 20px 30px;
  }
  .product-layout-carousel .entry-summary {
    margin-top: 0;
  }
  .product-layout-carousel-left .woocommerce-product-gallery__image {
    min-height: 400px;
  }
  .product-layout-carousel-left .entry-summary-inner {
    padding: 0;
  }
  .post-list .post-image a {
    padding: 0;
  }
  .search-transition-wrap .search-transition-inner {
    padding: 0 !important;
  }
  .search-transition-wrap .btn-mini-close {
    right: 0px !important;
  }
  .shop_table_responsive.cart .product-price, .shop_table_responsive.cart .product-name {
    display: none;
  }
  .page-cart {
    padding: 0 15px;
  }
  .wpcf7-form .block-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
  }
  .entry-title,
  .page-title {
    font-size: 36px;
    line-height: 46px;
  }
  .padding-big {
    padding: 100px 0;
  }
  .entry_pagination .pagination {
    padding-bottom: 0;
  }
  .post-tran .article-content {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  .post-tran .article-content-inner {
    background: rgba(255, 255, 255, 0.9);
  }
  .post-list {
    margin-bottom: 0;
  }
  .post-list .article-image {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .post-list .article-image .post-image img.lazy {
    width: 100%;
  }
  .post-list .article-content {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
  .post-list .article-meta {
    display: block;
    width: 100%;
    padding: 10px 30px 20px;
  }
  .post-list .entry-header {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  .post-list .entry-content {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 15px;
    display: block;
  }
  #na-footer .newsletters .group-input-newsletter {
    width: 100%;
  }
  .entry-avatar {
    padding-bottom: 30px;
  }
  .box-large .post-tran .entry-title {
    padding: 0;
    margin: 0;
  }
  .box-large .post-tran .entry-title > a {
    font-size: 20px;
    line-height: 26px;
    padding: 0;
  }
  .style_center .post-tran .entry-title > a {
    font-size: 20px;
    line-height: 20px;
  }
  .style_center .article-content {
    bottom: 0;
    left: 0;
    margin: auto;
    right: inherit;
    text-align: left;
  }
  .style_center .entry-title {
    line-height: 30px;
    margin: 0;
  }
  .article-content .entry-meta-right {
    line-height: 24px;
  }
  #comments .comment-box {
    display: block;
    width: auto;
  }
  .post-tran .entry-content {
    display: none;
  }
  .post-list .article-meta {
    padding: 10px 15px 10px;
  }
  .archive-blog .article-meta .posted-on {
    padding: 0;
  }
  #comments .comment-box {
    padding-top: 20px;
  }
  .comment-respond {
    padding-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .block.nano-intro {
    margin-top: 70px;
  }
  .block.nano-intro .content-box {
    padding-bottom: 50px;
    min-height: auto;
    height: auto;
  }
  .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
    font-size: 20px;
  }
  .nano-showcase .content-left {
    width: 100%;
    float: none;
  }
  .nano-showcase .content-left .content-box {
    padding-left: 20%;
  }
  .nano-showcase .content-left .image-box {
    padding-top: 105px;
  }
  .nano-showcase .content-left .col-item .entry-image {
    padding-left: 20%;
    padding-right: 10%;
  }
  .nano-showcase .border-mask.center {
    left: 0;
  }
  .nano-infoTeams .block-content .box-team-list {
    max-width: 100%;
    margin-bottom: 30px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .nano-infoTeams .block-content .box-team-list:nth-last-child(2) {
    margin-bottom: 30px;
  }
  .search-box, .intro-box,
  .login-box, .mobile-box {
    width: 100%;
  }
  .cart-bottom {
    padding-bottom: 30px;
  }
  .page-content {
    padding-bottom: 80px;
  }
  .widget.widget_instagram .col-5 {
    width: 50%;
  }
  .box-intro-images .box-content {
    bottom: 0;
    left: 0;
    padding: 30px 15px;
  }
  .box-intro-images .title-box {
    font-size: 38px;
    line-height: 48px;
  }
  .box-intro-images .title-box a {
    font-size: 38px;
    line-height: 48px;
  }
  .cart-box {
    width: 100%;
  }
  .cart-panel {
    min-width: auto;
    padding: 30px;
  }
  .shop-sidebar {
    width: 320px;
    padding: 60px 15px;
  }
  .searchform-mini.searchform-moblie {
    top: 15px;
  }
  .search-transition-wrap .btn-mini-close {
    top: -100px;
  }
  .header-content-right {
    top: 5px;
  }
  .product-name a {
    font-size: 14px;
  }
  .block-products-widgets .title-ground {
    text-align: center;
  }
  .block-products-widgets .title-ground .btn-unline {
    float: none;
    margin: 0 auto;
    padding-top: 15px;
    width: auto;
    border: 0;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .block-products-widgets .title-ground .block-title {
    float: none;
    margin: 0;
    width: 100%;
    padding: 0;
  }
  #na-footer .social-icons li {
    padding: 0 10px;
  }
  #na-footer.footer-2 .widget_contact_info .mobile,
  #na-footer.footer-2 .widget_contact_info .phone {
    font-size: 16px;
  }
  .archive-blog .post-tran .entry-title > a {
    font-size: 16px;
    line-height: 20px;
    padding: 0;
  }
  .blog-column-center-layout .article-content {
    bottom: 0px;
    left: 0px;
  }
  .rtl .blog-column-center-layout .article-content {
    right: 0px;
    left: auto;
  }
  .blog-column-center-layout .article-content .entry-title {
    margin-bottom: 0;
  }
  .archive-blog .post-tran .article-meta {
    padding: 5px 15px;
  }
  div.woocommerce-tabs {
    padding: 50px 0px 0;
  }
  .tabs.wc-tabs.resp-tabs-list > li {
    float: none;
    text-align: left;
    display: block;
    margin-bottom: 10px;
  }
  .widget-services-content {
    margin-bottom: 30px;
  }
  .newsletters {
    text-align: left;
  }
  .newsletters .btn {
    font-size: 12px;
  }
  .newsletters #mc4wp {
    width: 100%;
  }
  .newsletters .group-input-newsletter {
    width: 100%;
  }
  .widget-introduce .introduce-text {
    padding: 20px;
  }
  div.widget_deals .item-deal {
    padding: 10px;
  }
  div.widget_deals {
    padding-bottom: 50px !important;
  }
  h3.widgettitle {
    font-size: 20px;
  }
  .na-recent-post.col-xs-6 {
    width: 100%;
  }
  .products-block .article-carousel .product-col:nth-child(2n+1), .products-block .article-carousel .col-item:nth-child(2n+1) {
    clear: none;
  }
  .widget-testimonial {
    display: none;
  }
  .widget-banner-slider {
    display: none;
  }
  .widget-product {
    overflow: hidden;
  }
  .widget-product .slick-prev, .widget-product .slick-next {
    display: none !important;
  }
  .product-taxonomy .layout-large .caption-product {
    bottom: 0;
    left: 0;
    position: relative;
  }
  .product-taxonomy .layout-large .caption {
    border-top: 1px solid #ebebeb;
  }
  .product-taxonomy .layout-large .product-block {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  }
  .entry_pagination .page-numbers .title-pagination {
    display: none;
  }
  .entry_pagination .page-numbers {
    height: auto;
  }
  #comments .comment-lists ul.children {
    padding-left: 0px;
  }
  .article-content.full-width .entry-header, .article-content.full-width .entry-avatar, .article-content.full-width .entry-content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .post-gird .entry-header, .post-gird .entry-avatar, .post-gird .entry-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .entry-footer {
    margin-left: 15px;
    margin-right: 15px;
  }
  .post-related .post-grid .article-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .entry-footer-social .entry-footer-right {
    float: none;
  }
  .share-links {
    padding: 30px 0 0;
  }
  .count-share .social-icons {
    right: inherit;
    left: 70px;
    opacity: 1;
    filter: alpha(opacity=100);
    top: -20px;
    visibility: visible;
    min-width: 180px;
  }
  .share-links .social-icons {
    text-align: left;
  }
  .entry_pagination .pagination {
    padding: 15px 0 0px;
  }
  .entry-footer-social .entry-footer-left {
    float: none;
  }
  #na-footer .sok-image-content {
    padding: 10px 0 30px;
  }
  #na-footer .footer-top {
    padding: 0;
  }
  #na-footer .sok-social-icon a {
    margin: 0 15px;
  }
  #na-footer .footer-bottom {
    padding: 20px;
    border-top: 1px solid #eee;
  }
  #slider-showcase_wrapper {
    height: calc(100vh - 350px) !important;
  }
  #na-footer .footer-center {
    padding-bottom: 70px;
  }
}

@media (max-width: 400px) {
  .post-sidebar .article-image {
    padding-right: 10px;
    width: 40%;
  }
  .rtl .post-sidebar .article-image {
    padding-left: 10px;
    padding-right: inherit;
  }
  .box-blog.large-vertical .box-small .article-content {
    width: 60%;
  }
  .woocommerce-ordering .orderby {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 146px;
    padding-right: 20px;
  }
  .top-products .wrap-select > select {
    line-height: 50px;
  }
  .group-cover .title-page {
    font-size: 20px;
  }
  .wrap-breadcrumb-cover .breadcrumb {
    font-size: 12px;
    padding: 0;
    margin: 0;
  }
  .scrollup {
    display: none !important;
  }
  .title-pagination {
    display: none;
  }
  .entry_pagination .page-numbers {
    height: auto;
  }
}
