/*btn*/
/**/
/*fonts*/
.rtl .pull-left {
  float: right !important;
}

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

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

.hover-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;
}

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

/**
* 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;
}

.attachment-full {
  width: 100%;
  height: auto;
  display: block;
}

.product-block:hover .quick-view {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.quick-view{
  width: 100%;
  text-align: center;
}
div.affect-border:hover:before {
  top: 1px;
  left: 0;
}

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

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

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

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: #6d604c;
}

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

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

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

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

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

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

.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;
}

.rit-banners .slide-border {
  overflow: hidden;
  position: relative;
}

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

.slide-border .border-mask:before,
.slide-border .border-mask: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 .border-mask: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 .border-mask: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 .border-mask:before,
.slide-border:hover .border-mask:after,
.slide-border.hover .border-mask:before,
.slide-border.hover .border-mask:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.slide-border .border-mask:before,
.slide-border .border-mask:before,
.slide-border .border-mask:after,
.slide-border .border-mask:after {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}

.slide-border .affect-border-inner {
  display: block;
  -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;
}

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

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

.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(40, 40, 40, 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: 0;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
  pointer-events: none;
}

.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: 0;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
}

.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;
}

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

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

.group-btn-image {
  color: #000;
  position: absolute;
  bottom: 7%;
  left: 5%;
  margin-top: -20px;
  margin-right: -60px;
  z-index: 99;
}

.group-btn-image .btn-image {
  padding: 15px 40px;
  background: #FFF;
  text-align: center;
  text-transform: uppercase;
}

.group-btn-image .btn-image:hover {
  background: #cb9f41;
  color: #fff;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0 !important;
}
   
.products-block .first {
  clear: left;
}

.inline input {
  height: auto;
}

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

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

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

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

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

.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: #6d604c;
}

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

.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: 0;
  top: 0;
}

.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%;
}
/***custom***/
.widget_layered_nav ul li a:hover:before, .widget_layered_nav_filters ul li a:hover:before {
  border-color: #6d604c;
}

.widget_layered_nav ul li a:hover:after, .widget_layered_nav_filters ul li a:hover:after {
  color: #6d604c;
  display: block;
}

.information_widget .logo-footer {
  width: auto;
  margin-top: 15px;
}

.information_widget .description {
  margin: 20px 0 15px;
  line-height: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .box-equal {
    display: block;
  }
  .box-equal > .wpb_column {
    width: 100%;
    float: left !important;
    display: block;
    vertical-align: top;
    vertical-align: middle;
  }
  .box-equal .wpb_text_column {
    position: relative;
  }
  .box-equal .wpb_text_column .wpb_wrapper {
    position: relative;
  }
  
}

@media (min-width: 768px) and (max-width: 991px) {
  .box-equal {
    display: block;
  }
  .box-equal > .wpb_column {
    width: 100%;
    float: left !important;
    display: block;
    vertical-align: top;
    vertical-align: middle;
  }
  .box-equal .wpb_text_column {
    position: relative;
  }
  .box-equal .wpb_text_column .wpb_wrapper {
    position: relative;
  }
 .information_widget .description {
     margin: auto;
 }	
}

@media (max-width: 767px) {
  .box-equal {
    display: block;
  }
  .cousionclass.wpb_column.vc_column_container.vc_col-sm-8 {
    width: 100% !important;
}
  .box-equal > * {
    width: 100%;
    float: left !important;
    display: block;
    vertical-align: top;
    vertical-align: middle;
  }
  .box-equal .wpb_text_column {
    position: relative;
  }
  .box-equal .wpb_text_column .wpb_wrapper {
    position: relative;
  }
  .information_widget .description {
     margin: auto;
 }	
}

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

.padding-10 {
  padding: 10px 0;
}

.padding-15 {
  padding: 15px 0;
}

.padding-20 {
  padding: 20px 0;
}

.padding-25 {
  padding: 25px 0;
}

body {
  margin: auto;
  font-size: 14px;
  font-weight: 400;
  color: #282828;
  background-color: #FFF;
  overflow-x: hidden;
}

a {
  line-height: 1;
  color: #282828;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

a:hover, a:focus {
  outline: none;
  text-decoration: none;
  color: #6d604c;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

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: 30px;
  margin-top: 30px;
  font-weight: 600;
}

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

th {
  font-weight: 500;
}

select {
  height: 36px;
  padding: 5px;
  border: 1px solid #f1f1f1;
  font-size: 14px;
}

label {
  color: #282828;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}

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

blockquote {
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  position: relative;
  border-left: 0;
  padding-left: 50px;
}

blockquote:before {
  content: "\f10d";
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  font-size: 22px;
  font-style: normal;
  color: #cb9f41;
}

img {
  max-width: 100%;
}

.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;
}

input {
  height: 36px;
}

/*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;
}

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

/*---clear css bootstrap --*/
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.alert {
  margin: 20px 0;
}

.tags-list a, .tagcloud a {
  background: none repeat scroll 0 0 #6d604c;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 3px;
  padding: 5px 10px;
  font-size: 14px;
}

.tags-list a:hover, .tagcloud a:hover {
  color: #ffffff;
  background: #6d604c;
}

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

.tagcloud a {
  font-size: 14px !important;
  color: #282828;
}

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

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

.panel-heading > * {
  margin: 10px 0;
}

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

blockquote {
  font-family: "Playfair Display";
}

#ri-menu-primary a {
  font-family: "Poppins";
}

.widgettitle {
  font-family: "Playfair Display";
}

#rit-footer .widgettitle, .sidebar .widgettitle, .related .widgettitle, .post-related .widgettitle, .rit-member-wrap .widgettitle, .upsells .widgettitle, .cross-sells .widgettitle {
  font-family: "Poppins";
}

.commentform .heading {
  font-family: "Poppins";
}

.cover-heading {
  font-family: "Poppins";
}

.cover-des {
  font-family: "Playfair Display";
}

.text-heading {
  font-family: "Poppins";
}

.parallax-heading {
  font-family: "Poppins";
}

.wg-custom-heading .text-heading {
  font-family: "Poppins";
}

.wg-custom-heading .btn-inverse {
  font-family: "Poppins";
}

.rit-heading {
  font-family: "Poppins";
}

.rit-member-wrap .rit-member-list h5 {
  font-family: "Poppins";
}

.widget-services-image .title-service {
  font-family: "Poppins";
}

.btn {
  padding: 10px 30px;
}

/* btn 1 */
.btn-outline {
  color: #6d604c;
  border-width: 0px;
  border-style: solid;
  background-color: transparent;
  border-color: #6d604c;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: #6d604c;
  background-color: transparent;
  border-color: #6d604c;
}

.open .btn-outline.dropdown-toggle {
  color: #6d604c;
  background-color: transparent;
  border-color: #6d604c;
}

.btn-outline:active, .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: transparent;
  border-color: #6d604c;
}

.btn-outline .badge {
  color: transparent;
  background-color: #6d604c;
}

/* btn 2 */
.btn-inverse {
  color: #ffffff;
  border-width: 0px;
  border-style: solid;
  background-color: #cb9f41;
  border-color: #cb9f41;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  padding: 14px 35px;
  height: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  border-width: 1px;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active {
  color: #ffffff;
  background-color: #6d604c;
  border-color: #6d604c;
}

.open .btn-inverse.dropdown-toggle {
  color: #ffffff;
  background-color: #6d604c;
  border-color: #6d604c;
}

.btn-inverse:active, .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: #cb9f41;
  border-color: #cb9f41;
}

.btn-inverse .badge {
  color: #cb9f41;
  background-color: #ffffff;
}

/* btn-3 */
.btn-variant {
  color: #ffffff;
  border-width: 0px;
  border-style: solid;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  padding: 15px 35px;
  height: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-variant:hover, .btn-variant:focus, .btn-variant:active, .btn-variant.active {
  color: #ffffff;
  background-color: #cb9f41;
  border-color: #cb9f41;
}

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

.btn-variant:active, .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: #4a4a4a;
  border-color: #4a4a4a;
}

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

.btn-black {
  color: #ffffff;
  border-width: 0px;
  border-style: solid;
  background-color: #282828;
  border-color: transparent;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  padding: 10px 17px;
}

.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active {
  color: #ffffff;
  background-color: #6d604c;
  border-color: transparent;
}

.open .btn-black.dropdown-toggle {
  color: #ffffff;
  background-color: #6d604c;
  border-color: transparent;
}

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

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

.btn-black.disabled, .btn-black.disabled:hover, .btn-black.disabled:focus, .btn-black.disabled:active, .btn-black.disabled.active, .btn-black[disabled], .btn-black[disabled]:hover, .btn-black[disabled]:focus, .btn-black[disabled]:active, .btn-black[disabled].active,
fieldset[disabled] .btn-black,
fieldset[disabled] .btn-black:hover,
fieldset[disabled] .btn-black:focus,
fieldset[disabled] .btn-black:active,
fieldset[disabled] .btn-black.active {
  background-color: #282828;
  border-color: transparent;
}

.btn-black .badge {
  color: #282828;
  background-color: #ffffff;
}

.btn-greed {
  color: #ffffff;
  border-width: 0px;
  border-style: solid;
  background-color: #A1A42E;
  border-color: transparent;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  padding: 10px 17px;
}

.btn-greed:hover, .btn-greed:focus, .btn-greed:active, .btn-greed.active {
  color: #ffffff;
  background-color: #6d604c;
  border-color: transparent;
}

.open .btn-greed.dropdown-toggle {
  color: #ffffff;
  background-color: #6d604c;
  border-color: transparent;
}

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

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

.btn-greed.disabled, .btn-greed.disabled:hover, .btn-greed.disabled:focus, .btn-greed.disabled:active, .btn-greed.disabled.active, .btn-greed[disabled], .btn-greed[disabled]:hover, .btn-greed[disabled]:focus, .btn-greed[disabled]:active, .btn-greed[disabled].active,
fieldset[disabled] .btn-greed,
fieldset[disabled] .btn-greed:hover,
fieldset[disabled] .btn-greed:focus,
fieldset[disabled] .btn-greed:active,
fieldset[disabled] .btn-greed.active {
  background-color: #A1A42E;
  border-color: transparent;
}

.btn-greed .badge {
  color: #A1A42E;
  background-color: #ffffff;
}

.btn-green {
  color: #2FBFA2;
  border-width: 0px;
  border-style: solid;
  background-color: transparent;
  border-color: #2FBFA2;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  padding: 15px 40px;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active {
  color: #ffffff;
  background-color: #2FBFA2;
  border-color: #2FBFA2;
}

.open .btn-green.dropdown-toggle {
  color: #ffffff;
  background-color: #2FBFA2;
  border-color: #2FBFA2;
}

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

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

.btn-green.disabled, .btn-green.disabled:hover, .btn-green.disabled:focus, .btn-green.disabled:active, .btn-green.disabled.active, .btn-green[disabled], .btn-green[disabled]:hover, .btn-green[disabled]:focus, .btn-green[disabled]:active, .btn-green[disabled].active,
fieldset[disabled] .btn-green,
fieldset[disabled] .btn-green:hover,
fieldset[disabled] .btn-green:focus,
fieldset[disabled] .btn-green:active,
fieldset[disabled] .btn-green.active {
  background-color: transparent;
  border-color: #2FBFA2;
}

.btn-green .badge {
  color: transparent;
  background-color: #2FBFA2;
}

.btn-green-outline {
  color: #ffffff;
  border-width: 0px;
  border-style: solid;
  background-color: #6d604c;
  border-color: #6d604c;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  padding: 15px 40px;
}

.btn-green-outline:hover, .btn-green-outline:focus, .btn-green-outline:active, .btn-green-outline.active {
  color: #ffffff;
  background-color: #40382d;
  border-color: #40382d;
}

.open .btn-green-outline.dropdown-toggle {
  color: #ffffff;
  background-color: #40382d;
  border-color: #40382d;
}

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

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

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

.btn-green-outline .badge {
  color: #6d604c;
  background-color: #ffffff;
}

.btn-red {
  color: #ffffff;
  border-width: 0px;
  border-style: solid;
  background-color: #EA4848;
  border-color: #EA4848;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  padding: 15px 25px;
}

.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
  color: #ffffff;
  background-color: #000;
  border-color: #000;
}

.open .btn-red.dropdown-toggle {
  color: #ffffff;
  background-color: #000;
  border-color: #000;
}

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

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

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

.btn-red .badge {
  color: #EA4848;
  background-color: #ffffff;
}

.btn-danger {
  color: #ffffff;
  border-width: 0px;
  border-style: solid;
  background-color: #6d604c;
  border-color: transparent;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  padding: 10px 17px;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: #ffffff;
  background-color: #6d604c;
  border-color: transparent;
}

.open .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #6d604c;
  border-color: transparent;
}

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

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

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #6d604c;
  border-color: transparent;
}

.btn-danger .badge {
  color: #6d604c;
  background-color: #ffffff;
}

.btn-white {
  color: #ffffff;
  border-width: 0px;
  border-style: solid;
  background-color: transparent;
  border-color: #ffffff;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  padding: 15px 40px;
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active {
  color: #ffffff;
  background-color: #6d604c;
  border-color: #6d604c;
}

.open .btn-white.dropdown-toggle {
  color: #ffffff;
  background-color: #6d604c;
  border-color: #6d604c;
}

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

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

.btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled]:active, .btn-white[disabled].active,
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white.active {
  background-color: transparent;
  border-color: #ffffff;
}

.btn-white .badge {
  color: transparent;
  background-color: #ffffff;
}

.btn-lg {
  border-radius: 0px;
  padding: 12px 25px;
  font-size: 14px;
  border-width: 0;
  font-weight: 400;
}

.btn-default {
  color: #ffffff;
  border-width: 0px;
  border-style: solid;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #ffffff;
  background-color: #cb9f41;
  border-color: #cb9f41;
}

.open .btn-default.dropdown-toggle {
  color: #ffffff;
  background-color: #cb9f41;
  border-color: #cb9f41;
}

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

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

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}

.btn-default .badge {
  color: #4a4a4a;
  background-color: #ffffff;
}

.btn-primary {
  color: #fff;
  background-color: #cb9f41;
  border-color: #cb9f41;
  border-width: 0px;
  border-style: solid;
  font-size: 12px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #cb9f41;
  border-color: #cb9f41;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

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

.btn-primary .badge {
  color: #cb9f41;
  background-color: #fff;
}

.rit_ajax_load_more {
  display: block;
  text-align: center;
  padding: 30px 0 90px;
}

.rit_ajax_load_more_button {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
  cursor: pointer;
  letter-spacing: 1px;
  padding: 15px 110px;
  color: #ffffff;
  border-width: 0px;
  border-style: solid;
  background-color: #6d604c;
  border-color: #6d604c;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  text-transform: uppercase;
}

.rit_ajax_load_more_button:hover, .rit_ajax_load_more_button:focus, .rit_ajax_load_more_button:active, .rit_ajax_load_more_button.active {
  color: #ffffff;
  background-color: #C39D72;
  border-color: #C39D72;
}

.open .rit_ajax_load_more_button.dropdown-toggle {
  color: #ffffff;
  background-color: #C39D72;
  border-color: #C39D72;
}

.rit_ajax_load_more_button:active, .rit_ajax_load_more_button.active {
  background-image: none;
}

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

.rit_ajax_load_more_button.disabled, .rit_ajax_load_more_button.disabled:hover, .rit_ajax_load_more_button.disabled:focus, .rit_ajax_load_more_button.disabled:active, .rit_ajax_load_more_button.disabled.active, .rit_ajax_load_more_button[disabled], .rit_ajax_load_more_button[disabled]:hover, .rit_ajax_load_more_button[disabled]:focus, .rit_ajax_load_more_button[disabled]:active, .rit_ajax_load_more_button[disabled].active,
fieldset[disabled] .rit_ajax_load_more_button,
fieldset[disabled] .rit_ajax_load_more_button:hover,
fieldset[disabled] .rit_ajax_load_more_button:focus,
fieldset[disabled] .rit_ajax_load_more_button:active,
fieldset[disabled] .rit_ajax_load_more_button.active {
  background-color: #6d604c;
  border-color: #6d604c;
}

.rit_ajax_load_more_button .badge {
  color: #6d604c;
  background-color: #ffffff;
}

.rit_ajax_load_more_button.loading {
  opacity: 0.7;
  position: relative;
}

.rit_ajax_load_more_button.loading:after {
  font-family: "fontawesome";
  content: "\f110";
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  position: absolute;
  right: 40px;
  top: 15px;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

.button {
  color: #fff;
  background-color: #cb9f41;
  border-color: #cb9f41;
  border-width: 0px;
  border-style: solid;
  font-size: 12px;
  padding: 10px 20px;
  line-height: 20px;
}

.button:hover, .button:focus, .button.focus, .button:active, .button.active,
.open > .button.dropdown-toggle {
  color: #fff;
  background-color: #b7864f;
  border-color: #b38149;
}

.button:active, .button.active,
.open > .button.dropdown-toggle {
  background-image: none;
}

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

.button .badge {
  color: #cb9f41;
  background-color: #fff;
}

.button.single_add_to_cart_button {
  padding: 15px 30px;
  text-transform: uppercase;
  border-radius: 3px;
  letter-spacing: 0.1em;
  color: #ffffff;
  background-color: #282828;
  font-family: "Poppins";
  font-size: 12px;
}

.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 {
  background-color: #6d604c;
}

.add_to_cart_button, .button.product_type_simple {
  float: left;
  color: #282828;
  border-width: 0px;
  border-style: solid;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  padding: 0;
  height: 30px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid #cfcfcf;
}

.rtl .add_to_cart_button, .rtl .button.product_type_simple {
  float: right;
}

.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: #6d604c;
  background-color: transparent;
  border-color: transparent;
}

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

.add_to_cart_button:active, .add_to_cart_button.active, .button.product_type_simple:active, .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: #282828;
}

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

.add_to_cart_button:hover, .button.product_type_simple:hover {
  border-bottom: 1px solid #cfcfcf;
}

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

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

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

.added_to_cart {
  float: left;
  color: #282828;
  border-width: 0px;
  border-style: solid;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  padding: 0;
  height: 30px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid #cfcfcf;
}

.rtl .added_to_cart {
  float: right;
}

.added_to_cart:hover, .added_to_cart:focus, .added_to_cart:active, .added_to_cart.active {
  color: #6d604c;
  background-color: transparent;
  border-color: transparent;
}

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

.added_to_cart:active, .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: #282828;
}

.added_to_cart:hover {
  border-bottom: 1px solid #cfcfcf;
}

.added_to_cart:after {
  position: relative;
  content: "\f090";
  left: 5px;
  margin: auto;
  font-family: "fontawesome";
  font-size: 14px;
}

.add-links a i {
  margin: 0;
  padding: 0;
}

.button-groups .add-links {
  float: right;
  display: inline-block;
  padding-right: 5px;
}

.button-groups .add-links > * {
  display: inline-block;
  height: 30px;
  width: 30px;
  vertical-align: middle;
  padding: 0 10px;
  line-height: 15px;
}

.button-groups .add-links .yith-compare {
  line-height: 12px;
}

.button-groups .add-links .compare {
  display: inline-block;
  float: none;
}

.button-groups .add-links .clear {
  display: none;
}

.yith-wcwl-add-to-wishlist {
  margin: 0;
  position: relative;
  padding: 0 15px;
  font-size: 0px;
}

.yith-wcwl-add-to-wishlist a {
  display: inline-block;
  color: #8c8c8c;
  border-width: 0px;
  border-style: solid;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  padding: 0;
}

.yith-wcwl-add-to-wishlist a:hover, .yith-wcwl-add-to-wishlist a:focus, .yith-wcwl-add-to-wishlist a:active, .yith-wcwl-add-to-wishlist a.active {
  color: #6d604c;
  background-color: transparent;
  border-color: transparent;
}

.open .yith-wcwl-add-to-wishlist a.dropdown-toggle {
  color: #6d604c;
  background-color: transparent;
  border-color: transparent;
}

.yith-wcwl-add-to-wishlist a:active, .yith-wcwl-add-to-wishlist a.active {
  background-image: none;
}

.open .yith-wcwl-add-to-wishlist a.dropdown-toggle {
  background-image: none;
}

.yith-wcwl-add-to-wishlist a.disabled, .yith-wcwl-add-to-wishlist a.disabled:hover, .yith-wcwl-add-to-wishlist a.disabled:focus, .yith-wcwl-add-to-wishlist a.disabled:active, .yith-wcwl-add-to-wishlist a.disabled.active, .yith-wcwl-add-to-wishlist a[disabled], .yith-wcwl-add-to-wishlist a[disabled]:hover, .yith-wcwl-add-to-wishlist a[disabled]:focus, .yith-wcwl-add-to-wishlist a[disabled]:active, .yith-wcwl-add-to-wishlist a[disabled].active,
fieldset[disabled] .yith-wcwl-add-to-wishlist a,
fieldset[disabled] .yith-wcwl-add-to-wishlist a:hover,
fieldset[disabled] .yith-wcwl-add-to-wishlist a:focus,
fieldset[disabled] .yith-wcwl-add-to-wishlist a:active,
fieldset[disabled] .yith-wcwl-add-to-wishlist a.active {
  background-color: transparent;
  border-color: transparent;
}

.yith-wcwl-add-to-wishlist a .badge {
  color: transparent;
  background-color: #8c8c8c;
}

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

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

.yith-wcwl-add-to-wishlist .add_to_wishlist {
  font-size: 0px;
  border-radius: 0 !important;
}

.yith-wcwl-add-to-wishlist .add_to_wishlist:after {
  position: absolute;
  content: "\f004";
  left: 0;
  right: 0;
  margin: auto;
  font-family: "fontawesome";
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.yith-wcwl-add-to-wishlist .add_to_wishlist.added:after {
  content: "\f00c";
}

.yith-wcwl-wishlistexistsbrowse, .yith-wcwl-wishlistaddedbrowse {
  margin: 0;
}

.yith-wcwl-wishlistexistsbrowse a, .yith-wcwl-wishlistaddedbrowse a {
  display: inline-block;
  color: #8c8c8c;
  border-width: 0px;
  border-style: solid;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
}

.yith-wcwl-wishlistexistsbrowse a:hover, .yith-wcwl-wishlistexistsbrowse a:focus, .yith-wcwl-wishlistexistsbrowse a:active, .yith-wcwl-wishlistexistsbrowse a.active, .yith-wcwl-wishlistaddedbrowse a:hover, .yith-wcwl-wishlistaddedbrowse a:focus, .yith-wcwl-wishlistaddedbrowse a:active, .yith-wcwl-wishlistaddedbrowse a.active {
  color: #6d604c;
  background-color: transparent;
  border-color: transparent;
}

.open .yith-wcwl-wishlistexistsbrowse a.dropdown-toggle, .open .yith-wcwl-wishlistaddedbrowse a.dropdown-toggle {
  color: #6d604c;
  background-color: transparent;
  border-color: transparent;
}

.yith-wcwl-wishlistexistsbrowse a:active, .yith-wcwl-wishlistexistsbrowse a.active, .yith-wcwl-wishlistaddedbrowse a:active, .yith-wcwl-wishlistaddedbrowse a.active {
  background-image: none;
}

.open .yith-wcwl-wishlistexistsbrowse a.dropdown-toggle, .open .yith-wcwl-wishlistaddedbrowse a.dropdown-toggle {
  background-image: none;
}

.yith-wcwl-wishlistexistsbrowse a.disabled, .yith-wcwl-wishlistexistsbrowse a.disabled:hover, .yith-wcwl-wishlistexistsbrowse a.disabled:focus, .yith-wcwl-wishlistexistsbrowse a.disabled:active, .yith-wcwl-wishlistexistsbrowse a.disabled.active, .yith-wcwl-wishlistexistsbrowse a[disabled], .yith-wcwl-wishlistexistsbrowse a[disabled]:hover, .yith-wcwl-wishlistexistsbrowse a[disabled]:focus, .yith-wcwl-wishlistexistsbrowse a[disabled]:active, .yith-wcwl-wishlistexistsbrowse a[disabled].active,
fieldset[disabled] .yith-wcwl-wishlistexistsbrowse a,
fieldset[disabled] .yith-wcwl-wishlistexistsbrowse a:hover,
fieldset[disabled] .yith-wcwl-wishlistexistsbrowse a:focus,
fieldset[disabled] .yith-wcwl-wishlistexistsbrowse a:active,
fieldset[disabled] .yith-wcwl-wishlistexistsbrowse a.active, .yith-wcwl-wishlistaddedbrowse a.disabled, .yith-wcwl-wishlistaddedbrowse a.disabled:hover, .yith-wcwl-wishlistaddedbrowse a.disabled:focus, .yith-wcwl-wishlistaddedbrowse a.disabled:active, .yith-wcwl-wishlistaddedbrowse a.disabled.active, .yith-wcwl-wishlistaddedbrowse a[disabled], .yith-wcwl-wishlistaddedbrowse a[disabled]:hover, .yith-wcwl-wishlistaddedbrowse a[disabled]:focus, .yith-wcwl-wishlistaddedbrowse a[disabled]:active, .yith-wcwl-wishlistaddedbrowse a[disabled].active,
fieldset[disabled] .yith-wcwl-wishlistaddedbrowse a,
fieldset[disabled] .yith-wcwl-wishlistaddedbrowse a:hover,
fieldset[disabled] .yith-wcwl-wishlistaddedbrowse a:focus,
fieldset[disabled] .yith-wcwl-wishlistaddedbrowse a:active,
fieldset[disabled] .yith-wcwl-wishlistaddedbrowse a.active {
  background-color: transparent;
  border-color: transparent;
}

.yith-wcwl-wishlistexistsbrowse a .badge, .yith-wcwl-wishlistaddedbrowse a .badge {
  color: transparent;
  background-color: #8c8c8c;
}

.yith-wcwl-wishlistexistsbrowse a, .yith-wcwl-wishlistaddedbrowse a {
  font-size: 0px;
}

.yith-wcwl-wishlistexistsbrowse a:after, .yith-wcwl-wishlistaddedbrowse a:after {
  position: absolute;
  content: "\f00c";
  left: 0;
  right: 0;
  margin: auto;
  font-family: "fontawesome";
  font-size: 14px;
  text-align: center;
  line-height: 16px;
}

.compare {
  display: inline-block;
  color: #8c8c8c;
  border-width: 0px;
  border-style: solid;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  position: relative;
  font-size: 0px;
}

.compare:hover, .compare:focus, .compare:active, .compare.active {
  color: #6d604c;
  background-color: transparent;
  border-color: transparent;
}

.open .compare.dropdown-toggle {
  color: #6d604c;
  background-color: transparent;
  border-color: transparent;
}

.compare:active, .compare.active {
  background-image: none;
}

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

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

.compare .badge {
  color: transparent;
  background-color: #8c8c8c;
}

.compare:after {
  position: absolute;
  content: "\f0ec";
  left: 0;
  right: 0;
  margin: auto;
  font-family: "fontawesome";
  font-size: 14px;
  text-align: center;
  line-height: 10px;
}

.compare.added {
  di24splay: block;
}

.compare.added:after {
  content: "\f00c";
}

.quick-view {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
}

.quick-view a {
  background: rgba(255, 255, 255, 0.5);
  border-width: 0;
  color: #282828;
  width: 100%;
  font-size: 12px;
  padding: 8px 10px;
  display: block;
}

.quick-view a:hover {
  border-width: 0;
  background: white;
  color: #6d604c;
}

.quick-view:hover {
  opacity: 1;
}

.button-about {
  padding-top: 10px;
}

.button-about .btn {
  padding: 8px 12px;
}

.button-about i {
  padding-left: 10px;
}

.rtl .button-about i {
  padding-right: 10px;
  padding-left: inherit;
}

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

.alert .button.wc-forward {
  background: none;
  color: #6d604c;
  padding: 0;
  border: 0;
}

.btn-fillter {
  text-transform: uppercase;
  line-height: 20px;
  margin: 10px 0;
  float: right;
  border-bottom: 1px solid #cfcfcf;
  font-weight: 500;
}

.btn-newsletter {
  color: #ffffff;
  border-width: 0px;
  border-style: solid;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  font-weight: 500;
}

.btn-newsletter:hover, .btn-newsletter:focus, .btn-newsletter:active, .btn-newsletter.active {
  color: #ffffff;
  background-color: #b7864f;
  border-color: #b7864f;
}

.open .btn-newsletter.dropdown-toggle {
  color: #ffffff;
  background-color: #b7864f;
  border-color: #b7864f;
}

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

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

.btn-newsletter.disabled, .btn-newsletter.disabled:hover, .btn-newsletter.disabled:focus, .btn-newsletter.disabled:active, .btn-newsletter.disabled.active, .btn-newsletter[disabled], .btn-newsletter[disabled]:hover, .btn-newsletter[disabled]:focus, .btn-newsletter[disabled]:active, .btn-newsletter[disabled].active,
fieldset[disabled] .btn-newsletter,
fieldset[disabled] .btn-newsletter:hover,
fieldset[disabled] .btn-newsletter:focus,
fieldset[disabled] .btn-newsletter:active,
fieldset[disabled] .btn-newsletter.active {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}

.btn-newsletter .badge {
  color: #4a4a4a;
  background-color: #ffffff;
}

.btn-readmore {
  border-bottom: 1px solid #282828;
  color: #282828;
  font-size: 12px;
  margin-top: 30px;
  margin-left: 30px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.btn-readmore .fa {
  font-size: 16px;
  margin-left: 5px;
}

.btn-readmore:hover {
  color: #282828;
}

.btn-updatecart {
  display: inline-block;
  text-align: center;
  padding: 15px 40px;
  width: 100%;
  font-size: 16px;
  background: #787878;
  color: #FFF;
  border: 1px solid #787878;
  height: auto;
}

.btn-updatecart:hover {
  border: 1px solid #6d604c;
  background: #6d604c;
  color: #ffffff;
}

.btn-checkout {
  display: inline-block;
  text-align: center;
  padding: 22px 40px;
  width: 100%;
  font-size: 16px;
  background: #6d604c;
  border: 1px solid #6d604c;
}

.btn-checkout:hover {
  border: 1px solid #787878;
  background: #787878;
  color: #ffffff;
}

.btn-order {
  display: inline-block;
  text-align: center;
  padding: 15px 40px;
  width: 100%;
  font-size: 16px;
  color: #ffffff !important;
  height: auto !important;
  background: #6d604c;
  border: 1px solid #6d604c;
}

.btn-order:hover {
  border: 1px solid #787878;
  background: #787878;
  color: #ffffff;
}

.button {
  line-height: 16px;
}

.form-control {
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
  border-color: #6d604c;
}

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

.input-group .btn {
  padding: 9px 17px;
}

.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;
  background: #ededed;
  border: none;
  border-radius: 0;
}

.nav-tabs > li.active > a {
  background: #6d604c;
  color: #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #fff;
  background: #6d604c;
  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;
}

.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 30px;
  position: relative;
  display: block;
}

.wpcf7-form .form-control {
  border-width: 0 0 1px;
  padding: 0;
}

/*owl*/
.owl-wrapper {
  position: relative;
  float: left;
}

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

.owl-wrapper:after {
  clear: both;
}

.owl-carousel {
  position: relative;
  padding: 0 50px;
}

.owl-carousel.owl-products-carousel, .owl-carousel.owl-related {
  padding: 0;
}

.owl-carousel.owl-products-carousel .owl-prev,
.owl-carousel.owl-products-carousel .owl-next, .owl-carousel.owl-related .owl-prev,
.owl-carousel.owl-related .owl-next {
  margin-top: -70px !important;
}

.owl-carousel.owl-products-carousel .product-block, .owl-carousel.owl-related .product-block {
  margin-bottom: 0;
}

.owl-carousel.owl-category-carousel {
  padding: 0;
}

.owl-theme .owl-controls {
  margin-top: 0px;
}

.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next,
.owl-controls .owl-buttons .owl-prev,
.owl-controls .owl-buttons .owl-next {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  color: #cfcfcf;
  background: transparent;
  border-radius: 0;
  position: absolute;
  top: 50%;
  z-index: 99;
  margin-top: -15px;
  font-size: 30px;
}

.owl-controls .owl-nav .owl-prev:hover,
.owl-controls .owl-nav .owl-next:hover,
.owl-controls .owl-buttons .owl-prev:hover,
.owl-controls .owl-buttons .owl-next:hover {
  border-color: #6d604c;
  color: #6d604c;
}

.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-buttons .owl-prev {
  left: -40px;
}

.owl-controls .owl-nav .owl-next,
.owl-controls .owl-buttons .owl-next {
  right: -40px;
}

.owl-carousel [class*="col-"] {
  padding: 0 10px;
}

.row-product-carousel {
  margin: 0 -10px;
}

.no-owl-buttons {
  padding: 0 !important;
   margin: 0 !important;
}

.no-owl-buttons.owl-carousel .owl-buttons {
  display: none;
}

.no-owl-buttons .product-block {
  margin-bottom: 0;
}

.product-carousel .owl-controls .owl-prev, .product-carousel .owl-controls .owl-next, .related-wrapper .owl-controls .owl-prev, .related-wrapper .owl-controls .owl-next {
  opacity: 0;
  z-index: 999;
}

.product-carousel:hover .owl-controls .owl-prev, .product-carousel:hover .owl-controls .owl-next, .related-wrapper:hover .owl-controls .owl-prev, .related-wrapper:hover .owl-controls .owl-next {
  opacity: 1;
}

.custom.tparrows {
  border-radius: 2px;
}

.tparrows::before {
  font-size: 30px;
}

.owl-theme .owl-controls .owl-page span {
  background: #e4d1bb;
  border-radius: 0px;
  height: 6px;
  margin: 0 6px;
  opacity: 0.5;
  width: 20px;
}

.owl-theme .owl-controls .owl-page.active span {
  background: #CB9F41;
}

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

.searchform .btn, .woocommerce-product-search .btn {
  z-index: 10;
  margin-left: -4px;
  padding: 8px 15px;
}

.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 10px;
  font-size: 12px;
  height: 38px;
}

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

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

.searchform-wrap.transition {
  opacity: 1;
  padding: 0 30px 50px;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}

.searchform-wrap.transition .form-control {
  background: none;
  border: none;
  font-size: 14px;
  color: #FFF;
  height: 40px;
  padding: 0;
}

.searchform-wrap.transition .input-group {
  border-bottom: 1px solid #353535;
  padding: 0 !important;
}

.searchform-wrap.transition .btn {
  background: none;
  font-size: 14px;
  padding: 0;
}

.mobile-searchform {
  float: none !important;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 20px;
  padding-right: 15px;
  width: auto !important;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}

.mobile-searchform .woocommerce-product-search {
  width: 100% !important;
}

.mobile-searchform .btn {
  background: #ffffff;
  color: #cb9f41;
  border-color: #ffffff;
  padding: 8px 15px;
}

.mobile-searchform .btn:hover, .mobile-searchform .btn:focus, .mobile-searchform .btn:active {
  background: #ffffff;
  color: #282828;
  box-shadow: none;
}

.mobile-searchform .form-control {
  border: 1px solid #ffffff;
}

.mobile-searchform .form-control:hover, .mobile-searchform .form-control:focus {
  border-color: #ffffff;
}

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

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

.rit-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;
}

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

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

.small .widgettitle > span {
  font-family: "Poppins";
  border: none;
  padding: 0;
}

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

.rit-products-wrap.loading .rit-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;
}

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

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

.rit-list-filter {
  font-size: 13px;
}

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

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

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

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

.rit-filter-wrap #rit-filter .widget .rit-ajax-load a:hover {
  color: #6d604c;
}

.rit-filter-wrap .chosen {
  color: #6d604c !important;
}

.rit-filter-wrap .rit-remove-attribute {
  font-size: 12px;
  color: #6d604c;
  margin-right: 10px;
}

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

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

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

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

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

#ri-menu-primary {
  border: 1px solid #f1f1f1;
  border-left: 0;
}

.menu-full {
  
  background: white;
  z-index: 999;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.menu-full #ri-menu-primary {
  border-width: 0;
}

#aba-menu {
  margin: 0;
  border: none;
}

#ri-menu-primary ul.mega-menu > li > a {
  color: #282828;
  line-height: 20px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

#ri-menu-primary ul.mega-menu > li > a:hover, #ri-menu-primary ul.mega-menu > li > a:focus {
  color: #cb9f41;
  background: transparent;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

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

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

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

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

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

#ri-menu-primary ul:after {
  clear: both;
}
.vc_custom_heading.abouth2 {
    margin-top: 0 !important;
}
#ri-menu-primary ul > li {
  list-style: none;
  position: relative;
  float: left;
}

.rtl #ri-menu-primary ul > li {
  float: right;
}
/* .widget.RIT_social {
    padding-top: 20px;
} */
.wpb_single_image.wpb_content_element.throwclass.vc_align_left {
   /*  padding-top: 26px; */
}

#ri-menu-primary ul > li:first-child {
  /* border-left: 1px solid #f1f1f1; */
}

#ri-menu-primary ul > li[class*="-has-children"] > a:before {
  position: absolute;
  content: "\f107";
  color: #282828;
  font-family: 'fontawesome';
  right: 15px;
  line-height: 60px;
  top: 5px;
  font-size: 12px;
}

.rtl #ri-menu-primary ul > li[class*="-has-children"] > a:before {
  left: 15px;
  right: auto;
}

#ri-menu-primary ul > li > a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #282828;
  padding: 25px 40px;
  position: relative;
}

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

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

#ri-menu-primary ul > li > ul {
  visibility: hidden;
  opacity: 0;
  top: 120%;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  position: absolute !important;
  min-width: 210px;
  box-shadow: 1px 5px 10px 0 rgba(0, 0, 0, 0.15);
  background: #FFF;
  z-index: 99999;
}

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

#ri-menu-primary ul > li > ul li[class*="-has-children"]:after {
  position: absolute;
  content: "\f105";
  color: #282828;
  font-family: 'fontawesome';
  right: 10px;
  line-height: 50px;
  top: 0;
}

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

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

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

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

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

#ri-menu-primary ul > li > ul > li a {
  padding: 15px 40px;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 20px;
}

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

#ri-menu-primary ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

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

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

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

#ri-menu-primary ul > li > ul > li:hover > ul {
  display: block;
  top: 0;
}

#ri-menu-primary .mega-menu-megamenu .mega-sub-menu {
  width: 100%;
  padding: 15px 15px 30px;
  border-top: 1px solid #f3f3f3;
}

#ri-menu-primary .mega-menu-megamenu .mega-sub-menu li {
  border-right: none;
}

#ri-menu-primary .mega-menu-megamenu .mega-sub-menu li:first-child {
  border-left: none;
}

#ri-menu-primary .mega-menu-megamenu .mega-sub-menu > * {
  border: none;
  padding: 0 15px;
}

#ri-menu-primary .mega-menu-megamenu .mega-sub-menu li > a:after {
  content: none;
}

#ri-menu-primary .mega-menu li.mega-menu-megamenu {
  position: static;
}

#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul {
  right: 0px;
}

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

#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul:before, #ri-menu-primary .mega-menu li.mega-menu-megamenu > ul:after {
  content: " ";
  display: table;
}

#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul:after {
  clear: both;
}

#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul > li {
  float: left;
}

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

#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul ul {
  display: block;
  position: relative;
  left: 0;
}

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

#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul ul li.menu-item {
  float: none;
}

#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul ul li.menu-item a {
  padding: 15px 0px !important;
  font-size: 12px;
  text-transform: capitalize;
}

#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul ul li.menu-item a:after {
  content: none;
}

.mega-menu-columns-1-of-1 {
  width: 100%;
}

.mega-menu-columns-1-of-2 {
  width: 50%;
}

.mega-menu-columns-2-of-2 {
  width: 100%;
}

.mega-menu-columns-1-of-3 {
  width: 33.33333%;
}

.mega-menu-columns-2-of-3 {
  width: 66.66667%;
}

.mega-menu-columns-3-of-3 {
  width: 100%;
}

.mega-menu-columns-1-of-4 {
  width: 25%;
}

.mega-menu-columns-2-of-4 {
  width: 50%;
}

.mega-menu-columns-3-of-4 {
  width: 75%;
}

.mega-menu-columns-4-of-4 {
  width: 100%;
}

.mega-menu-columns-1-of-5 {
  width: 20%;
}

.mega-menu-columns-2-of-5 {
  width: 40%;
}

.mega-menu-columns-3-of-5 {
  width: 60%;
}

.mega-menu-columns-4-of-5 {
  width: 80%;
}

.mega-menu-columns-5-of-5 {
  width: 100%;
}

.mega-menu-columns-1-of-6 {
  width: 16.66667%;
}

.mega-menu-columns-2-of-6 {
  width: 33.33333%;
}

.mega-menu-columns-3-of-6 {
  width: 50%;
}

.mega-menu-columns-4-of-6 {
  width: 66.66667%;
}

.mega-menu-columns-5-of-6 {
  width: 83.33333%;
}

.mega-menu-columns-6-of-6 {
  width: 100%;
}

.mega-menu-columns-1-of-7 {
  width: 14.28571%;
}

.mega-menu-columns-2-of-7 {
  width: 28.57143%;
}

.mega-menu-columns-3-of-7 {
  width: 42.85714%;
}

.mega-menu-columns-4-of-7 {
  width: 57.14286%;
}

.mega-menu-columns-5-of-7 {
  width: 71.42857%;
}

.mega-menu-columns-6-of-7 {
  width: 85.71429%;
}

.mega-menu-columns-7-of-7 {
  width: 100%;
}

.mega-menu-columns-1-of-8 {
  width: 12.5%;
}

.mega-menu-columns-2-of-8 {
  width: 25%;
}

.mega-menu-columns-3-of-8 {
  width: 37.5%;
}

.mega-menu-columns-4-of-8 {
  width: 50%;
}

.mega-menu-columns-5-of-8 {
  width: 62.5%;
}

.mega-menu-columns-6-of-8 {
  width: 75%;
}

.mega-menu-columns-7-of-8 {
  width: 87.5%;
}

.mega-menu-columns-8-of-8 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

#ri-menu-primary .product-image .hover-image {
  display: none;
}

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

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

#ri-menu-primary .product-details a:hover {
  color: #6d604c;
}

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

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

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

.ri-keep {
  z-index: 9999;
}

/* ================== Canvas Menu ===================== */
body {
  overflow-x: hidden;
}
.throwclass .group-btn-image{left:9%;}
@media (max-width: 991px) {
  .slicknav_btn {
    display: block !important;
  }
}

.site-logo {
  line-height: 70px;
}

.site-title {
  font-size: 36px;
}

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

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

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

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

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

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

#ri-top-navbar #language-switch ul > li span:hover {
  color: #6d604c;
}

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

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

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

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

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

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

.wrap-select-currency:after, .wrap-select-country:after {
  background: transparent;
  color: #aaaaaa;
  content: "\f107";
  font-family: "FontAwesome";
  height: 100%;
  line-height: 27px;
  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: 55px;
  line-height: 24px;
}

.currency_switcher .woocommerce-currency-switcher-form .dd-selected-text, .currency_switcher .woocommerce-currency-switcher-form .dd-option-text {
  color: #aaaaaa;
  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: #6d604c;
}

.currency_switcher .woocommerce-currency-switcher-form .dd-options {
  position: absolute;
  width: 95px !important;
  top: 32px;
  left: -20px;
  box-shadow: none;
  background: #1F1F1F;
  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;
}

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

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

.cart-wrap {
  position: relative;
}

.cart-wrap .cart-box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 120%;
  right: 0;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  z-index: 999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

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

.cart-wrap .cart-box .name {
  margin: 0;
}

.cart-wrap .cart-box .name a {
  font-size: 13px;
}

.cart-wrap:hover .cart-box {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.ri-cart {
  cursor: pointer;
}

.ri-cart .mini-cart {
  padding-left: 22px;
  display: table;
}

.rtl .ri-cart .mini-cart {
  padding-right: 22px;
  padding-left: inherit;
}

.ri-cart .mini-cart > * {
  vertical-align: middle;
  display: table-cell;
}

.ri-cart .mini-cart .fa {
  line-height: 40px;
  color: #6d604c;
  float: left;
}

.rtl .ri-cart .mini-cart .fa {
  float: right;
}

.ri-cart .icon-cart {
  position: relative;
  z-index: 1;
}

.ri-cart .icon-cart .mini-cart-items {
  padding: 4px 10px;
  border: 2px solid #282828;
  margin-right: 10px;
}

.rtl .ri-cart .icon-cart .mini-cart-items {
  margin-left: 10px;
  margin-right: inherit;
}

.ri-cart .icon-cart .mini-cart-items:before {
  border-style: solid solid none;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  border-width: 2px 2px 0;
  content: "";
  height: 12px;
  margin-right: -3px;
  position: absolute;
  right: 50%;
  top: -5px;
  width: 15px;
  border-color: #282828;
}

.rtl .ri-cart .icon-cart .mini-cart-items:before {
  margin-left: -3px;
  margin-right: inherit;
}

.rtl .ri-cart .icon-cart .mini-cart-items:before {
  left: 50%;
  right: auto;
}

.ri-cart .group-mini-cart {
  position: relative;
  overflow: hidden;
}

.ri-cart .text-items {
  color: #cb9f41;
}

.ri-cart .total {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
}

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

.cart-box {
  border-radius: 0;
  min-height: 50px;
  width: 315px;
  padding: 15px 20px 5px;
  cursor: pointer;
  left: auto;
  right: 0;
}

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

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

.rit_product_remove {
  display: table-cell !important;
  vertical-align: middle;
}

.rit_product_remove:after {
  content: none !important;
}

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

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

.cart_list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cart_list .empty {
  line-height: 24px;
  border-bottom: none;
  padding-bottom: 0;
}

.cart_list li {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
}

.cart_list .wp-post-image {
  width: 100%;
  height: 100%;
}

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

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

#ri-top-navbar .mobile-cart {
  padding: 0 15px;
  display: inline-block;
  line-height: 24px;
}

#ri-top-navbar .mobile-cart .mini-cart-items {
  font-size: 12px;
  color: #282828;
  padding: 2px 6px;
  border: none;
  background: #CB9F41;
  border-radius: 100%;
  margin-left: 20px;
}

#ri-top-navbar .mobile-cart .mini-cart-items:before {
  content: '\e760';
  font-family: 'icomoon';
  font-size: 24px;
  border: none;
  color: #aaaaaa;
  margin-right: 0px;
  top: 0px;
  width: 20px;
  z-index: -1;
}

#ri-top-navbar .mobile-cart .total {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  padding: 10px;
  margin-top: 10px;
}

#ri-top-navbar .mobile-cart ul > li {
  border: none;
  float: none;
  padding: 0;
  text-align: left;
}

.rtl #ri-top-navbar .mobile-cart ul > li {
  text-align: right;
}

#ri-top-navbar .mobile-cart ul > li:last-child {
  border-width: 0;
}

#ri-top-navbar .mobile-cart .buttons a {
  color: white;
}

#ri-top-navbar .mobile-cart .buttons a:hover {
  color: #6d604c;
}

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

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  width: 100%;
  border: 1px solid #f1f1f1;
  padding: 5px;
}

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

.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;
}

.breadcrumb {
  padding: 0;
  margin: 20px 0;
  background: none;
  font-size: 12px;
  color: #cb9f41;
}

.breadcrumb a {
  color: #282828;
}

.breadcrumb a:hover {
  color: #cb9f41;
}

.breadcrumb a:after {
  content: ">";
  font-size: 13px;
  color: #CCC;
  margin-left: 10px;
  margin-top: 1px;
}

.ri-breadcrumb {
  position: relative;
  text-align: left;
  min-height: 1px;
  background: #F9F9FA;
  margin-bottom: 60px;
}

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

.pagination {
  display: block;
  border-top: 1px solid #dddddd;
  margin: -1px 0 0;
  padding: 30px 0;
  text-align: center;
}

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

.pagination:after {
  clear: both;
}

.pagination .page-numbers {
  border-radius: 3px !important;
  padding: 10px 15px;
  border: 1px solid #dddddd;
  display: inline-block;
  line-height: 16px;
  margin-right: 5px;
  color: #282828;
}

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

.pagination .page-numbers:hover {
  color: #FFF;
  background: #282828;
  border-color: #282828;
}

.pagination .current, .pagination span.current {
  background: #282828;
  color: #ffffff;
  border: 1px solid #282828;
  padding: 10px 15px;
}

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

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 3px !important;
}

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

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

#calendar_wrap #today {
  background: #6d604c;
  color: #ffffff;
}

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

.woocommerce-tabs li.resp-tab-item {
  background: none;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins";
}

.woocommerce-tabs li.resp-tab-item.resp-tab-active {
  border-bottom: 1px solid #cb9f41;
  color: #cb9f41;
  background: none;
}

#yith-quick-view-modal .yith-wcqv-wrapper {
  padding: 0;
}

.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: #cb9f41 none repeat scroll 0 0;
}

.expand-icon::after {
  height: 100%;
  left: calc(50% - 1px);
  top: 0;
  width: 2px;
}

.expand-icon::before {
  height: 2px;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
}

.triggernav.active .expand-icon::after {
  display: none;
}

.widget .product-categories span.triggernav {
  float: right;
  padding: 5px;
  margin-right: 15px;
  cursor: pointer;
}

.widget .product-categories .unvisible {
  height: 0 !important;
}

.widget .product-categories .children {
  display: list-item;
  overflow: hidden;
  transition: all 300ms ease 0s;
  margin-top: 15px;
}

.widget .product-categories .children.unvisible {
  margin-top: 0px;
}

.contact-maps iframe {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  -o-filter: grayscale(1);
}

.cover-heading {
  font-size: 80px;
  color: #252525;
  letter-spacing: -5px;
  font-weight: 600;
  line-height: 42px;
}

.cover-des {
  font-size: 22px;
  line-height: 45px;
  font-style: italic;
  color: #252525;
}

.text-heading {
  line-height: 36px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.parallax-heading {
  font-weight: 600;
  font-size: 80px;
  color: #FFF;
  line-height: 60px;
}

.parallax-heading-h3 {
  font-weight: 600;
  font-size: 50px;
  color: #FFF;
  line-height: 60px;
}

.parallax-des {
  font-weight: 100;
  font-size: 36px;
  color: #FFF;
  line-height: 60px;
}

.input-group-addon {
  background: white;
}

.woocommerce-MyAccount-navigation {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation ul:before, .woocommerce-MyAccount-navigation ul:after {
  content: " ";
  display: table;
}

.woocommerce-MyAccount-navigation ul:after {
  clear: both;
}

.woocommerce-MyAccount-navigation ul li {
  float: left;
  list-style: outside none none;
  padding: 10px 30px 10px 0;
  font-size: 16px;
  text-transform: uppercase;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #6d604c;
}

.woo-dashboard a {
  color: #cb9f41;
}

.woocommerce-account .page-title {
  display: none;
}

.woocommerce-account table > thead > tr > th {
  border-bottom: 1px solid #dddddd;
  font-weight: bold;
}

.panel-default > .panel-heading {
  background-color: transparent;
  border-color: transparent;
}

.social {
  padding: 30px 0 10px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 30px;
}

.social .social-item {
  padding: 0 8px;
}

.share-text {
  text-transform: uppercase;
  line-height: 40px;
  color: #282828;
}

.social-icons {
  margin: 0;
}

.social-item > a {
  display: inline-block;
  color: #000000;
  text-align: center;
  font-size: 16px;
}

.author-social {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 20px;
  margin-right: 3px;
}

.author-social .fa {
  font-size: 16px;
  padding-right: 15px;
}

.facebook:hover {
  color: #3b5998;
}

.twitter:hover {
  color: #00aced;
}

.googleplus:hover {
  color: #dd4b39;
}

.pinterest:hover {
  color: #cb2027;
}

.mail:hover {
  color: #666;
}

.fa-facebook:hover {
  color: #cb9f41;
}

.fa-twitter:hover {
  color: #cb9f41;
}

.fa-google-plus:hover {
  color: #cb9f41;
}

.fa-pinterest:hover {
  color: #cb2027;
}

.fa-envelope:hover {
  color: #666;
}

#ri-header .group-cart-search {
  padding: 15px 0;
}

#ri-header .group-cart-search > * {
  display: inline-block;
}

#ri-header .searchform-wrap {
  width: 300px;
}

#ri-header .searchform, #ri-header .woocommerce-product-search {
  padding: 0;
}

#ri-header .searchform .input-group, #ri-header .woocommerce-product-search .input-group {
  padding-right: 25px;
}

.rtl #ri-header .searchform .input-group, .rtl #ri-header .woocommerce-product-search .input-group {
  padding-left: 25px;
  padding-right: inherit;
}

.wrapper .menu-transparent {
  position: absolute;
  background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
  width: 100%;
  z-index: 999;
}

.wrapper .menu-transparent.topbar-show #ri-header {
  border-bottom: none;
}

.wrapper .menu-transparent .is-sticky .ri-keep {
  background: #303032;
}

.wrapper .menu-transparent #ri-header {
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}

.wrapper .menu-transparent #ri-header #ri-menu-primary ul > li[class*="-has-children"] > a::before {
  color: #FFF;
  line-height: 55px;
  right: 5px;
}

.wrapper .menu-transparent #ri-header #ri-menu-primary ul > li > a {
  color: #FFF;
}

.wrapper .menu-transparent #ri-header #ri-menu-primary ul > li > a:hover {
  color: #6d604c;
}

.wrapper .menu-transparent #ri-header #ri-menu-primary ul > li > a:hover:before {
  color: #6d604c;
}

.wrapper .menu-transparent #ri-header #ri-menu-primary ul > li .mega-sub-menu a, .wrapper .menu-transparent #ri-header #ri-menu-primary ul > li .sub-menu a {
  color: #282828;
}

.wrapper .menu-transparent #ri-header #ri-menu-primary ul > li .mega-sub-menu a:hover, .wrapper .menu-transparent #ri-header #ri-menu-primary ul > li .sub-menu a:hover {
  color: #6d604c;
}

.wrapper .menu-transparent #ri-header .btn-mini-search, .wrapper .menu-transparent #ri-header .btn-mini-close {
  color: #fff;
}

.wrapper .menu-transparent #ri-header .ri-cart .icon-cart .mini-cart-items::before {
  color: #FFF;
}

.wrapper .menu-transparent #ri-header .text-cart {
  color: #fff;
}

.wrapper .menu-transparent #ri-header .menu-transparent-logo {
  display: block;
  line-height: 60px;
  position: relative;
  z-index: 999;
}

.wrapper .menu-transparent #ri-header #logo {
  display: none;
}

.wrapper .menu-transparent #ri-header .fa-close {
  color: #FFF;
}

.wrapper .menu-transparent #ri-top-navbar {
  background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.wrapper .menu-transparent #ri-top-navbar ul > li, .wrapper .menu-transparent #ri-top-navbar .topbar-left .list-unstyled {
  border-left: none;
}

.wrapper .menu-transparent #ri-top-navbar ul > li:last-child, .wrapper .menu-transparent #ri-top-navbar .topbar-left .list-unstyled:last-child {
  border-right: none;
}

.wrapper .menu-transparent.topbar-hiden #ri-top-navbar {
  display: none;
}

.menu-transparent-logo {
  display: none;
}

.keep-logo {
  display: none;
}

.keep-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  margin-top: 0;
}

.keep-header .ri-menu-primary {
  position: relative;
}

.header-1 #ri-top-navbar .cart-wrap {
  border: none;
}

.header-1 .cart-wrap {
  border-left: 1px solid #f1f1f1;
}

.rtl .header-1 .cart-wrap {
  border-right: 1px solid #f1f1f1;
  border-left: inherit;
}

.header-2 .cart-wrap {
  float: right;
  padding: 20px 0 15px;
}

.header-2 .nav-menu-primary {
  margin-bottom: 10px;
}

.header-2 .nav-menu-primary.menu-full {
  margin-bottom: 0px;
}

.header-2 .searchform-wrap {
  width: 260px;
  float: right;
}

.header-2 .searchform, .header-2 .woocommerce-product-search {
  padding: 15px 0;
}

.header-2 .searchform .input-group, .header-2 .woocommerce-product-search .input-group {
  padding-right: 6px;
}

.rtl .header-2 .searchform .input-group, .rtl .header-2 .woocommerce-product-search .input-group {
  padding-left: 6px;
  padding-right: inherit;
}

.header-2 .site-logo {
  text-align: center;
}

.menu-vertical #content, .menu-vertical #rit-footer {
  margin-left: 300px !important;
}

.menu-vertical .rev_slider_wrapper {
  margin-left: 300px !important;
}

.header-3.header-vertical {
  background: #151515;
  position: fixed;
  z-index: 999;
  width: 300px;
  height: 100%;
}

.header-3.header-vertical .header-content-logo {
  float: none;
  text-align: left;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.header-3.header-vertical #ri-menu-primary ul, .header-3.header-vertical #ri-menu-primary ul.mega-menu {
  float: none;
  padding-left: 30px;
  padding-right: 30px;
}

.header-3.header-vertical #ri-menu-primary ul > li, .header-3.header-vertical #ri-menu-primary ul.mega-menu > li {
  float: none;
  text-align: left;
  border-top: 1px solid #1c1c1c;
}

.header-3.header-vertical #ri-menu-primary ul > li[class*="-has-children"] > a:before, .header-3.header-vertical #ri-menu-primary ul.mega-menu > li[class*="-has-children"] > a:before {
  content: "\f0da";
  right: 0px;
  font-size: 16px;
  color: white;
  line-height: 40px;
  color: white;
}

.header-3.header-vertical #ri-menu-primary ul > li > a, .header-3.header-vertical #ri-menu-primary ul.mega-menu > li > a {
  font-size: 12px;
  padding: 15px 0;
  display: block;
  color: white;
}

.header-3.header-vertical #ri-menu-primary ul > li > a:hover, .header-3.header-vertical #ri-menu-primary ul > li > a:focus, .header-3.header-vertical #ri-menu-primary ul.mega-menu > li > a:hover, .header-3.header-vertical #ri-menu-primary ul.mega-menu > li > a:focus {
  color: #cb9f41;
  background: none;
}

.header-3.header-vertical #ri-menu-primary ul > li > a:hover:before, .header-3.header-vertical #ri-menu-primary ul > li > a:focus:before, .header-3.header-vertical #ri-menu-primary ul.mega-menu > li > a:hover:before, .header-3.header-vertical #ri-menu-primary ul.mega-menu > li > a:focus:before {
  color: #cb9f41;
}

.header-3.header-vertical #ri-menu-primary ul > li {
  position: relative;
}

.header-3.header-vertical #ri-menu-primary ul > li.mega-menu-flyout ul.mega-sub-menu {
  min-width: 300px;
}

.header-3.header-vertical #ri-menu-primary ul > li.mega-menu-flyout ul.mega-sub-menu li {
  border-top: 1px solid #f1f1f1;
}

.header-3.header-vertical #ri-menu-primary ul > li.mega-menu-flyout ul.mega-sub-menu li:first-child {
  border-top: none;
}

.header-3.header-vertical #ri-menu-primary ul > li > ul {
  top: 10%;
  right: auto;
  left: 100%;
  margin-left: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.header-3.header-vertical #ri-menu-primary ul > li > ul.mega-sub-menu {
  min-width: 900px;
}

.header-3.header-vertical #ri-menu-primary ul > li > ul li {
  border: none;
}

.header-3.header-vertical #ri-menu-primary ul > li > ul ul {
  padding: 0;
  margin: 0;
}

.header-3.header-vertical #ri-menu-primary ul > li > ul ul.mega-sub-menu {
  padding: 0margin-left 30px;
}

.header-3.header-vertical #ri-menu-primary ul > li > ul a {
  color: #282828;
}

.header-3.header-vertical #ri-menu-primary ul > li > ul a:hover, .header-3.header-vertical #ri-menu-primary ul > li > ul a:before {
  content: none !important;
}

.header-3.header-vertical #ri-menu-primary ul > li:hover > ul {
  top: 0;
  right: auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.header-3.header-vertical .site-logo {
  display: inline-block;
}

.header-3 .widget {
  background: #151515;
  border-top: 1px solid #1c1c1c;
  bottom: 30px;
  margin: 0 30px;
  padding-top: 30px;
  position: absolute;
  color: white;
}

.header-3 .widget ul {
  list-style: none;
  padding: 0;
}

.header-3 .widget li {
  padding: 10px 0;
  color: #959595;
  overflow: hidden;
  font-size: 13px;
}

.header-3 .widget li span, .header-3 .widget li a {
  padding-left: 30px;
  color: #959595;
  font-size: 13px;
  display: block;
  cursor: pointer;
}

.header-3 .widget li:hover span, .header-3 .widget li:hover a, .header-3 .widget li:hover .fa {
  color: #cb9f41;
}

.header-3 .widget .fa {
  font-size: 16px;
  float: left;
  vertical-align: middle;
}

.header-3 .widget .fa.fa-mobile {
  font-size: 20px;
}

.header-3 .widget .fa.fa-envelope-o {
  font-size: 14px;
}

.header-3 .widgettitle {
  color: white;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 30px 0 10px;
  font-family: "Poppins";
}

.header-3 .description {
  color: #959595;
  font-size: 13px;
  padding-bottom: 15px;
}

.header-3 .cart-wrap {
  float: right;
  padding-top: 25px;
  padding-right: 5px;
}

.header-3 .cart-wrap .cart-wrap {
  float: right;
  padding: 15px 0;
  position: relative;
  z-index: 999;
}

.header-3 .cart-wrap .group-mini-cart {
  display: none;
}

.header-3 .cart-wrap .ri-cart .mini-cart {
  padding-left: 30px;
}

.header-3 .cart-wrap .mini-cart-items {
  font-size: 12px;
  color: #fff;
  padding: 2px 7px;
  border: none;
  background: #cb9f41;
  border-radius: 100%;
}

.header-3 .cart-wrap .mini-cart-items:before {
  content: '\e760';
  font-family: 'icomoon';
  font-size: 24px;
  border: none;
  color: #ffffff;
  margin-right: 10px;
  top: 0px;
  width: 20px;
  z-index: -1;
}

.header-3 .cart-wrap:hover .cart-box {
  top: 30px;
}

.header-3 .cart-wrap .cart-box {
  right: auto;
  left: 100%;
  padding: 0;
}

.header-3 .cart-wrap .cart_list {
  padding: 15px 20px 5px;
  background: #ffffff;
}

.header-4 #ri-menu-primary {
  position: relative;
  background: none;
  border: none;
  padding: 10px 0;
}

.header-4 #ri-menu-primary .cart-wrap {
  float: right;
  padding: 10px 0;
  position: relative;
  z-index: 999;
}

.header-4 #ri-menu-primary ul {
  float: right;
  position: static;
}

.header-4 .header-content-logo {
  float: left;
}

.header-4 .searchform-mini {
  cursor: pointer;
  float: right;
  margin-left: 20px;
  padding: 10px;
  position: relative;
  right: 0;
}

.rtl .header-4 .searchform-mini {
  float: left;
}

.rtl .header-4 .searchform-mini {
  margin-right: 20px;
  margin-left: inherit;
}

.header-4 .btn-mini-search {
  border: none;
  color: #000000;
  padding: 10px 12px;
  background: none;
  cursor: pointer;
  z-index: 99;
  position: relative;
}

.header-4 .searchform-wrap {
  background: #ffffff;
  padding: 20px 0;
  position: absolute;
  right: 130px;
  top: 0;
  width: 70% !important;
  z-index: 999;
}

.header-4 .searchform-wrap .btn-mini-close {
  color: #505050;
  position: absolute;
  right: 15px;
  top: 30px;
  background: none;
  border: none;
}

.header-4 .searchform .input-group, .header-4 .woocommerce-product-search .input-group {
  padding-right: 45px !important;
}

.header-4 #ri-header {
  padding: 20px 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  width: 100%;
}

.header-4 .cart_list {
  float: none !important;
  position: absolute !important;
}

.header-4 .cart_list li a {
  padding: 0 !important;
  margin-right: 5px;
}

.header-4 .cart_list li a:before, .header-4 .cart_list li a:after {
  content: none;
}

.header-5 #ri-menu-primary {
  background: #343434;
  margin-bottom: 10px;
}

.header-5 #ri-menu-primary ul.mega-menu > li > a:hover, .header-5 #ri-menu-primary ul.mega-menu > li > a:focus {
  color: #ffffff;
}

.header-5 #ri-menu-primary .ri-menu > li:hover, .header-5 #ri-menu-primary .mega-menu > li:hover {
  background: #6d604c;
  color: #ffffff;
}

.header-5 #ri-menu-primary .ri-menu > li > a, .header-5 #ri-menu-primary .mega-menu > li > a {
  padding: 18px 20px;
  border-right: 1px solid #343434;
  color: #ffffff;
}

.rtl .header-5 #ri-menu-primary .ri-menu > li > a, .rtl .header-5 #ri-menu-primary .mega-menu > li > a {
  border-left: 1px solid #343434;
  border-right: inherit;
}

.header-5 #ri-menu-primary .ri-menu > li > a:after, .header-5 #ri-menu-primary .mega-menu > li > a:after {
  content: none;
}

.header-5 #ri-menu-primary .ri-menu > li[class*="-has-children"] > a:before, .header-5 #ri-menu-primary .mega-menu > li[class*="-has-children"] > a:before {
  color: #ffffff;
}

.header-5 #ri-menu-primary .ri-menu > li.current-menu-item, .header-5 #ri-menu-primary .mega-menu > li.current-menu-item {
  background: #6d604c;
}

.header-5 #ri-menu-primary ul > li[class*="-has-children"] > a::before {
  line-height: 42px;
}

.header-full #ri-menu-primary {
  position: relative;
  background: none;
  border: none;
  padding: 0;
}

.header-full #ri-menu-primary ul.mega-menu {
  float: right;
  position: static;
}

.header-full #ri-menu-primary ul.mega-menu > li {
  border: none;
}

.header-full #ri-menu-primary ul.mega-menu > li > a {
  padding: 25px;
}

.header-full #ri-menu-primary ul.mega-menu > li[class*="-has-children"] > a::before {
  right: 5px;
}

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

.header-full #ri-menu-primary .cart-wrap {
  float: right;
  padding: 15px 0;
  position: relative;
  z-index: 999;
}

.header-full #ri-menu-primary .group-mini-cart {
  display: none;
}

.header-full #ri-menu-primary .ri-cart .mini-cart {
  padding-left: 30px;
}

.header-full #ri-menu-primary .mini-cart-items {
  font-size: 12px;
  color: #fff;
  padding: 2px 7px;
  border: none;
  background: #cb9f41;
  border-radius: 100%;
}

.header-full #ri-menu-primary .mini-cart-items:before {
  content: '\e760';
  font-family: 'icomoon';
  font-size: 24px;
  border: none;
  color: #282828;
  margin-right: 10px;
  top: 0px;
  width: 20px;
  z-index: -1;
}

.header-full .header-content-logo {
  float: left;
}

.header-full .searchform-mini {
  cursor: pointer;
  float: right;
  margin-left: 30px;
  padding: 10px 0;
  position: relative;
  right: 0;
}

.rtl .header-full .searchform-mini {
  float: left;
}

.rtl .header-full .searchform-mini {
  margin-right: 30px;
  margin-left: inherit;
}

.header-full .btn-mini-search {
  border: none;
  color: #000000;
  padding: 15px 12px;
  background: none;
  cursor: pointer;
  z-index: 99;
  position: relative;
}

.header-full .ri-header .rit-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.header-full .ri-header .rit-hidden .searchform, .header-full .ri-header .rit-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-full .ri-header .rit-hidden .btn-mini-close {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header-full .search-transition-wrap {
  opacity: 1;
  visibility: visible;
  background: rgba(20, 22, 24, 0.95);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100% !important;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  z-index: 999;
}

.header-full .search-transition-wrap .search-transition-inner {
  padding: 0 25% !important;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  border: none !important;
}

.header-full .search-transition-wrap .searchform, .header-full .search-transition-wrap .woocommerce-product-search {
  opacity: 1;
  padding: 50px !important;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}

.header-full .search-transition-wrap .searchform .form-control, .header-full .search-transition-wrap .woocommerce-product-search .form-control {
  background: none;
  border: none;
  font-size: 20px;
  color: #FFF;
  height: 50px;
  padding: 0;
}

.header-full .search-transition-wrap .searchform .input-group, .header-full .search-transition-wrap .woocommerce-product-search .input-group {
  border-bottom: 1px solid #fff;
  padding: 0 !important;
}

.header-full .search-transition-wrap .searchform .btn, .header-full .search-transition-wrap .woocommerce-product-search .btn {
  background: none;
  font-size: 16px;
  padding: 0 15px;
}

.header-full .search-transition-wrap .btn-mini-close {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: -10px;
  right: 25%;
  margin-right: 50px;
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header-full #ri-header {
  padding: 20px 0;
}

.header-full #ri-header.header-logo-left {
  padding: 0;
  background: #ffffff;
}

.header-full .cart_list {
  float: none !important;
  position: absolute;
}

.header-full .cart_list li a {
  padding: 0 !important;
  margin-right: 5px;
}

.header-full .cart_list li a:before, .header-full .cart_list li a:after {
  content: none;
}

.sidebar {
  /*widget*/
}

.sidebar a {
  color: #282828;
}

.sidebar a:hover {
  color: #6d604c;
}

.sidebar .widget {
  margin-top: 35px;
  margin-bottom: 15px;
}

.sidebar .widget:first-child {
  margin-top: 0px;
}

.sidebar .widget:last-child {
  margin-bottom: 50px;
}

.sidebar .widget ul {
  padding: 0;
  list-style: none;
}

.sidebar .widget ul li {
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1;
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.sidebar .widget ul li:first-child {
  padding-top: 0;
}

.sidebar .widget ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar .widget ul li.current-cat > a {
  color: #6d604c;
}

.sidebar .widget ul li ul li {
  padding-left: 20px;
}

.sidebar .widget ul li ul li:first-child {
  padding-top: 15px;
}

.sidebar .widget img {
  width: 100%;
  height: auto;
}

.sidebar .widget select {
  width: 100%;
}

.sidebar .widgettitle {
  margin: 0 0 20px;
  padding-bottom: 5px;
  line-height: 18px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #f1f1f1;
}

.sidebar .products {
  padding-bottom: 30px;
}

.sidebar .products [class*="col-md-"] {
  float: none;
}

.sidebar .product-block {
  padding-top: 15px;
  border: none;
}

.sidebar .product-block:hover {
  border: none;
}

.sidebar .product-block.border {
  border: none;
}

.sidebar .product-block.border:hover {
  border: none;
}

.sidebar .button-groups, .sidebar .quick-view, .sidebar .labels {
  display: none;
}

.sidebar .name {
  padding-top: 0;
  margin-top: 0;
  text-align: left;
}

.rtl .sidebar .name {
  text-align: right;
}

.sidebar .price-review {
  text-align: left;
}

.rtl .sidebar .price-review {
  text-align: right;
}

.sidebar .grid-price {
  margin-top: 0;
}

.sidebar .product-image {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 10px;
}

.rtl .sidebar .product-image {
  margin-left: 10px;
  margin-right: inherit;
}

.sidebar .product-image .inner {
  margin: 0;
}

.sidebar .product-image img {
  width: 80px;
  height: 100px;
}

.sidebar .product-details {
  padding-top: 15px;
}

.sidebar .product-details a {
  font-weight: 400;
  display: block;
}

.sidebar .product_list_widget > li {
  clear: both;
  padding-top: 30px;
}

.sidebar .product_list_widget > li:first-child {
  padding-top: 15px;
}

.sidebar .product_list_widget > li:after {
  clear: both;
  content: " ";
  display: table;
}

.sidebar .caption {
  min-height: 75px;
}

.sidebar.style_box .widget {
  padding: 0;
}

.sidebar.style_box .widgettitle {
  background: #EEEEEE;
  color: #353535;
  border-bottom: 1px solid #f1f1f1;
  padding: 15px 20px;
}

.sidebar.style_box .widgettitle + * {
  padding: 20px;
}

.sidebar.style_box .widget.widget_sp_image > * {
  margin: 0px;
}

.sidebar .entry-header {
  padding: 0;
  margin: 0;
}

.sidebar .entry-header > a {
  line-height: 20px;
  text-transform: capitalize;
}

.sidebar .side-item-text {
  line-height: 24px;
  font-size: 14px;
}

.sidebar .side-item-text .article-meta, .sidebar .side-item-text .post-comment {
  font-size: 10px;
  padding: 0;
}

.sidebar .recent-post-widgets li {
  padding: 20px 0;
  border-bottom: 1px solid #f1f1f1;
}

.sidebar .recent-post-widgets li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.sidebar .post-image {
  width: 40%;
  float: left;
  margin-right: 10px;
  padding-bottom: 0;
}

.rtl .sidebar .post-image {
  float: right;
}

.rtl .sidebar .post-image {
  margin-left: 10px;
  margin-right: inherit;
}

.sidebar .side-item-text {
  width: 55%;
  float: left;
}

.rtl .sidebar .side-item-text {
  float: right;
}

.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;
}

.sidebar .entry-title {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 0;
  font-weight: 400;
}

.sidebar .widget_layered_nav ul li {
  padding: 0;
  border: none;
  font-size: 14px;
}

po
.sidebar .widget.dropdown .widgettitle:after {
  color: #282828;
  content: "\f067";
  font-family: "fontawesome";
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 0px;
}

.sidebar .widget.dropdown .widgetcontent.dropdown-menu {
  position: relative;
  float: none;
  border: none;
  box-shadow: none;
}

.sidebar .vc_column_container > .vc_column-inner {
  padding: 0;
}

.scrollup {
  background: #eeeeee;
  bottom: 30px;
  display: none;
  position: fixed;
  right: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 24px;
  color: #fff !important;
  text-transform: uppercase;
  padding: 2px;
  z-index: 9999;
  border-radius: 3px;
  cursor: pointer;
}

.rtl .scrollup {
  left: 30px;
  right: auto;
}

.scrollup .fa {
  display: block;
  line-height: 34px;
}

.footer-center .form {
  margin: 0 0 1em;
}

.footer-center .newsletters .descrition {
  display: none;
}

.footer-center .newsletters .input-newsletter {
  width: auto;
}

.footer-center .newsletters .form-newsletter label {
  display: none;
}

#rit-footer .footer-bottom {
  text-align: left;
  font-size: 13px;
}

#rit-footer .footer-bottom .navbar-nav {
  float: none;
  border-bottom: 1px solid #424242;
}

#rit-footer .footer-bottom .navbar-nav a {
  padding: 0 10px;
  color: #ffffff;
}

#rit-footer .footer-bottom ul.bottom_nav li {
  border: none;
  display: inline-block;
}

#rit-footer .footer-bottom .nav > li > a:hover, #rit-footer .footer-bottom .nav > li > a:focus {
  background: none;
  color: #6d604c;
}

#rit-footer .footer-bottom .coppy-right-right .widget {
  padding-top: 10px;
}

/*
* Style Page
*/
.main-content {
  overflow: hidden;
}

.page-header {
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: none;
}

.page-title {
  margin-top: 0px;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 40px;
}

.page-title > h1 {
  margin-top: 0;
  font-size: 36px;
  font-weight: 500;
}

.radio, .checkbox {
  margin: 0;
}

/**
 * Checkout
 */
.woocommerce-checkout input, .woocommerce-checkout .checkbox {
  height: 42px;
  color: #777777;
}

.woocommerce-checkout .select2-choice {
  height: 42px;
  line-height: 32px;
}

.woocommerce-checkout label {
  font-weight: 500;
  text-transform: uppercase;
}

.woocommerce-checkout .title-checkout {
  padding: 20px;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
}

.woocommerce-checkout .woocommerce-billing-fields .title-checkout {
  padding-left: 0;
}

.woocommerce-checkout .woocommerce-billing-fields p {
  padding-bottom: 20px;
}

.woocommerce-checkout .form-row-first, .woocommerce-checkout .form-row-last {
  width: 47.5%;
  float: left;
}

.woocommerce-checkout .form-row-first {
  margin-right: 5%;
}

.woocommerce-checkout .amount {
  float: right;
}

.woocommerce-checkout .checkout-review {
  background: #FAFAFA;
  border: 1px solid #e7e7e7;
}

.woocommerce-checkout .checkout-review thead th {
  border: none;
}

.woocommerce-checkout .checkout-review th {
  padding: 20px;
}

.woocommerce-checkout tr.shipping td {
  text-align:right;
}

.woocommerce-checkout .checkout-review td {
  padding: 20px;
}

.woocommerce-checkout .checkout-review .product-total {
  text-align: right;
}

.woocommerce-checkout #order_review {
  border-top: 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: 13px;
}

.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;
}

.woocommerce-checkout #payment ul.payment_methods .payment_method_paypal label:before {
  top: 18px;
}

.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;
}

.woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}

.woocommerce-checkout .place-order {
  padding: 20px;
}

/**
 * Check Cart
 */
.shop_table {
  text-align: left;
}

.shop_table .product-thumbnail {
  text-align: left;
}

.shop_table td {
  padding: 20px;
}

.cart-item {
  margin-top: 10px;
}

.cart_item > * {
  padding: 20px 0px;
  border-bottom: none;
  border-top: 1px solid #e7e7e7;
}

.cart_item .add-action {
  display: none;
}

.cart_item > * {
  vertical-align: middle;
}

.variation {
  display: block;
  margin: 10px 0;
}

.variation > * {
  display: inline-block;
  margin: 0;
}

.variation > * > p {
  margin: 0;
}

.page-cart {
  padding-right: 35px;
}

.page-cart .cart .quantity input.qty, .page-cart .cart .quantity {
  width: 70px;
  margin: 0;
  height: 32px;
  border: none;
  background: #E3E5E6;
  font-weight: 400;
  font-size: 15px;
}

.page-cart .product-name a {
  font-weight: 500;
  line-height: 20px;
}

.page-cart .product-subtotal > * {
  font-weight: 500;
}

.page-cart .rit-coupon {
  border: 1px solid #e7e7e7;
  padding: 5px;
  margin-bottom: 20px;
}

.page-cart .rit-coupon .input-group-btn {
  padding: 0;
}

.page-cart .rit-coupon .form-control {
  border: none;
}

.page-cart .rit-coupon span {
  border: none;
  padding: 0 15px;
  font-size: 16px;
}

.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: 0;
}

.page-cart .shop_table tbody > tr > td:first-child {
  padding-left: 0;
}

.shipping_address > p {
  margin-bottom: 20px;
}

.shipping .amount {
  float: right;
}

.shipping input {
  height: auto;
}

.shipping ul {
  list-style: none;
}

.shipping ul li {
  padding: 2px;
}

.shipping ul li label {
  text-transform: capitalize;
  font-weight: 400;
}

.shipping ul label {
  display: inline-block;
  font-size: 13px;
  width: 100%;
  position: relative;
}

.shipping ul label:before {
  border-radius: 50%;
  height: 12px;
  left: -20px;
  top: 1px;
  width: 12px;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ccc;
  content: " ";
  cursor: pointer;
  display: block;
  position: absolute;
}

.shipping .shipping_method {
  visibility: hidden;
  display: none;
}

.shipping .shipping_method:checked + label::before {
  border-color: #282828;
  border-width: 2px;
}

.shipping .shipping-calculator-button {
  padding-left: 40px;
  text-transform: uppercase;
  color: #282828;
}

.shipping select, .shipping input {
  width: 100%;
  height: 33px;
}

.shipping .shipping-calculator-form {
  padding-left: 40px;
}

.cart-collaterals {
  background: #FAFAFA;
  border: 1px solid #e7e7e7;
}

.cart-collaterals .title-cart {
  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;
}

.cart-collaterals .shop_table .order-total th {
  font-weight: 500;
}

.cart-collaterals .shop_table .order-total .amount {
  float: right;
  font-weight: 500;
}

.cart-collaterals .wc-btn-updatecart, .cart-collaterals .wc-proceed-to-checkout {
  display: block;
  padding: 0  40px;
  margin-bottom: 10px;
}

.cart_totals {
  padding-bottom: 20px;
}

/**
 * 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;
  background: #F7F7F7;
  list-style: none;
  padding: 0;
}

.woocommerce-order-received ul.order_details li {
  padding: 30px;
  float: left;
  text-align: left;
  color: #777777;
}

.woocommerce-order-received ul.order_details li strong {
  margin-top: 10px;
  color: #282828;
  font-weight: 400;
  display: block;
}

.thankyou-order {
  text-align: center;
}

.woocommerce-thankyou-order-received {
  font-size: 18px;
  text-align: center;
  position: relative;
  color: #cb9f41;
}

.woocommerce-thankyou-order-received:before {
  position: relative;
  font-family: "fontawesome";
  content: "\f00c";
  margin-right: 10px;
  color: #cb9f41;
  font-size: 30px;
}

.thankyou-order-payment-details > p {
  font-size: 14px;
  margin-bottom: 30px;
}

.thankyou-order-payment-details h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.thankyou-order-payment-details .woocommerce-order-details {
  background: #fafafa;
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
}

.thankyou-order-payment-details .woocommerce-order-details .order_details {
  margin: 0;
}

.thankyou-order-payment-details .woocommerce-order-details .product-total {
  text-align: right;
}

.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 .order_heading {
  padding: 20px;
  margin: 0;
  border-bottom: 1px solid #e7e7e7;
}

.customer_details tr > * {
  border: none;
  vertical-align: middle;
}

/**
 * Wishlist
 */
.woocommerce table.wishlist_table {
  font-size: 100%;
}

.woocommerce #content table.wishlist_table.cart a.remove {
  padding-left: 15px;
}

.woocommerce #content table.wishlist_table.cart a.remove:hover {
  background: none;
  color: #6d604c;
}

.wishlist_table tr td, .wishlist_table tr th.wishlist-delete, .wishlist_table tr th.product-checkbox {
  text-align: left;
  vertical-align: middle;
}

/**
 * Contact form
 */
.contact .fa {
  color: #6d604c;
  font-size: 18px;
  width: 30px;
}

/**
 * error 404
 */
.error-404 {
  padding: 200px 0;
  text-align: center;
}

.error-404 #searchform {
  max-width: 450px;
  display: inline-block;
}

.error-404 #searchform .form-control {
  width: 400px;
}

/**
 * panel
 */
.panel-heading > *, .panel-title {
  font-size: 18px;
  text-transform: uppercase;
}

.panel-body {
  padding: 30px;
}

.panel-body .form-row {
  margin-bottom: 20px;
}

.edit {
  font-size: 16px;
  font-style: italic;
  text-transform: capitalize;
}

/* ================= One Page ===================== */
.rit-one-page {
  position: fixed;
  right: 45px;
  top: 40%;
  z-index: 100;
}

.one-pager a {
  position: relative;
}

.rit-one-page ul {
  list-style: none;
  margin: 0;
}

.rit-one-page ul li {
  display: block;
  text-align: right;
  padding: 5px 0;
}

.rit-one-page span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.rit-one-page span.text {
  background-color: #252525;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 11px;
  opacity: 0;
  padding: 7px 15px;
  position: absolute;
  right: 30px;
  text-transform: uppercase;
  top: 3px;
  visibility: hidden;
}

.rit-one-page span.text:after {
  border-color: transparent transparent transparent #252525;
  border-style: solid;
  border-width: 12px;
  content: "";
  position: absolute;
  right: -18px;
  top: 0;
}

.rit-one-page .icon {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  vertical-align: -5px;
  margin-left: 5px;
}

.rit-one-page a:hover .text {
  opacity: 1;
  visibility: visible;
}

.rit-one-page a:hover .icon {
  background-color: #cb9f41;
}

.page-search {
  margin-top: 60px;
}

.page-search article {
  padding: 30px 0;
}

.woocommerce .login input.form-control {
  border-width: 0 0 1px !important;
  padding: 0;
  margin-bottom: 30px;
}

.button-offcanvas {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 991px) {
  .button-offcanvas {
    opacity: 1;
    cursor: pointer;
    position: fixed;
    top: 30%;
    left: 0;
    z-index: 99999;
  }
  .button-offcanvas > i {
    padding: 25px 4px;
    color: #FFF;
    background: #6d604c;
    opacity: 0.5;
    font-size: 12px;
  }
  .button-offcanvas:hover > i {
    opacity: 1;
  }
  .site-content .sidebar, .ri-sidebar {
    background-color: #fff;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    z-index: 10000;
    padding-top: 30px;
    -webkit-transform: translate3d(-250px, 0px, 0px);
    -ms-transform: translate3d(-250px, 0px, 0px);
    -moz-transform: translate3d(-250px, 0px, 0px);
    transform: translate3d(-250px, 0px, 0px);
  }
  .site-content .sidebar .widget, .ri-sidebar .widget {
    box-shadow: none !important;
  }
  #page, .site-content .sidebar, .ri-sidebar {
    transition: transform 0.5s ease 0s;
    -webkit-transition: transform 0.5s ease 0s;
    -ms-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
  }
  .canvas-menu-inner {
    padding: 40px 20px 40px 40px;
  }
  .site-content .sidebar .btn-close {
    font-size: 30px;
    cursor: pointer;
  }
  .canvas-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
  }
  .canvas-open .button-offcanvas {
    display: none;
  }
  .canvas-open .site-content .sidebar, .canvas-open .ri-sidebar {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  .canvas-open .canvas-overlay {
    opacity: 1;
    visibility: visible;
  }
}

.home .wrap-breadcrumb {
  display: none;
}

.home .page-header {
  display: none;
}

.home .header-3, .home .header-4 #ri-menu-primary {
  box-shadow: none;
  margin-bottom: 0px;
}

.site-main {
  min-height: 600px;
}

#page {
  position: relative;
}

#page .site-main {
  background: #ffffff;
}

#page .site-main .vc_row:last-child {
  margin-bottom: 0px;
}

.rit-breadcrumb + {
  padding-top: 30px;
}

#ri-top-navbar {
  background: #1F1F1F;
  font-size: 12px;
  color: #aaaaaa;
  border-bottom: 0px solid transparent;
}

#ri-top-navbar a {
  color: #aaaaaa;
  font-size: 12px;
}

#ri-top-navbar a:hover, #ri-top-navbar a:focus {
  color: #6d604c;
  background: transparent;
}

#ri-top-navbar ul > li {
  float: left;
  padding: 7px 20px;
  border-left: 1px solid #232323;
}

.rtl #ri-top-navbar ul > li {
  float: right;
}

.rtl #ri-top-navbar ul > li {
  border-right: 1px solid #232323;
  border-left: inherit;
}

#ri-top-navbar ul > li:last-child {
  border-right: 1px solid #232323;
}

.rtl #ri-top-navbar ul > li:last-child {
  border-left: 1px solid #232323;
  border-right: inherit;
}

#ri-top-navbar ul > li a {
  padding: 0;
  margin: 0;
  line-height: 26px;
}

#ri-top-navbar .topbar-left a {
  color: #aaaaaa;
}

#ri-top-navbar .topbar-left a:hover {
  color: #6d604c;
}

#ri-top-navbar .topbar-left > * {
  display: block;
  float: left;
  line-height: 26px;
}

.rtl #ri-top-navbar .topbar-left > * {
  float: right;
}

#ri-top-navbar .topbar-left .list-unstyled {
  padding: 7px 20px;
  border-left: 1px solid #232323;
}

.rtl #ri-top-navbar .topbar-left .list-unstyled {
  border-right: 1px solid #232323;
  border-left: inherit;
}

#ri-top-navbar .topbar-right .navbar {
  margin: 0;
  min-height: auto;
}

#ri-top-navbar .topbar-right .navbar > a {
  padding: 0;
}

#ri-top-navbar .topbar-right .fa {
  margin-right: 5px;
}

#ri-top-navbar .widget_nav_menu ul {
  margin: 0;
  padding: 0;
}

#ri-top-navbar .widget_nav_menu ul li {
  list-style: none;
}

#ri-header {
  padding: 20px 0;
}

#rit-footer {
  background: url("../images/bg-footer.jpg") repeat 0 0;
  position: relative;
  color: #414141;
  background-position: center center;
  background-size: cover;
}

#rit-footer ul {
  padding: 0;
  list-style: none;
}

#rit-footer ul li {
  line-height: 40px;
  border-bottom: 1px solid #e0e0e0;
}

#rit-footer ul li:last-child {
  border-bottom: none;
}

#rit-footer ul li a {
  font-size: 14px;
  line-height: 24px;
  color: #414141;
}

#rit-footer ul li a:hover {
  color: #cb9f41;
}

#rit-footer select {
  color: #282828;
}

#rit-footer .widgettitle {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 30px 0 10px;
  color: #cb9f41;
}

#rit-footer .footer-top {
  padding-top: 10px;
  text-align: center;
  border-bottom: 1px solid #424242;
  color: #ffffff;
  background: #F5F5F5;
}

#rit-footer .footer-center {
  position: relative;
  padding: 45px 0 30px;
  background: #eeeeee;
}

#rit-footer .footer-bottom {
  border-top: 1px solid transparent;
  background: rgba(31, 31, 31, 0.9);
  padding: 15px 0 5px;
}

#rit-footer .footer-bottom li a {
  font-size: 11px;
  line-height: 28px;
  padding-top: 0;
  padding-bottom: 0;
  color: #ffffff;
}

#rit-footer .footer-bottom li a:hover {
  color: #cb9f41;
  background: none;
}

#rit-footer .footer-bottom li:first-child a {
  padding-left: 0;
}

.rtl #rit-footer .footer-bottom li:first-child a {
  padding-right: 0;
  padding-left: inherit;
}

#rit-footer .footer-bottom li:last-child a {
  border-right: none;
}

.rtl #rit-footer .footer-bottom li:last-child a {
  border-left: none;
  border-right: inherit;
}

#coppy-right {
  line-height: 32px;
  color: #ffffff;
  font-size: 11px;
}

#coppy-right a {
  color: #cb9f41;
}

.widget img {
  width: 100%;
  height: auto;
}

.widget select {
  width: 100%;
}

.widgettitle {
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

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

.widgettitle.left {
  text-align: left;
}

.rtl .widgettitle.left {
  text-align: right;
}

.widgettitle.right {
  text-align: right;
}

.rtl .widgettitle.right {
  text-align: left;
}

.widgettitle span {
  display: inline-block;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 0;
   font-family: "Lato",Arial,serif !important;
}

.widgettitle.style-small {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555;
  font-family: "Poppins";
}

.widgettitle.style-small span {
  border-bottom: none;
  overflow: hidden;
  display: block;
}

.widgettitle.style-small span:after, .widgettitle.style-small span:before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

.widgettitle.style-small span:before {
  left: -2.5rem;
  margin-left: -100%;
}

.rtl .widgettitle.style-small span:before {
  right: -2.5rem;
  left: auto;
}

.rtl .widgettitle.style-small span:before {
  margin-right: -100%;
  margin-left: inherit;
}

.widgettitle.style-small span:after {
  margin-right: -100%;
  right: -2.5rem;
}

.rtl .widgettitle.style-small span:after {
  margin-left: -100%;
  margin-right: inherit;
}

.rtl .widgettitle.style-small span:after {
  left: -2.5rem;
  right: auto;
}

.widgettitle.style-small span span {
  display: inline-block;
  vertical-align: middle;
}

.widgettitle.style-small span.center {
  text-align: center;
}

.widgettitle.style-small span.left {
  text-align: left;
}

.rtl .widgettitle.style-small span.left {
  text-align: right;
}

.widgettitle.style-small span.right {
  text-align: right;
}

.rtl .widgettitle.style-small span.right {
  text-align: left;
}

.widget-content {
  padding: 30px 0;
}

.style-box .widgettitle {
  font-weight: 400;
  margin: 0;
  padding: 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.style-box .widgettitle span {
  padding: 0 15px;
}

.style-box .widgettitle span:after, .style-box .widgettitle span:before {
  content: none;
}

.style-border .widgettitle {
  text-transform: uppercase;
  border-bottom: 1px solid #f1f1f1;
  font-weight: 400;
  margin: 0;
  padding: 5px 0;
  letter-spacing: 1px;
}

.style-border .widgettitle span:after, .style-border .widgettitle span:before {
  content: none;
}

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

.widget_layered_nav ul li.chosen, .widget_layered_nav_filters ul li.chosen {
  margin-right: 20px;
  vertical-align: top;
}

.rtl .widget_layered_nav ul li.chosen, .rtl .widget_layered_nav_filters ul li.chosen {
  margin-left: 20px;
  margin-right: inherit;
}

.widget_layered_nav ul li.chosen > a:after, .widget_layered_nav_filters ul li.chosen > a:after {
  display: block;
  color: #6d604c;
  content: "\f00d";
  text-align: center;
  top: 2px;
}

.widget_layered_nav ul li.chosen > a:before, .widget_layered_nav_filters ul li.chosen > a:before {
  border-color: #6d604c;
}

.widget_layered_nav ul li.chosen > a:hover:after, .widget_layered_nav_filters ul li.chosen > a:hover:after {
  color: #6d604c;
  content: "\f00d";
}

.widget_layered_nav ul li a, .widget_layered_nav_filters ul li a {
  position: relative;
  padding-left: 32px;
  display: inline-block;
}

.rtl .widget_layered_nav ul li a, .rtl .widget_layered_nav_filters ul li a {
  padding-right: 32px;
  padding-left: inherit;
}

.widget_layered_nav ul li a:before, .widget_layered_nav_filters ul li a:before {
  content: "" !important;
  width: 15px;
  height: 15px;
  border: 1px solid #dfdfdf;
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  z-index: 5;
}

.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:after, .widget_layered_nav_filters ul li a:after {
  content: "\f00c";
  font-family: 'FontAwesome';
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 10;
  font-size: 13px;
  color: #dfdfdf;
  display: none;
}

.rtl .widget_layered_nav ul li a:after, .rtl .widget_layered_nav_filters ul li a:after {
  right: 2px;
  left: auto;
}



.page-content .wpb_revslider_element {
  margin-bottom: 0;
}

/**
* Star ratings
*/
p.stars {
  position: relative;
  font-size: 1em;
}

p.stars a {
  display: inline-block;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
  border-bottom: 0 !important;
  outline: 0;
}

p.stars a:last-child {
  border-right: 0;
}

p.stars a.star-1, p.stars a.star-2, p.stars a.star-3, p.stars a.star-4, p.stars a.star-5 {
  border-right: 1px solid #ccc;
}

p.stars a.star-1:after, p.stars a.star-2:after, p.stars a.star-3:after, p.stars a.star-4:after, p.stars a.star-5:after {
  font-family: "fontawesome";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}

p.stars a.star-1 {
  width: 2em;
}

p.stars a.star-1:after {
  content: "\f006";
  color: #C8C8C8;
}

p.stars a.star-1:hover:after, p.stars a.star-1.active:after {
  content: "\f005";
  color: #F4C100;
}

p.stars a.star-2 {
  width: 3em;
}

p.stars a.star-2:after {
  content: "\f006\f006";
  color: #C8C8C8;
}

p.stars a.star-2:hover:after, p.stars a.star-2.active:after {
  content: "\f005\f005";
  color: #F4C100;
}

p.stars a.star-3 {
  width: 4em;
}

p.stars a.star-3:after {
  content: "\f006\f006\f006";
  color: #C8C8C8;
}

p.stars a.star-3:hover:after, p.stars a.star-3.active:after {
  content: "\f005\f005\f005";
  color: #F4C100;
}

p.stars a.star-4 {
  width: 5em;
}

p.stars a.star-4:after {
  content: "\f006\f006\f006\f006";
  color: #C8C8C8;
}

p.stars a.star-4:hover:after, p.stars a.star-4.active:after {
  content: "\f005\f005\f005\f005";
  color: #F4C100;
}

p.stars a.star-5 {
  width: 6em;
  border: 0;
}

p.stars a.star-5:after {
  content: "\f006\f006\f006\f006\f006";
  color: #C8C8C8;
}

p.stars a.star-5:hover:after, p.stars a.star-5.active:after {
  content: "\f005\f005\f005\f005\f005";
  color: #F4C100;
}

.rating {
  display: inline-block;
  text-align: center;
}

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 12px;
  width: 5.4em;
  font-family: 'fontawesome';
}

.star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  color: #C8C8C8;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: #F4C100;
}

.woocommerce-product-rating {
  line-height: 2;
  display: block;
  margin-bottom: 15px;
}

.woocommerce-product-rating .star-rating {
  margin: .8em 5px 0 0;
  float: left;
}

.products .star-rating {
  display: block;
  margin: 0 0 .5em;
  float: none;
}

/**
* Product
*/
.product-block {
  background: #fff;
  display: block;
  position: relative;
  text-align: left;
  border: 1px solid #fff;
  margin-bottom: 30px;
}

/**
* Product affect hover
*/
.product-block {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
}

.product-block.border {
  border: 1px solid #f1f1f1;
}

.product-block.border:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #6d604c;
}

.product-block:hover .price {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}

.product-block:hover .button-groups {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  visibility: visible;
  left: 0;
}

.hreview-aggregate .star-rating {
  margin: 10px 0 0 0;
}

/**
* Image product responsive
*/
.product-thumbnail {
  text-align: center;
}

.product-image {
  display: block;
  position: relative;
}

.product-image .inner {
  position: relative;
  overflow: hidden;
  display: block;
  text-align: center;
}

.product-image .inner .wp-post-image, .product-image .inner .hover-image {
  display: inline-block;
}

.wp-post-image {
  display: block;
  height: auto;
}

/**
* Caption product image
*/
.caption-image {
  position: relative;
}

/**
* Caption product
*/
.caption {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 2;
  background: #fff;
  min-height: 110px;
}

/**
* Name product
*/
.name {
  padding-top: 5px;
  margin: 10px 0;
}

.name a {
  font-size: 16px;
  line-height: 20px;
  color: #282828;
}

.name a:hover {
  color: #6d604c;
}

/**
* Price product
*/
.grid-price {
  margin-top: 10px;
}

.price {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  visibility: visible;
  opacity: 1;
  font-size: 16px;
  color: #555;
  line-height: 20px;
  padding: 5px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.price ins {
  text-decoration: none;
}

.price del {
  color: #aeafb1;
  font-size: 12px;
}

/**
* Review product
*/
.product-review, .woocommerce-review-link {
  color: #282828;
  padding: 0 5px;
  border-left: 1px solid #f1f1f1;
}

.rtl .product-review, .rtl .woocommerce-review-link {
  border-right: 1px solid #f1f1f1;
  border-left: inherit;
}

/**
* Add review product
*/
.product-add-review, .woocommerce-write-review-link {
  padding: 0 5px;
  color: #282828;
}

.product-add-review a, .woocommerce-write-review-link a {
  color: #282828;
}

/**
* Button sale
*/
.onsale {
  width: 60px;
  height: 24px;
  background: #FFA726;
  position: absolute;
  color: #ffffff;
  z-index: 1 !important;
  font-size: 14px;
  text-transform: uppercase;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 50px;
}

.rtl .onsale {
  left: 10px;
  right: auto;
}

/**
* Button hot
*/
.onhot {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #F56032;
  position: absolute;
  color: #ffffff;
  z-index: 1;
  font-size: 13px;
  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 {
  background: none repeat scroll 0 0 #282828;
  color: #ffffff;
  font-weight: 600;
  padding: 2px 5px;
  position: absolute;
  top: 0px;
  z-index: 99;
  right: 0;
}

/**
* Product button
*/
.caption-product {
  position: relative;
}

.button-groups {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  bottom: 0px;
  position: absolute;
  width: 100%;
  z-index: 999;
  left: -15px;
}

.quantity .qty {
  appearance: textfield;
}

/**
* 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: #a2a2a2;
}

/**
* Category Filter
*/
.top-products {
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1;
}

.top-products span {
  padding-right: 5px;
  font-size: 14px;
}

.rtl .top-products span {
  padding-left: 5px;
  padding-right: inherit;
}

.switch-layout {
  font-size: 14px;
  margin: 7px 0;
}

.switch-layout > li {
  padding: 0;
}

.switch-layout a {
  padding: 6px 10px;
  background: #ECECEC;
  cursor: pointer;
}

.switch-layout a.active {
  color: #6d604c;
}

.products-per-page {
  padding: 0 15px;
}

/**
* Category info
*/
.archive_product_info {
  position: relative;
  overflow: hidden;
  display: block;
}

.products-block {
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}

.products-row {
  margin: 0 -10px;
  clear: both;
}

.product-col {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  display: block;
}

/**
* Product
* Grid and List
*/
.grid-price {
  display: block;
}

.list-price, .product-review, .product-add-review {
  display: none;
}

.description-product {
  display: none;
}

.list-view {
  width: 100% !important;
}

.list-view.first {
  clear: both;
}

.list-view .product-block {
  position: relative;
  display: block;
  overflow: hidden;
}

.list-view .caption-image {
  float: left;
  width: 30%;
  margin-right: 30px;
}

.rtl .list-view .caption-image {
  float: right;
}

.rtl .list-view .caption-image {
  margin-left: 30px;
  margin-right: inherit;
}

.list-view .caption-image .inner {
  margin: 10px;
}

.list-view .caption-product {
  overflow: hidden;
}

.list-view .caption {
  text-align: left;
}

.rtl .list-view .caption {
  text-align: right;
}

.list-view .grid-price {
  display: none;
}

.list-view .list-price, .list-view .product-review, .list-view .product-add-review {
  display: block;
  line-height: 30px;
}

.list-view .product-review {
  padding: 5px 20px;
}

.list-view .name a {
  font-size: 20px;
  font-weight: 300;
}

.list-view .price {
  font-size: 30px;
  color: #6d604c;
  font-weight: 400;
  padding-right: 30px;
  line-height: 40px;
}

.rtl .list-view .price {
  padding-left: 30px;
  padding-right: inherit;
}

.list-view del {
  font-size: 14px;
}

.list-view .price-review {
  display: block;
  position: relative;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 10px 0;
}

.list-view .price-review > * {
  float: left;
}

.rtl .list-view .price-review > * {
  float: right;
}

.list-view .price-review .rating {
  padding: 15px;
}

.list-view .description-product {
  padding: 15px 0;
  line-height: 22px;
  display: block;
  font-weight: 300;
  border-bottom: 1px solid #ececec;
}

.list-view .button-groups {
  visibility: visible;
  opacity: 1;
  position: relative;
  padding-left: 15px;
  padding-top: 30px;
}

.list-view .product-block:hover .button-groups {
  left: -15px;
}

.list-view .product-block:hover .price {
  opacity: 1;
  visibility: visible;
}

.list-view .quick-view {
  bottom: 10px;
  right: 10px;
}

/* Woocommerce Fillter */
.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label > span:before {
  width: 18px !important;
  height: 15px !important;
  border-radius: 0px !important;
  margin-bottom: 6px !important;
  margin-right: 15px !important;
}

.prdctfltr-widget .prdctfltr_wc span.prdctfltr_reset {
  border-bottom: 1px solid #ececec;
}

.prdctfltr-widget .prdctfltr_wc span.prdctfltr_reset:hover span {
  color: #b7864f;
}

.prdctfltr_count {
  font-size: 12px !important;
  padding: 0px 8px !important;
  color: #000 !important;
  border-radius: 2px !important;
  float: right;
  background: #ebebeb;
  height: 22px !important;
  line-height: 20px !important;
}

.pf_rngstyle_html5 .irs-from,
.pf_rngstyle_html5 .irs-to {
  color: #b7864f !important;
  background: none !important;
}

.pf_rngstyle_html5 .irs-bar {
  height: 5px !important;
  background: #b7864f !important;
  border: none !important;
  top: 30px !important;
}

.pf_rngstyle_html5 .irs-line {
  height: 5px !important;
  top: 30px !important;
  border: none !important;
}

.pf_rngstyle_html5 .irs-slider {
  border-radius: none !important;
  width: 15px !important;
  height: 15px !important;
}

.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active > span:before {
  content: "\f078 " !important;
  font-family: "FontAwesome";
  border: 1px solid #ccc !important;
  line-height: 15px;
  text-align: center;
}

.prdctfltr_woocommerce_ordering label {
  margin-bottom: 10px;
}

/**
* Title Product
*/
.product_title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  color: #282828;
  margin-top: 0;
  margin-bottom: 10px;
}

/**
* Detail-wrap Product
*/
.product-detail-wrap, .entry-summary {
  margin-bottom: 50px;
  /**
    * Sale
    */
  /**
    * Availability
    */
  /**
    * Thumbnails
    */
  /**
    * Price Product
    */
  /**
    * Description Product
    */
  /**
    * Button after Quantity
    */
  /**
    * Button after Quantity
    */
  /**
    * Meta Product
    */
}

.product-detail-wrap .woocommerce-review-link, .product-detail-wrap .woocommerce-write-review-link, .entry-summary .woocommerce-review-link, .entry-summary .woocommerce-write-review-link {
  border-right: none;
  padding: 0 15px;
  border-left: 1px solid #f1f1f1;
  font-size: 12px;
}

.rtl .product-detail-wrap .woocommerce-review-link, .rtl .product-detail-wrap .woocommerce-write-review-link, .rtl .entry-summary .woocommerce-review-link, .rtl .entry-summary .woocommerce-write-review-link {
  border-left: none;
  border-right: inherit;
}

.rtl .product-detail-wrap .woocommerce-review-link, .rtl .product-detail-wrap .woocommerce-write-review-link, .rtl .entry-summary .woocommerce-review-link, .rtl .entry-summary .woocommerce-write-review-link {
  border-right: 1px solid #f1f1f1;
  border-left: inherit;
}

.product-detail-wrap .woocommerce-product-rating, .entry-summary .woocommerce-product-rating {
  margin-bottom: 0;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
}

.product-detail-wrap .onsale, .entry-summary .onsale {
  top: 10px;
  left: 40px;
}

.rtl .product-detail-wrap .onsale, .rtl .entry-summary .onsale {
  right: 40px;
  left: auto;
}

.product-detail-wrap .onhot, .entry-summary .onhot {
  top: 10px;
  right: 40px;
}

.rtl .product-detail-wrap .onhot, .rtl .entry-summary .onhot {
  left: 40px;
  right: auto;
}

.product-detail-wrap .availability, .entry-summary .availability {
  display: inline-block;
  font-weight: 500;
  margin-top: 15px;
  padding-right: 5px;
  position: relative;
}

.product-detail-wrap .stock, .entry-summary .stock {
  color: #00bc0d;
  font-size: 13px;
}

.product-detail-wrap .out-of-stock, .entry-summary .out-of-stock {
  position: relative;
  background: none;
}

.product-detail-wrap .variations, .entry-summary .variations {
  margin: 0;
}

.product-detail-wrap .variations_button, .entry-summary .variations_button {
  padding: 15px 0;
}

.product-detail-wrap .thumbnails, .entry-summary .thumbnails {
  padding: 10px 50px !important;
  position: relative;
  display: block;
}

.product-detail-wrap .thumbnails li, .entry-summary .thumbnails li {
  text-align: center;
  margin: 5px;
}

.product-detail-wrap .thumbnails #slider-prev, .product-detail-wrap .thumbnails #slider-next, .entry-summary .thumbnails #slider-prev, .entry-summary .thumbnails #slider-next {
  background: none !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 {
  font-family: 'FontAweSome';
  text-align: center;
  height: 26px;
  height: 26px;
  border: 1px solid #f1f1f1;
  border-radius: 100%;
  display: block;
}

.product-detail-wrap .thumbnails #slider-prev, .entry-summary .thumbnails #slider-prev {
  left: 15px !important;
}

.rtl .product-detail-wrap .thumbnails #slider-prev, .rtl .entry-summary .thumbnails #slider-prev {
  right: 15px !important;
  left: auto;
}

.product-detail-wrap .thumbnails #slider-prev:before, .entry-summary .thumbnails #slider-prev:before {
  content: '\f104';
}

.product-detail-wrap .thumbnails #slider-next, .entry-summary .thumbnails #slider-next {
  right: 15px !important;
}

.product-detail-wrap .thumbnails #slider-next:before, .entry-summary .thumbnails #slider-next:before {
  content: '\f105';
}

.product-detail-wrap .price, .entry-summary .price {
  margin-top: 5px;
  font-size: 32px;
  color: #cb9f41;
  font-weight: 400;
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  line-height: 35px;
  margin-bottom: 15px;
}

.product-detail-wrap .price del, .entry-summary .price del {
  font-size: 18px;
  color: #282828;
}

.product-detail-wrap .single_variation_wrap .single_variation, .entry-summary .single_variation_wrap .single_variation {
  display: block;
}

.product-detail-wrap .single_variation_wrap .price, .entry-summary .single_variation_wrap .price {
  border-top: none;
  border-bottom: none;
  padding: 0;
  margin: 0;
}

.product-detail-wrap .description, .product-detail-wrap .woocommerce-variation-description, .entry-summary .description, .entry-summary .woocommerce-variation-description {
  border-bottom: 1px solid #ececec;
  clear: both;
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 24px;
  margin-top: 15px;
  color: #282828;
}

.product-detail-wrap .cart, .entry-summary .cart {
  margin-left: 0px;
  margin-bottom: 0px;
  line-height: 20px;
  display: inline-block;
  padding-bottom: 15px;
}

.rtl .product-detail-wrap .cart, .rtl .entry-summary .cart {
  margin-right: 0px;
  margin-left: inherit;
}

.product-detail-wrap .cart .single_add_to_cart_button, .entry-summary .cart .single_add_to_cart_button {
  margin: 0;
}

.product-detail-wrap .yith-wcwl-add-to-wishlist, .product-detail-wrap .compare, .entry-summary .yith-wcwl-add-to-wishlist, .entry-summary .compare {
  display: none;
}

.product-detail-wrap .add-links, .entry-summary .add-links {
  display: inline-block;
  padding-left: 15px;
}

.product-detail-wrap .add-links > *, .entry-summary .add-links > * {
  display: inline-block;
  height: 36px;
  width: 36px;
  vertical-align: middle;
  float: none;
  padding: 0 10px;
  float: none;
  line-height: 18px;
}

.product-detail-wrap .add-links .yith-compare, .entry-summary .add-links .yith-compare {
  line-height: 15px;
}

.product-detail-wrap .add-links .compare, .entry-summary .add-links .compare {
  display: inline-block;
  float: none;
}

.product-detail-wrap .add-links .clear, .entry-summary .add-links .clear {
  display: none;
}

.product-detail-wrap .reset_variations, .entry-summary .reset_variations {
  font-size: 12px;
}

.product-detail-wrap .zoom-image, .entry-summary .zoom-image {
  width: 100%;
  height: auto;
}

.product-detail-wrap .product_meta, .entry-summary .product_meta {
  border-top: 1px solid #ececec;
  clear: both;
  padding-top: 10px;
  margin: 0;
}

.product-detail-wrap .product_meta > *, .entry-summary .product_meta > * {
  display: block;
  padding: 5px 0;
  color: #000000;
  font-weight: bold;
}

.product-detail-wrap .product_meta > * span, .product-detail-wrap .product_meta > * a, .entry-summary .product_meta > * span, .entry-summary .product_meta > * a {
  color: #282828;
  font-size: 13px;
  font-weight: 400;
}

/**
* Quantity Product
*/
.quantity {
  float: left;
  margin-right: 50px;
  cursor: pointer;
  position: relative;
  width: 100px;
  height: 50px;
}

.rtl .quantity {
  float: right;
}

.rtl .quantity {
  margin-left: 50px;
  margin-right: inherit;
}

.quantity input.qty {
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  height: 50px;
  border-radius: 2px;
}

.quantity .add-action {
  position: absolute;
  line-height: 25px;
  text-align: center;
  background: #282828;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 25px;
  height: 25px;
  border-radius: 0px;
}

.quantity .add-action:hover, .quantity .add-action:active {
  color: #6d604c;
}

.quantity .qty-plus {
  right: -25px;
  top: 0;
}

.quantity .qty-minus {
  right: -25px;
  bottom: 0;
}

/**
* Image Detail Product
*/
/**
* Table Product
*/
.woocommerce-tabs .resp-tabs-container {
  border-top: 1px solid #EEEEEE;
  padding: 45px 0px;
}

.woocommerce-tabs .tab-content {
  padding: 0;
}

.woocommerce-tabs .tab-description {
  line-height: 24px;
}

.woocommerce-tabs #reviews .commentlist {
  padding: 0;
  margin: 0;
}

.woocommerce-tabs #reviews li {
  list-style: none;
  padding: 30px 0;
  border-top: 1px solid #EEEEEE;
}

.woocommerce-tabs #reviews .tall {
  color: #ececec;
}

.woocommerce-tabs #reviews .avatar {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 15px;
}

.woocommerce-tabs #reviews .description {
  line-height: 24px;
}

.woocommerce-tabs #reviews .comment-reply-title {
  font-size: 18px;
}

.woocommerce-tabs #reviews .star-rating {
  float: right;
}

.rtl .woocommerce-tabs #reviews .star-rating {
  float: left;
}

.woocommerce-tabs #reviews label {
  font-weight: 400;
  color: #282828;
  padding: 10px 0;
}

.woocommerce-tabs #reviews .bypostauthor .comment-text .meta > strong {
  color: #cb9f41;
}

.variations_form.cart tr td {
  border: none;
  text-align: left;
}

.rtl .variations_form.cart tr td {
  text-align: right;
}

.variations_form.cart tr label {
  text-align: left;
  margin-bottom: 0;
  padding: 0;
  border: none;
  line-height: 40px;
  min-width: 100px;
}

.rtl .variations_form.cart tr label {
  text-align: right;
}

.variations_form.cart tr label > * {
  margin: 0;
  border: none;
}

.variations_form.cart .price {
  padding-top: 15px;
  display: block;
}

#yith-quick-view-content .wp-post-image {
  width: 100%;
  height: auto;
  display: block;
}

.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;
}

.wg-custom-heading {
  text-align: center;
}

.wg-custom-heading .widget-content {
  padding: 60px 0;
}

.wg-custom-heading .text-heading {
  display: inline;
  line-height: 50px;
  font-size: 24px;
  color: #fff;
  padding: 0 15px;
}

.wg-custom-heading .buttom-heading {
  line-height: 50px;
  display: inline;
  padding: 0 15px;
}

.wg-custom-heading .buttom-heading .btn-inverse {
  border-radius: 60px;
  letter-spacing: 2px;
  padding: 17px 25px;
  font-weight: 500;
  background: transparent;
  border: 2px solid #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.wg-custom-heading .buttom-heading .btn-inverse:hover {
  color: #cb9f41;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.rit-heading {
  line-height: 24px;
}

/* ================= Team Member =================== */
.rit-member-wrap {
  margin-bottom: 30px;
}

.rit-member-wrap .widgettitle {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.rit-member-wrap .widgettitle span {
  border-bottom: none;
}

.rit-member-wrap ul.rit-member-list {
  padding: 0;
  margin: 0 -15px;
}

.rit-member-wrap ul.rit-member-list > li {
  padding: 0 15px;
}

.rit-member-list {
  list-style: none;
  margin: 0;
  text-align: center;
}

.rit-member-list h5 {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  margin: 26px 15px 8px;
}

.member-position {
  color: #7d7d7d;
  font-size: 14px;
}

.rit-member-item .rit-social ul li a {
  border: 2px solid #ebebeb;
  border-radius: 50%;
  color: #7d7d7d;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 37px;
  margin: 0 2px;
  padding: 0;
  text-align: center;
  width: 40px;
}

.rit-member-item .rit-social {
  margin-top: 15px;
}

.rit-member-item .rit-social ul {
  padding: 0;
}

.rit-social {
  text-align: center;
}

.rit-social ul {
  list-style: outside none none;
  margin: 0;
}

.rit-social ul li {
  display: inline-block;
}

.rit-social ul li a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 0 17px;
  text-transform: uppercase;
}

.products_shortcode_wrap .owl-wrapper-outer {
  margin-bottom: 15px;
}

.title-filter {
  margin-bottom: 30px;
}

.related, .upsells, .cross-sells {
  border-top: 1px solid #EEEEEE;
}

.related .widgettitle, .upsells .widgettitle, .cross-sells .widgettitle {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
}

.related .widgettitle > span, .upsells .widgettitle > span, .cross-sells .widgettitle > span {
  border-bottom: none;
}

.cross-sells {
  border-top: none;
}

.js-vc_parallax-o-image, .productid-image {
  background-color: gray;
}

.sidebar .widget-boxed {
  background: #E6E6E6;
}

.sidebar .widget-boxed .widgettitle {
  border-radius: 3px 3px 0 0;
  font-size: 14px;
  background: #cb9f41;
  padding: 15px;
  color: #ffffff;
  margin-bottom: 15px;
}

.sidebar .widget-boxed ul li {
  border-bottom: 1px solid #dcdcdc;
}

.sidebar .widget-boxed ul li a {
  padding-left: 30px;
  padding-right: 30px;
}

.sidebar .widget-boxed ul li:last-child {
  padding-bottom: 15px;
}

.sidebar .widget-boxed ul li li:first-child {
  border-top: 1px solid #dcdcdc;
}

.sidebar .widget-boxed ul li li:last-child {
  padding-bottom: 0px;
}

.sidebar .widget-product .widget-content {
  padding-top: 0;
}

.product-tabs .widget-content {
  padding-top: 0;
}

.product-tabs .tabs-title-product {
  font-size: 18px;
  padding: 0;
  font-weight: 400;
  background: none;
  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 {
  background: none;
  color: #6d604c;
}

.product-tabs ul {
  display: inline-block;
  position: relative;
  border: none;
}

.product-tabs li {
  padding-right: 30px;
}

.product-tabs li a:hover {
  background: none;
}

.product-tabs li + li:after {
  content: "/";
  left: -20px;
  position: absolute;
  top: -2px;
}

.product-tabs li.active > a,
.product-tabs li.active > a:hover,
.product-tabs li.active > a:focus {
  background: none;
  color: #6d604c;
}

.product-tabs .widgettitle span {
  border: none;
}

.product-tabs .widgettitle.left {
  text-align: left;
}

.product-tabs .widgettitle.center {
  text-align: center;
}

.product-tabs .widgettitle.right {
  text-align: right;
}

.category-product .widgettitle {
  margin-top: 50px;
}

.category-product .widget-content {
  padding-top: 20px;
}

.category-tabs .center {
  text-align: center;
}

.category-tabs .widgettitle {
  font-family: "Poppins";
}

.category-tabs .tabs-title-cat {
  font-size: 14px;
  padding: 0;
  background: none;
  display: block;
  text-transform: uppercase;
  font-family: "Poppins";
}

.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 {
  background: none;
  color: #6d604c;
}

.category-tabs .cat-title ul li + li:after {
  content: "/";
  left: -17px;
  position: absolute;
  top: 0;
}

.category-tabs ul {
  display: inline-block;
  position: relative;
  border: none;
}

.category-tabs li {
  padding-right: 20px;
}

.category-tabs li a:hover {
  background: none;
}

.category-tabs li.active > a,
.category-tabs li.active > a:hover,
.category-tabs li.active > a:focus {
  background: none;
  color: #6d604c;
}

.category-tabs .widgettitle {
  margin-top: 30px;
  font-weight: 700;
  font-size: 20px;
}

.category-tabs .widgettitle span {
  border: none;
}

.category-tabs .widgettitle span:after, .category-tabs .widgettitle span:before {
  content: none;
  border-width: 0;
}

.category-tabs .widgettitle.left {
  text-align: left;
}

.category-tabs .widgettitle.center {
  text-align: center;
}

.category-tabs .widgettitle.right {
  text-align: right;
}

.category-tabs.category-tabs-filter .widgettitle {
  font-size: 30px;
  padding-bottom: 30px;
}

.widget.product-id .productid-content-inner {
  padding: 8%;
}

.widget.product-id .name {
  text-align: center;
  padding-top: 30px;
  white-space: normal;
  margin: 0;
  line-height: 34px;
}

.widget.product-id .name a {
  font-size: 35px;
  color: #90815B;
  font-weight: bold;
}

.widget.product-id .description {
  padding: 15px;
  font-size: 14px;
  text-align: center;
  color: #808080;
  line-height: 24px;
  font-weight: 400;
  min-height: 80px;
}

.widget.product-id .description p {
  margin: 0;
}

.widget.product-id .product-image img {
  width: auto;
}

.widget.product-id .price {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #4a4a4a;
  font-size: 28px;
  line-height: 30px;
  padding: 0;
  display: block;
  position: relative;
  text-align: center;
}

.widget.product-id .ri-button-add-cart {
  padding: 15px 0 30px;
  display: block;
  position: relative;
  text-align: center;
}

.widget.product-id .ri-button-add-cart > a {
  color: #ffffff;
  border-width: 0px;
  border-style: solid;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  padding: 15px 35px;
  text-transform: uppercase;
  float: none;
}

.widget.product-id .ri-button-add-cart > a:hover, .widget.product-id .ri-button-add-cart > a:focus, .widget.product-id .ri-button-add-cart > a:active, .widget.product-id .ri-button-add-cart > a.active {
  color: #ffffff;
  background-color: #cb9f41;
  border-color: #cb9f41;
}

.open .widget.product-id .ri-button-add-cart > a.dropdown-toggle {
  color: #ffffff;
  background-color: #cb9f41;
  border-color: #cb9f41;
}

.widget.product-id .ri-button-add-cart > a:active, .widget.product-id .ri-button-add-cart > a.active {
  background-image: none;
}

.open .widget.product-id .ri-button-add-cart > a.dropdown-toggle {
  background-image: none;
}

.widget.product-id .ri-button-add-cart > a.disabled, .widget.product-id .ri-button-add-cart > a.disabled:hover, .widget.product-id .ri-button-add-cart > a.disabled:focus, .widget.product-id .ri-button-add-cart > a.disabled:active, .widget.product-id .ri-button-add-cart > a.disabled.active, .widget.product-id .ri-button-add-cart > a[disabled], .widget.product-id .ri-button-add-cart > a[disabled]:hover, .widget.product-id .ri-button-add-cart > a[disabled]:focus, .widget.product-id .ri-button-add-cart > a[disabled]:active, .widget.product-id .ri-button-add-cart > a[disabled].active,
fieldset[disabled] .widget.product-id .ri-button-add-cart > a,
fieldset[disabled] .widget.product-id .ri-button-add-cart > a:hover,
fieldset[disabled] .widget.product-id .ri-button-add-cart > a:focus,
fieldset[disabled] .widget.product-id .ri-button-add-cart > a:active,
fieldset[disabled] .widget.product-id .ri-button-add-cart > a.active {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}

.widget.product-id .ri-button-add-cart > a .badge {
  color: #4a4a4a;
  background-color: #ffffff;
}

.widget.product-id .ri-button-add-cart > a:after {
  top: 8px;
}

.widget.product-id .productid-content {
  background: #ffffff;
  padding: 20px;
}

.widget.product-id .productid-content .productid-content-inner {
  background: #F3F3F3;
}

.widget.product-id .productid-content.product_center {
  padding: 10px;
}

.widget.product-id.no-padding-top .productid-content {
  padding-top: 0px;
}

.widget.product-id.no-padding-bottom .productid-content {
  padding-bottom: 0px;
}

.widget.product-id .productid-image {
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .widget.product-id .product-image img {
    width: 100%;
  }
  .widget.product-id .product_center .product-image img {
    width: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .widget.product-id .product-image img {
    width: 100%;
  }
  .widget.product-id .product_center .product-image img {
    width: auto;
  }
}

@media (max-width: 767px) {
  .widget.product-id .box-equal {
    display: block;
  }
  .widget.product-id .box-equal:before, .widget.product-id .box-equal:after {
    content: " ";
    display: table;
  }
  .widget.product-id .box-equal:after {
    clear: both;
  }
  .widget.product-id .box-equal > * {
    display: block;
    width: 100% !important;
  }
  .widget.product-id .box-equal.product_right > * {
    float: right;
    margin-bottom: 10px;
  }
  .widget.product-id .box-equal.product_left > * {
    float: left;
    margin-top: 10px;
  }
  .widget.product-id.no-padding-top .productid-content {
    padding-top: 15px;
  }
  .widget.product-id.no-padding-bottom .productid-content {
    padding-bottom: 15px;
  }
}

.widget-services-box .widget-services-content {
  padding: 30px 0;
  color: #FFF;
}

.widget-services-box .services-content {
  padding: 120px 80px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.widget-services-box .title {
  letter-spacing: 1px;
  font-weight: 300px;
  margin-bottom: 15px;
}

.widget-services-box .title a {
  color: #FFF;
}

.widget-services-box .des-services {
  height: 50px;
  overflow: hidden;
  letter-spacing: 1px;
  font-style: italic;
  margin-bottom: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.widget-services-box .btn-services {
  color: #FFFFFF;
  border-width: 0px;
  border-style: solid;
  background-color: transparent;
  border-color: #FFFFFF;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 12px;
  border-width: 1px;
  display: inline-block;
  padding: 15px 30px;
  text-transform: uppercase;
}

.widget-services-box .btn-services:hover, .widget-services-box .btn-services:focus, .widget-services-box .btn-services:active, .widget-services-box .btn-services.active {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.open .widget-services-box .btn-services.dropdown-toggle {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.widget-services-box .btn-services:active, .widget-services-box .btn-services.active {
  background-image: none;
}

.open .widget-services-box .btn-services.dropdown-toggle {
  background-image: none;
}

.widget-services-box .btn-services.disabled, .widget-services-box .btn-services.disabled:hover, .widget-services-box .btn-services.disabled:focus, .widget-services-box .btn-services.disabled:active, .widget-services-box .btn-services.disabled.active, .widget-services-box .btn-services[disabled], .widget-services-box .btn-services[disabled]:hover, .widget-services-box .btn-services[disabled]:focus, .widget-services-box .btn-services[disabled]:active, .widget-services-box .btn-services[disabled].active,
fieldset[disabled] .widget-services-box .btn-services,
fieldset[disabled] .widget-services-box .btn-services:hover,
fieldset[disabled] .widget-services-box .btn-services:focus,
fieldset[disabled] .widget-services-box .btn-services:active,
fieldset[disabled] .widget-services-box .btn-services.active {
  background-color: transparent;
  border-color: #FFFFFF;
}

.widget-services-box .btn-services .badge {
  color: transparent;
  background-color: #FFFFFF;
}

.widget-services-box.style-2 .title {
  margin-top: 5px;
  margin-bottom: 5px;
}

.widget-services-box.style-2 .title-service {
  font-size: 12px;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}

.widget-services-box.style-2 .widget-services-content {
  padding: 0;
  margin: 10px 0;
}

.widget-services-box.style-2 .services-content {
  padding: 7px;
}

.widget-services-box.style-2 .des-services {
  font-size: 12px;
  font-style: normal;
  height: auto;
  margin-bottom: 0;
}

.widget-services-box.style-2 .des-services > * {
  margin: 0;
}

.widget-services-box.style-2 .overlay_border {
  display: none;
}

.widget-services-image .title-service {
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center;
  font-weight: 500;
}

.widget-services-image .image {
  margin-bottom: 30px;
}

.widget-services-image .services-content {
  line-height: 26px;
  color: #7d7d7d;
  text-align: center;
}

.widget-services-image .widget-content {
  padding-top: 0;
}

.widget-services-icon {
  margin: 15px 0;
}

.widget-services-icon .icon {
  float: left;
  position: relative;
  display: inline-block;
  color: #282828;
}

.widget-services-icon .icon .fa {
  font-size: 40px;
}

.widget-services-icon .icon .icon-image {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: auto;
  height: auto;
  width: 30px;
  height: 30px;
}

.widget-services-icon .services-content {
  float: left;
  padding: 0 15px;
  overflow: hidden;
  display: inline-block;
}

.widget-services-icon .title-service {
  color: #282828;
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0 0;
  text-transform: uppercase;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

.widget-services-icon .des-services {
  text-align: left;
  color: #282828;
  line-height: 24px;
  font-size: 14px;
}

.widget-services-icon.center {
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.widget-services-icon.left {
  text-align: left;
}

.widget-services-icon.right {
  text-align: right;
}

.widget-services-icon .widget-content {
  padding: 15px 0;
  display: inline-block;
}

.banner_item {
  padding: 15px;
  text-align: center;
}

.banner_item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.banner_item:hover img {
  -webkit-filter: none;
  filter: none;
}

.widget-testimonial {
  width: 100%;
  margin: auto;
  text-align: left;
}

.widget-testimonial .des-testimonial {
  font-size: 14px;
  color: #ffffff;
  padding: 15px;
  background: #cb9f41;
  border-radius: 5px;
  margin-right: 3px;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

.widget-testimonial .des-testimonial > * {
  display: inline;
}

.widget-testimonial .des-testimonial .fa {
  color: #cb9f41;
}

.widget-testimonial .des-testimonial:after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #cb9f41;
  bottom: -10px;
  content: "";
  height: 0;
  left: 25px;
  position: absolute;
  width: 0;
}

.widget-testimonial .author {
  color: #282828;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 20px;
}

.widget-testimonial .group-author-position {
  overflow: hidden;
}

.widget-testimonial .widgettitle {
  /*color: #fff;*/
  position: relative;
  padding-bottom: 24px;
  margin: 0;
  font-size: 26px;
  text-align:center;
}

.widget-testimonial .widgettitle span:before, .widget-testimonial .widgettitle span:after {
  content: none;
}

.widget-testimonial .widgettitle:after {
  content: "";
  border: none;
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  right: 0;
  margin: auto;
  border-width: 0;
}

.widget-testimonial .owl-prev, .widget-testimonial .owl-next {
  top: 40% !important;
  background: transparent !important;
}

.widget-testimonial .rit-testimonial {
  padding: 0;
}

.testimonial_item {
  display: block;
}

.testimonial_item .img-author {
  float: left;
  margin-top: 15px;
  margin-right: 15px;
}

.testimonial_item .img-author img {
  width: 80px;
  height: 80px;
  border: 3px solid #FFFFFF;
  background: white;
}

.testimonial_item .testimonial_position {
  color: #9a9a9f;
  font-size: 12px;
  margin-top: 3px;
  -webkit-font-smoothing: antialiased;
}

.widget-banner-slider {
  margin: 50px 0;
}

.rit-banners {
  position: relative;
}

.rit-banners .image-banner {
  position: absolute;
  left: 30px;
  bottom: 0;
}

.rit-banners .bannertitle {
  text-transform: uppercase;
  font-size: 26px;
  color: white;
  margin-bottom: 3px;
  letter-spacing: 1px;
  font-family: "Poppins";
}

.rit-banners .bannertitle, .rit-banners .subtitle {
  opacity: 0;
  visibility: hidden;
  -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;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.rit-banners .subtitle {
  display: block;
  margin-top: 0px;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Playfair Display";
}

.rit-banners:hover .bannertitle, .rit-banners:hover .subtitle {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  visibility: visible;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.service {
  position: relative;
  padding: 12px 0;
  cursor: pointer;
}

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

.service:after {
  clear: both;
}

.service:hover .icon-service {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #6d604c;
  color: #6d604c;
}

.service .icon-service {
  float: left;
  margin-right: 10px;
  width: 45px;
  height: 45px;
  border: 1px solid #b3b3b3;
  border-radius: 100%;
  line-height: 42px;
  text-align: center;
  color: #b3b3b3;
}

.rtl .service .icon-service {
  float: right;
}

.rtl .service .icon-service {
  margin-left: 10px;
  margin-right: inherit;
}

.service .service-description {
  float: left;
  width: 70%;
}

.rtl .service .service-description {
  float: right;
}

.service .title-service {
  text-align: left;
  text-transform: uppercase;
  color: #282828;
}

.rtl .service .title-service {
  text-align: right;
}

.service .description {
  text-align: left;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 0;
  font-style: italic;
  line-height: 12px;
}

.rtl .service .description {
  text-align: right;
}

.support {
  display: block;
  margin-top: 30px;
}

.icon-support {
  float: left;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 0;
}

.rtl .icon-support {
  float: right;
}

.rtl .icon-support {
  margin-left: 15px;
  margin-right: inherit;
}

.icon-support .fa {
  font-size: 24px;
  line-height: 30px;
  color: #cb9f41;
}

.support-description {
  float: left;
  width: 70%;
}

.rtl .support-description {
  float: right;
}

.support-description > * {
  display: inline-block;
  color: #282828;
}

.support-description .text-support {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}

.support-description .text-support b {
  text-transform: uppercase;
  font-weight: 400;
}

.newsletters {
  text-align: center;
  padding: 30px 0;
}

.newsletters .form-newsletter label {
  padding: 15px 0;
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 1px;
  padding-right: 10px;
  color: #333333;
}

.rtl .newsletters .form-newsletter label {
  padding-left: 10px;
  padding-right: inherit;
}

.newsletters .descrition {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 30px;
  color: #333333;
}

.newsletters .descrition span {
  color: #cb9f41;
}

.newsletters .group-input-newsletter {
  text-align: center;
  display: inline-block;
}

.newsletters .input-newsletter {
  width: 550px;
  padding-bottom: 30px;
}

.newsletters .input-newsletter input {
  height: 50px;
  border-radius: 0;
}

.newsletters .input-newsletter #mc4wp {
  border: none;
  border-bottom: 2px solid #dddddd;
  background: none;
  width: 97%;
  padding: 0;
}

.newsletters .input-newsletter #mc4wp:focus {
  border-color: #6d604c;
}

.newsletters .btn-newsletter {
  letter-spacing: 1px;
  background: #6d604c;
}

.newsletters .btn-newsletter:hover {
  background: #cb9f41;
}

.sidebar .newsletters {
  padding: 0;
  text-align: left;
}

.sidebar .newsletters .form-newsletter label {
  border-bottom: 1px solid #f1f1f1;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin: 0 0 20px;
  padding-bottom: 5px;
  display: block;
  font-family: "Poppins";
}

.sidebar .newsletters .input-newsletter {
  width: 100%;
}

.sidebar .newsletters .input-newsletter input {
  height: 40px;
}

.sidebar .newsletters .descrition {
  font-size: 14px;
  color: #707070;
}

.sidebar .newsletters .btn-newsletter {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 2px !important;
  letter-spacing: 0;
  text-transform: capitalize;
}

.sidebar .newsletters .group-input-newsletter {
  display: block;
}

[class*="ion-social-"] {
  width: 30px;
  height: 30px;
  background: transparent;
  color: #ffffff;
  border: 2px solid #cb9f41;
  font-size: 14px;
  display: inline-block;
  line-height: 28px;
  margin-right: 10px;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 100%;
}

[class*="ion-social-"]:hover {
  color: #ffffff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.RIT_social .ion-social-facebook:hover {
  color: #cb9f41 !important;
  border: 2px solid #cb9f41;
}

.RIT_social .ion-social-googleplus:hover {
  color: #cb9f41 !important;
  border: 2px solid #cb9f41;
}

.RIT_social .ion-social-twitter:hover {
  color: #cb9f41 !important;
  border: 2px solid #cb9f41;
}

.RIT_social .ion-social-instagram:hover {
  color: #cb9f41 !important;
  border: 2px solid #cb9f41;
}

.RIT_social .ion-social-pinterest:hover {
  color: #cb9f41;
  border: 2px solid #cb9f41;
}

.RIT_social .ion-social-skype:hover {
  color: #cb9f41;
  border: 2px solid #cb9f41;
}

.RIT_social .ion-social-vimeo:hover {
  color: #cb9f41;
  border: 2px solid #cb9f41;
}

.RIT_social .ion-social-youtube:hover {
  color: #cb9f41;
  border: 2px solid #cb9f41;
}

.RIT_social .ion-social-dribbble:hover {
  color: #cb9f41;
  border: 2px solid #cb9f41;
}

.RIT_social .ion-social-linkedin:hover {
  color: #cb9f41;
  border: 2px solid #cb9f41;
}

.RIT_social .ion-social-rss:hover {
  color: #cb9f41;
  border: 2px solid #cb9f41;
}

/**
	 * Price filter widget
	 */
.widget_price_filter {
  margin-bottom: 50px !important;
}

.widget_price_filter .widgettitle {
  margin-bottom: 40px;
}

.widget_price_filter .price_slider {
  margin: 1em 0 2em;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}

.widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: .5em;
  margin-right: .5em;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  background-color: #282828;
  border-radius: 0;
  cursor: ew-resize;
  outline: none;
  top: -7px;
  margin-left: -.5em;
}

.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: #282828;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 0;
  background-color: #cccccc;
  border: 0;
}

.widget_price_filter .price_slider_wrapper .button {
  padding: 7px 20px;
  border-radius: 3px;
}

.widget_price_filter .price_slider_wrapper .price_label {
  font-size: 14px;
}

.widget_price_filter .ui-slider-horizontal {
  height: 2px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 2px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.category-banner .cat-des {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  left: 0;
  margin: 0 10px;
  padding: 15px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 75%;
}

.category-banner .cat-count {
  font-size: 14px;
  color: #d1d1d1;
}

.category-banner .cat-name {
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
}

.category-banner .cat-image {
  overflow: hidden;
}

.category-banner .cat-image .category_thumb {
  -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;
}

.category-banner .cat-image:hover .category_thumb {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.blog-recent-post .rit-recent-post {
  padding: 0 2px;
}

.blog-recent-post .rit-recent-post .post-image {
  padding-bottom: 20px;
}

.blog-recent-post .rit-recent-post .entry-header {
  margin: 0;
  padding: 0;
}

.blog-recent-post .entry-content {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #eeeeee;
  color: #666666;
  font-size: 13px;
  line-height: 24px;
  padding-bottom: 5px;
}

.blog-recent-post .entry-title {
  display: inline-block;
  font-size: 16px;
  padding-bottom: 10px;
  line-height: 24px;
  margin: 0;
}

.blog-recent-post .post-date {
  font-size: 12px;
}

.blog-recent-post .article-meta {
  padding-left: 0;
  padding-right: 0;
  color: #666666;
  font-size: 13px;
  line-height: 14px;
  padding-bottom: 0px;
}

.blog-recent-post .btn-recent-blog {
  padding: 15px 0;
  display: block;
}

.sidebar .blog-recent-post .widget-content {
  padding: 0;
}

.sidebar .blog-recent-post .post-image {
  float: none;
  width: 100%;
}

.sidebar .blog-recent-post .rit-carousel {
  margin: 0 -15px;
}

.sidebar .widgettitle span {
  border: none;
  padding: 0;
}

/*Style category blog*/
.archive-blog article {
  padding: 30px 0;
}

.archive-blog article:first-child {
  padding-top: 0;
}

.archive-blog article:last-child {
  border-bottom: none;
}

.archive-blog .entry-content {
  text-align: justify;
}

.archive-blog .entry-action {
  padding-top: 5px;
}

.archive-blog .entry-title {
  font-size: 26px;
}

.content-area {
  margin-bottom: 30px;
}

/*Style single blog*/
.post-image {
  text-align: center;
  padding-bottom: 30px;
}

.post-video {
  margin-bottom: 30px;
}

.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;
}

.post-cat {
  font-weight: 500;
  color: #cb9f41;
  text-transform: uppercase;
  position: relative;
  padding-right: 15px;
}

.post-cat a {
  color: #cb9f41;
}

.post-cat:after {
  content: "/";
  font-size: 10px;
  position: absolute;
  right: 0;
  top: -5px;
  color: #7c7c7e;
}

.post-date {
  color: #7c7c7e;
  padding-left: 7px;
}

.entry-header {
  padding-left: 30px;
  padding-right: 30px;
}

.entry-header > header {
  display: inline-block;
}

.entry-header .entry_pagination {
  display: none;
}

.entry-title {
  display: inline-block;
  padding-top: 0px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 0;
  color: #282828;
}

.entry-title > a {
  color: #282828;
}

.entry-title > a:hover {
  color: #cb9f41;
}

.archive-header .entry-title {
  padding: 15px 0;
}

.article-meta {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0px;
  line-height: 24px;
}

.article-meta .fa {
  padding-right: 10px;
  color: #6d604c;
}

.rtl .article-meta .fa {
  padding-left: 10px;
  padding-right: inherit;
}

.article-meta span {
  font-size: 12px;
}

.article-meta span:first-child {
  padding-left: 0px;
}

.rtl .article-meta span:first-child {
  padding-right: 0px;
  padding-left: inherit;
}

post-comment {
  padding-bottom: 25px;
  line-height: 24px;
}

post-comment .fa {
  padding-right: 10px;
  color: #6d604c;
}

.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;
}

.tags .fa {
  padding-right: 10px;
  color: #6d604c;
}

.rtl .tags .fa {
  padding-left: 10px;
  padding-right: inherit;
}

.tags a {
  color: #cb9f41;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0 5px;
  text-decoration: none;
}

.tags a:hover {
  text-decoration: underline;
}

.entry-content {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 28px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 40px;
  margin-top: 30px;
}

.author-img {
  padding-right: 15px;
}

.author-img > img {
  width: 100px;
  border-radius: 100%;
  max-width: inherit;
}

.avatar > img {
  max-width: inherit;
  border-radius: 100%;
}

.author-content h5 {
  margin-top: 0;
}

.author-content a {
  font-size: 16px;
  text-transform: capitalize;
}

.author-content .author-social {
  margin-bottom: 5px;
}

.author-content p {
  max-width: 800px;
  font-size: 14px;
}

.commentform {
  padding-bottom: 30px;
}

#comments .heading {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 30px;
  text-transform: uppercase;
}

#comments .comment-list {
  padding: 0;
  margin: 0;
}

#comments .comment-list li.comment {
  border-top: 1px solid #f1f1f1;
  list-style: outside none none;
  padding: 30px 0;
}

#comments .text-user {
  text-transform: capitalize;
  font-weight: 500;
}

#comments .meta-user {
  color: #7c7c7e;
}

#comments .meta-user a {
  color: #7c7c7e;
  padding-left: 5px;
  padding-right: 5px;
}

.rtl #comments .meta-user a {
  padding-right: 5px;
  padding-left: inherit;
}

.rtl #comments .meta-user a {
  padding-left: 5px;
  padding-right: inherit;
}

#comments .children {
  padding-left: 85px;
}

.rtl #comments .children {
  padding-right: 85px;
  padding-left: inherit;
}

#comments .children li:first-child {
  margin-top: 20px;
}

#comments .children li:last-child {
  padding-bottom: 0;
}

#comments .comment-author {
  padding-bottom: 10px;
}

#comments .h-info {
  padding-bottom: 30px;
}

#comments .the-comment > .avatar {
  padding-right: 15px;
}

#commentform .form-control {
  border-width: 0 0 1px;
  padding-left: 0;
}

#commentform > * {
  padding-bottom: 15px;
}

#commentform .comment-text {
  text-transform: lowercase;
}

.post-related {
  padding: 30px 0;
}

.post-box-title {
  text-transform: uppercase;
  font-size: 16px;
  color: #282828;
  margin-bottom: 25px;
  font-weight: 500;
}

.post-box-title > span {
  font-size: 16px;
}

.item-related {
  padding-top: 15px;
}

.item-related img {
  width: 100%;
}

.post-title {
  font-size: 16px;
  margin: 10px 0;
  line-height: 24px;
}

.entry_pagination .pagination {
  padding: 20px 0 0;
  margin: 0;
  border: none;
}

.entry_pagination .pagination .fa {
  color: #6d604c;
}

.entry_pagination .pagination .page-numbers:hover {
  background: #6d604c;
  border: 1px solid #6d604c;
}

.entry_pagination .pagination .page-numbers:hover .fa {
  color: #ffffff;
}

.form-submit {
  margin-top: 30px;
}

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

.form-submit:after {
  clear: both;
}

@media (max-width: 480px) {
  #menu-topbar-menu {
    float: left;
    margin: 0;
  }
  .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-actions, .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions {
    display: inline-block !important;
    float: none !important;
    margin-top: 6px;
    max-width: 30%;
}
  #menu-topbar-menu .fa + span {
    display: none;
  }
  #ri-top-navbar .user-login {
    display: none;
  }
  .topbar-hiden #ri-top-navbar {
    display: block !important;
  }
  #ri-top-navbar ul > li {
    padding: 7px 15px;
  }
  #logo {
    text-align: center;
  }
  .header-3.header-vertical {
    position: relative;
  }
  .header-3.header-vertical .sticky-wrapper {
    display: none;
  }
  .menu-vertical #content, .menu-vertical #rit-footer {
    margin-left: 0 !important;
  }
  .menu-vertical .rev_slider_wrapper {
    margin-left: 0 !important;
  }
  .header-4.keep-header {
    position: static;
  }
  .header-4.menu-transparent #ri-header {
    position: relative;
  }
  .header-4.menu-transparent #ri-header #logo {
    display: block;
  }
  .header-4.menu-transparent #ri-header .menu-transparent-logo {
    display: none;
  }
  #menu-footer-navigation {
    display: none !important;
  }
  .header-content-right {
    text-align: center;
  }
  .header-content-right .group-cart-search {
    float: none;
  }
  .header-content-right .cart-wrap {
    float: none;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
  }
  .ri-cart .mini-cart {
    border-left: 0;
    padding: 0px;
    text-align: center;
  }
  .rtl .ri-cart .mini-cart {
    border-right: 0;
    border-left: inherit;
  }
  .mobile-cart .ri-cart .mini-cart {
    margin-top: 8px;
  }
  .mobile-cart .group-mini-cart {
    display: none;
  }
  .wg-custom-heading .text-heading {
    font-size: 25px;
  }
  .des-testimonial > p {
    font-size: 18px;
  }
  .newsletters .input-newsletter {
    width: 300px;
  }
  .header-content-header, .header-content {
    display: none;
  }
  #ri-menu-primary {
    display: none !important;
  }
  .quick-view {
    display: none;
  }
  .switch-layout .products-list {
    display: none;
  }
  .header-4.keep-header.hide-bar #ri-header {
    position: absolute !important;
  }
  .header-4 .header-content-logo {
    float: none;
    text-align: center;
  }
  .footer-4 {
    padding-top: 15px;
  }
  .footer-4 .coppy-right.pull-left {
    float: none !important;
    text-align: center;
  }
  .footer-4 .coppy-right-right.pull-right {
    float: none !important;
    text-align: center;
  }
  .header-full .cart_list {
    position: relative;
  }
  .header-full .cart_list li a {
    margin-right: 5px !important;
  }
  #ri-top-navbar .mobile-cart {
    padding: 0;
  }
  .attachment-shop_thumbnail.size-shop_thumbnail {
    height: 100%;
    width: 100%;
  }
  .caroufredsel_wrapper {
    height: 80px !important;
  }
  .buttons_added {
    margin-bottom: 15px;
  }
  .product_title {
    margin-top: 30px;
  }
  .woocommerce-tabs .tab-content {
    padding: 30px;
  }
  .widget-services-box .des-services {
    height: auto;
  }
  .rit-banners {
    margin-bottom: 30px;
  }
  .product-col {
    width: 100%;
  }
  .wp-post-image {
    width: 100%;
    max-width: 100%;
  }
  .shop_table_responsive.cart .product-name, .shop_table_responsive.cart .product-price {
    display: none;
  }
  .shop_table_responsive.cart .input.qty {
    width: 35px !important;
  }
  .shop_table_responsive td {
    padding: 10px;
  }
  .shop_table_responsive tr > * {
    padding: 5px;
  }
  .shop_table_responsive .shipping .amount {
    float: left;
    line-height: 30px;
  }
  .shop_table_responsive .shipping .shipping-calculator-button {
    padding: 0;
    font-size: 12px;
  }
  .rit-coupon .input-group-addon {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .quick-view {
    display: none;
  }
  #menu-topbar-menu {
    float: left;
    margin: 0;
    margin-right: 5px;
  }
  #menu-topbar-menu .fa + span {
    display: none;
  }
  .rtl #menu-topbar-menu {
    margin-left: 5px;
    margin-right: inherit;
  }
  #ri-top-navbar .user-login {
    display: none;
  }
  .topbar-hiden #ri-top-navbar {
    display: block !important;
  }
  #menu-footer-navigation {
    display: none !important;
  }
  .header-3.header-vertical {
    position: relative;
  }
  .header-3.header-vertical .sticky-wrapper {
    display: none;
  }
  .menu-vertical #content, .menu-vertical #rit-footer {
    margin-left: 0 !important;
  }
  .menu-vertical .rev_slider_wrapper {
    margin-left: 0 !important;
  }
  .header-4.keep-header {
    position: static;
  }
  .header-4.menu-transparent #ri-header {
    position: relative;
  }
  .header-4.menu-transparent #ri-header #logo {
    display: block;
  }
  .header-4.menu-transparent #ri-header .menu-transparent-logo {
    display: none;
  }
  #logo {
    text-align: center;
  }
  .header-content-right {
    text-align: center;
  }
  .header-content-right .group-cart-search {
    float: none;
  }
  .header-content-right .cart-wrap {
    float: none;
    text-align: center;
    display: inline-block;
    margin-top: 15px;
  }
  .ri-cart .mini-cart {
    border-left: 0;
    padding: 0px;
    text-align: center;
  }
  .rtl .ri-cart .mini-cart {
    border-right: 0;
    border-left: inherit;
  }
  .mobile-cart .ri-cart .mini-cart {
    margin-top: 12px;
  }
  .mobile-cart .group-mini-cart {
    display: none;
  }
  .header-content-header, .header-content {
    display: none;
  }
  #ri-menu-primary {
    display: none !important;
  }
  .header-4.keep-header.hide-bar #ri-header {
    position: absolute !important;
  }
  .header-4 .header-content-logo {
    float: none;
    text-align: center;
  }
  .footer-4 {
    padding-top: 15px;
  }
  .footer-4 .coppy-right.pull-left {
    float: none !important;
    text-align: center;
  }
  .footer-4 .coppy-right-right.pull-right {
    float: none !important;
    text-align: center;
  }
  .header-full .cart_list {
    position: relative;
  }
  .header-full .cart_list li a {
    margin-right: 5px !important;
  }
  .rit-banners {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .quick-view {
    display: none;
  }
  #menu-topbar-menu .fa + span {
    display: none;
  }
  #ri-top-navbar .user-login {
    display: none;
  }
  .ri-cart .mini-cart {
    border: none;
  }
  .mobile-cart .ri-cart .mini-cart {
    margin-top: 12px;
  }
  .mobile-cart .group-mini-cart {
    display: none;
  }
  .topbar-hiden #ri-top-navbar {
    display: block !important;
  }
  .header-3.header-vertical {
    position: relative;
  }
  .header-3.header-vertical .sticky-wrapper {
    display: none;
  }
  .menu-vertical #content, .menu-vertical #rit-footer {
    margin-left: 0 !important;
  }
  .menu-vertical .rev_slider_wrapper {
    margin-left: 0 !important;
  }
  .header-4.keep-header {
    position: static;
  }
  .header-4.keep-header.hide-bar #ri-header {
    position: absolute !important;
  }
  .header-4 .header-content-logo {
    float: none;
    text-align: center;
  }
  .header-4.menu-transparent #ri-header {
    position: relative;
  }
  .header-4.menu-transparent #ri-header #logo {
    display: block;
  }
  .header-4.menu-transparent #ri-header .menu-transparent-logo {
    display: none;
  }
  .newsletters .descrition {
   /*  display: none; */
  }
  #ri-menu-primary {
    display: none !important;
  }
  .header-content-header, .header-content {
    display: none;
  }
  .footer-4 {
    padding-top: 15px;
  }
  .footer-4 .coppy-right.pull-left {
    float: none !important;
    text-align: center;
  }
  .footer-4 .coppy-right-right.pull-right {
    float: none !important;
    text-align: center;
  }
  .header-full .cart_list {
    position: relative;
  }
  .header-full .cart_list li a {
    margin-right: 5px !important;
  }
  .attachment-shop_thumbnail.size-shop_thumbnail {
    height: 100%;
    width: 100%;
  }
  .caroufredsel_wrapper {
    height: 80px !important;
  }
  .woocommerce-tabs .tab-content {
    padding: 30px;
  }
  .mobile-cart .ri-cart .mini-cart {
    padding: 0;
    margin-top: 7px;
  }
  .mobile-cart .text-items {
    position: relative;
    z-index: 99;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #menu-topbar-menu .fa + span {
    display: none;
  }
  #ri-top-navbar .user-login {
    display: none;
  }
  .wg-custom-heading .text-heading {
    font-size: 28px;
  }
  .header-2 .searchform-wrap, .header-3 .searchform-wrap, .header-4 .searchform-wrap {
    width: 250px;
  }
  .header-3.header-vertical #ri-menu-primary ul > li > ul.mega-sub-menu {
    min-width: 700px;
  }
  .sidebar .post-image {
    margin-right: 5px;
  }
  .rtl .sidebar .post-image {
    margin-left: 5px;
    margin-right: inherit;
  }
  table > thead > tr > th,
  table > thead > tr > td,
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    padding: 5px;
  }
  .slicknav_nav {
    display: none;
  }
  .blog-recent-post {
    display: none;
  }
}

@media (min-width: 1200px) {
  .add_to_cart_button .fa-shopping-cart, .product_type_variable .fa-shopping-cart {
    display: none;
  }
  .slicknav_nav {
    display: none;
  }
}
.btn.contactbtn {
  background: #cb9f41 none repeat scroll 0 0;
  color: #ffffff;
  font-weight: bold;
  margin-top: 10px;
}
strong.context {
  font-size: 22px;
  font-weight: normal;
}
.getin {
  margin-top: 14em;
}

.vc_general.vc_cta3.tagline.vc_cta3-style-classic.vc_cta3-shape-rounded.vc_cta3-align-left.vc_cta3-color-classic.vc_cta3-icon-size-md.vc_cta3-actions-right {
  background: #cb9f41 none repeat scroll 0 0;
  border-color: #cb9f41;
  color: #ffffff;
  padding-top: 0px ;
  padding-bottom: 0px;
}
.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
  background: #cb9f41 none repeat scroll 0 0 !important;
  color: #ffffff  !important;
 
}
.vc_cta3-content-header > h2 {
  font-size: 22px;
   padding-top:14px;
}
/* .vc_cta3-content-header {
  margin-right: 19em;
} */
.vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-actions, .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions {
    display: inline-block !important;
    float: right;
    max-width: 30%;
	margin-top: 6px;  
}
.vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-content {
    display: inline-block !important;
    padding-right: 28px;
}
.tagline_content .vc_column-inner.vc_custom_1484211833664 {
    padding-top: 11px;
}.tagline_content section {
    margin-bottom: 0 !important;
}/* .cousionclass.wpb_column.vc_column_container.vc_col-sm-8 {
    width: 64%;   
} */.vc_custom_heading {
  margin-top: 0 !important;  
}#yith-quick-view-content div.images {
  float: left !important;
  width: 100% !important;
}
