@font-face {
  font-family: 'LoraItalic';
  src: url('../fonts/LoraItalic.eot');
  src: url('../fonts/LoraItalic.eot') format('embedded-opentype'), url('../fonts/LoraItalic.woff2') format('woff2'), url('../fonts/LoraItalic.woff') format('woff'), url('../fonts/LoraItalic.ttf') format('truetype'), url('../fonts/LoraItalic.svg#LoraItalic') format('svg');
}
@font-face {
  font-family: 'LoraBold';
  src: url('../fonts/LoraBold.eot');
  src: url('../fonts/LoraBold.eot') format('embedded-opentype'), url('../fonts/LoraBold.woff2') format('woff2'), url('../fonts/LoraBold.woff') format('woff'), url('../fonts/LoraBold.ttf') format('truetype'), url('../fonts/LoraBold.svg#LoraBold') format('svg');
}
@font-face {
  font-family: 'LoraRegular';
  src: url('../fonts/LoraRegular.eot');
  src: url('../fonts/LoraRegular.eot') format('embedded-opentype'), url('../fonts/LoraRegular.woff2') format('woff2'), url('../fonts/LoraRegular.woff') format('woff'), url('../fonts/LoraRegular.ttf') format('truetype'), url('../fonts/LoraRegular.svg#LoraRegular') format('svg');
}
@font-face {
  font-family: 'BitterRegular';
  src: url('../fonts/BitterRegular.eot');
  src: url('../fonts/BitterRegular.eot') format('embedded-opentype'), url('../fonts/BitterRegular.woff2') format('woff2'), url('../fonts/BitterRegular.woff') format('woff'), url('../fonts/BitterRegular.ttf') format('truetype'), url('../fonts/BitterRegular.svg#BitterRegular') format('svg');
}
body {
  background-color: #fff;
  color: #7b7b7b;
  font-size: 14px;
  line-height: normal;
  font-family: "BitterRegular", sans-serif;
}
body .body-wrapper {
  overflow: hidden;
  position: relative;
}
body .body-wrapper.box-layout {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px 0 #555;
  -moz-box-shadow: 0 2px 8px 0 #555;
  -o-box-shadow: 0 2px 8px 0 #555;
  -ms-box-shadow: 0 2px 8px 0 #555;
  box-shadow: 0 2px 8px 0 #555;
}
body a {
  color: #545454;
}
body a:hover {
  color: #f99d1c;
  text-decoration: none;
}
body a:focus {
  text-decoration: none;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0 0 10px;
  line-height: 1em;
  font-family: 'LoraItalic';
}
body a {
  outline: medium none !important;
}
body input,
body textarea,
body button {
  outline: medium none !important;
  border: 1px solid #cecece;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 0px 5px;
}
body img {
  display: block;
  max-width: 100%;
  height: auto;
}
body ul {
  padding: 0;
}
body ul,
body ol {
  margin-left: 15px;
}
.rtl body ul,
.rtl body ol {
  margin-left: 0;
  margin-right: 15px;
}
body ol {
  padding-left: 15px;
}
body .container {
  padding: 0;
}
.theme-clearfix:after {
  height: 0;
  clear: both;
  content: " ";
  font-size: 0;
  min-height: 0;
  display: block;
  visibility: hidden;
}
.clearfix {
  clear: both;
}
.thumbnail {
  max-width: 100%;
}
.size-full {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}
.alignleft {
  float: left;
  margin: 0 15px 30px 0;
}
.rtl .alignleft {
  float: right;
  margin: 0 0 30px 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto 30px auto;
  clear: both;
}
.alignright {
  float: right;
  margin: 0 0 30px 15px;
}
.rtl .alignright {
  float: left;
  margin: 0 15px 30px 0;
}
.alignnone {
  float: none;
  clear: both;
  display: block;
  margin: 0 0 30px 0;
}
p .size-full {
  width: auto;
  height: auto;
  margin: 5px 0 30px 0;
}
p .alignleft {
  float: left;
  margin: 5px 15px 30px 0;
}
.rtl p .alignleft {
  float: right;
  margin: 5px 0 30px 15px;
}
p .aligncenter {
  display: block;
  margin: 5px auto 30px auto;
}
p .alignright {
  float: right;
  margin: 5px 0 30px 15px;
}
.rtl p .alignright {
  float: left;
  margin: 5px 15px 30px 0;
}
p .alignnone {
  float: none;
  display: block;
  margin: 5px 0 30px 0;
}
figure .size-full {
  margin: 0;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.menu,
.dropdown ul {
  list-style: none;
  margin: 0;
}
.loading {
  position: relative;
  max-height: 300px;
  overflow: hidden;
}
.loading:before {
  background: url(../assets/img/loadingp.gif) no-repeat center center #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  display: block;
}
.rtl .loading:before {
  left: 0 !important;
  right: 0 !important;
}
:focus {
  outline: -webkit-focus-ring-color auto 0;
}
a:hover,
a:focus {
  color: #f99d1c;
}
input.input-text:focus,
select:focus,
textarea:focus {
  background-color: #fafafa;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent;
}
.wpb_map_wraper iframe {
  pointer-events: none;
}
.quote-border {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f4f4f4;
  padding: 20px;
  margin-bottom: 10px;
  font-style: italic;
  border: 1px solid #ddd;
}
.fa {
  margin: 0;
}
.nav-tabs>li {
  float: left;
}
.rtl .nav-tabs>li {
  float: right;
}
.modal,
.fancybox-lock .fancybox-overlay {
  overflow-y: auto;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin: 0;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background-color: transparent;
  color: #f99d1c;
}
.box-layout .body-wrapper {
  width: 1200px;
  margin: 0 auto;
  box-shadow: 0 0 8px #000;
  background: #fff;
  overflow: hidden;
}
.box-layout .body-wrapper .sw-woo-container-slider .slick-next {
  right: 0;
}
.box-layout .body-wrapper .sw-woo-container-slider .slick-prev {
  left: 0;
}
.box-layout .body-wrapper .slider-toprated-product .slick-prev,
.box-layout .body-wrapper .countdown-slider-style1 .slick-prev {
  right: 45px;
  left: auto;
}
.box-layout .body-wrapper .slider-toprated-product .slick-next,
.box-layout .body-wrapper .countdown-slider-style1 .slick-next {
  right: 20px;
}
#main-menu {
  position: relative;
}
#main-menu .primary-menu {
  text-align: center;
}
#main-menu .primary-menu .menu-vertical .navbar-inverse {
  background-color: transparent;
}
#main-menu .primary-menu .menu-vertical .navbar-inverse .nav-pills.nav-css li.dropdown .dropdown-menu .menu-imgae,
#main-menu .primary-menu .menu-vertical .navbar-inverse .nav-pills.nav-css li.dropdown .dropdown-menu .menu-img {
  display: none;
}
#main-menu .primary-menu .navbar-inverse .resmenu-container .menu-responsive-wrapper {
  z-index: 99;
}
.header-default.sticky-menu #main-menu,
.header-style1 .sticky-menu #main-menu {
  position: fixed;
  background: #000;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
/*   -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; */
}
.header-style1 .sticky-menu #main-menu {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px #333;
  -moz-box-shadow: 0 1px 2px #333;
  -o-box-shadow: 0 1px 2px #333;
  -ms-box-shadow: 0 1px 2px #333;
  box-shadow: 0 1px 2px #333;
}
.header-style2 .sticky-menu .header-bottom,
.header-style3 .sticky-menu .header-bottom,
.header-style4 .sticky-menu .header-bottom {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 0 1px 2px #333;
  -moz-box-shadow: 0 1px 2px #333;
  -o-box-shadow: 0 1px 2px #333;
  -ms-box-shadow: 0 1px 2px #333;
  box-shadow: 0 1px 2px #333;
}
.nav-pills {
  display: inline-block;
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.nav-pills >li {
  float: none;
  display: inline-block;
}
.nav-pills >li >a {
  text-transform: uppercase;
  background-color: transparent;
  position: relative;
  padding: 15px 20px;
  display: block;
  font-size: 13px;
  color: #111111;
}
.nav-pills >li >a:hover,
.nav-pills >li >a:focus {
  background-color: transparent;
}
.nav-pills >li >a:hover:after,
.nav-pills >li >a:focus:after {
  left: 0;
  right: 0;
}
.nav-pills >li >a:after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.nav-pills >li.active >a {
  color: #f99d1c;
}
.nav-pills >li.dropdown .dropdown-menu {
  text-align: left;
  display: block;
  visibility: hidden;
  top: 125%;
  padding: 15px 0;
  border: none;
  min-width: 200px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl .nav-pills >li.dropdown .dropdown-menu {
  text-align: right;
}
.nav-pills >li.dropdown .dropdown-menu li {
  width: 100%;
}
.nav-pills >li.dropdown .dropdown-menu li >a {
  position: relative;
  text-transform: capitalize;
  display: block;
  padding: 12px 25px;
}
.nav-pills >li.dropdown .dropdown-menu li >a:hover {
  color: #f99d1c;
}
.nav-pills >li.dropdown .dropdown-menu li.dropdown-submenu {
  position: relative;
}
.nav-pills >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
  position: absolute;
  top: -16px;
  left: 110%;
  visibility: hidden;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl .nav-pills >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
  left: auto;
  right: 110%;
}
.nav-pills >li.dropdown .dropdown-menu >.dropdown-submenu:hover >.dropdown-menu {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills >li.dropdown .dropdown-menu >.dropdown-submenu:hover >.dropdown-menu {
  left: auto;
  right: 100%;
}
.nav-pills >li.dropdown:hover:before {
  top: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-pills >li.dropdown:hover .dropdown-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-pills >li.active {
  position: relative;
}
.nav-pills >li.active >a,
.nav-pills >li.active >a:hover,
.nav-pills >li.active >a:focus {
  background-color: transparent;
  color: #f99d1c;
}
.nav-pills .dropdown-menu li.active >a,
.nav-pills .dropdown-menu li:hover >a {
  color: #f99d1c;
  background-color: transparent;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu {
  padding: 20px 15px;
  width: 100%;
  visibility: hidden;
  box-shadow: 2px 3px 3px #666;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu li.active >a,
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu li:hover >a {
  background-color: transparent;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu >li {
  float: left;
  padding: 0 15px;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu >li.image-full {
  width: 100% !important;
  padding-top: 0;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu >li.image-full >a {
  border-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 20px;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu >li.image-full >a .menu-title {
  display: none;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu >li.image-full img {
  width: 100%;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu >li .item-bottom {
  display: none;
}
.rtl .nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu >li {
  float: right;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu .dropdown-submenu >a,
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu .dropdown-submenu >.have-title {
  text-transform: capitalize;
  font-weight: normal;
  padding: 10px 0;
  display: block;
  font-family: 'LoraItalic';
  color: #1b1b1b;
  font-size: 18px;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu .dropdown-submenu >a .menu-title,
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu .dropdown-submenu >.have-title .menu-title {
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px #e6e6e6 solid;
  margin-bottom: 8px;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu .dropdown-submenu >a .menu-img,
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu .dropdown-submenu >.have-title .menu-img {
  display: block;
  padding-bottom: 15px;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub a {
  padding: 10px 0;
  text-transform: capitalize;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub a:hover {
  color: #f99d1c;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub >li .menu-img {
  float: left;
  width: 25px;
  margin-right: 15px;
}
.rtl .nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub >li .menu-img {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub >li.menu-see-all {
  border-top: 1px #e6e6e6 solid;
  margin-top: 10px;
  padding-top: 10px;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub >li.menu-see-all a {
  color: #444444;
  text-transform: none;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub >li.menu-see-all a:after {
  content: '\f105';
  font-family: fontawesome;
  margin-left: 10px;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub >li.menu-see-all a:hover {
  color: #f99d1c;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu.column-1 {
  min-width: 1170px;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu.column-1 >li {
  width: 100%;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu.column-2 {
  min-width: 460px;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu.column-2 >li {
  width: 50%;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu.column-3 {
  min-width: 720px;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu.column-3 >li {
  width: 33.33%;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu.column-4 {
  min-width: 995px;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu.column-4 >li {
  width: 25%;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu.column-5 {
  min-width: 1170px;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu.column-5 >li {
  width: 20%;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu .sw-paradise-menu-img >a {
  padding: 15px 0 0 0;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu .sw-paradise-menu-img >a:before {
  display: none;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu .sw-paradise-menu-img >a:hover {
  color: #f99d1c;
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu .sw-paradise-menu-img:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu .menu-shortcode >a {
  display: none;
}
.nav-pills.nav-mega .sw-paradise-mega-menu.custom-image-col5 .dropdown-menu.column-5 >li {
  width: 18%;
}
.nav-pills.nav-mega .sw-paradise-mega-menu.custom-image-col5 .dropdown-menu.column-5 >li.sw-paradise-menu-img {
  width: 28%;
}
.nav-pills.nav-mega .sw-paradise-mega-menu.custom-mega-product .dropdown-menu {
  padding: 0;
}
.nav-pills.nav-mega .sw-paradise-mega-menu.custom-mega-product .dropdown-menu >li {
  padding: 0;
}
.nav-pills.nav-mega .sw-paradise-mega-menu:hover .dropdown-menu {
  visibility: visible;
}
.nav-pills.nav-mega .sw-paradise-mega-menu:hover .dropdown-menu .listing-tab-shortcode .tabbable.tabs .tab-content {
  visibility: visible;
}
.nav-pills.nav-mega .sw-paradise-menu-custom .dropdown-menu .menu-img {
  display: none;
}
.nav-pills.nav-mega .sw-paradise-menu-custom .dropdown-menu li >.have-title {
  position: relative;
  display: block;
  padding: 12px 25px;
}
.nav-pills.nav-mega .sw-paradise-menu-custom .dropdown-menu li >.have-title:before {
  content: "\f111";
  font-family: fontawesome;
  font-size: 6px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px;
}
.rtl .nav-pills.nav-mega .sw-paradise-menu-custom .dropdown-menu li >.have-title:before {
  padding-right: 0;
  padding-left: 8px;
}
.nav-pills.nav-mega .sw-paradise-menu-custom .dropdown-menu .dropdown-submenu >ul {
  position: absolute;
  background-color: #fff;
  left: 110%;
  top: 0;
  padding: 15px 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl .nav-pills.nav-mega .sw-paradise-menu-custom .dropdown-menu .dropdown-submenu >ul {
  left: auto;
  right: 110%;
}
.nav-pills.nav-mega .sw-paradise-menu-custom .dropdown-menu .dropdown-submenu >ul >li {
  position: relative;
}
.nav-pills.nav-mega .sw-paradise-menu-custom .dropdown-menu .dropdown-submenu >ul >li ul {
  padding: 15px 0;
  position: absolute;
  background-color: #fff;
  left: 110%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl .nav-pills.nav-mega .sw-paradise-menu-custom .dropdown-menu .dropdown-submenu >ul >li ul {
  left: auto;
  right: 110%;
}
.nav-pills.nav-mega .sw-paradise-menu-custom .dropdown-menu .dropdown-submenu >ul >li ul >li:hover >ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills.nav-mega .sw-paradise-menu-custom .dropdown-menu .dropdown-submenu >ul >li ul >li:hover >ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .sw-paradise-menu-custom .dropdown-menu .dropdown-submenu >ul >li:hover >ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills.nav-mega .sw-paradise-menu-custom .dropdown-menu .dropdown-submenu >ul >li:hover >ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .sw-paradise-menu-custom .dropdown-menu .dropdown-submenu:hover >ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills.nav-mega .sw-paradise-menu-custom .dropdown-menu .dropdown-submenu:hover >ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .sw-paradise-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.sw-paradise-menu-img {
  width: 22%;
}
.nav-pills.nav-mega .sw-paradise-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.sw-paradise-menu-img a .menu-title {
  border-bottom: none;
}
.nav-pills.nav-mega .sw-paradise-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 {
  width: 31%;
  margin-left: 1.3%;
  border-left: 1px #e6e6e6 solid;
}
.rtl .nav-pills.nav-mega .sw-paradise-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 {
  border-right: 1px #e6e6e6 solid;
  border-left: 0;
  margin-right: 1.3%;
  margin-left: 0;
}
.nav-pills.nav-mega .sw-paradise-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .order-title {
  display: none;
}
.nav-pills.nav-mega .sw-paradise-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider {
  margin-bottom: 0;
}
.nav-pills.nav-mega .sw-paradise-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider .item .item-wrap .item-detail .item-content {
  padding: 20px 15px;
}
.nav-pills.nav-mega .sw-paradise-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider .item .item-wrap:hover .item-detail {
  border: 1px transparent solid;
}
.nav-pills.nav-mega .sw-paradise-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider .slick-next {
  right: 0;
}
.nav-pills.nav-mega .sw-paradise-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider .slick-prev {
  left: 0;
}
.mega-left-title {
  background: #f99d1c;
  height: 60px;
  line-height: 58px;
  overflow: hidden;
}
.mega-left-title strong {
  color: #fff;
  font-weight: normal;
  font-size: 24px;
  font-family: 'LoraItalic';
}
.mega-left-title:before {
  font-family: fontawesome;
  content: '\f0c9';
  font-size: 18px;
  color: #fff;
  display: inline-block;
  padding: 0 26px 0 20px;
}
.wrapper_vertical_menu .dropdown-sub {
  margin: 0;
}
.wrapper_vertical_menu .vertical-megamenu {
  position: relative;
  margin: 0;
  border: 1px solid #ebebeb;
  border-top: 0;
  z-index: 9;
}
.wrapper_vertical_menu .vertical-megamenu > li {
  background: none;
  border: 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.wrapper_vertical_menu .vertical-megamenu > li:last-child > a {
  border-bottom: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li > a {
  font-size: 14px;
  padding: 0 20px;
  line-height: 49px;
  color: #1b1b1b;
  border-bottom: 1px solid #ebebeb;
}
.wrapper_vertical_menu .vertical-megamenu > li > a .have-title {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.wrapper_vertical_menu .vertical-megamenu > li > a:hover {
  background-color: #f7f7f7;
  color: #f99d1c;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  border-radius: 0;
  min-width: 230px;
  padding: 0;
  border: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu {
  left: auto;
  right: 100%;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li {
  position: relative;
  line-height: 32px;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li > a {
  position: relative;
  padding: 10px 20px;
  color: #222;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu {
  position: absolute;
  left: 100%;
  margin: 0;
  top: 0;
  background: #fff;
  display: none;
  min-width: 230px;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu {
  left: auto;
  right: 100%;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li {
  position: relative;
  line-height: 32px;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li > a {
  position: relative;
  padding: 10px 20px;
  color: #222;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li:hover > a {
  background-color: #f7f7f7;
  color: #f99d1c;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li:hover > a:before {
  background-color: #f99d1c;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li:hover > .dropdown-menu {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li:hover > a {
  background-color: #f7f7f7;
  color: #f99d1c;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li:hover > a:before {
  background-color: #f99d1c;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li:hover > .dropdown-menu {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li.dropdown > a:hover:after {
  color: #f99d1c;
}
.wrapper_vertical_menu .vertical-megamenu > li.dropdown > a:after {
  content: '\f105';
  font-family: fontawesome;
  font-size: 12px;
  color: #222;
  position: absolute;
  right: 20px;
  top: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.dropdown > a:after {
  left: 20px;
  right: auto;
  content: '\f104';
}
.wrapper_vertical_menu .vertical-megamenu > li:hover > a {
  background-color: #f7f7f7;
  color: #f99d1c;
}
.wrapper_vertical_menu .vertical-megamenu > li:hover > a .have-title {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 20px;
}
.wrapper_vertical_menu .vertical-megamenu > li:hover > .dropdown-menu {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-menu-custom .dropdown-menu {
  min-width: 180px;
  width: 180px;
  padding: 20px 0;
  border: 1px solid #eee;
  box-shadow: 2px 3px 5px #999;
  border-radius: 0;
  box-shadow: none;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-menu-custom .dropdown-menu > li {
  line-height: 32px;
  padding: 0 30px;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-menu-custom .dropdown-menu > li a {
  color: #777;
  font-size: 14px;
  position: relative;
  background-color: #fff;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-menu-custom .dropdown-menu > li.dropdown-submenu > .dropdown-sub {
  min-width: 180px;
  width: 180px;
  padding: 20px 0;
  border: 1px solid #bbb;
  border-radius: 5px;
  box-shadow: none;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-menu-custom .dropdown-menu > li.dropdown-submenu > .dropdown-sub {
  left: auto;
  right: 100%;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-menu-custom .dropdown-menu > li.dropdown-submenu > .dropdown-sub > li {
  padding: 0 30px;
  line-height: normal;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-menu-custom .dropdown-menu > li.dropdown-submenu > .dropdown-sub > li a {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  background-color: #fff;
  padding-left: 15px;
  text-transform: capitalize;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-menu-custom .dropdown-menu > li.dropdown-submenu > .dropdown-sub > li a {
  padding-left: 0;
  padding-right: 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-menu-custom .dropdown-menu > li.dropdown-submenu > .dropdown-sub > li:hover >  a {
  background: #fff;
  color: #f99d1c;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-menu-custom .dropdown-menu > li.dropdown-submenu > .dropdown-sub > li:hover >  a:before {
  background-color: #f99d1c;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-menu-custom .dropdown-menu > li.dropdown-submenu:hover > .dropdown-sub {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-menu-custom .dropdown-menu > li.dropdown-submenu > .wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-menu-custom .dropdown-menu > li:hover > .dropdown-sub {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-menu-custom .dropdown-menu > li.active > a,
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-menu-custom .dropdown-menu > li:hover > a {
  color: #f99d1c;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-menu-custom .dropdown-menu > li.active > a:before,
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-menu-custom .dropdown-menu > li:hover > a:before {
  background-color: #f99d1c;
}
.wrapper_vertical_menu .vertical-megamenu > li.menu-mandolines-slicers.sw-paradise-mega-menu > .column-3 {
  padding: 30px 0 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.menu-mandolines-slicers.sw-paradise-mega-menu > .column-3 > li {
  padding: 0 30px;
}
.wrapper_vertical_menu .vertical-megamenu > li.menu-mandolines-slicers.sw-paradise-mega-menu > .column-3 > li:nth-child(2) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.menu-mandolines-slicers.sw-paradise-mega-menu > .column-3 > li:nth-child(3n + 3) {
  border: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.menu-mandolines-slicers.sw-paradise-mega-menu > .column-3 > li:nth-child(3n + 1) {
  clear: none;
}
.wrapper_vertical_menu .vertical-megamenu > li.menu-mandolines-slicers.sw-paradise-mega-menu > .column-3 .col-1 {
  padding: 0 30px;
}
.wrapper_vertical_menu .vertical-megamenu > li.menu-mandolines-slicers.sw-paradise-mega-menu > .column-3 .col-2.sw-paradise-menu-img {
  min-width: 502px;
  padding: 0 30px 10px;
  border: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.menu-mandolines-slicers.sw-paradise-mega-menu > .column-3 .col-1.sw-paradise-menu-img {
  position: absolute;
  top: 0;
  right: 30px;
  padding: 30px 0 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.menu-mandolines-slicers.sw-paradise-mega-menu > .column-3 .col-1.sw-paradise-menu-img {
  left: 30px;
  right: auto;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu.menu-cookware > .column-3 {
  min-width: 755px;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu.menu-cookware > .column-3 > li.col-1 {
  min-height: 271px;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu.menu-coffee-tea-espesso > .column-3 > li.sw-paradise-menu-img {
  padding: 25px 0 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu.menu-coffee-tea-espesso > .column-3 > li:nth-child(2) {
  border: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu.menu-coffee-tea-espesso > .column-3 > li.col-1 {
  min-height: 335px;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .column-1.dropdown-menu .sw-paradise-menu-img > a {
  padding: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .column-1.dropdown-menu .sw-paradise-menu-img > a .have-title .menu-title {
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px #eee solid;
  margin-bottom: 10px;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .column-1.dropdown-menu .sw-paradise-menu-img > a:before {
  width: 0;
  margin: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .column-2 {
  min-width: 520px;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .column-2 .sw-paradise-menu-img > a {
  padding: 0;
  border-bottom: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .column-2 .sw-paradise-menu-img > a .have-title .menu-title {
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px #eee solid;
  margin-bottom: 10px;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .column-2 .sw-paradise-menu-img > a:before {
  width: 0;
  margin: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .column-2 > li {
  width: 160px;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .column-2 > li:nth-child(2n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .column-2 .column-2 .tag-menu ul {
  margin: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .column-2 .column-2 .tag-menu ul > li {
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .column-2 .column-2 .tag-menu ul > li span {
  font-size: 13px;
  color: #666;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .column-2 .column-2 .tag-menu ul > li:first-child span {
  font-weight: bold;
  color: #222;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .column-3 {
  min-width: 780px;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .column-3 .sw-paradise-menu-img > a {
  padding: 0;
  border: none;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .column-3 .sw-paradise-menu-img > a .have-title .menu-title {
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px #eee solid;
  margin-bottom: 10px;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .column-3 .sw-paradise-menu-img > a img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .column-3 .sw-paradise-menu-img > a img:hover {
  opacity: 0.85;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .column-3 > li:nth-child(3n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .column-4 {
  min-width: 720px;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .column-4 > li:nth-child(4n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .column-5 {
  min-width: 900px;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .column-5 > li:nth-child(5n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: 2px 3px 5px #999;
  margin: 0;
  padding: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .dropdown-menu > li {
  width: 250px;
  padding: 25px 30px;
  float: left;
  line-height: unset;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .dropdown-menu > li {
  float: right;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .dropdown-menu > li:last-child {
  border: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .dropdown-menu > li:last-child {
  border: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .dropdown-menu > li:hover > a {
  background-color: #fff;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .dropdown-menu > li.dropdown-submenu > a {
  padding: 0 0 10px;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .dropdown-menu > li {
  float: right;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .dropdown-menu > li > a,
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .dropdown-menu > li > span {
  display: block;
  font-size: 18px;
  font-family: 'LoraItalic';
  margin-bottom: 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .dropdown-menu > li > a:after,
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .dropdown-menu > li > span:after {
  display: none;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .dropdown-menu > li .dropdown-sub > li:last-child > a {
  border: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .dropdown-menu > li .dropdown-sub > li > a {
  padding: 0;
  line-height: 40px;
  display: block;
  color: #666;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .dropdown-menu > li .dropdown-sub > li.active a,
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .dropdown-menu > li .dropdown-sub > li:hover a {
  color: #f99d1c;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .dropdown-menu > li.col-1 {
  min-width: 160px;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .dropdown-menu > li.col-2 {
  min-width: 360px;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .dropdown-menu > li.col-3 {
  min-width: 540px;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .dropdown-menu > li.col-4 {
  min-width: 720px;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .dropdown-menu > li.col-5 {
  min-width: 900px;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .dropdown-menu > li.col-6 {
  min-width: 900px;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-mega-menu > .dropdown-menu > li.col3-img-right {
  padding: 30px 10px 25px 10px;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-menu-icon > a span.fa {
  margin: 0 7px 0 0;
  display: inline-block;
  width: 20px;
  text-align: center;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-menu-img > a {
  padding: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-menu-img > a:before {
  width: 0;
  margin: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.sw-paradise-menu-img > a span.menu-img {
  display: inline-block;
  margin-left: 7px;
}
.resmenu-container .navbar-toggle {
  display: none;
  float: left;
  background-color: transparent;
  border-color: transparent;
}
.rtl .resmenu-container .navbar-toggle {
  float: right;
}
.resmenu-container .navbar-toggle .icon-bar {
  height: 3px;
}
.resmenu-container .navbar-toggle:hover,
.resmenu-container .navbar-toggle:focus {
  background-color: transparent;
}
.resmenu-container .navbar-toggle:hover .icon-bar,
.resmenu-container .navbar-toggle:focus .icon-bar {
  background-color: #f99d1c;
}
.resmenu-container .menu-responsive-wrapper {
  position: absolute;
  top: 60px;
  padding: 0;
  min-width: 270px;
  background: #444;
}
.resmenu-container .menu-responsive-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.resmenu-container .menu-responsive-wrapper ul .dropdown-resmenu {
  display: none;
}
.resmenu-container .menu-responsive-wrapper ul .dropdown-resmenu > li > a {
  padding-left: 25px;
}
.rtl .resmenu-container .menu-responsive-wrapper ul .dropdown-resmenu > li > a {
  padding-left: 0;
  padding-right: 25px;
}
.resmenu-container .menu-responsive-wrapper ul > li {
  position: relative;
  -webkit-box-shadow: 0 1px 0 0 #555;
  -moz-box-shadow: 0 1px 0 0 #555;
  -o-box-shadow: 0 1px 0 0 #555;
  -ms-box-shadow: 0 1px 0 0 #555;
  box-shadow: 0 1px 0 0 #555;
}
.resmenu-container .menu-responsive-wrapper ul > li > a {
  color: #fff;
  padding: 10px 20px;
  display: block;
  -webkit-box-shadow: 0 1px 0 0 #555;
  -moz-box-shadow: 0 1px 0 0 #555;
  -o-box-shadow: 0 1px 0 0 #555;
  -ms-box-shadow: 0 1px 0 0 #555;
  box-shadow: 0 1px 0 0 #555;
}
.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown {
  display: block;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  height: 39px;
  background: #111;
  cursor: pointer;
  text-align: center;
  line-height: 39px;
  font-size: 20px;
}
.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown:after {
  content: "+";
  font-family: FontAwesome;
}
.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown.show:after {
  content: "–";
}
.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown:hover {
  color: #fff;
  background: #f99d1c;
}
.rtl .resmenu-container .menu-responsive-wrapper ul > li .show-dropdown {
  right: auto;
  left: 0;
}
.resmenu-container .menu-responsive-wrapper ul > li:hover > a,
.resmenu-container .menu-responsive-wrapper ul > li.active > a {
  background: #eee;
  color: #f99d1c;
}
.resmenu-container .menu-responsive-wrapper ul > li:hover > .show-dropdown,
.resmenu-container .menu-responsive-wrapper ul > li.active > .show-dropdown {
  background: #f99d1c;
  color: #fff;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  -webkit-transform: translate(-270px,0);
  -moz-transform: translate(-270px,0);
  -o-transform: translate(-270px,0);
  -ms-transform: translate(-270px,0);
  transform: translate(-270px,0);
  z-index: 9999;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper.open {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner {
  background: #444;
  position: relative;
  height: 100%;
  overflow-x: auto;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner h3 {
  text-transform: uppercase;
  padding: 40px 0;
  text-align: center;
  background: #111;
  color: #eee;
  margin-bottom: 0;
  border-bottom: 1px solid #666;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner > ul {
  border-bottom: 1px solid #555;
  margin: 0;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .menu-close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .menu-close:after {
  content: "\f00d";
  font-family: FontAwesome;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .menu-close:hover {
  color: #f99d1c;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .menu-close {
  right: auto;
  left: 20px;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper {
  left: auto;
  right: 0;
}
@media (max-width: 991px) {
  #main-menu .primary-menu .resmenu-container .navbar-toggle {
    display: inline-block;
    vertical-align: top;
  }
  #main-menu .primary-menu .nav-pills {
    display: none;
  }
}
.header-default .sw-paradise-header {
  padding: 17px 0 12px 0;
  border-bottom: 1px #dedede solid;
}
.header-default .sw-paradise-header .sw_paradise_phone {
  padding: 0;
}
.header-default .sw-paradise-header .sw_paradise_phone .main-phone span,
.header-default .sw-paradise-header .sw_paradise_phone .main-phone a {
  color: #747474;
  font-size: 12px;
}
.header-default .sw-paradise-header .sw_paradise_phone .main-phone a:hover {
  color: #f99d1c;
}
.header-default .sw-paradise-header .sw_paradise_delivery {
  text-align: center;
}
.header-default .sw-paradise-header .sw_paradise_delivery .main-delivery span {
  font-style: italic;
  color: #4b4b4b;
}
.header-default .sw-paradise-header .sw_paradise_address {
  text-align: right;
  padding: 0;
}
.rtl .header-default .sw-paradise-header .sw_paradise_address {
  text-align: left;
}
.header-default .sw-paradise-header .sw_paradise_address .main-address a {
  text-transform: uppercase;
  color: #747474;
  font-size: 12px;
}
.header-default .sw-paradise-header .sw_paradise_address .main-address a:hover {
  color: #f99d1c;
}
.header-default .sw-paradise-center {
  padding: 19px 0;
}
.header-default .sw-paradise-center .sw-paradise-lang {
  padding: 15px;
}
.header-default .sw-paradise-center .sw-paradise-lang .sidebar-top div {
  float: left;
  padding-right: 8px;
}
.rtl .header-default .sw-paradise-center .sw-paradise-lang .sidebar-top div {
  float: right;
  padding-right: 0;
  padding-left: 8px;
}
.header-default .sw-paradise-center .sw-paradise-lang #lang_sel_v2 {
  display: inline-block;
  vertical-align: top;
}
.header-default .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li {
  position: relative;
  z-index: 10;
}
.header-default .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >a {
  padding: 10px 0;
  font-size: 12px;
}
.header-default .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >a img {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}
.rtl .header-default .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >a img {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
.header-default .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >a span {
  font-size: 12px;
}
.header-default .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >a:hover {
  background-color: transparent;
}
.header-default .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >a:after {
  content: "\f107 ";
  font-family: fontawesome;
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}
.rtl .header-default .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >a:after {
  display: none;
}
.rtl .header-default .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >a:before {
  content: "\f107 ";
  font-family: fontawesome;
  font-weight: normal;
  font-size: 14px;
  padding-right: 10px;
}
.header-default .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >ul {
  position: absolute;
  left: 0;
  top: 110%;
  display: inline-block;
  background-color: #fff;
  border: 0;
  visibility: hidden;
  width: 110px;
  -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -o-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -ms-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.rtl .header-default .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >ul {
  left: auto;
  right: 0;
}
.header-default .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a {
  color: #444;
  padding: 10px 15px;
  display: block;
  line-height: 1.4em;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.header-default .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a img {
  float: left;
  margin-right: 5px;
  max-width: 14px;
  margin-top: 5px;
}
.rtl .header-default .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a img {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.header-default .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a span {
  color: #666;
}
.header-default .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a:hover span,
.header-default .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a:focus span {
  color: #f99d1c;
}
.header-default .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >ul li.active >a span {
  color: #f99d1c;
}
.header-default .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li:hover >a {
  color: #f99d1c;
}
.header-default .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li:hover >ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-default .sw-paradise-center .sw-paradise-lang .currency_converter {
  padding-right: 15px;
}
.rtl .header-default .sw-paradise-center .sw-paradise-lang .currency_converter {
  padding-left: 15px;
  padding-right: 0;
}
.header-default .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li {
  position: relative;
  z-index: 10;
}
.header-default .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >a {
  padding: 11px 20px 10px 0;
  display: block;
  font-size: 12px;
  position: relative;
}
.rtl .header-default .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >a {
  padding: 10px 0 10px 20px;
}
.header-default .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >a:after {
  content: "\f107 ";
  font-family: fontawesome;
  font-weight: normal;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 10px;
}
.rtl .header-default .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >a:after {
  right: auto;
  left: 0;
}
.header-default .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >a:before {
  position: absolute;
  right: -15px;
  top: 10px;
  content: "";
  width: 1px;
  height: 15px;
  background: #e1e1e1;
}
.rtl .header-default .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >a:before {
  right: auto;
  left: -15px;
}
.header-default .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >ul {
  position: absolute;
  left: 0;
  top: 110%;
  display: inline-block;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -o-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -ms-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.header-default .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >ul li >a {
  color: #444;
  font-size: 13px;
  padding: 8px 20px;
  display: block;
  line-height: 1.4em;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.header-default .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >ul li >a:hover,
.header-default .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >ul li >a:focus,
.header-default .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >ul li >a.active {
  color: #f99d1c;
}
.rtl .header-default .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >ul {
  left: auto;
  right: 0;
}
.header-default .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li:hover >a {
  color: #f99d1c;
}
.header-default .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li:hover >ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-default .sw-paradise-center .sw-paradise-logo {
  text-align: center;
}
.header-default .sw-paradise-center .sw-paradise-logo a {
  display: inline-block;
}
.header-default .sw-paradise-center .sw-paradise-account {
  padding: 10px 15px;
}
.header-default .sw-paradise-center .sw-paradise-account .sw_paradise_cart {
  position: relative;
}
.header-default .sw-paradise-center .sw-paradise-account .sw_paradise_cart .top-minicart-icon {
  padding: 15px 0px;
}
.header-default .sw-paradise-center .sw-paradise-account .sw_paradise_cart .top-minicart-icon a i {
  border: 1px #e1e1e1 solid;
  border-width: 0 1px;
  padding: 0 15px;
  font-size: 16px;
}
.header-default .sw-paradise-center .sw-paradise-account .sw_paradise_cart .top-minicart-icon a span.minicart-number {
  display: none;
}
.header-default .sw-paradise-center .sw-paradise-account .sw_paradise_cart .top-minicart-icon:before {
  display: none;
}
.header-default .sw-paradise-center .sw-paradise-account .sw_paradise_cart .wrapp-minicart {
  background: #fff;
  z-index: 99;
  right: -29px;
}
.rtl .header-default .sw-paradise-center .sw-paradise-account .sw_paradise_cart .wrapp-minicart {
  right: auto;
  left: -29px;
}
.header-default .sw-paradise-center .sw-paradise-account .sw-paradise-account-info {
  position: relative;
}
.header-default .sw-paradise-center .sw-paradise-account .sw-paradise-account-info i.fa {
  cursor: pointer;
  padding: 15px 0 16px 17px;
  font-size: 16px;
  color: #545454;
}
.header-default .sw-paradise-center .sw-paradise-account .sw-paradise-account-info i.fa:hover {
  color: #f99d1c;
}
.rtl .header-default .sw-paradise-center .sw-paradise-account .sw-paradise-account-info i.fa {
  padding: 15px 17px 16px 0;
}
.header-default .sw-paradise-center .sw-paradise-account .sw-paradise-account-info .sidebar-top-right {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  position: absolute;
  right: 0;
  width: 150px;
  top: 45px;
  z-index: 99;
  visibility: hidden;
  background: #fff;
  box-shadow: 2px 2px 1px 0 #ccc;
  padding: 20px 5px 20px 30px;
  border: solid 1px #f3f3f3;
}
.rtl .header-default .sw-paradise-center .sw-paradise-account .sw-paradise-account-info .sidebar-top-right {
  right: auto;
  left: 0;
  padding: 20px 30px 20px 5px;
}
.header-default .sw-paradise-center .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .top-login ul li a:before {
  content: '\f023';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-default .sw-paradise-center .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .top-login ul li a:before {
  display: none;
}
.rtl .header-default .sw-paradise-center .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .top-login ul li a:after {
  content: '\f023';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-default .sw-paradise-center .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .div-logined ul li a:before {
  content: '\f13e';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-default .sw-paradise-center .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .div-logined ul li a:before {
  display: none;
}
.rtl .header-default .sw-paradise-center .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .div-logined ul li a:after {
  content: '\f13e';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-default .sw-paradise-center .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li {
  padding: 5px 0;
}
.header-default .sw-paradise-center .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-my-account a:before {
  content: '\f07a';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-default .sw-paradise-center .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-my-account a:before {
  display: none;
}
.rtl .header-default .sw-paradise-center .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-my-account a:after {
  content: '\f07a';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-default .sw-paradise-center .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-checkout a:before {
  content: '\f090';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-default .sw-paradise-center .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-checkout a:before {
  display: none;
}
.rtl .header-default .sw-paradise-center .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-checkout a:after {
  content: '\f090';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-default .sw-paradise-center .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-wishlist a:before {
  content: '\f08a';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-default .sw-paradise-center .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-wishlist a:before {
  display: none;
}
.rtl .header-default .sw-paradise-center .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-wishlist a:after {
  content: '\f08a';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-default .sw-paradise-center .sw-paradise-account .sw-paradise-account-info:hover .sidebar-top-right {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.header-default .sw-paradise-center .sw-paradise-account .sw-paradise-wishlist a {
  display: block;
}
.header-default .sw-paradise-center .sw-paradise-account .sw-paradise-wishlist a i.fa {
  padding: 17px 18px;
}
.header-default #main-menu {
  margin-bottom: 16px;
}
.header-default #main-menu #primary-menu .navbar-inverse {
  background: #000;
}
.header-default #main-menu #primary-menu .navbar-inverse .nav-pills >li >a {
  color: #fff;
}
.header-default #main-menu #primary-menu .navbar-inverse .nav-pills >li.active >a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #fff;
}
.header-default #main-menu .header-right-search {
  position: absolute;
  right: 120px;
  top: 0;
  line-height: 45px;
  z-index: 9;
}
.rtl .header-default #main-menu .header-right-search {
  right: auto;
  left: 120px;
}
.header-default #main-menu .header-right-search .icon-search {
  text-align: right;
  cursor: pointer;
  padding: 0 5px;
}
.header-default #main-menu .header-right-search .icon-search i {
  color: #fff;
}
.header-default #main-menu .header-right-search .icon-search i:hover {
  color: #f99d1c;
}
.rtl .header-default #main-menu .header-right-search .icon-search {
  text-align: left;
}
.header-default #main-menu .header-right-search .top-form {
  line-height: 32px;
  margin-top: 10px;
  background: #fff;
  display: none;
}
.header-default #main-menu .header-right-search .top-form .topsearch-entry .form-search {
  border: 1px #e1e1e1 solid;
}
.header-default #main-menu .header-right-search .top-form .topsearch-entry .form-search .search-query {
  border: none;
  width: 325px;
  margin: 0;
  font-family: 'LoraItalic';
  font-size: 12px;
  line-height: 32px;
  height: 32px;
}
.header-default #main-menu .header-right-search .top-form .topsearch-entry .form-search button {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0 15px;
}
.header-default #main-menu .header-right-search .top-form .topsearch-entry .form-search button:after {
  content: '\f002';
  font-family: fontawesome;
  font-size: 13px;
  color: #2a2a2a;
}
.header-default #main-menu .header-right-search .top-form .topsearch-entry .form-search button:hover:after {
  color: #f99d1c;
}
.content-search >.post,
.content-search .product {
  margin-bottom: 30px;
  padding: 30px 0;
  border: 1px #eee solid;
}
.content-search >.post .entry-thumb,
.content-search .product .entry-thumb {
  padding-left: 30px;
}
.rtl .content-search >.post .entry-thumb,
.rtl .content-search .product .entry-thumb {
  padding-right: 30px;
  padding-left: 0;
}
.content-search >.post .entry-content,
.content-search .product .entry-content {
  overflow: hidden;
  padding: 20px 30px 0 30px;
}
.content-search >.post .entry-content .title-blog h3,
.content-search .product .entry-content .title-blog h3 {
  font-size: 16px;
  color: #111;
  font-weight: bold;
}
.content-search >.post .entry-content .title-blog h3 a,
.content-search .product .entry-content .title-blog h3 a {
  color: #1b1b1b;
}
.content-search >.post .entry-content .title-blog h3 a:hover,
.content-search .product .entry-content .title-blog h3 a:hover {
  color: #f99d1c;
}
.content-search >.post .entry-content .entry-meta,
.content-search .product .entry-content .entry-meta {
  margin-bottom: 10px;
}
.content-search >.post .entry-content .entry-meta i,
.content-search .product .entry-content .entry-meta i {
  margin-right: 5px;
}
.rtl .content-search >.post .entry-content .entry-meta i,
.rtl .content-search .product .entry-content .entry-meta i {
  margin-right: 0;
  margin-left: 5px;
}
.content-search >.post .entry-content .entry-meta >span,
.content-search .product .entry-content .entry-meta >span {
  padding-right: 20px;
  display: inline-block;
  vertical-align: top;
}
.rtl .content-search >.post .entry-content .entry-meta >span,
.rtl .content-search .product .entry-content .entry-meta >span {
  padding-right: 0;
  padding-left: 20px;
}
.content-search >.post .entry-content .entry-description,
.content-search .product .entry-content .entry-description {
  margin-bottom: 10px;
}
.content-search >.post .entry-content .bl_read_more i,
.content-search .product .entry-content .bl_read_more i {
  margin: 0 5px;
}
.rtl .content-search >.post .entry-content .bl_read_more i:before,
.rtl .content-search .product .entry-content .bl_read_more i:before {
  content: '\f100';
}
.item .item-wrap {
  background-color: #fff;
  text-align: center;
}
.item .item-wrap .item-detail {
  position: relative;
  overflow: hidden;
  border: 1px transparent solid;
}
.item .item-wrap .item-detail .products-thumb {
  position: relative;
}
.item .item-wrap .item-detail .products-thumb .item-countdown {
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .item .item-wrap .item-detail .products-thumb .item-countdown {
  left: auto;
  right: 0;
}
.item .item-wrap .item-detail .products-thumb .item-countdown .countdown-row .countdown-section {
  display: inline-block;
  width: 25%;
  background: #eee;
  padding: 10px 0;
  border: 1px #e1e1e1 solid;
  border-width: 0 1px;
}
.item .item-wrap .item-detail .products-thumb .item-countdown .countdown-row .countdown-section span {
  display: block;
}
.item .item-wrap .item-detail .products-thumb .item-countdown .countdown-row .countdown-section .countdown-amount {
  font-size: 20px;
  color: #1c1c1c;
}
.item .item-wrap .item-detail .products-thumb .item-countdown .countdown-row .countdown-section .countdown-period {
  font-size: 10px;
  color: #7a7a7a;
}
.item .item-wrap .item-detail .item-content {
  padding: 0px 10px 30px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.item .item-wrap .item-detail .item-content h4 {
  margin: 20px 0 25px 0;
}
.item .item-wrap .item-detail .item-content h4 a {
  font-size: 20px;
  color: #262e31;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  display: block;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.item .item-wrap .item-detail .item-content h4 a:after {
  content: "";
  background: #e7edf0;
  height: 1px;
  width: 30px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
}
.rtl .item .item-wrap .item-detail .item-content h4 a:after {
  left: auto;
  right: 50%;
  margin-right: -15px;
  margin-left: 0;
}
.item .item-wrap .item-detail .item-content h4 a:hover {
  color: #f99d1c;
}
.item .item-wrap .item-detail .item-content .item-price {
  font-size: 20px;
  float: none;
  position: relative;
  z-index: 2;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.item .item-wrap .item-detail .item-content .item-price del {
  font-size: 14px;
  color: #98a4a9;
  margin-top: 5px;
  text-decoration: line-through;
}
.item .item-wrap .item-detail .item-content .reviews-content {
  float: right;
  line-height: 13px;
  padding: 10px 0;
  position: relative;
  z-index: 2;
  width: 100%;
}
.rtl .item .item-wrap .item-detail .item-content .reviews-content {
  float: left;
}
.item .item-wrap .item-detail .item-content .item-bottom {
  position: absolute;
  font-size: 15px;
  top: 15px;
  right: 15px;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.rtl .item .item-wrap .item-detail .item-content .item-bottom {
  right: auto;
  left: 15px;
}
.item .item-wrap .item-detail .item-content .item-bottom .clear {
  display: none;
}
.item .item-wrap .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped {
  background: #ffb752 url('../assets/img/icon_cart.png') center center no-repeat !important;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.item .item-wrap .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading {
  background-color: #f99d1c;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.item .item-wrap .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading:before {
  text-align: center;
  left: 0;
  background-color: #f99d1c;
}
.item .item-wrap .item-detail .item-content .item-bottom a.ajax_add_to_cart.added,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added {
  background-color: #f99d1c;
}
.item .item-wrap .item-detail .item-content .item-bottom a.ajax_add_to_cart.added:before,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added:before {
  color: #fff;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist {
  margin: 0;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f004";
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.item .item-wrap .item-detail .item-content .item-bottom .compare-button a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.item .item-wrap .item-detail .item-content .item-bottom .compare-button a:before {
  content: "\f0ec";
}
.item .item-wrap .item-detail .item-content .item-bottom .group.fancybox {
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  -ms-transition: all .6s;
  transition: all .6s;
}
.item .item-wrap .item-detail .item-content .item-bottom .group.fancybox:before {
  content: "\f002";
}
.item .item-wrap .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item .item-wrap .item-detail .item-content .item-bottom .compare-button a,
.item .item-wrap .item-detail .item-content .item-bottom .group.fancybox {
  color: #fff;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  padding: 0;
  background-color: #f99d1c;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  min-width: 50px;
  margin: 5px 3px;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.item .item-wrap .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.item .item-wrap .item-detail .item-content .item-bottom .compare-button a:before,
.item .item-wrap .item-detail .item-content .item-bottom .group.fancybox:before {
  font-family: fontawesome;
  font-size: 14px;
  color: #111111;
  position: absolute;
  left: 18px;
}
.rtl .item .item-wrap .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:before,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .product_type_external:before,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:before,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .compare-button a:before,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .group.fancybox:before {
  left: auto;
  right: 18px;
}
.item .item-wrap .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external:hover,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:hover,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.item .item-wrap .item-detail .item-content .item-bottom .compare-button a:hover,
.item .item-wrap .item-detail .item-content .item-bottom .group.fancybox:hover {
  min-width: 50px;
  background-color: #f99d1c !important;
  color: #fff;
  font-size: 0;
  padding: 0;
}
.item .item-wrap .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom .compare-button a:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom .group.fancybox:hover:before {
  color: #fff;
}
.item .item-wrap .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist,
.item .item-wrap .item-detail .item-content .item-bottom .compare-button,
.item .item-wrap .item-detail .item-content .item-bottom .group.fancybox {
  vertical-align: top;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a {
  background-color: #f99d1c !important;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #fff;
}
.item .item-wrap:hover .products-thumb .item-countdown {
  bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.item .item-wrap:hover .item-detail {
  border: 1px #ffb752 solid;
}
.item .item-wrap:hover .item-detail .item-content .item-bottom {
  opacity: 1;
  filter: alpha(opacity=100);
}
.item .item-wrap:hover .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.item .item-wrap:hover .item-detail .item-content .item-bottom .add_to_cart_button,
.item .item-wrap:hover .item-detail .item-content .item-bottom .product_type_external,
.item .item-wrap:hover .item-detail .item-content .item-bottom .product_type_grouped,
.item .item-wrap:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item .item-wrap:hover .item-detail .item-content .item-bottom .compare-button a,
.item .item-wrap:hover .item-detail .item-content .item-bottom .group.fancybox {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: #ffb752;
}
.item .item-wrap:hover .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,
.item .item-wrap:hover .item-detail .item-content .item-bottom .add_to_cart_button:before,
.item .item-wrap:hover .item-detail .item-content .item-bottom .product_type_external:before,
.item .item-wrap:hover .item-detail .item-content .item-bottom .product_type_grouped:before,
.item .item-wrap:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.item .item-wrap:hover .item-detail .item-content .item-bottom .compare-button a:before,
.item .item-wrap:hover .item-detail .item-content .item-bottom .group.fancybox:before {
  color: #fff;
}
.item .item-wrap2 {
  background-color: #fff;
  text-align: center;
}
.item .item-wrap2 .item-detail {
  position: relative;
  overflow: hidden;
  border: 1px transparent solid;
}
.item .item-wrap2 .item-detail .products-thumb {
  position: relative;
}
.item .item-wrap2 .item-detail .products-thumb .item-countdown {
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .item .item-wrap2 .item-detail .products-thumb .item-countdown {
  left: auto;
  right: 0;
}
.item .item-wrap2 .item-detail .products-thumb .item-countdown .countdown-row .countdown-section {
  display: inline-block;
  width: 25%;
  background: #eee;
  padding: 10px 0;
  border: 1px #e1e1e1 solid;
  border-width: 0 1px;
}
.item .item-wrap2 .item-detail .products-thumb .item-countdown .countdown-row .countdown-section span {
  display: block;
}
.item .item-wrap2 .item-detail .products-thumb .item-countdown .countdown-row .countdown-section .countdown-amount {
  font-size: 20px;
  color: #1c1c1c;
}
.item .item-wrap2 .item-detail .products-thumb .item-countdown .countdown-row .countdown-section .countdown-period {
  font-size: 10px;
  color: #7a7a7a;
}
.item .item-wrap2 .item-detail .item-content {
  padding: 0px 10px 30px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.item .item-wrap2 .item-detail .item-content h4 {
  margin: 20px 0 25px 0;
}
.item .item-wrap2 .item-detail .item-content h4 a {
  font-size: 20px;
  color: #262e31;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  display: block;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.item .item-wrap2 .item-detail .item-content h4 a:after {
  content: "";
  background: #e7edf0;
  height: 1px;
  width: 30px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
}
.rtl .item .item-wrap2 .item-detail .item-content h4 a:after {
  left: auto;
  right: 50%;
  margin-right: -15px;
  margin-left: 0;
}
.item .item-wrap2 .item-detail .item-content h4 a:hover {
  color: #f99d1c;
}
.item .item-wrap2 .item-detail .item-content .item-price {
  font-size: 20px;
  float: none;
  position: relative;
  z-index: 2;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.item .item-wrap2 .item-detail .item-content .item-price del {
  font-size: 14px;
  color: #98a4a9;
  margin-top: 5px;
  text-decoration: line-through;
}
.item .item-wrap2 .item-detail .item-content .reviews-content {
  float: right;
  line-height: 13px;
  padding: 10px 0;
  position: relative;
  z-index: 2;
  width: 100%;
}
.rtl .item .item-wrap2 .item-detail .item-content .reviews-content {
  float: left;
}
.item .item-wrap2 .item-detail .item-content .item-bottom {
  position: absolute;
  font-size: 15px;
  top: -40px;
  left: 50%;
  width: 185px;
  margin-left: -95px;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.item .item-wrap2 .item-detail .item-content .item-bottom .clear {
  display: none;
}
.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped {
  background: #ffb752 url('../assets/img/icon_cart.png') center center no-repeat !important;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading,
.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.loading,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.loading,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.loading {
  background-color: #f99d1c;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.loading:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.loading:before {
  text-align: center;
  left: 0;
  background-color: #f99d1c;
}
.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added,
.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.added,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.added,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.added {
  background-color: #f99d1c;
}
.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.added:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.added:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.added:before {
  color: #fff;
}
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist {
  margin: 0;
}
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
}
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f004";
}
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:before {
  content: "\f0ec";
}
.item .item-wrap2 .item-detail .item-content .item-bottom .group.fancybox {
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  -ms-transition: all .6s;
  transition: all .6s;
}
.item .item-wrap2 .item-detail .item-content .item-bottom .group.fancybox:before {
  content: "\f002";
}
.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a,
.item .item-wrap2 .item-detail .item-content .item-bottom .group.fancybox {
  float: left;
  color: #fff;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #f99d1c;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  min-width: 40px;
  margin: 3px 3px;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
}
.rtl .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,
.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,
.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped,
.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a,
.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .group.fancybox {
  float: right;
}
.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .group.fancybox:before {
  font-family: fontawesome;
  font-size: 14px;
  color: #111111;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
}
.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover,
.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:hover,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:hover,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:hover,
.item .item-wrap2 .item-detail .item-content .item-bottom .group.fancybox:hover {
  min-width: 40px;
  background-color: #f99d1c !important;
  color: #fff;
  font-size: 0;
  padding: 0;
}
.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:hover:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:hover:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:hover:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:hover:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .group.fancybox:hover:before {
  color: #fff;
}
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist {
  float: left;
  display: inline-block;
  vertical-align: top;
}
.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist {
  float: right;
}
.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist,
.item .item-wrap2 .item-detail .item-content .item-bottom .compare-button,
.item .item-wrap2 .item-detail .item-content .item-bottom .group.fancybox {
  vertical-align: top;
}
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a {
  background-color: #f99d1c !important;
}
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #fff;
}
.item .item-wrap2:hover .products-thumb .item-countdown {
  bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.item .item-wrap2:hover .item-detail {
  border: 1px #ffb752 solid;
}
.item .item-wrap2:hover .item-detail .item-content .item-bottom {
  opacity: 1;
  filter: alpha(opacity=100);
}
.item .item-wrap2:hover .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .add_to_cart_button,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .product_type_external,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .product_type_grouped,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .compare-button a,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .group.fancybox {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: #ffb752;
}
.item .item-wrap2:hover .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .add_to_cart_button:before,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .product_type_external:before,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .product_type_grouped:before,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .compare-button a:before,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .group.fancybox:before {
  color: #fff;
}
.tab-content .tab-pane.active {
  height: auto;
  overflow: visible;
}
.tab-content .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.home1-slider {
  margin: 0;
}
.home1-slider .home1slider-info {
  text-align: center !important;
}
.home1-slider .home1slider-info span {
  font-size: 16px;
}
.home1-slider .home1slider-info h3 {
  font-size: 55px;
  margin: 20px 0 !important;
  line-height: 50px !important;
  text-align: center !important;
}
.home1-slider .home1slider-info p {
  font-size: 14px;
  margin: 10px 0 30px 0;
}
.home1-slider .home1slider-info a {
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 30px;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
}
.home1-slider .home1slider-info a:hover {
  background: #f99d1c;
  color: #fff;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  -ms-transition: all 0.5s !important;
  transition: all 0.5s !important;
}
.home1-slider .tparrows {
  border-radius: 50%;
}
.home1-slider .ares.nav-dir-horizontal.nav-pos-ver-center .tp-bullet-title,
.home1-slider .ares.nav-dir-horizontal.nav-pos-ver-bottom .tp-bullet-title {
  display: none;
}
.list-image-static a {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-image-static a:before {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  background: rgba(255,255,255,0.13);
  background: linear-gradient(to right,rgba(255,255,255,0.13) 0%,rgba(255,255,255,0.13) 77%,rgba(255,255,255,0.5) 92%,rgba(255,255,255,0) 100%);
}
.list-image-static a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  top: -40%;
  left: -40%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.explore_more {
  margin: 0;
}
.explore_more .explore .item {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 14px;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 14px;
}
.rtl .explore_more .explore .item {
  float: right;
}
.explore_more .explore .item .image {
  width: 50%;
  position: relative;
}
.explore_more .explore .item .text {
  width: 50%;
  padding: 15px 30px;
  text-align: center;
}
.explore_more .explore .item .text .origin {
  color: #454545;
}
.explore_more .explore .item .text .title {
  margin-bottom: 14px;
  margin-top: 10px;
}
.explore_more .explore .item .text .title h5 {
  margin: 0;
}
.explore_more .explore .item .text .title h5 a {
  color: #0e0e0e;
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 300;
  font-style: italic;
  line-height: 30px;
}
.explore_more .explore .item .text .title h5 a span {
  display: block;
}
.explore_more .explore .item .text .title h5 a:hover {
  color: #f99d1c;
}
.explore_more .explore .item .text .more {
  display: inline-block;
  color: #1e1e1e;
  text-transform: capitalize;
  padding: 5px 20px;
  position: relative;
}
.explore_more .explore .item .text .more:hover {
  color: #f99d1c;
}
.explore_more .explore .item .text .more:after {
  content: "\f101";
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 14px;
  font-family: fontawesome;
  color: #f99d1c;
}
.rtl .explore_more .explore .item .text .more:after {
  right: auto;
  left: 0;
  content: '\f100';
}
.explore_more .explore .item:last-child {
  border: none;
}
.explore_more .explore .item.odd .image {
  float: left;
}
.rtl .explore_more .explore .item.odd .image {
  float: right;
}
.explore_more .explore .item.odd .text {
  float: right;
}
.rtl .explore_more .explore .item.odd .text {
  float: left;
}
.explore_more .explore .item.even {
  padding-bottom: 10px;
}
.explore_more .explore .item.even .text {
  float: left;
}
.rtl .explore_more .explore .item.even .text {
  float: right;
}
.explore_more .explore .item.even .text .origin {
  padding-top: 4px;
}
.explore_more .explore .item.even .image {
  float: right;
}
.rtl .explore_more .explore .item.even .image {
  float: left;
}
.explore_more .explore .item.even .image a {
  float: right;
}
.rtl .explore_more .explore .item.even .image a {
  float: left;
}
.buy-now {
  padding-bottom: 78px;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  overflow: hidden;
  margin-top: 54px;
}
.buy-now h3 {
  font-size: 30px;
  text-align: center;
  text-transform: capitalize;
  color: #1b1b1b;
  padding: 35px 0 30px 0;
}
.buy-now ul {
  list-style: none;
  margin: 0 -15px;
}
.buy-now ul .item {
  position: relative;
}
.buy-now ul .item img {
  width: 100%;
}
.buy-now ul .item-first .text,
.buy-now ul .item-last .text {
  position: relative;
  display: block;
  text-align: center;
}
.buy-now ul .item-first .text .des,
.buy-now ul .item-last .text .des {
  background: #fff;
  margin: -43px 14% 0;
  padding: 25px 15px 0 15px;
}
.buy-now ul .item-first .text .des h4,
.buy-now ul .item-last .text .des h4 {
  color: #202020;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'LoraRegular' !important;
}
.buy-now ul .item-first .text .des h4:hover,
.buy-now ul .item-last .text .des h4:hover {
  color: #f99d1c;
  cursor: pointer;
}
.buy-now ul .item-first .text .des p,
.buy-now ul .item-last .text .des p {
  line-height: 22px;
  color: #747474;
}
.buy-now ul .item-first .text .des p .shop-now,
.buy-now ul .item-last .text .des p .shop-now {
  color: #393939;
  display: inline-block;
  padding: 6px 30px;
  font-size: 12px;
  border: 1px solid #363636;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 15px;
}
.buy-now ul .item-first .text .des p .shop-now:hover,
.buy-now ul .item-last .text .des p .shop-now:hover {
  background: #f99d1c;
  color: #fff;
  border: 1px #f99d1c solid;
}
.buy-now ul .item-center .text {
  position: relative;
  margin: -344px 60px 50px 60px;
  text-align: center;
}
.buy-now ul .item-center .text h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-top: 4px;
  font-family: 'LoraRegular';
}
.buy-now ul .item-center .text h4 {
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  font-style: normal;
  line-height: 42px;
  letter-spacing: 2px;
  font-weight: 300;
  margin: 27px 0;
  font-family: 'LoraRegular';
}
.buy-now ul .item-center .text h4:hover {
  color: #f99d1c;
  cursor: pointer;
}
.buy-now ul .item-center .text h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 58px;
  font-family: 'LoraRegular';
  line-height: 17px;
}
.buy-now ul .item-center .text .shop-now {
  color: #fff;
  display: inline-block;
  padding: 12px 40px;
  border: 1px solid #fff;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.buy-now ul .item-center .text .shop-now:hover {
  background: #f99d1c;
  border: 1px #f99d1c solid;
}
.new-product .sw-woo-container-slider {
  margin-bottom: 38px;
}
.sw-woo-container-slider .order-title {
  text-align: center;
}
.sw-woo-container-slider .order-title h2 {
  font-size: 30px;
  color: #1b1b1b;
}
.sw-woo-container-slider .order-title .order-desc {
  font-size: 14px;
  margin: 20px 0 35px 0;
  color: #666666;
  font-family: 'LoraItalic';
  line-height: 14px;
}
.sw-woo-container-slider .slider {
  border: none;
}
.sw-woo-container-slider .slick-next {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #777;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  right: -40px;
  z-index: 999;
  text-align: center;
  border-radius: 50%;
}
.sw-woo-container-slider .slick-next:before {
  font-family: fontawesome;
  content: '\f105';
  color: #fff;
  font-size: 18px;
}
.sw-woo-container-slider .slick-next:hover {
  background: #2c2c2c;
  cursor: pointer;
}
.sw-woo-container-slider .slick-prev {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #777;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  left: -40px;
  z-index: 999;
  text-align: center;
  border-radius: 50%;
}
.sw-woo-container-slider .slick-prev:before {
  font-family: fontawesome;
  content: '\f104';
  color: #fff;
  font-size: 18px;
}
.sw-woo-container-slider .slick-prev:hover {
  background: #2c2c2c;
  cursor: pointer;
}
.sw-woo-container-slider .resp-slider-container .slick-slider .slick-list {
  margin: 0 -15px;
}
.sw-woo-container-slider .resp-slider-container .slick-slider .slick-list .item {
  padding: 0 15px;
}
.sw-woo-tab {
  margin-bottom: 39px;
}
.sw-woo-tab .tab-content {
  text-align: center;
}
.sw-woo-tab .tab-content ul {
  display: inline-block;
  border: none;
}
.sw-woo-tab .tab-content ul li a {
  border: none;
  color: #ababab;
  font-size: 30px;
  font-family: 'LoraItalic';
  border-radius: 0;
  text-transform: capitalize;
  padding: 8px 28px;
  display: block;
  position: relative;
}
.sw-woo-tab .tab-content ul li a:hover {
  color: #1e1e1e;
  background: none;
}
.sw-woo-tab .tab-content ul li a:before {
  content: "";
  background: #e1e1e1;
  height: 25px;
  width: 1px;
  position: absolute;
  right: 0;
  left: auto;
  top: 17px;
}
.sw-woo-tab .tab-content ul li.active a {
  border: none;
  color: #1e1e1e;
}
.rtl .sw-woo-tab .tab-content ul li:first-child a:before {
  display: none;
}
.sw-woo-tab .tab-content ul li:last-child a:before {
  display: none;
}
.rtl .sw-woo-tab .tab-content ul li:last-child a:before {
  display: block;
}
.sw-woo-tab .tab-content .order-description p {
  font-family: 'LoraItalic';
  margin-bottom: 35px;
}
.sw-woo-tab .resp-slider-container .slick-slider .slick-list {
  margin: 0 -15px;
}
.sw-woo-tab .resp-slider-container .slick-slider .slick-list .item {
  padding: 0 15px;
}
.sw-woo-tab .resp-slider-container .slick-slider .slick-list .item .item-wrap {
  margin-bottom: 9px;
}
.flower-video {
  margin-bottom: 35px;
}
.flower-video .wpb_wrapper {
  height: 400px;
}
.flower-video .wpb_wrapper .wpb_video_wrapper iframe {
  height: 400px;
}
.responsive-post-slider {
  border-top: 1px solid #d3d3d3;
  padding-bottom: 55px;
}
.responsive-post-slider .resp-slider-container .box-slider-title {
  overflow: hidden;
  margin-bottom: 8px;
}
.responsive-post-slider .resp-slider-container .box-slider-title h2 {
  text-align: center;
  padding: 35px 0;
  color: #1b1b1b;
  text-transform: capitalize;
}
.responsive-post-slider .resp-slider-container .slick-slider {
  margin: 0 -15px;
}
.responsive-post-slider .resp-slider-container .slick-slider .item {
  padding: 0 15px;
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner {
  text-align: center;
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .img_over {
  position: relative;
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date {
  height: 66px;
  width: 60px;
  background: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 8px 5px;
}
.rtl .responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date {
  right: auto;
  left: 20px;
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date span {
  display: block;
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date .post_day {
  color: #575757;
  font-size: 24px;
  font-weight: bold;
  font-family: 'LoraRegular';
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date .post_my {
  color: #a2a2a2;
  font-size: 14px;
  font-family: 'LoraItalic';
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content {
  position: relative;
  margin: -42px 25px 0 25px;
  padding: 20px 5px;
  z-index: 4;
  background-color: #fff;
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content h4 {
  margin: 6px 0 23px 0;
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content h4 a {
  color: #282828;
  font-size: 20px;
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content h4 a:hover {
  color: #f99d1c;
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content .description {
  line-height: 21px;
  margin-bottom: 28px;
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a {
  color: #bbb;
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a:hover {
  color: #f99d1c;
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a i {
  padding: 0 5px;
}
.rtl .responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a i:before {
  content: '\f104';
}
.header-style1 .sw-paradise-header {
  background: #EBEBEB;
}
.header-style1 .sw-paradise-header .sw_paradise_store {
  padding: 17px 0 16px 0;
}
.header-style1 .sw-paradise-header .sw_paradise_store .main-store span {
  color: #4b4b4b;
  font-size: 12px;
  letter-spacing: 1px;
}
.header-style1 .sw-paradise-header .sw_paradise_delivery {
  text-align: center;
  padding: 16px 15px;
}
.header-style1 .sw-paradise-header .sw_paradise_delivery .main-delivery span {
  color: #4b4b4b;
  text-transform: uppercase;
  font-size: 12px;
}
.header-style1 .sw-paradise-header .sw-paradise-account {
  padding: 0;
}
.header-style1 .sw-paradise-header .sw-paradise-account .sw_paradise_cart {
  position: relative;
}
.header-style1 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .top-minicart-icon {
  padding: 16px 0 16px 10px;
}
.rtl .header-style1 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .top-minicart-icon {
  padding: 16px 10px 16px 0;
}
.header-style1 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .top-minicart-icon a i {
  font-size: 16px;
  margin-right: 5px;
}
.rtl .header-style1 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .top-minicart-icon a i {
  margin-right: 0;
  margin-left: 5px;
}
.header-style1 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .top-minicart-icon:before {
  display: none;
}
.header-style1 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .wrapp-minicart {
  background: #fff;
  z-index: 99;
}
.header-style1 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info {
  position: relative;
}
.header-style1 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info i.fa {
  cursor: pointer;
  padding: 16px 10px;
  font-size: 16px;
  color: #545454;
}
.header-style1 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info i.fa:hover {
  color: #f99d1c;
}
.header-style1 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info i.fa:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 13px;
  color: #6d6d6d;
  margin-left: 10px;
}
.rtl .header-style1 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info i.fa:after {
  float: left;
  margin-right: 10px;
  margin-left: 0;
}
.header-style1 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  position: absolute;
  right: 0;
  width: 150px;
  top: 45px;
  z-index: 99;
  visibility: hidden;
  background: #fff;
  box-shadow: 2px 2px 1px 0 #ccc;
  padding: 20px 5px 20px 30px;
  border: solid 1px #f3f3f3;
}
.rtl .header-style1 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right {
  right: auto;
  left: 0;
  padding: 20px 30px 20px 5px;
}
.header-style1 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .top-login ul li a:before {
  content: '\f023';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style1 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .top-login ul li a:before {
  display: none;
}
.rtl .header-style1 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .top-login ul li a:after {
  content: '\f023';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style1 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .div-logined ul li a:before {
  content: '\f13e';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style1 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .div-logined ul li a:before {
  display: none;
}
.rtl .header-style1 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .div-logined ul li a:after {
  content: '\f13e';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style1 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li {
  padding: 5px 0;
}
.header-style1 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-my-account a:before {
  content: '\f07a';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style1 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-my-account a:before {
  display: none;
}
.rtl .header-style1 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-my-account a:after {
  content: '\f07a';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style1 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-checkout a:before {
  content: '\f090';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style1 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-checkout a:before {
  display: none;
}
.rtl .header-style1 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-checkout a:after {
  content: '\f090';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style1 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-wishlist a:before {
  content: '\f08a';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style1 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-wishlist a:before {
  display: none;
}
.rtl .header-style1 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-wishlist a:after {
  content: '\f08a';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style1 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info:hover .sidebar-top-right {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.header-style1 .sw-paradise-header .sw-paradise-account .sw-paradise-wishlist a {
  display: block;
  padding: 16px 0;
}
.header-style1 .sw-paradise-header .sw-paradise-account .sw-paradise-wishlist a i.fa {
  padding: 0px 15px;
  border: 1px #a2b5bf solid;
  border-width: 0 1px;
}
.header-style1 .sw-paradise-center {
  padding: 28px 0;
}
.header-style1 .sw-paradise-center .sw-paradise-lang {
  padding: 15px;
}
.header-style1 .sw-paradise-center .sw-paradise-lang .sidebar-top div {
  float: left;
  padding-right: 8px;
}
.rtl .header-style1 .sw-paradise-center .sw-paradise-lang .sidebar-top div {
  float: right;
  padding-right: 0;
  padding-left: 8px;
}
.header-style1 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 {
  display: inline-block;
  vertical-align: top;
}
.header-style1 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li {
  position: relative;
  z-index: 10;
}
.header-style1 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >a {
  padding: 10px 0;
  font-size: 12px;
}
.header-style1 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >a img {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}
.rtl .header-style1 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >a img {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
.header-style1 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >a span {
  font-size: 12px;
}
.header-style1 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >a:hover {
  background-color: transparent;
}
.header-style1 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >a:after {
  content: "\f107 ";
  font-family: fontawesome;
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}
.rtl .header-style1 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >a:after {
  display: none;
}
.rtl .header-style1 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >a:before {
  content: "\f107 ";
  font-family: fontawesome;
  font-weight: normal;
  font-size: 14px;
  padding-right: 10px;
}
.header-style1 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >ul {
  position: absolute;
  left: 0;
  top: 110%;
  display: inline-block;
  background-color: #fff;
  border: 0;
  visibility: hidden;
  width: 110px;
  -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -o-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -ms-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.rtl .header-style1 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >ul {
  left: auto;
  right: 0;
}
.header-style1 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a {
  color: #444;
  padding: 10px 15px;
  display: block;
  line-height: 1.4em;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.header-style1 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a img {
  float: left;
  margin-right: 5px;
  max-width: 14px;
  margin-top: 5px;
}
.rtl .header-style1 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a img {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.header-style1 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a span {
  color: #666;
}
.header-style1 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a:hover span,
.header-style1 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a:focus span {
  color: #f99d1c;
}
.header-style1 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >ul li.active >a span {
  color: #f99d1c;
}
.header-style1 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li:hover >a {
  color: #f99d1c;
}
.header-style1 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li:hover >ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-style1 .sw-paradise-center .sw-paradise-lang .currency_converter {
  padding-right: 15px;
}
.rtl .header-style1 .sw-paradise-center .sw-paradise-lang .currency_converter {
  padding-left: 15px;
  padding-right: 0;
}
.header-style1 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li {
  position: relative;
  z-index: 10;
}
.header-style1 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >a {
  padding: 11px 20px 10px 0;
  display: block;
  font-size: 12px;
  position: relative;
}
.rtl .header-style1 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >a {
  padding: 10px 0 10px 20px;
}
.header-style1 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >a:after {
  content: "\f107 ";
  font-family: fontawesome;
  font-weight: normal;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 10px;
}
.rtl .header-style1 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >a:after {
  right: auto;
  left: 0;
}
.header-style1 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >a:before {
  position: absolute;
  right: -15px;
  top: 10px;
  content: "";
  width: 1px;
  height: 15px;
  background: #e1e1e1;
}
.rtl .header-style1 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >a:before {
  right: auto;
  left: -15px;
}
.header-style1 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >ul {
  position: absolute;
  left: 0;
  top: 110%;
  display: inline-block;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -o-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -ms-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.header-style1 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >ul li >a {
  color: #444;
  font-size: 13px;
  padding: 8px 20px;
  display: block;
  line-height: 1.4em;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.header-style1 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >ul li >a:hover,
.header-style1 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >ul li >a:focus,
.header-style1 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >ul li >a:active {
  color: #f99d1c;
}
.rtl .header-style1 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >ul {
  left: auto;
  right: 0;
}
.header-style1 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li:hover >a {
  color: #f99d1c;
}
.header-style1 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li:hover >ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-style1 .sw-paradise-center .sw-paradise-logo {
  text-align: center;
}
.header-style1 .sw-paradise-center .sw-paradise-logo a {
  display: inline-block;
}
.header-style1 .sw-paradise-center .header-right-search {
  padding: 9px 15px;
}
.header-style1 .sw-paradise-center .header-right-search .top-form {
  line-height: 32px;
  margin-top: 10px;
  background: #fff;
  width: 270px;
  float: right;
}
.rtl .header-style1 .sw-paradise-center .header-right-search .top-form {
  float: left;
}
.header-style1 .sw-paradise-center .header-right-search .top-form .topsearch-entry .form-search {
  border: none;
}
.header-style1 .sw-paradise-center .header-right-search .top-form .topsearch-entry .form-search .search-query {
  border: none;
  margin: 0;
  font-size: 12px;
  width: 84%;
  background: #f5f5f5;
  border-radius: 0;
  padding-left: 15px;
  float: left;
  height: 32px;
}
.rtl .header-style1 .sw-paradise-center .header-right-search .top-form .topsearch-entry .form-search .search-query {
  padding-right: 15px;
  padding-left: 0;
  float: right;
}
.header-style1 .sw-paradise-center .header-right-search .top-form .topsearch-entry .form-search button {
  border: none;
  margin: 0;
  padding: 0 15px;
  float: right;
  width: 16%;
  background: #f5f5f5;
  border-radius: 0;
  height: 32px;
}
.rtl .header-style1 .sw-paradise-center .header-right-search .top-form .topsearch-entry .form-search button {
  float: left;
}
.header-style1 .sw-paradise-center .header-right-search .top-form .topsearch-entry .form-search button:after {
  content: '\f002';
  font-family: fontawesome;
  font-size: 13px;
  color: #2a2a2a;
}
.header-style1 .sw-paradise-center .header-right-search .top-form .topsearch-entry .form-search button:hover:after {
  color: #f99d1c;
}
.header-style1 #main-menu {
  border-top: 1px #d7d7d7 solid;
}
.header-style1 #main-menu #primary-menu .navbar-inverse {
  background: #fff;
}
.header-style1 #main-menu #primary-menu .navbar-inverse .nav-pills >li >a {
  color: #252525;
  padding: 17px 20px;
}
.header-style1 #main-menu #primary-menu .navbar-inverse .nav-pills >li.active >a,
.header-style1 #main-menu #primary-menu .navbar-inverse .nav-pills >li:hover >a {
  color: #f99d1c;
}
.index2-category {
  margin: 15px 0 42px 0;
  color: #252525;
}
.index2-category strong {
  font-size: 0px;
}
.index2-category strong:before {
  content: "\f02b";
  font-family: fontawesome;
  font-size: 28px;
  color: #f99d1c;
  margin-right: 10px;
}
.rtl .index2-category strong {
  display: inline-block;
}
.rtl .index2-category strong:before {
  margin-left: 10px;
  margin-right: 0;
}
.index2-category:before {
  content: '~';
  font-size: 26px;
  color: #f99d1c;
  margin-right: 20px;
/*  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); */
  display: inline-block;
}
.rtl .index2-category:before {
  margin-right: 0;
  margin-left: 20px;
}
.index2-category:after {
  content: '~';
  font-size: 26px;
  color: #f99d1c;
  margin-left: 20px;
 /* -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); */
  display: inline-block;
}
.rtl .index2-category:after {
  margin-left: 0;
  margin-right: 20px;
}
.page-template-page-home2 .home2slider-info {
  text-align: center !important;
}
.page-template-page-home2 .home2slider-info p {
  font-size: 20px !important;
  text-align: center !important;
}
.page-template-page-home2 .home2slider-info h3 {
  font-size: 50px !important;
  margin-top: 30px !important;
  text-align: center !important;
}
.page-template-page-home2 .home2-now {
  border: 1px #fff solid !important;
  padding: 10px 30px !important;
  color: #fff;
  font-size: 12px !important;
  text-transform: capitalize;
}
.page-template-page-home2 .home2-now:hover {
  background: #f99d1c;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  -ms-transition: all 0.5s !important;
  transition: all 0.5s !important;
}
.page-template-page-home2 .tparrows {
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
}
.page-template-page-home2 .tparrows:before {
  color: rgba(0,0,0,0.5);
}
.page-template-page-home2 .tparrows:hover {
  background: #fff;
}
.page-template-page-home2 .responsive-post-slider .resp-slider-container .box-slider-title h2:before {
  content: '+';
  font-size: 26px;
  color: #f99d1c;
  margin-right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}
.page-template-page-home2 .responsive-post-slider .resp-slider-container .box-slider-title h2:after {
  content: '+';
  font-size: 26px;
  color: #f99d1c;
  margin-left: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}
.page-template-page-home2 .countdown-slider-default .resp-slider-container .slick-slider .slick-list .item .item-wrap .item-detail .products-thumb {
  margin-bottom: 0;
  padding-bottom: 50px;
}
.page-template-page-home2 .countdown-slider-default .resp-slider-container .slick-slider .slick-list .item .item-wrap .item-detail .item-content {
  padding: 0px 10px 15px;
}
.page-template-page-home2 .sw-woo-container-slider .order-title h2 {
  font-size: 28px;
}
.page-template-page-home2.rtl .responsive-post-slider .resp-slider-container .box-slider-title h2:before {
  margin-right: 0;
  margin-left: 20px;
}
.page-template-page-home2.rtl .responsive-post-slider .resp-slider-container .box-slider-title h2:after {
  margin-left: 0;
  margin-right: 20px;
}
.countdown-slider-default {
  margin-bottom: 7px;
}
.countdown-slider-default .resp-slider-container .slick-slider .slick-list .item .item-wrap {
  margin-bottom: 7px;
}
.countdown-slider-default .resp-slider-container .slick-slider .slick-list .item .item-wrap:hover .item-detail {
  border: 1px transparent solid;
}
.sw-category-slider {
  margin: 0 -15px;
}
.sw-category-slider .item {
  position: relative;
  padding: 0 15px;
}
.sw-category-slider .item .item-image a img {
  width: 100%;
}
.sw-category-slider .item .item-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: -70px;
}
.sw-category-slider .item .item-content h3 a {
  color: #fff;
  font-size: 28px;
  line-height: 40px;
}
.sw-category-slider .item .item-content h3 a span {
  display: block;
}
.sw-category-slider .item .item-content h3 a:hover {
  color: #f99d1c;
}
.sw-category-slider .item .item-content h3 a.button {
  font-size: 14px;
  font-family: 'BitterRegular';
  text-transform: capitalize;
  padding: 8px 25px;
  border: 1px #fff solid;
  margin-top: 56px;
  display: inline-block;
  line-height: 20px;
}
.sw-category-slider .item .item-content h3 a.button:hover {
  background: #f99d1c;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.home2-tab-slider {
  margin-top: 32px;
}
.home2-tab-slider .index2-category {
  margin: 4px 0 15px 0;
}
.sw-woo-tab-theme1 .tab-content .top-tab-slider {
  border: 1px #e1e1e1 solid;
  border-width: 1px 0;
  margin-bottom: 38px;
}
.sw-woo-tab-theme1 .tab-content .top-tab-slider ul li a {
  font-size: 14px;
  font-family: 'BitterRegular';
  padding: 15px 10px 11px 10px;
  color: #545454;
}
.sw-woo-tab-theme1 .tab-content .top-tab-slider ul li a:before {
  display: none;
}
.sw-woo-tab-theme1 .tab-content .top-tab-slider ul li a:hover {
  color: #f99d1c;
}
.sw-woo-tab-theme1 .tab-content .top-tab-slider ul li.active a {
  color: #f99d1c;
}
.rtl .sw-woo-tab-theme1 .tab-content .top-tab-slider ul li:last-child a:before {
  display: none;
}
.sw-woo-tab-theme1 .tab-content .top-tab-slider .order-description {
  display: none;
}
.home2-trending {
  margin: 50px -15px 13px -15px;
}
.home2-trending .order-title {
  border-top: 1px #e1e1e1 solid;
  overflow: hidden;
}
.home2-trending .order-title h2 {
  margin: 20px 0 40px 0;
}
.home2-trending .order-title h2:before {
  content: '+';
  font-size: 26px;
  color: #f99d1c;
  margin-right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}
.rtl .home2-trending .order-title h2:before {
  margin-right: 0;
  margin-left: 20px;
}
.home2-trending .order-title h2:after {
  content: '+';
  font-size: 26px;
  color: #f99d1c;
  margin-left: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}
.rtl .home2-trending .order-title h2:after {
  margin-left: 0;
  margin-right: 20px;
}
.home2-today {
  border-top: 1px #e1e1e1 solid;
  padding-bottom: 40px;
}
.home2-today .index2-category {
  margin: 19px 0 34px 0;
}
.ya-blog-theme1 .resp-slider-container .box-slider-title h2 {
  padding: 20px 0;
  margin-bottom: 13px;
}
.ya-blog-theme1 .resp-slider-container .box-slider-title h2:before {
  content: '+';
  font-size: 26px;
  color: #f99d1c;
  margin-right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}
.rtl .ya-blog-theme1 .resp-slider-container .box-slider-title h2:before {
  margin-right: 0;
  margin-left: 20px;
}
.ya-blog-theme1 .resp-slider-container .box-slider-title h2:after {
  content: '+';
  font-size: 26px;
  color: #f99d1c;
  margin-left: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}
.rtl .ya-blog-theme1 .resp-slider-container .box-slider-title h2:after {
  margin-left: 0;
  margin-right: 20px;
}
.ya-blog-theme1 .resp-slider-container .slick-slider .item .item-inner .entry-content {
  position: static;
  margin: 0;
}
.header-style2 .sw-paradise-header {
  background: #f0f0f0;
}
.header-style2 .sw-paradise-header .sw-paradise-lang {
  padding: 1px 0;
}
.header-style2 .sw-paradise-header .sw-paradise-lang .sidebar-top div {
  float: left;
  padding-right: 8px;
}
.rtl .header-style2 .sw-paradise-header .sw-paradise-lang .sidebar-top div {
  float: right;
  padding-right: 0;
  padding-left: 8px;
}
.header-style2 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 {
  display: inline-block;
  vertical-align: top;
}
.header-style2 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li {
  position: relative;
  z-index: 10;
}
.header-style2 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a {
  padding: 13px 0;
  font-size: 12px;
}
.header-style2 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a img {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}
.rtl .header-style2 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a img {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
.header-style2 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a span {
  font-size: 12px;
}
.header-style2 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a:hover {
  background-color: transparent;
}
.header-style2 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a:after {
  content: "\f107 ";
  font-family: fontawesome;
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}
.rtl .header-style2 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a:after {
  display: none;
}
.rtl .header-style2 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a:before {
  content: "\f107 ";
  font-family: fontawesome;
  font-weight: normal;
  font-size: 14px;
  padding-right: 10px;
}
.header-style2 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul {
  position: absolute;
  left: 0;
  top: 110%;
  display: inline-block;
  background-color: #fff;
  border: 0;
  visibility: hidden;
  width: 110px;
  -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -o-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -ms-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.rtl .header-style2 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul {
  left: auto;
  right: 0;
}
.header-style2 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a {
  color: #444;
  padding: 10px 15px;
  display: block;
  line-height: 1.4em;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.header-style2 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a img {
  float: left;
  margin-right: 5px;
  max-width: 14px;
  margin-top: 5px;
}
.rtl .header-style2 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a img {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.header-style2 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a span {
  color: #666;
}
.header-style2 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a:hover span,
.header-style2 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a:focus span {
  color: #f99d1c;
}
.header-style2 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul li.active >a span {
  color: #f99d1c;
}
.header-style2 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li:hover >a {
  color: #f99d1c;
}
.header-style2 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li:hover >ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-style2 .sw-paradise-header .sw-paradise-lang .currency_converter {
  padding-right: 15px;
}
.rtl .header-style2 .sw-paradise-header .sw-paradise-lang .currency_converter {
  padding-left: 15px;
  padding-right: 0;
}
.header-style2 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li {
  position: relative;
  z-index: 10;
}
.header-style2 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >a {
  padding: 14px 20px 13px 0;
  display: block;
  font-size: 12px;
  position: relative;
}
.rtl .header-style2 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >a {
  padding: 13px 0 13px 20px;
}
.header-style2 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >a:after {
  content: "\f107 ";
  font-family: fontawesome;
  font-weight: normal;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 12px;
}
.rtl .header-style2 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >a:after {
  right: auto;
  left: 0;
}
.header-style2 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >a:before {
  position: absolute;
  right: -15px;
  top: 10px;
  content: "";
  width: 1px;
  height: 15px;
  background: #e1e1e1;
}
.rtl .header-style2 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >a:before {
  right: auto;
  left: -15px;
}
.header-style2 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >ul {
  position: absolute;
  left: 0;
  top: 110%;
  display: inline-block;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -o-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -ms-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.header-style2 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >ul li >a {
  color: #444;
  font-size: 13px;
  padding: 8px 20px;
  display: block;
  line-height: 1.4em;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.header-style2 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >ul li >a:hover,
.header-style2 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >ul li >a:focus,
.header-style2 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >ul li >a.active {
  color: #f99d1c;
}
.rtl .header-style2 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >ul {
  left: auto;
  right: 0;
}
.header-style2 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li:hover >a {
  color: #f99d1c;
}
.header-style2 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li:hover >ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-style2 .sw-paradise-header .sw_paradise_delivery {
  text-align: center;
  padding: 13px 0;
}
.header-style2 .sw-paradise-header .sw_paradise_delivery .main-delivery span {
  color: #4b4b4b;
  font-style: italic;
}
.header-style2 .sw-paradise-header .sw-paradise-account {
  padding: 0;
}
.header-style2 .sw-paradise-header .sw-paradise-account .sw_paradise_cart {
  position: relative;
}
.header-style2 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .top-minicart-icon {
  padding: 12px 0px;
}
.header-style2 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .top-minicart-icon a {
  display: block;
  border: 1px #ccc solid;
  border-width: 0 1px;
  padding: 0 10px;
}
.header-style2 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .top-minicart-icon a i {
  font-size: 16px;
  margin: 0 5px;
}
.header-style2 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .top-minicart-icon a span {
  display: none;
}
.header-style2 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .top-minicart-icon:before {
  display: none;
}
.header-style2 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .wrapp-minicart {
  background: #fff;
  z-index: 99;
  right: -20px;
}
.rtl .header-style2 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .wrapp-minicart {
  right: auto;
  left: -20px;
}
.header-style2 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info {
  position: relative;
}
.header-style2 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info i.fa {
  cursor: pointer;
  padding: 13px 0px 13px 16px;
  font-size: 16px;
  color: #545454;
}
.header-style2 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info i.fa:hover {
  color: #f99d1c;
}
.rtl .header-style2 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info i.fa {
  padding: 13px 16px 13px 0;
}
.header-style2 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  position: absolute;
  right: 0;
  width: 150px;
  top: 43px;
  z-index: 99;
  visibility: hidden;
  background: #fff;
  box-shadow: 2px 2px 1px 0 #ccc;
  padding: 20px 5px 20px 30px;
  border: solid 1px #f3f3f3;
}
.rtl .header-style2 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right {
  right: auto;
  left: 0;
  padding: 20px 30px 20px 5px;
}
.header-style2 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .top-login ul li a:before {
  content: '\f023';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style2 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .top-login ul li a:before {
  display: none;
}
.rtl .header-style2 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .top-login ul li a:after {
  content: '\f023';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style2 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .div-logined ul li a:before {
  content: '\f13e';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style2 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .div-logined ul li a:before {
  display: none;
}
.rtl .header-style2 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .div-logined ul li a:after {
  content: '\f13e';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style2 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li {
  padding: 5px 0;
}
.header-style2 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-my-account a:before {
  content: '\f07a';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style2 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-my-account a:before {
  display: none;
}
.rtl .header-style2 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-my-account a:after {
  content: '\f07a';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style2 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-checkout a:before {
  content: '\f090';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style2 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-checkout a:before {
  display: none;
}
.rtl .header-style2 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-checkout a:after {
  content: '\f090';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style2 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-wishlist a:before {
  content: '\f08a';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style2 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-wishlist a:before {
  display: none;
}
.rtl .header-style2 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-wishlist a:after {
  content: '\f08a';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style2 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info:hover .sidebar-top-right {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.header-style2 .sw-paradise-header .sw-paradise-account .sw-paradise-wishlist a {
  display: block;
}
.header-style2 .sw-paradise-header .sw-paradise-account .sw-paradise-wishlist a i.fa {
  padding: 14px 15px;
}
.header-style2 .header-bottom {
  background: #252525;
  margin-bottom: 21px;
}
.header-style2 .header-bottom .sw-paradise-logo {
  padding: 12px 15px;
}
.header-style2 .header-bottom .sw-paradise-logo a {
  display: inline-block;
}
.header-style2 .header-bottom #main-menu {
  margin: 23px 0;
}
.header-style2 .header-bottom #main-menu #primary-menu {
  text-align: left;
}
.rtl .header-style2 .header-bottom #main-menu #primary-menu {
  text-align: right;
}
.header-style2 .header-bottom #main-menu #primary-menu .navbar-inverse {
  background: #252525;
}
.header-style2 .header-bottom #main-menu #primary-menu .navbar-inverse .nav-pills >li >a {
  color: #fff;
  padding: 18px 15px;
}
.header-style2 .header-bottom #main-menu #primary-menu .navbar-inverse .nav-pills >li.active >a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #fff;
}
.header-style2 .header-bottom #main-menu .header-right-search {
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 45px;
  z-index: 9;
}
.rtl .header-style2 .header-bottom #main-menu .header-right-search {
  right: auto;
  left: 15px;
}
.header-style2 .header-bottom #main-menu .header-right-search .icon-search {
  text-align: right;
  cursor: pointer;
  padding: 0 0 0 2px;
}
.rtl .header-style2 .header-bottom #main-menu .header-right-search .icon-search {
  text-align: left;
}
.header-style2 .header-bottom #main-menu .header-right-search .icon-search i {
  color: #fff;
}
.header-style2 .header-bottom #main-menu .header-right-search .icon-search i:hover {
  color: #f99d1c;
}
.header-style2 .header-bottom #main-menu .header-right-search .top-form {
  line-height: 32px;
  margin-top: 10px;
  background: #fff;
  display: none;
}
.header-style2 .header-bottom #main-menu .header-right-search .top-form .topsearch-entry .form-search {
  border: 1px #e1e1e1 solid;
}
.header-style2 .header-bottom #main-menu .header-right-search .top-form .topsearch-entry .form-search .search-query {
  border: none;
  width: 325px;
  margin: 0;
  font-family: 'LoraItalic';
  font-size: 12px;
  line-height: 32px;
  height: 32px;
}
.header-style2 .header-bottom #main-menu .header-right-search .top-form .topsearch-entry .form-search button {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0 15px;
}
.header-style2 .header-bottom #main-menu .header-right-search .top-form .topsearch-entry .form-search button:after {
  content: '\f002';
  font-family: fontawesome;
  font-size: 13px;
  color: #2a2a2a;
}
.header-style2 .header-bottom #main-menu .header-right-search .top-form .topsearch-entry .form-search button:hover:after {
  color: #f99d1c;
}
.home3-slider .home3slider-info {
  text-align: center !important;
}
.home3-slider .home3slider-info p {
  font-size: 16px !important;
  text-align: center !important;
}
.home3-slider .home3slider-info h3 {
  font-size: 38px !important;
  margin-top: 20px !important;
  text-align: center !important;
}
.home3-slider .home3-now {
  border: 1px #fff solid !important;
  padding: 10px 30px !important;
  color: #fff;
  font-size: 12px !important;
  text-transform: capitalize;
}
.home3-slider .home3-now:hover {
  background: #f99d1c;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  -ms-transition: all 0.5s !important;
  transition: all 0.5s !important;
}
.home3-slider .tparrows {
  border-radius: 50%;
}
.page-template-page-home3 .home3-main-bot .order-title h2 strong {
  font-weight: normal;
}
.countdown-slider-style1 .resp-slider-container {
  overflow: hidden;
}
.countdown-slider-style1 .resp-slider-container .box-slider-title {
  overflow: hidden;
  background: #E1E1E1;
}
.countdown-slider-style1 .resp-slider-container .box-slider-title h2 {
  font-size: 22px;
  color: #252525;
  padding: 20px 10px 5px 20px;
  text-transform: capitalize;
}
.countdown-slider-style1 .resp-slider-container .item .item-wrap .item-detail .item-content {
  padding: 0px 10px 26px;
}
.countdown-slider-style1 .resp-slider-container .item .item-wrap .item-detail .products-thumb {
  padding: 10px 0 22px 0;
}
.countdown-slider-style1 .slick-prev {
  top: 22px;
  right: 45px;
  left: auto;
  margin-top: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.countdown-slider-style1 .slick-prev:before {
  font-size: 12px;
  color: #b5b5b5;
}
.rtl .countdown-slider-style1 .slick-prev {
  right: auto;
  left: 20px;
}
.rtl .countdown-slider-style1 .slick-prev:before {
  content: '\f104';
}
.countdown-slider-style1 .slick-next {
  top: 22px;
  right: 20px;
  margin-top: 0;
  left: auto;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.countdown-slider-style1 .slick-next:before {
  font-size: 12px;
  color: #b5b5b5;
}
.rtl .countdown-slider-style1 .slick-next {
  right: auto;
  left: 45px;
}
.rtl .countdown-slider-style1 .slick-next:before {
  content: '\f105';
}
.countdown-slider-style1 .item .item-wrap .item-detail {
  border: 1px #e1e1e1 solid;
}
.countdown-slider-style1 .item-content .item-countdown {
  margin: 20px 0 40px 0;
}
.countdown-slider-style1 .item-content .item-countdown .countdown-row .countdown-section {
  display: inline-block;
  width: 25%;
  background: #fff;
  padding: 10px 0;
  border: 1px #000 solid;
  border-width: 1px 0 1px 1px;
}
.rtl .countdown-slider-style1 .item-content .item-countdown .countdown-row .countdown-section {
  border-width: 1px 1px 1px 0;
}
.countdown-slider-style1 .item-content .item-countdown .countdown-row .countdown-section span {
  display: block;
}
.countdown-slider-style1 .item-content .item-countdown .countdown-row .countdown-section .countdown-amount {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.countdown-slider-style1 .item-content .item-countdown .countdown-row .countdown-section .countdown-period {
  font-size: 10px;
  color: #7a7a7a;
}
.countdown-slider-style1 .item-content .item-countdown .countdown-row .countdown-section:last-child {
  border-right: 1px #000 solid;
}
.rtl .countdown-slider-style1 .item-content .item-countdown .countdown-row .countdown-section:last-child {
  border-left: 1px #000 solid;
}
.slider-toprated-product {
  overflow: hidden;
}
.slider-toprated-product .order-title {
  background: #E1E1E1;
  text-align: left;
  overflow: hidden;
}
.rtl .slider-toprated-product .order-title {
  text-align: right;
}
.slider-toprated-product .order-title h2 {
  font-size: 22px;
  color: #252525;
  padding: 20px 0 10px 20px;
  text-transform: capitalize;
}
.rtl .slider-toprated-product .order-title h2 {
  padding: 20px 20px 10px 0;
}
.slider-toprated-product .slick-prev {
  top: 22px;
  right: 45px;
  left: auto;
  margin-top: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.slider-toprated-product .slick-prev:before {
  font-size: 12px;
  color: #b5b5b5;
  line-height: 18px;
  vertical-align: top;
}
.rtl .slider-toprated-product .slick-prev {
  right: auto;
  left: 20px;
}
.rtl .slider-toprated-product .slick-prev:before {
  content: '\f104';
}
.slider-toprated-product .slick-next {
  top: 22px;
  right: 20px;
  margin-top: 0;
  left: auto;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.slider-toprated-product .slick-next:before {
  font-size: 12px;
  color: #b5b5b5;
  line-height: 18px;
  vertical-align: top;
}
.rtl .slider-toprated-product .slick-next {
  right: auto;
  left: 45px;
}
.rtl .slider-toprated-product .slick-next:before {
  content: '\f105';
}
.slider-toprated-product .item .item-wrap .item-detail {
  border: 1px #e1e1e1 solid;
}
.slider-toprated-product .item .item-wrap .item-detail .item-content {
  padding: 0px 10px 50px;
}
.testimonial-default {
  margin-bottom: 30px;
}
.testimonial-default .block-title-bottom {
  background: #E1E1E1;
  position: relative;
  overflow: hidden;
}
.testimonial-default .block-title-bottom h2 {
  font-size: 22px;
  color: #252525;
  padding: 20px 0 5px 20px;
  text-transform: capitalize;
}
.rtl .testimonial-default .block-title-bottom h2 {
  padding: 20px 20px 5px 20px;
}
.testimonial-default .block-title-bottom .carousel-cl {
  position: absolute;
  right: 20px;
  top: 22px;
}
.rtl .testimonial-default .block-title-bottom .carousel-cl {
  right: auto;
  left: 20px;
}
.testimonial-default .block-title-bottom .carousel-cl .prev-test {
  background: #777;
  width: 20px;
  height: 20px;
  line-height: 18px;
  border-radius: 50%;
  text-align: center;
}
.testimonial-default .block-title-bottom .carousel-cl .prev-test:hover {
  background: #252525;
}
.testimonial-default .block-title-bottom .carousel-cl .prev-test:before {
  font-size: 12px;
  color: #b5b5b5;
}
.rtl .testimonial-default .block-title-bottom .carousel-cl .prev-test:before {
  content: '\f105';
}
.testimonial-default .block-title-bottom .carousel-cl .next-test {
  background: #777;
  width: 20px;
  height: 20px;
  line-height: 18px;
  border-radius: 50%;
  text-align: center;
}
.testimonial-default .block-title-bottom .carousel-cl .next-test:hover {
  background: #252525;
}
.testimonial-default .block-title-bottom .carousel-cl .next-test:before {
  font-size: 12px;
  color: #b5b5b5;
}
.rtl .testimonial-default .block-title-bottom .carousel-cl .next-test:before {
  content: '\f104';
}
.testimonial-default .carousel-inner {
  text-align: center;
  border: 1px #e1e1e1 solid;
}
.testimonial-default .carousel-inner .item-inner .image-client {
  padding-top: 40px;
  text-align: center;
}
.testimonial-default .carousel-inner .item-inner .image-client a {
  display: inline-block;
}
.testimonial-default .carousel-inner .item-inner .image-client a img {
  max-width: 104px;
}
.testimonial-default .carousel-inner .item-inner .client-say-info .name-client {
  overflow: hidden;
}
.testimonial-default .carousel-inner .item-inner .client-say-info .name-client h2 {
  font-size: 20px;
  padding-top: 20px;
  text-transform: capitalize;
}
.testimonial-default .carousel-inner .item-inner .client-say-info .name-client h2 a {
  color: #252525;
}
.testimonial-default .carousel-inner .item-inner .client-say-info .name-client h2 a:hover {
  color: #f99d1c;
}
.testimonial-default .carousel-inner .item-inner .client-say-info .client-comment {
  font-size: 12px;
  padding: 10px 30px 50px 30px;
  line-height: 18px;
  color: #252525;
}
.page-template-page-home3 .home3-main-right .woo-slider-default .slick-next {
  right: 0;
}
.page-template-page-home3 .home3-main-right .woo-slider-default .slick-prev {
  left: 0;
}
.page-template-page-home3 .home3-main-right .woo-slider-default .item .item-wrap .item-detail .item-content {
  padding: 0px 10px 14px;
}
.page-template-page-home3 .home3-main-right .order-title {
  overflow: hidden;
}
.page-template-page-home3 .home3-main-right .order-title h2 {
  margin: 24px 0 32px 0;
  text-transform: capitalize;
}
.page-template-page-home3 .home3-main-right .order-title h2:before {
  content: '+';
  font-size: 26px;
  color: #f99d1c;
  margin-right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}
.rtl .page-template-page-home3 .home3-main-right .order-title h2:before {
  margin-right: 0;
  margin-left: 20px;
}
.page-template-page-home3 .home3-main-right .order-title h2:after {
  content: '+';
  font-size: 26px;
  color: #f99d1c;
  margin-left: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}
.rtl .page-template-page-home3 .home3-main-right .order-title h2:after {
  margin-left: 0;
  margin-right: 20px;
}
.page-template-page-home3 .home3-main-bot .woo-slider-default {
  margin-bottom: 0;
}
.page-template-page-home3 .home3-main-bot .woo-slider-default .resp-slider-container .slick-slider .slick-list .item .item-wrap {
  margin-bottom: 9px;
}
.page-template-page-home3 .home3-main-bot .order-title {
  overflow: hidden;
}
.page-template-page-home3 .home3-main-bot .order-title h2 {
  margin: 24px 0 32px 0;
  text-transform: capitalize;
}
.page-template-page-home3 .home3-main-bot .order-title h2:before {
  content: '+';
  font-size: 26px;
  color: #f99d1c;
  margin-right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}
.rtl .page-template-page-home3 .home3-main-bot .order-title h2:before {
  margin-right: 0;
  margin-left: 20px;
}
.page-template-page-home3 .home3-main-bot .order-title h2:after {
  content: '+';
  font-size: 26px;
  color: #f99d1c;
  margin-left: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}
.rtl .page-template-page-home3 .home3-main-bot .order-title h2:after {
  margin-left: 0;
  margin-right: 20px;
}
.page-template-page-home3 .home3-content-top {
  margin-bottom: 5px;
}
.page-template-page-home3 .flower-video {
  margin-bottom: 15px;
}
.page-template-page-home3 .flower-video iframe {
  height: 410px;
}
.page-template-page-home3 .home3-main-left {
  margin-bottom: 5px;
}
.page-template-page-home3 .ya-blog-theme1 {
  border: none;
}
.page-template-page-home3 .ya-blog-theme1 .resp-slider-container .box-slider-title h2 {
  padding: 16px 0 20px 0;
}
.page-template-page-home3.rtl .home3-main-right .order-title h2:before {
  margin-right: 0;
  margin-left: 20px;
}
.page-template-page-home3.rtl .home3-main-right .order-title h2:after {
  margin-left: 0;
  margin-right: 20px;
}
.page-template-page-home3.rtl .home3-main-bot .order-title h2:before {
  margin-right: 0;
  margin-left: 20px;
}
.page-template-page-home3.rtl .home3-main-bot .order-title h2:after {
  margin-left: 0;
  margin-right: 20px;
}
.header-style3 .sw-paradise-header {
  border-bottom: 1px #e1e1e1 solid;
}
.header-style3 .sw-paradise-header .sw_paradise_store {
  padding: 16px 0;
}
.header-style3 .sw-paradise-header .sw_paradise_store .main-store span {
  color: #4b4b4b;
  font-size: 12px;
  letter-spacing: 1px;
}
.header-style3 .sw-paradise-header .sw_paradise_delivery {
  text-align: center;
  padding: 16px 15px;
}
.header-style3 .sw-paradise-header .sw_paradise_delivery .main-delivery span {
  color: #4b4b4b;
  text-transform: uppercase;
  font-size: 12px;
}
.header-style3 .sw-paradise-header .sw-paradise-account {
  padding: 0;
}
.header-style3 .sw-paradise-header .sw-paradise-account .sw_paradise_cart {
  position: relative;
}
.header-style3 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .top-minicart-icon {
  padding: 16px 0 16px 10px;
}
.rtl .header-style3 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .top-minicart-icon {
  padding: 16px 10px 16px 0;
}
.header-style3 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .top-minicart-icon a i {
  font-size: 16px;
  margin-right: 5px;
}
.header-style3 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .top-minicart-icon:before {
  display: none;
}
.header-style3 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .wrapp-minicart {
  background: #fff;
  z-index: 99;
}
.header-style3 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info {
  position: relative;
}
.header-style3 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info i.fa {
  cursor: pointer;
  padding: 16px 10px;
  font-size: 16px;
  color: #545454;
}
.header-style3 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info i.fa:hover {
  color: #f99d1c;
}
.header-style3 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info i.fa:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 13px;
  color: #6d6d6d;
  margin-left: 10px;
}
.rtl .header-style3 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info i.fa:after {
  float: left;
  margin-right: 10px;
  margin-left: 0;
}
.header-style3 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  position: absolute;
  right: 0;
  width: 150px;
  top: 45px;
  z-index: 99;
  visibility: hidden;
  background: #fff;
  box-shadow: 2px 2px 1px 0 #ccc;
  padding: 20px 5px 20px 30px;
  border: solid 1px #f3f3f3;
}
.rtl .header-style3 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right {
  right: auto;
  left: 0;
  padding: 20px 30px 20px 5px;
}
.header-style3 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .top-login ul li a:before {
  content: '\f023';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style3 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .top-login ul li a:before {
  display: none;
}
.rtl .header-style3 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .top-login ul li a:after {
  content: '\f023';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style3 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .div-logined ul li a:before {
  content: '\f13e';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style3 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .div-logined ul li a:before {
  display: none;
}
.rtl .header-style3 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .div-logined ul li a:after {
  content: '\f13e';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style3 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li {
  padding: 5px 0;
}
.header-style3 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-my-account a:before {
  content: '\f07a';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style3 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-my-account a:before {
  display: none;
}
.rtl .header-style3 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-my-account a:after {
  content: '\f07a';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style3 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-checkout a:before {
  content: '\f090';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style3 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-checkout a:before {
  display: none;
}
.rtl .header-style3 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-checkout a:after {
  content: '\f090';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style3 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-wishlist a:before {
  content: '\f08a';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style3 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-wishlist a:before {
  display: none;
}
.rtl .header-style3 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-wishlist a:after {
  content: '\f08a';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style3 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info:hover .sidebar-top-right {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.header-style3 .sw-paradise-header .sw-paradise-account .sw-paradise-wishlist a {
  padding: 16px 0;
  display: block;
}
.header-style3 .sw-paradise-header .sw-paradise-account .sw-paradise-wishlist a i.fa {
  padding: 0 15px;
  border: 1px #a2b5bf solid;
  border-width: 0 1px;
}
.header-style3 .sw-paradise-center {
  padding: 27px 0;
}
.header-style3 .sw-paradise-center .sw-paradise-lang {
  padding: 15px;
}
.header-style3 .sw-paradise-center .sw-paradise-lang .sidebar-top div {
  float: left;
  padding-right: 8px;
}
.rtl .header-style3 .sw-paradise-center .sw-paradise-lang .sidebar-top div {
  float: right;
  padding-right: 0;
  padding-left: 8px;
}
.header-style3 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 {
  display: inline-block;
  vertical-align: top;
}
.header-style3 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li {
  position: relative;
  z-index: 10;
}
.header-style3 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >a {
  padding: 9px 0;
  font-size: 12px;
}
.header-style3 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >a img {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}
.rtl .header-style3 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >a img {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
.header-style3 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >a span {
  font-size: 12px;
}
.header-style3 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >a:hover {
  background-color: transparent;
}
.header-style3 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >a:after {
  content: "\f107 ";
  font-family: fontawesome;
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}
.rtl .header-style3 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >a:after {
  display: none;
}
.rtl .header-style3 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >a:before {
  content: "\f107 ";
  font-family: fontawesome;
  font-weight: normal;
  font-size: 14px;
  padding-right: 10px;
}
.header-style3 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >ul {
  position: absolute;
  left: 0;
  top: 110%;
  display: inline-block;
  background-color: #fff;
  border: 0;
  visibility: hidden;
  width: 110px;
  -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -o-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -ms-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.rtl .header-style3 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >ul {
  left: auto;
  right: 0;
}
.header-style3 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a {
  color: #444;
  padding: 10px 15px;
  display: block;
  line-height: 1.4em;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.header-style3 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a img {
  float: left;
  margin-right: 5px;
  max-width: 14px;
  margin-top: 5px;
}
.rtl .header-style3 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a img {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.header-style3 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a span {
  color: #666;
}
.header-style3 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a:hover span,
.header-style3 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a:focus span {
  color: #f99d1c;
}
.header-style3 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li >ul li.active >a span {
  color: #f99d1c;
}
.header-style3 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li:hover >a {
  color: #f99d1c;
}
.header-style3 .sw-paradise-center .sw-paradise-lang #lang_sel_v2 .nav >li:hover >ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-style3 .sw-paradise-center .sw-paradise-lang .currency_converter {
  padding-right: 15px;
}
.rtl .header-style3 .sw-paradise-center .sw-paradise-lang .currency_converter {
  padding-left: 15px;
  padding-right: 0;
}
.header-style3 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li {
  position: relative;
  z-index: 10;
}
.header-style3 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >a {
  padding: 11px 20px 10px 0;
  display: block;
  font-size: 12px;
  position: relative;
}
.rtl .header-style3 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >a {
  padding: 10px 0 10px 20px;
}
.header-style3 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >a:after {
  content: "\f107 ";
  font-family: fontawesome;
  font-weight: normal;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 10px;
}
.rtl .header-style3 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >a:after {
  right: auto;
  left: 0;
}
.header-style3 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >a:before {
  position: absolute;
  right: -15px;
  top: 10px;
  content: "";
  width: 1px;
  height: 15px;
  background: #e1e1e1;
}
.rtl .header-style3 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >a:before {
  right: auto;
  left: -15px;
}
.header-style3 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >ul {
  position: absolute;
  left: 0;
  top: 110%;
  display: inline-block;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -o-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -ms-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.header-style3 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >ul li >a {
  color: #444;
  font-size: 13px;
  padding: 8px 20px;
  display: block;
  line-height: 1.4em;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.header-style3 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >ul li >a:hover,
.header-style3 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >ul li >a:focus,
.header-style3 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >ul li >a.active {
  color: #f99d1c;
}
.rtl .header-style3 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li >ul {
  left: auto;
  right: 0;
}
.header-style3 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li:hover >a {
  color: #f99d1c;
}
.header-style3 .sw-paradise-center .sw-paradise-lang .currency_converter .currency_w >li:hover >ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-style3 .sw-paradise-center .sw-paradise-logo {
  text-align: center;
}
.header-style3 .sw-paradise-center .sw-paradise-logo a {
  display: inline-block;
}
.header-style3 .sw-paradise-center .header-right-search {
  padding: 8px 15px;
}
.header-style3 .sw-paradise-center .header-right-search .top-form {
  line-height: 32px;
  margin-top: 10px;
  background: #fff;
  width: 270px;
  float: right;
}
.rtl .header-style3 .sw-paradise-center .header-right-search .top-form {
  float: left;
}
.header-style3 .sw-paradise-center .header-right-search .top-form .topsearch-entry .form-search {
  border: none;
}
.header-style3 .sw-paradise-center .header-right-search .top-form .topsearch-entry .form-search .search-query {
  border: none;
  margin: 0;
  font-size: 12px;
  width: 84%;
  background: #f5f5f5;
  border-radius: 0;
  padding-left: 15px;
  float: left;
  height: 32px;
}
.rtl .header-style3 .sw-paradise-center .header-right-search .top-form .topsearch-entry .form-search .search-query {
  padding-right: 15px;
  padding-left: 0;
  float: right;
}
.header-style3 .sw-paradise-center .header-right-search .top-form .topsearch-entry .form-search button {
  border: none;
  margin: 0;
  padding: 0 15px;
  float: right;
  width: 16%;
  background: #f5f5f5;
  border-radius: 0;
  height: 32px;
}
.rtl .header-style3 .sw-paradise-center .header-right-search .top-form .topsearch-entry .form-search button {
  float: left;
}
.header-style3 .sw-paradise-center .header-right-search .top-form .topsearch-entry .form-search button:after {
  content: '\f002';
  font-family: fontawesome;
  font-size: 13px;
  color: #2a2a2a;
}
.header-style3 .sw-paradise-center .header-right-search .top-form .topsearch-entry .form-search button:hover:after {
  color: #f99d1c;
}
.header-style3 #main-menu {
  border-top: 1px #d7d7d7 solid;
}
.header-style3 #main-menu #primary-menu .navbar-inverse {
  background: #fff;
}
.header-style3 #main-menu #primary-menu .navbar-inverse .nav-pills >li >a {
  color: #252525;
  padding: 17px 20px;
}
.header-style3 #main-menu #primary-menu .navbar-inverse .nav-pills >li.active >a,
.header-style3 #main-menu #primary-menu .navbar-inverse .nav-pills >li:hover >a {
  color: #f99d1c;
}
.home4-slider .home4slider-info {
  text-align: center !important;
}
.home4-slider .home4slider-info p {
  font-size: 18px !important;
  text-align: center !important;
}
.home4-slider .home4slider-info h3 {
  font-size: 50px !important;
  margin-top: 20px !important;
  text-align: center !important;
}
.home4-slider .home4-now {
  border: 1px #fff solid !important;
  padding: 10px 30px !important;
  color: #fff;
  font-size: 12px !important;
  text-transform: capitalize;
}
.home4-slider .home4-now:hover {
  background: #f99d1c;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  -ms-transition: all 0.5s !important;
  transition: all 0.5s !important;
}
.home4-slider .tparrows {
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
}
.home4-slider .tparrows:before {
  color: rgba(0,0,0,0.5);
}
.home4-slider .tparrows:hover {
  background: #fff;
}
.page-template-page-home4 .order-title {
  text-align: center;
  margin-bottom: 50px;
}
.page-template-page-home4 .order-title h2 {
  margin: 15px 0;
  text-transform: capitalize;
  color: #252525;
}
.page-template-page-home4 .order-title p {
  font-family: 'LoraItalic';
}
.page-template-page-home4 .ya-blog-theme1 {
  border: none;
}
.page-template-page-home4 .ya-blog-theme1 .resp-slider-container .box-slider-title h2 {
  padding: 6px 0 20px 0;
}
.countdown-slider-style2 .item-wrap .item-detail .item-content {
  padding: 0 0 30px 0 !important;
}
.countdown-slider-style2 .item-wrap .item-detail .item-content .item-countdown {
  margin: 57px 0 34px 0;
}
.countdown-slider-style2 .item-wrap .item-detail .item-content .item-countdown .countdown-row .countdown-section {
  display: inline-block;
  width: 25%;
  background: #fff;
  padding: 19px 0;
  border: 1px #000 solid;
  border-width: 1px 0 1px 1px;
}
.rtl .countdown-slider-style2 .item-wrap .item-detail .item-content .item-countdown .countdown-row .countdown-section {
  border-width: 1px 1px 1px 0;
}
.countdown-slider-style2 .item-wrap .item-detail .item-content .item-countdown .countdown-row .countdown-section span {
  display: block;
}
.countdown-slider-style2 .item-wrap .item-detail .item-content .item-countdown .countdown-row .countdown-section .countdown-amount {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
.countdown-slider-style2 .item-wrap .item-detail .item-content .item-countdown .countdown-row .countdown-section .countdown-period {
  font-size: 14px;
  color: #000;
}
.countdown-slider-style2 .item-wrap .item-detail .item-content .item-countdown .countdown-row .countdown-section:last-child {
  border-right: 1px #000 solid;
}
.rtl .countdown-slider-style2 .item-wrap .item-detail .item-content .item-countdown .countdown-row .countdown-section:last-child {
  border-left: 1px #000 solid;
}
.countdown-slider-style2 .item-wrap .item-detail .item-content .reviews-content {
  padding: 10px 0 17px 0;
}
.countdown-slider-style2 .item-wrap .item-detail .item-content .item-price {
  font-size: 20px;
}
.countdown-slider-style2 .item-wrap .item-detail .item-content .item-price ins {
  font-size: 30px;
}
.countdown-slider-style2 .item-wrap .item-detail .item-content .item-price del {
  font-size: 20px;
  float: right;
  margin-top: 8px;
}
.countdown-slider-style2 .item-wrap .item-detail .item-content h4 {
  margin: 20px 0 27px 0;
}
.countdown-slider-style2 .item-wrap .item-detail .item-content h4 a {
  font-size: 30px;
}
.countdown-slider-style2 .item-wrap .item-detail .item-content h4 a:after {
  bottom: -20px;
}
.countdown-slider-style2 .item-wrap:hover .item-detail {
  border: 1px transparent solid;
}
.header-style4 .sw-paradise-header {
  background: #f0f0f0;
}
.header-style4 .sw-paradise-header .sw-paradise-lang {
  padding: 0;
}
.header-style4 .sw-paradise-header .sw-paradise-lang .sidebar-top div {
  float: left;
  padding-right: 8px;
}
.rtl .header-style4 .sw-paradise-header .sw-paradise-lang .sidebar-top div {
  float: right;
  padding-right: 0;
  padding-left: 8px;
}
.header-style4 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 {
  display: inline-block;
  vertical-align: top;
}
.header-style4 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li {
  position: relative;
  z-index: 10;
}
.header-style4 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a {
  padding: 13px 0;
  font-size: 12px;
}
.header-style4 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a img {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}
.rtl .header-style4 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a img {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
.header-style4 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a span {
  font-size: 12px;
}
.header-style4 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a:hover {
  background-color: transparent;
}
.header-style4 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a:after {
  content: "\f107 ";
  font-family: fontawesome;
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}
.rtl .header-style4 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a:after {
  display: none;
}
.rtl .header-style4 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a:before {
  content: "\f107 ";
  font-family: fontawesome;
  font-weight: normal;
  font-size: 14px;
  padding-right: 10px;
}
.header-style4 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul {
  position: absolute;
  left: 0;
  top: 110%;
  display: inline-block;
  background-color: #fff;
  border: 0;
  visibility: hidden;
  width: 110px;
  -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -o-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -ms-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.rtl .header-style4 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul {
  left: auto;
  right: 0;
}
.header-style4 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a {
  color: #444;
  padding: 10px 15px;
  display: block;
  line-height: 1.4em;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.header-style4 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a img {
  float: left;
  margin-right: 5px;
  max-width: 14px;
  margin-top: 5px;
}
.rtl .header-style4 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a img {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.header-style4 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a span {
  color: #666;
}
.header-style4 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a:hover span,
.header-style4 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a:focus span {
  color: #f99d1c;
}
.header-style4 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul li.active >a span {
  color: #f99d1c;
}
.header-style4 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li:hover >a {
  color: #f99d1c;
}
.header-style4 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li:hover >ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-style4 .sw-paradise-header .sw-paradise-lang .currency_converter {
  padding-right: 15px;
}
.rtl .header-style4 .sw-paradise-header .sw-paradise-lang .currency_converter {
  padding-left: 15px;
  padding-right: 0;
}
.header-style4 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li {
  position: relative;
  z-index: 10;
}
.header-style4 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >a {
  padding: 14px 20px 13px 0;
  display: block;
  font-size: 12px;
  position: relative;
}
.rtl .header-style4 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >a {
  padding: 14px 0 13px 20px;
}
.header-style4 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >a:after {
  content: "\f107 ";
  font-family: fontawesome;
  font-weight: normal;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 14px;
}
.rtl .header-style4 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >a:after {
  right: auto;
  left: 0;
}
.header-style4 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >a:before {
  position: absolute;
  right: -15px;
  top: 12px;
  content: "";
  width: 1px;
  height: 15px;
  background: #e1e1e1;
}
.rtl .header-style4 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >a:before {
  right: auto;
  left: -15px;
}
.header-style4 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >ul {
  position: absolute;
  left: 0;
  top: 110%;
  display: inline-block;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -o-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -ms-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.header-style4 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >ul li >a {
  color: #444;
  font-size: 13px;
  padding: 8px 20px;
  display: block;
  line-height: 1.4em;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.header-style4 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >ul li >a:hover,
.header-style4 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >ul li >a:focus,
.header-style4 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >ul li >a.active {
  color: #f99d1c;
}
.rtl .header-style4 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >ul {
  left: auto;
  right: 0;
}
.header-style4 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li:hover >a {
  color: #f99d1c;
}
.header-style4 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li:hover >ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-style4 .sw-paradise-header .sw_paradise_delivery {
  text-align: center;
  padding: 13px 0;
}
.header-style4 .sw-paradise-header .sw_paradise_delivery .main-delivery span {
  color: #4b4b4b;
  font-style: italic;
}
.header-style4 .sw-paradise-header .sw-paradise-account {
  padding: 0;
}
.header-style4 .sw-paradise-header .sw-paradise-account .sw_paradise_cart {
  position: relative;
}
.header-style4 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .top-minicart-icon {
  padding: 12px 0px;
}
.header-style4 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .top-minicart-icon a {
  display: block;
  border: 1px #ccc solid;
  border-width: 0 1px;
  padding: 0 10px;
}
.header-style4 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .top-minicart-icon a i {
  font-size: 16px;
  margin: 0 5px;
}
.header-style4 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .top-minicart-icon a span {
  display: none;
}
.header-style4 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .top-minicart-icon:before {
  display: none;
}
.header-style4 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .wrapp-minicart {
  background: #fff;
  z-index: 99;
  right: -29px;
}
.rtl .header-style4 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .wrapp-minicart {
  right: auto;
  left: -29px;
}
.header-style4 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info {
  position: relative;
}
.header-style4 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info i.fa {
  cursor: pointer;
  padding: 13px 0px 13px 16px;
  font-size: 16px;
  color: #545454;
}
.header-style4 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info i.fa:hover {
  color: #f99d1c;
}
.rtl .header-style4 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info i.fa {
  padding: 13px 16px 13px 1px;
}
.header-style4 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  position: absolute;
  right: 0;
  width: 150px;
  top: 45px;
  z-index: 99;
  visibility: hidden;
  background: #fff;
  box-shadow: 2px 2px 1px 0 #ccc;
  padding: 20px 5px 20px 30px;
  border: solid 1px #f3f3f3;
}
.rtl .header-style4 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right {
  right: auto;
  left: 0;
  padding: 20px 30px 20px 5px;
}
.header-style4 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .top-login ul li a:before {
  content: '\f023';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style4 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .top-login ul li a:before {
  display: none;
}
.rtl .header-style4 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .top-login ul li a:after {
  content: '\f023';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style4 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .div-logined ul li a:before {
  content: '\f13e';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style4 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .div-logined ul li a:before {
  display: none;
}
.rtl .header-style4 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .div-logined ul li a:after {
  content: '\f13e';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style4 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li {
  padding: 5px 0;
}
.header-style4 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-my-account a:before {
  content: '\f07a';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style4 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-my-account a:before {
  display: none;
}
.rtl .header-style4 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-my-account a:after {
  content: '\f07a';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style4 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-checkout a:before {
  content: '\f090';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style4 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-checkout a:before {
  display: none;
}
.rtl .header-style4 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-checkout a:after {
  content: '\f090';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style4 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-wishlist a:before {
  content: '\f08a';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style4 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-wishlist a:before {
  display: none;
}
.rtl .header-style4 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-wishlist a:after {
  content: '\f08a';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style4 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info:hover .sidebar-top-right {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.header-style4 .sw-paradise-header .sw-paradise-account .sw-paradise-wishlist a {
  display: block;
}
.header-style4 .sw-paradise-header .sw-paradise-account .sw-paradise-wishlist a i.fa {
  padding: 13px 15px;
}
.header-style4 .header-bottom {
  background: #fff;
  margin-bottom: 43px;
  box-shadow: 0px 2px 4px 0 #e2e2e2;
}
.header-style4 .header-bottom .sw-paradise-logo {
  padding: 15px;
}
.header-style4 .header-bottom .sw-paradise-logo a {
  display: inline-block;
}
.header-style4 .header-bottom #main-menu {
  margin: 24px 0;
}
.header-style4 .header-bottom #main-menu #primary-menu {
  text-align: left;
}
.rtl .header-style4 .header-bottom #main-menu #primary-menu {
  text-align: right;
}
.header-style4 .header-bottom #main-menu #primary-menu .navbar-inverse {
  background: #fff;
}
.header-style4 .header-bottom #main-menu #primary-menu .navbar-inverse .nav-pills >li >a {
  color: #252525;
  padding: 17px 15px;
}
.header-style4 .header-bottom #main-menu #primary-menu .navbar-inverse .nav-pills >li.active >a,
.header-style4 .header-bottom #main-menu #primary-menu .navbar-inverse .nav-pills >li:hover >a {
  color: #f99d1c;
}
.header-style4 .header-bottom #main-menu .header-right-search {
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 45px;
  z-index: 9;
}
.rtl .header-style4 .header-bottom #main-menu .header-right-search {
  right: auto;
  left: 15px;
}
.header-style4 .header-bottom #main-menu .header-right-search .icon-search {
  text-align: right;
  cursor: pointer;
  padding: 0 0 0 3px;
}
.rtl .header-style4 .header-bottom #main-menu .header-right-search .icon-search {
  text-align: left;
}
.header-style4 .header-bottom #main-menu .header-right-search .icon-search i {
  color: #252525;
}
.header-style4 .header-bottom #main-menu .header-right-search .icon-search i:hover {
  color: #f99d1c;
}
.header-style4 .header-bottom #main-menu .header-right-search .top-form {
  line-height: 32px;
  margin-top: 10px;
  background: #fff;
  display: none;
}
.header-style4 .header-bottom #main-menu .header-right-search .top-form .topsearch-entry .form-search {
  border: 1px #e1e1e1 solid;
}
.header-style4 .header-bottom #main-menu .header-right-search .top-form .topsearch-entry .form-search .search-query {
  border: none;
  width: 325px;
  margin: 0;
  font-family: 'LoraItalic';
  font-size: 12px;
  line-height: 32px;
  height: 32px;
}
.header-style4 .header-bottom #main-menu .header-right-search .top-form .topsearch-entry .form-search button {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0 15px;
}
.header-style4 .header-bottom #main-menu .header-right-search .top-form .topsearch-entry .form-search button:after {
  content: '\f002';
  font-family: fontawesome;
  font-size: 13px;
  color: #2a2a2a;
}
.header-style4 .header-bottom #main-menu .header-right-search .top-form .topsearch-entry .form-search button:hover:after {
  color: #f99d1c;
}
.home-slider5 .home5slider-info {
  text-align: center !important;
}
.home-slider5 .home5slider-info p {
  font-size: 18px !important;
  text-align: center !important;
}
.home-slider5 .home5slider-info h3 {
  font-size: 50px !important;
  margin-top: 20px !important;
  text-align: center !important;
}
.home-slider5 .home5-now {
  border: 1px #fff solid !important;
  padding: 10px 30px !important;
  color: #fff;
  font-size: 12px !important;
  text-transform: capitalize;
}
.home-slider5 .home5-now:hover {
  background: #f99d1c;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  -ms-transition: all 0.5s !important;
  transition: all 0.5s !important;
}
.home-slider5 .tparrows {
  border-radius: 50%;
}
.home5-arrivals .order-title {
  overflow: hidden;
}
.home5-arrivals .order-title h2 {
  margin: 20px 0;
}
.home5-arrivals .order-title h2:before {
  content: '+';
  font-size: 26px;
  color: #f99d1c;
  margin-right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}
.rtl .home5-arrivals .order-title h2:before {
  margin-right: 0;
  margin-left: 20px;
}
.home5-arrivals .order-title h2:after {
  content: '+';
  font-size: 26px;
  color: #f99d1c;
  margin-left: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}
.rtl .home5-arrivals .order-title h2:after {
  margin-left: 0;
  margin-right: 20px;
}
.sw-category-slider-theme1 {
  margin: 0;
}
.sw-category-slider-theme1 .item {
  padding: 0;
  position: relative;
}
.sw-category-slider-theme1 .item:before {
  content: "";
  background: rgba(0,0,0,0.5);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 1;
}
.sw-category-slider-theme1 .item .item-image a img {
  margin: 0;
}
.sw-category-slider-theme1 .item .item-content {
  z-index: 2;
}
.sw-category-slider-theme1 .item .item-content h3 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
}
.sw-category-slider-theme1 .item .item-content h3:before {
  content: '+';
  font-size: 30px;
  color: #fff;
  margin-right: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -40px;
}
.sw-category-slider-theme1 .item .item-content h3 a {
  font-size: 46px;
  line-height: 50px;
}
.sw-category-slider-theme1 .item .shop5-now {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: -20px;
  z-index: 3;
}
.sw-category-slider-theme1 .item .shop5-now a {
  background: #252525;
  padding: 18px 45px;
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sw-category-slider-theme1 .item .shop5-now a:hover {
  background: #f99d1c;
}
.sw-category-slider-theme1 .item:hover:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.sw-category-slider-theme1 .item:hover .item-content h3 {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.sw-category-slider-theme1 .item:hover .shop5-now {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.page-template-page-home5 .order-title {
  text-align: center;
}
.page-template-page-home5 .order-title h2 {
  margin: 15px 0;
  text-transform: capitalize;
}
.page-template-page-home5 .order-title p {
  font-family: 'LoraItalic';
}
.page-template-page-home5 .ya-blog-theme1 {
  border: none;
  padding-bottom: 45px;
}
.page-template-page-home5 .ya-blog-theme1 .resp-slider-container .box-slider-title h2 {
  font-size: 28px;
}
.page-template-page-home5 .sw-category-slider-theme1 {
  margin-bottom: 51px;
}
.page-template-page-home5 .index2-category {
  margin: 15px 0;
}
.page-template-page-home5 .sw-woo-tab-theme1 {
  margin-bottom: 5px;
}
.page-template-page-home5 .box-slider-title h2 {
  padding: 0 0 20px 0;
}
.page-template-page-home4 .countdown-slider-default .resp-slider-container .slick-slider .slick-list .item .item-wrap .item-detail .products-thumb,
.page-template-page-home5 .countdown-slider-default .resp-slider-container .slick-slider .slick-list .item .item-wrap .item-detail .products-thumb {
  margin-bottom: 0;
  padding-bottom: 50px;
}
#cpanel-form {
  position: fixed;
  right: -350px;
  top: 40%;
  width: 350px;
  float: right;
  z-index: 10;
  text-align: left;
  direction: ltr;
}
#cpanel-form .cpanel-inner {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #e5e5e5;
  border-color: #f3f3f3;
  color: #555;
  font-size: 11px;
  padding: 8px;
  position: relative;
  z-index: 999;
}
#cpanel-form .cpanel-title {
  background: #666;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2) inset;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 10px 0;
  width: 282px;
}
#cpanel-form .cpanel-title h4 {
  float: left;
  margin-top: 5px;
  font-size: 16px;
  text-transform: uppercase;
}
#cpanel-form .cpanel-title h4 i {
  color: #dfdfdf;
}
#cpanel-form .ytcpanel_accordion {
  float: left;
  margin-bottom: 0;
  margin-top: 10px;
  width: 100%;
}
#cpanel-form .cpannel-button .btn {
  background: #a1a1a1;
  border-radius: 0px;
  margin-left: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#a1a1a1),to(#969696));
  background-image: -webkit-linear-gradient(top,#a1a1a1,0%,#969696,100%);
  background-image: -moz-linear-gradient(top,#a1a1a1 0%,#969696 100%);
  background-image: linear-gradient(to bottom,#a1a1a1 0%,#969696 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa1a1a1', endColorstr='#ff969696', GradientType=0);
  border-color: #969696 #969696 #707070;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
#cpanel-form .cpannel-button .btn:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#969696),to(#a1a1a1));
  background-image: -webkit-linear-gradient(top,#969696,0%,#a1a1a1,100%);
  background-image: -moz-linear-gradient(top,#969696 0%,#a1a1a1 100%);
  background-image: linear-gradient(to bottom,#969696 0%,#a1a1a1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff969696', endColorstr='#ffa1a1a1', GradientType=0);
  border-color: #a1a1a1 #a1a1a1 #7b7b7b;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
#cpanel-form .controls {
  margin-left: 0;
}
#cpanel-form .controls label {
  float: left;
  width: auto;
  padding: 2px;
}
#cpanel-form .controls select {
  font-size: 12px;
}
#cpanel-form .sw-paradise-radio-img input[type="radio"],
#cpanel-form .sw-paradise-radio-img span {
  display: none;
}
#cpanel-form .sw-paradise-radio-img img {
  width: 33px;
  cursor: pointer;
}
.lt-ie9 #cpanel-form .sw-paradise-radio-img img {
  width: auto;
}
#cpanel-form {
  position: fixed;
  right: -300px;
  top: 40%;
  width: 300px;
  float: right;
  z-index: 10;
  text-align: left;
  direction: ltr;
}
#cpanel-form img {
  display: inline-block;
}
#cpanel-form .panel,
#cpanel-form .panel-default {
  border: 1px solid #bcbcbc;
  margin-bottom: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#cpanel-form .panel .panel-heading,
#cpanel-form .panel-default .panel-heading {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#fff),to(#f6f6f6));
  background-image: -webkit-linear-gradient(top,#fff,0%,#f6f6f6,100%);
  background-image: -moz-linear-gradient(top,#fff 0%,#f6f6f6 100%);
  background-image: linear-gradient(to bottom,#fff 0%,#f6f6f6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff6f6f6', GradientType=0);
  border-color: #f6f6f6 #f6f6f6 #d0d0d0;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  clear: both;
  padding: 0 !important;
  text-shadow: none;
}
#cpanel-form .panel .panel-heading .accordion-toggle,
#cpanel-form .panel-default .panel-heading .accordion-toggle {
  color: #909090;
  font-size: 12px;
  position: relative;
  display: block;
  padding: 8px 15px;
}
#cpanel-form .panel .panel-heading .accordion-toggle img,
#cpanel-form .panel-default .panel-heading .accordion-toggle img {
  margin-right: 10px;
  opacity: 0.2;
  width: 20px;
  display: inline-block;
}
#cpanel-form .panel .panel-heading .accordion-toggle:after,
#cpanel-form .panel-default .panel-heading .accordion-toggle:after {
  content: '\F078';
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
}
#cpanel-form .panel .panel-heading i,
#cpanel-form .panel-default .panel-heading i {
  color: #909090;
}
#cpanel-form .panel .panel-collapse,
#cpanel-form .panel-default .panel-collapse {
  max-height: 190px;
  overflow-y: auto;
}
#cpanel-form .panel .panel-collapse .accordion-inner,
#cpanel-form .panel-default .panel-collapse .accordion-inner {
  border-top: 1px solid #E5E5E5;
  padding: 9px 15px;
}
#cpanel-form .panel .control-group,
#cpanel-form .panel-default .control-group {
  margin-bottom: 10px;
}
#cpanel-form a.cpanel-control {
  background-color: #707070;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  height: 40px;
  left: -40px;
  line-height: 36px;
  padding: 0 0 5px 10px;
  position: absolute;
  width: 40px;
  z-index: 10;
  top: 20%;
}
#cpanel-form a.cpanel-control:before {
  content: "\f0a5";
  color: #fff;
  display: inline;
  font-family: "FontAwesome";
  font-size: 20px;
}
#cpanel-form a.cpanel-control.active:before {
  content: "\f0a4";
  font-family: "FontAwesome";
  font-size: 20px;
}
#cpanel-form label {
  float: left;
  width: 50%;
  padding: 5px 0;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
}
#cpanel-form label.sw-paradise-radio-img-selected {
  box-shadow: 0 0 0 2px #ad2323 inset;
}
#cpanel-form .controls {
  margin-left: 0;
}
#cpanel-form .controls label {
  float: left;
  width: auto;
  padding: 2px;
}
#cpanel-form .controls select {
  font-size: 12px;
}
#cpanel-form .sw-paradise-radio-img input[type="radio"],
#cpanel-form .sw-paradise-radio-img span {
  display: none;
}
#cpanel-form .sw-paradise-radio-img img {
  width: 33px;
  cursor: pointer;
}
.lt-ie9 #cpanel-form .sw-paradise-radio-img img {
  width: auto;
}
#cpanel-form input,
#cpanel-form textarea,
#cpanel-form .uneditable-input {
  width: 206px;
  border: 1px solid #ddd;
  background: #fff;
}
#cpanel-form select {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  width: 220px;
}
#cpanel-form select,
#cpanel-form input {
  height: 20px;
  line-height: 30px;
  padding: 4px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#cpanel-form select,
#cpanel-form input {
  border-radius: 0px;
  height: 30px;
}
#cpanel-form fieldset {
  width: 100%;
}
#cpanel-form input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
.widget select {
  padding: 5px;
  max-width: 100%;
}
.widget ul {
  margin: 0;
  list-style-type: none;
}
.widget ul ul.children {
  margin-left: 10px;
}
.rtl .widget ul ul.children {
  margin-left: 0;
  margin-right: 10px;
}
.widget .block-title-widget {
  border-bottom: 1px solid #ddd;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.widget .block-title-widget h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1b1b1b;
  margin-bottom: 0;
  padding: 15px 0;
}
.widget.widget_search .searchform {
  padding: 30px 20px;
}
.widget.widget_search .searchform .screen-reader-text {
  display: none;
}
.widget.widget_search .searchform > div {
  position: relative;
  min-height: 34px;
}
.widget.widget_search .searchform > div input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 34px;
  border: 1px solid #c9c9c9;
  padding: 7px 60px 7px 7px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #fff;
}
.rtl .widget.widget_search .searchform > div input {
  padding: 7px 7px 7px 60px;
}
.widget.widget_search .searchform > div input#searchsubmit {
  background: #7b7b7b;
  padding: 7px;
  right: 0;
  width: 60px;
  left: auto;
  color: #fff;
}
.widget.widget_search .searchform > div input#searchsubmit:hover {
  background: #f99d1c;
}
.rtl .widget.widget_search .searchform > div input#searchsubmit {
  right: auto;
  left: 0;
}
.widget.widget_rss .widget-inner .block-title-widget .rsswidget {
  display: inline-block;
  vertical-align: top;
}
.widget.widget_rss .widget-inner ul li >.rsswidget {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Oswald !important;
  display: block;
  margin-bottom: 10px;
}
.widget.widget_rss .widget-inner ul li .rss-date {
  margin-bottom: 10px;
  display: block;
  float: none;
}
.widget.widget_rss .widget-inner ul li .rssSummary {
  margin-bottom: 10px;
}
aside.sidebar {
  margin-bottom: 50px;
}
aside.sidebar .widget {
  background-color: #fff;
  margin-bottom: 24px;
}
aside.sidebar .widget .widget-inner .block-title-widget {
  margin-bottom: 0;
}
aside.sidebar .widget .widget-inner .block-title-widget h2 {
  font-size: 22px;
  font-weight: 300;
  color: #1b1b1b;
  padding: 21px 0px;
  text-transform: capitalize;
}
aside.sidebar .widget .widget-inner .price_slider_wrapper {
  padding: 10px 0 20px 0;
}
aside.sidebar .widget .widget-inner ul {
  padding: 15px 0px;
}
aside.sidebar .widget .widget-inner ul >li {
  position: relative;
  display: inline-block;
  padding: 11px 0;
  border-bottom: 1px solid #eee;
  width: 100%;
}
aside.sidebar .widget .widget-inner ul >li >a {
  text-transform: capitalize;
  color: #747474;
  font-size: 16px;
}
aside.sidebar .widget .widget-inner ul >li >a:hover {
  color: #f99d1c;
  cursor: pointer;
}
aside.sidebar .widget .widget-inner ul >li >a:hover:before {
  color: #f99d1c;
}
aside.sidebar .widget .widget-inner ul >li span {
  float: right;
}
.rtl aside.sidebar .widget .widget-inner ul >li span {
  float: left;
}
aside.sidebar .widget .widget-inner ul >li:last-child {
  border-bottom: 0;
}
aside.sidebar .widget .widget-inner #menu-main-menu-2 > li span {
  float: left;
}
.rtl aside.sidebar .widget .widget-inner #menu-main-menu-2 > li span {
  float: right;
}
aside.sidebar .widget .widget-inner .sw-paradise-categories ul li a {
  position: relative;
  display: block;
}
aside.sidebar .widget .widget-inner .sw-paradise-categories ul li a:before {
  content: "";
  height: 12px;
  width: 12px;
  border: solid 1px #afafaf;
  background: #fff;
  border-radius: 50%;
  right: 0;
  top: 5px;
  position: absolute;
}
.rtl aside.sidebar .widget .widget-inner .sw-paradise-categories ul li a:before {
  right: auto;
  left: 0;
}
aside.sidebar .widget .widget-inner .sw-paradise-categories ul li a:after {
  content: "";
  height: 4px;
  width: 4px;
  background: #252525;
  border-radius: 50%;
  right: 4px;
  top: 9px;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.rtl aside.sidebar .widget .widget-inner .sw-paradise-categories ul li a:after {
  right: auto;
  left: 4px;
}
aside.sidebar .widget .widget-inner .sw-paradise-categories ul li a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
aside.sidebar .widget .widget-inner .siberlef_category ul li a {
  position: relative;
  padding: 10px 0;
}
aside.sidebar .widget .widget-inner .tagcloud {
  padding: 30px 0px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
aside.sidebar .widget .widget-inner .tagcloud a {
  float: left;
  padding: 7px 16px;
  text-transform: capitalize;
  font-size: 12px !important;
  color: #777;
  margin: 0 2px 11px;
  border: 1px solid #8a8a8a;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
aside.sidebar .widget .widget-inner .tagcloud a:hover {
  background-color: #f99d1c;
  color: #fff;
  border-color: #f99d1c;
}
.rtl aside.sidebar .widget .widget-inner .tagcloud a {
  float: right;
}
aside.sidebar .widget.widget_archive .widget-inner .screen-reader-text,
aside.sidebar .widget.widget_categories .widget-inner .screen-reader-text {
  padding: 30px 20px 15px;
  margin-bottom: 0;
}
aside.sidebar .widget.widget_archive .widget-inner select,
aside.sidebar .widget.widget_categories .widget-inner select {
  margin: 0 20px 30px;
}
aside.sidebar .widget.widget_text .textwidget {
  padding: 30px 20px;
}
aside.sidebar .widget.widget_text .textwidget strong {
  display: block;
}
aside.sidebar .widget.widget_text .textwidget img {
  margin-bottom: 10px;
}
aside.sidebar .widget.widget_text form select {
  width: 100%;
}
aside.sidebar .widget .best-selling-product {
  overflow: hidden;
}
aside.sidebar .widget .best-selling-product .order-title {
  text-align: left;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  border-bottom: 1px solid #c4c4c4;
}
.rtl aside.sidebar .widget .best-selling-product .order-title {
  text-align: right;
}
aside.sidebar .widget .best-selling-product .order-title h2 {
  font-size: 22px;
  color: #1b1b1b;
  padding: 20px 0 10px 0;
  text-transform: capitalize;
}
aside.sidebar .widget .best-selling-product .order-title h2 strong {
  font-weight: normal;
}
aside.sidebar .widget .best-selling-product .slick-prev {
  top: 20px;
  right: 18px;
  left: auto;
  margin-top: 0;
  width: 10px;
  height: 20px;
  line-height: 20px;
  background: transparent;
}
aside.sidebar .widget .best-selling-product .slick-prev:before {
  font-size: 22px;
  color: #b5b5b5;
}
aside.sidebar .widget .best-selling-product .slick-prev:hover:before {
  color: #252525;
}
.rtl aside.sidebar .widget .best-selling-product .slick-prev {
  right: auto;
  left: 0;
}
aside.sidebar .widget .best-selling-product .slick-next {
  top: 20px;
  right: 0;
  margin-top: 0;
  left: auto;
  width: 10px;
  height: 20px;
  line-height: 20px;
  background: transparent;
}
aside.sidebar .widget .best-selling-product .slick-next:before {
  font-size: 22px;
  color: #b5b5b5;
}
aside.sidebar .widget .best-selling-product .slick-next:hover:before {
  color: #252525;
}
.rtl aside.sidebar .widget .best-selling-product .slick-next {
  right: auto;
  left: 18px;
}
aside.sidebar .widget .best-selling-product .item .item-wrap .item-detail .item-img {
  width: 100px;
  float: left;
}
.rtl aside.sidebar .widget .best-selling-product .item .item-wrap .item-detail .item-img {
  float: right;
}
aside.sidebar .widget .best-selling-product .item .item-wrap .item-detail .item-img .onsale {
  display: none;
}
aside.sidebar .widget .best-selling-product .item .item-wrap .item-detail .item-content {
  display: block;
}
aside.sidebar .widget .best-selling-product .item .item-wrap .item-detail .item-content h4 {
  padding: 28px 0 10px 0;
  margin: 0;
  overflow: hidden;
}
aside.sidebar .widget .best-selling-product .item .item-wrap .item-detail .item-content h4 a {
  display: inline-block;
  font-size: 14px;
}
aside.sidebar .widget .best-selling-product .item .item-wrap .item-detail .item-content h4 a:after {
  bottom: -6px;
}
aside.sidebar .widget .best-selling-product .item .item-wrap .item-detail .item-content .reviews-content {
  float: none;
  padding: 5px 0;
}
aside.sidebar .widget .best-selling-product .item .item-wrap .item-detail .item-content .item-price {
  font-size: 16px;
}
aside.sidebar .widget .best-selling-product .item .item-wrap .item-detail .item-content .item-price del {
  font-size: 12px;
}
aside.sidebar .widget .best-selling-product .item .item-wrap .item-detail .item-content .item-bottom {
  display: none;
}
aside.sidebar .widget .best-selling-product .item .item-wrap:hover .item-detail {
  border: 1px transparent solid;
}
aside.sidebar .widget.sw_paradise_categories {
  margin-bottom: 17px;
}
aside.sidebar .widget.sw_paradise_categories .block-title-widget {
  border-bottom: 1px solid #c4c4c4;
}
aside.sidebar .widget.sw_paradise_categories .block-title-widget h2 {
  font-size: 22px;
  color: #1b1b1b;
  padding: 1px 0 22px 0;
  text-transform: capitalize;
  font-family: 'LoraItalic';
}
aside.sidebar .widget.sw_paradise_posts {
  margin-bottom: 30px;
}
aside.sidebar .widget.sw_paradise_posts .block-title-widget {
  border-bottom: 1px solid #c4c4c4;
}
aside.sidebar .widget.sw_paradise_posts .block-title-widget h2 {
  font-size: 22px;
  text-transform: capitalize;
  font-family: 'LoraItalic';
}
aside.sidebar .widget.sw_paradise_posts ul {
  padding: 30px 0;
}
aside.sidebar .widget.sw_paradise_posts ul li {
  border: none;
  padding: 10px 0;
}
aside.sidebar .widget.sw_paradise_posts ul li .widget-post-info >a {
  float: left;
}
.rtl aside.sidebar .widget.sw_paradise_posts ul li .widget-post-info >a {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
aside.sidebar .widget.sw_paradise_posts ul li .widget-post-info >a img {
  width: 85px;
  height: 85px;
  margin-right: 20px;
}
aside.sidebar .widget.sw_paradise_posts ul li .widget-post-info >a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
aside.sidebar .widget.sw_paradise_posts ul li .widget-post-info .item-title {
  overflow: hidden;
}
aside.sidebar .widget.sw_paradise_posts ul li .widget-post-info .item-title h4 {
  margin-top: 10px;
}
aside.sidebar .widget.sw_paradise_posts ul li .widget-post-info .item-title h4 a {
  font-size: 14px;
  color: #1b1b1b;
}
aside.sidebar .widget.sw_paradise_posts ul li .widget-post-info .item-title h4 a:hover {
  color: #f99d1c;
}
aside.sidebar .widget.sw_paradise_posts ul li .widget-post-info .item-title p {
  font-size: 12px;
  color: #a4a4a4;
}
aside.sidebar .widget.widget_nav_menu .widget-inner ul > li span,
aside.sidebar .widget.widget_recent_comments .widget-inner ul > li span {
  float: none;
}
aside.sidebar .widget_product_tag_cloud .block-title-widget {
  border-bottom: 1px solid #c4c4c4;
}
aside.sidebar .widget_product_tag_cloud .block-title-widget h2 {
  font-size: 22px !important;
  text-transform: capitalize;
  font-family: 'LoraItalic' !important;
}
aside.sidebar .sw_paradise_feature_product .list-unstyled {
  padding: 30px 20px !important;
}
aside.sidebar .sw_paradise_feature_product .list-unstyled li {
  margin-bottom: 20px;
}
aside.sidebar .sw_paradise_feature_product .list-unstyled li:last-child {
  margin-bottom: 0;
}
aside.sidebar .sw_paradise_feature_product .list-unstyled li .item-img {
  max-width: 100px;
  width: 100%;
  margin-right: 10px;
  float: left;
}
.rtl aside.sidebar .sw_paradise_feature_product .list-unstyled li .item-img {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
aside.sidebar .sw_paradise_feature_product .list-unstyled li .item-img a {
  padding: 0;
  border: 1px solid #ddd !important;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
aside.sidebar .sw_paradise_feature_product .list-unstyled li .item-img a:hover {
  border-color: #f99d1c !important;
}
aside.sidebar .sw_paradise_feature_product .list-unstyled li .item-content {
  overflow: hidden;
}
aside.sidebar .sw_paradise_feature_product .list-unstyled li .item-content h4 {
  margin-bottom: 5px;
  margin-top: -3px;
}
aside.sidebar .sw_paradise_feature_product .list-unstyled li .item-content h4 a {
  font-size: 14px;
  padding: 0;
}
aside.sidebar .sw_paradise_feature_product .list-unstyled li .item-content .star,
aside.sidebar .sw_paradise_feature_product .list-unstyled li .item-content .review {
  display: none;
}
aside.sidebar .sw_paradise_feature_product .list-unstyled li .item-content del {
  display: none;
}
aside.sidebar .sw_paradise_feature_product .list-unstyled li .item-content ins {
  font-size: 16px;
  color: #f99d1c;
  text-decoration: none;
  font-family: 'Oswald' !important;
}
aside.sidebar .widget_sp_image .widget-inner a img:hover {
  opacity: 0.8;
}
#wp-calendar tbody tr #today {
  color: #f99d1c;
}
.wp_left_contact h4 {
  margin: 10px 0 24px 0;
  text-transform: capitalize;
  color: #000;
  font-size: 24px;
}
.wp_left_contact p {
  color: #545454;
  border-bottom: 1px #e1e1e1 solid;
  padding-bottom: 28px;
  line-height: 21px;
  margin-bottom: 26px;
}
.wp_left_contact .left-contact-top {
  list-style-type: none;
  border-bottom: 1px #e1e1e1 solid;
  padding-bottom: 17px;
  margin: 0 0 30px 0;
  color: #666666;
}
.wp_left_contact .left-contact-top li {
  margin: 10px 0;
  line-height: 22px;
}
.wp_left_contact .left-contact-top li i {
  margin-right: 20px;
  float: left;
  line-height: 20px;
}
.rtl .wp_left_contact .left-contact-top li i {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.wp_left_contact .left-contact-top li a {
  color: #666666;
}
.wp_left_contact .left-contact-top li a:hover {
  color: #f99d1c;
}
.wp_left_contact .left-contact-top li strong {
  overflow: hidden;
  font-weight: normal;
  display: block;
}
.wp_left_contact .left-contact-top li.email a {
  color: #f99d1c;
}
.wp_left_contact .left-contact-top li.email a:hover {
  color: #e58d13;
}
.wp_left_contact .menu-social {
  list-style: none;
  margin: 0;
}
.wp_left_contact .menu-social li {
  float: left;
  margin: 0 10px 10px 0;
}
.rtl .wp_left_contact .menu-social li {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.wp_left_contact .menu-social li a {
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 40px;
  font-size: 17px;
  color: #898989;
  border: 1px solid #e6e6e6;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.wp_left_contact .menu-social li a br {
  display: none;
}
.wp_left_contact .menu-social li a:hover {
  background-color: #f99d1c;
  color: #fff;
}
.wp_right_contact .send-cmt {
  margin: 0;
}
.wp_right_contact .send-cmt h4 {
  margin: 10px 0 24px 0;
  color: #000;
  font-size: 24px;
}
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}
.wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper {
  border: 5px solid #f3f3f3;
}
.page-contact-bot {
  margin-bottom: 45px;
}
.rtl .wpcf7 form {
  direction: rtl;
}
.wpcf7 p {
  color: #545454;
  margin-bottom: 15px;
}
.wpcf7 p .wpcf7-form-control-wrap input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.wpcf7 p .wpcf7-form-control-wrap input::-webkit-input-placeholder {
  color: #555;
}
.wpcf7 p .wpcf7-form-control-wrap input::-moz-placeholder {
  color: #555;
}
.wpcf7 p .wpcf7-form-control-wrap input:-ms-input-placeholder {
  color: #555;
}
.wpcf7 p .wpcf7-form-control-wrap .wpcf7-text {
  height: 20px;
  border: none;
  font-size: 13px;
  margin-bottom: 6px;
  color: #252525;
}
.wpcf7 .cf-name,
.wpcf7 .cf-mail,
.wpcf7 .cf-subject {
  position: relative;
}
.wpcf7 .cf-name:before,
.wpcf7 .cf-mail:before,
.wpcf7 .cf-subject:before {
  content: "";
  width: 400px;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 0;
  bottom: 0;
}
.rtl .wpcf7 .cf-name:before,
.rtl .wpcf7 .cf-mail:before,
.rtl .wpcf7 .cf-subject:before {
  left: auto;
  right: 0;
}
.wpcf7 textarea {
  padding: 10px 20px;
  background: #f3f3f3;
  border: none;
  margin: 10px 0 20px 0;
  font-size: 13px;
  width: 100%;
  height: 120px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.wpcf7 textarea::-webkit-input-placeholder {
  color: #555;
}
.wpcf7 textarea::-moz-placeholder {
  color: #555;
}
.wpcf7 textarea:-ms-input-placeholder {
  color: #555;
}
.wpcf7.your-message {
  float: none;
  clear: both;
}
.wpcf7 .wpcf7-submit {
  margin-top: 10px;
  color: #fff;
  text-transform: capitalize;
  border: 0;
  background: #f99d1c;
  height: 44px;
  line-height: 44px;
  padding: 0 51px;
  border-radius: 0;
}
.wpcf7 .wpcf7-submit:hover {
  background: #e58d13;
}
.page-about-top {
  padding-bottom: 41px;
}
.page-about-top h2 {
  color: #1c1c1c;
  font-size: 30px;
  margin-bottom: 32px;
}
.page-about-top p {
  padding: 0 70px;
  text-align: justify;
  line-height: 21px;
  margin-bottom: 21px;
}
.page-about-top .text-about-red {
  color: #f99d1c;
}
.sw-ourteam-slider {
  border-top: 1px #ddd solid;
  margin-bottom: 108px;
}
.sw-ourteam-slider .box-title {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 35px;
}
.sw-ourteam-slider .box-title h2 {
  font-size: 30px;
  color: #1b1b1b;
  margin-bottom: 16px;
}
.sw-ourteam-slider .box-title .slider-description {
  font-family: 'LoraItalic';
  color: #666666;
}
.sw-ourteam-slider .resp-slider-container .slick-slider .slick-list {
  margin: 0 -15px;
}
.sw-ourteam-slider .resp-slider-container .slick-slider .slick-list .item {
  padding: 0 15px;
}
.sw-ourteam-slider .resp-slider-container .slick-slider .slick-list .item .item-img img {
  width: 100%;
}
.sw-ourteam-slider .resp-slider-container .slick-slider .slick-list .item .item-content h3 {
  font-size: 20px;
  color: #000;
  margin: 30px 0 10px 0;
  font-family: 'BitterRegular';
}
.sw-ourteam-slider .resp-slider-container .slick-slider .slick-list .item .item-content .item-desc {
  font-size: 12px;
  color: #898989;
  text-transform: uppercase;
}
.portfolio-top {
  border: none !important;
  padding: 0 !important;
  margin-bottom: 60px !important;
}
.portfolio-top .portfolio-content .single-thumbnail {
  margin-right: 2%;
  margin-bottom: 20px;
  width: 57% !important;
}
.portfolio-top .portfolio-content .single-thumbnail img {
  width: 100%;
}
.rtl .portfolio-top .portfolio-content .single-thumbnail {
  margin-right: 0;
  margin-left: 2%;
}
.portfolio-top .portfolio-content .single-portfolio-content {
  margin-bottom: 18px;
}
.portfolio-top .portfolio-content .single-portfolio-content h1 {
  font-size: 24px;
  color: #262e31;
  text-transform: capitalize;
}
.portfolio-top .portfolio-content .single-portfolio-content .single-description {
  margin-bottom: 56px !important;
}
.portfolio-top .portfolio-content .single-portfolio-content .single-description p {
  line-height: 21px;
  color: #898989;
}
.portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item {
  color: #242626;
  padding: 16px 0;
  margin: 0 !important;
  border-bottom: 1px #ddd solid;
}
.portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item a {
  color: #242626;
}
.portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item a:hover {
  color: #f99d1c;
}
.portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item:first-child {
  border-top: 1px #ddd solid;
}
.portfolio-top .portfolio-content .single-portfolio-content .social-share {
  overflow: hidden;
  margin-top: 20px;
}
.portfolio-top .portfolio-content .single-portfolio-content .social-share span {
  color: #242626;
  margin-right: 23px;
}
.rtl .portfolio-top .portfolio-content .single-portfolio-content .social-share span {
  margin-left: 23px;
  margin-right: 0;
}
.portfolio-top .portfolio-content .single-portfolio-content .social-share a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin: 0 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.portfolio-top .portfolio-content .single-portfolio-content .social-share a i.fa-facebook {
  background: #3a5897;
}
.portfolio-top .portfolio-content .single-portfolio-content .social-share a i.fa-facebook:hover {
  background: #f99d1c;
}
.portfolio-top .portfolio-content .single-portfolio-content .social-share a i.fa-google-plus {
  background: #e14a3c;
}
.portfolio-top .portfolio-content .single-portfolio-content .social-share a i.fa-google-plus:hover {
  background: #f99d1c;
}
.portfolio-top .portfolio-content .single-portfolio-content .social-share a i.fa-twitter {
  background: #2fc2ee;
}
.portfolio-top .portfolio-content .single-portfolio-content .social-share a i.fa-twitter:hover {
  background: #f99d1c;
}
.portfolio-top .portfolio-content .single-portfolio-content .social-share a i.fa-pinterest {
  background: #df2227;
}
.portfolio-top .portfolio-content .single-portfolio-content .social-share a i.fa-pinterest:hover {
  background: #f99d1c;
}
.portfolio-top .portfolio-content .single-portfolio-content .social-share a:last-child i {
  margin-right: 0;
}
.related-portfolio {
  border-top: 1px #dedede solid;
  padding-top: 76px;
}
.related-portfolio h2 {
  font-size: 30px;
  color: #1b1b1b;
  text-align: center;
  margin-bottom: 43px;
}
.related-portfolio .related-items {
  margin: 0 -15px;
}
.single-portfolio .containers {
  display: none;
}
.single-portfolio .portfolio {
  margin-bottom: 60px;
}
.ya-portfolio .portfolio-desc {
  text-align: center;
}
.ya-portfolio .portfolio-tab {
  text-align: center;
}
.ya-portfolio .portfolio-tab ul {
  margin-bottom: 40px;
  display: inline-block;
  overflow: hidden;
}
.ya-portfolio .portfolio-tab ul li {
  float: left;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  color: #999;
  margin: 3px;
  line-height: 24px;
  font-family: 'LoraItalic';
  padding: 0 20px;
}
.ya-portfolio .portfolio-tab ul li.selected {
  background: none;
  color: #f99d1c;
  border: none;
}
.ya-portfolio .portfolio-tab ul li:hover {
  color: #f99d1c;
}
.ya-portfolio .portfolio-container {
  overflow: hidden;
}
.ya-portfolio .portfolio-container ul.portfolio-content:after {
  content: '';
  display: block;
  clear: both;
}
.ya-portfolio .portfolio-container ul.portfolio-content >li {
  overflow: hidden;
  border-radius: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.ya-portfolio .portfolio-container ul.portfolio-content >li.grid-item {
  padding: 0 15px;
  float: left;
}
.rtl .ya-portfolio .portfolio-container ul.portfolio-content >li.grid-item {
  float: right;
}
.ya-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner {
  overflow: hidden;
}
.ya-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in {
  position: relative;
  z-index: 1;
}
.ya-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in a.portfolio-img img:hover {
  opacity: 1;
}
.ya-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -10%;
  width: 100%;
  text-align: center;
}
.ya-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item {
  text-align: center;
  box-shadow: 0 0 1px 1px #fff;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  margin: 0 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.ya-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item.item-more {
  right: 50%;
  left: auto;
  transform: translate3d(-100px,0,0);
}
.ya-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item.item-popup {
  transform: translate3d(100px,0,0);
  left: 50%;
  right: auto;
}
.ya-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item:hover {
  color: #f99d1c;
  box-shadow: 0 0 1px 1px #f99d1c;
}
.ya-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item-title {
  display: block;
  margin-bottom: 10px;
  background: none;
  font-size: 16px;
  font-weight: bold;
  transform: translate3d(0,-100px,0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.ya-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item-title:hover {
  color: #f99d1c;
}
.ya-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in:hover .p-item-content .p-item {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate3d(0,0,0);
}
.ya-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in:hover .p-item-content .p-item-title {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate3d(0,0,0);
}
.ya-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ya-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in:before {
  content: '';
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.ya-portfolio .btn-loadmore {
  padding: 0;
  cursor: pointer;
  text-align: center;
  margin-top: 31px;
  margin-bottom: 80px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ya-portfolio .btn-loadmore.btn-loading {
  background: url(../assets/img/loadingp.gif) no-repeat center center;
  border-color: transparent;
  background-size: 40px 40px;
}
.ya-portfolio .btn-loadmore.btn-loading .des-load {
  border: 0;
  background: none;
}
.ya-portfolio .btn-loadmore.btn-loading .des-load:before {
  content: "";
}
.ya-portfolio .btn-loadmore .des-load {
  font-weight: normal;
  background: #000;
  color: #fff;
  width: 170px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border-radius: 0;
  margin-top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.ya-portfolio .btn-loadmore .des-load:hover {
  background: #f99d1c;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.ya-portfolio .btn-loadmore .des-load:before {
  content: attr(data-label-loaded);
}
.ya-portfolio .btn-loadmore .des-load:before {
  content: attr(data-label);
}
@media (max-width: 1199px) {
  .portfolio-top .portfolio-content .single-portfolio-content .single-description {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 991px) {
  .portfolio .portfolio-top .portfolio-content .single-thumbnail {
    width: 100% !important;
  }
  .portfolio .portfolio-top .portfolio-content .single-portfolio-content {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .ya-portfolio .portfolio-tab ul li {
    padding: 0 14px;
  }
}
@media (max-width: 480px) {
  .ya-portfolio .portfolio-tab ul li {
    width: 100%;
  }
}
.category-contents {
  margin-bottom: 40px;
}
.category-contents .blog-content {
  padding-top: 4px;
}
.category-contents .blog-content .post {
  margin-bottom: 27px;
}
.category-contents .blog-content .post .entry {
  background-color: #fff;
}
.category-contents .blog-content .post .entry .entry-thumb {
  vertical-align: top;
  width: 100%;
}
.category-contents .blog-content .post .entry .entry-thumb a {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.category-contents .blog-content .post .entry .entry-thumb a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../assets/img/icon-plus.png') no-repeat center center;
  background-color: rgba(0,0,0,0.5);
  pointer-events: none;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.category-contents .blog-content .post .entry .entry-thumb .entry-meta {
  height: 66px;
  width: 60px;
  background: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 8px 5px;
  text-align: center;
}
.rtl .category-contents .blog-content .post .entry .entry-thumb .entry-meta {
  right: auto;
  left: 20px;
}
.category-contents .blog-content .post .entry .entry-thumb .entry-meta span {
  display: block;
}
.category-contents .blog-content .post .entry .entry-thumb .entry-meta .post_day {
  color: #575757;
  font-size: 24px;
  font-weight: bold;
  font-family: 'LoraRegular';
}
.category-contents .blog-content .post .entry .entry-thumb .entry-meta .post_my {
  color: #a2a2a2;
  font-size: 14px;
  font-family: 'LoraItalic';
}
.category-contents .blog-content .post .entry .entry-content {
  padding: 0;
  text-align: center;
}
.category-contents .blog-content .post .entry .entry-content .content-top {
  position: relative;
  margin: -45px 25px 0 25px;
  padding: 20px 5px;
  z-index: 4;
  background-color: #fff;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 {
  margin: 2px 0 12px 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 a {
  font-size: 20px;
  color: #282828;
  line-height: normal;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 a:hover {
  color: #f99d1c;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-content {
  color: #747474;
  font-size: 12px;
  margin-bottom: 20px;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-content .entry-meta-link {
  padding-right: 10px;
  color: #8d8d8d;
  position: relative;
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-content .entry-meta-link {
  padding-left: 10px;
  padding-right: 0px;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-content .entry-meta-link .fa {
  padding-right: 5px;
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-content .entry-meta-link .fa {
  padding-left: 5px;
  padding-right: 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-content .entry-meta-link a {
  color: #000;
  text-transform: capitalize;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-content .entry-meta-link a:hover {
  color: #f99d1c;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-content .entry-meta-link:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "/";
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-content .entry-meta-link:before {
  right: auto;
  left: 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-summary {
  line-height: 21px;
  margin-bottom: 28px;
  font-size: 14px;
}
.category-contents .blog-content .post .entry .entry-content .readmore {
  color: #f99d1c;
}
.category-contents .blog-content .post .entry .entry-content .readmore:hover {
  color: #e58d13;
}
.category-contents .blog-content .post .entry .entry-content .readmore i {
  padding: 0 6px;
}
.rtl .category-contents .blog-content .post .entry .entry-content .readmore i:before {
  content: '\f104';
}
.category-contents .blog-content .post .entry:hover .entry-thumb a:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content {
  overflow: hidden;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top {
  margin: 0;
  position: static;
  text-align: left;
}
.rtl .category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top {
  text-align: right;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-title h4 {
  margin: 8px 0 15px 0;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-title h4 a {
  font-size: 28px;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-meta-content {
  font-size: 14px;
}
.category-contents .blog-content.blog-content-grid2 .post .entry .entry-content {
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.category-contents .blog-content.blog-content-grid2 .post .entry .entry-content .content-top {
  margin: 0;
  position: static;
}
.category-contents .blog-content.blog-content-grid2 .post .entry .entry-content .content-top .entry-title h4 {
  margin: 6px 0 20px 0;
}
.category-contents .blog-content.blog-content-grid2 .post .entry .entry-content .content-top .entry-summary {
  padding: 0 22px;
}
.pagination {
  margin: 0 0 34px 0;
  border: 1px #ddd solid;
  border-width: 1px 0 0 0;
  width: 100%;
  padding-top: 10px;
}
.pagination ul {
  margin: 0;
  list-style-type: none;
  float: right;
}
.rtl .pagination ul {
  float: left;
}
.pagination ul li {
  float: left;
  position: relative;
  border-top: 1px;
  border-left: 1px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #d7d7d7;
  border-right: 0;
  text-transform: capitalize;
  text-align: center;
  background-color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl .pagination ul li {
  float: right;
}
.rtl .pagination ul li:first-child {
  border-right: 1px #d7d7d7 solid;
}
.pagination ul li:last-child {
  border-right: 1px #d7d7d7 solid;
}
.rtl .pagination ul li:last-child {
  border-right: none;
}
.pagination ul li:hover {
  background-color: #f99d1c;
}
.pagination ul li:hover a {
  color: #fff;
}
.pagination ul li.prev a {
  font-size: 0;
}
.pagination ul li.prev a:before {
  font-family: fontawesome;
  font-size: 14px;
  content: "\f104";
}
.rtl .pagination ul li.prev a:before {
  content: "\f105";
}
.pagination ul li.next a {
  font-size: 0;
}
.pagination ul li.next a:before {
  font-family: fontawesome;
  font-size: 14px;
  content: "\f105";
}
.rtl .pagination ul li.next a:before {
  content: "\f104";
}
.pagination ul li.disabled {
  background-color: #f99d1c;
}
.pagination ul li.disabled a {
  color: #fff;
}
.pagination ul li.disabled.next,
.pagination ul li.disabled.prev {
  display: none;
}
.pagination ul li a {
  display: block;
  width: 35px;
  line-height: 35px;
  height: 35px;
}
.format-audio .entry .wp-entry-thumb iframe {
  vertical-align: top;
  margin: 0;
}
blockquote {
  border: 0;
  padding: 5px 30px;
  position: relative;
}
blockquote:before {
  content: "";
  background: url('../assets/img/icon-quote.png') no-repeat center;
  width: 17px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 0;
}
blockquote:after {
  content: "";
  background: url('../assets/img/icon-quote-right.png') no-repeat center;
  width: 17px;
  height: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
}
blockquote p {
  font-style: italic;
  font-size: 13px;
}
.format-gallery .carousel.gallery-slider .carousel-control {
  width: 30px !important;
  height: 50px !important;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  font-size: 0;
  top: 50%;
  margin-top: -25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.format-gallery .carousel.gallery-slider .carousel-control.left {
  background: url('../assets/img/tes_prev.png') no-repeat center rgba(0,0,0,0.5);
}
.format-gallery .carousel.gallery-slider .carousel-control.right {
  background: url('../assets/img/tes_next.png ') no-repeat center rgba(0,0,0,0.5);
}
.format-gallery .carousel.gallery-slider .carousel-inner .item img {
  margin: 0;
}
.format-gallery .carousel.gallery-slider:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.format-gallery .gallery .thumbnail:hover {
  background-color: #f99d1c;
  border-color: #f99d1c;
}
.single.main .post .entry-wrap,
.single.main .team .entry-wrap,
.single.main .attachment .entry-wrap {
  background-color: #fff;
  margin-bottom: 36px;
}
.single.main .post .entry-wrap .entry-thumb,
.single.main .team .entry-wrap .entry-thumb,
.single.main .attachment .entry-wrap .entry-thumb {
  position: relative;
}
.single.main .post .entry-wrap .entry-thumb img,
.single.main .team .entry-wrap .entry-thumb img,
.single.main .attachment .entry-wrap .entry-thumb img {
  width: 100%;
}
.single.main .post .entry-wrap .entry-thumb .entry-meta,
.single.main .team .entry-wrap .entry-thumb .entry-meta,
.single.main .attachment .entry-wrap .entry-thumb .entry-meta {
  height: 66px;
  width: 60px;
  background: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 8px 5px;
  text-align: center;
}
.rtl .single.main .post .entry-wrap .entry-thumb .entry-meta,
.rtl .single.main .team .entry-wrap .entry-thumb .entry-meta,
.rtl .single.main .attachment .entry-wrap .entry-thumb .entry-meta {
  right: auto;
  left: 20px;
}
.single.main .post .entry-wrap .entry-thumb .entry-meta .entry-date,
.single.main .team .entry-wrap .entry-thumb .entry-meta .entry-date,
.single.main .attachment .entry-wrap .entry-thumb .entry-meta .entry-date {
  display: block;
}
.single.main .post .entry-wrap .entry-thumb .entry-meta .entry-date span,
.single.main .team .entry-wrap .entry-thumb .entry-meta .entry-date span,
.single.main .attachment .entry-wrap .entry-thumb .entry-meta .entry-date span {
  display: block;
}
.single.main .post .entry-wrap .entry-thumb .entry-meta .entry-date .post_day,
.single.main .team .entry-wrap .entry-thumb .entry-meta .entry-date .post_day,
.single.main .attachment .entry-wrap .entry-thumb .entry-meta .entry-date .post_day {
  color: #575757;
  font-size: 24px;
  font-weight: bold;
  font-family: 'LoraRegular';
}
.single.main .post .entry-wrap .entry-thumb .entry-meta .entry-date .post_my,
.single.main .team .entry-wrap .entry-thumb .entry-meta .entry-date .post_my,
.single.main .attachment .entry-wrap .entry-thumb .entry-meta .entry-date .post_my {
  color: #a2a2a2;
  font-size: 14px;
  font-family: 'LoraItalic';
}
.single.main .post .entry-wrap .entry-thumb .entry-meta .entry-view,
.single.main .team .entry-wrap .entry-thumb .entry-meta .entry-view,
.single.main .attachment .entry-wrap .entry-thumb .entry-meta .entry-view {
  padding-top: 25px;
}
.single.main .post .entry-wrap .entry-thumb .entry-meta .entry-comment,
.single.main .team .entry-wrap .entry-thumb .entry-meta .entry-comment,
.single.main .attachment .entry-wrap .entry-thumb .entry-meta .entry-comment {
  padding: 25px 30px 0;
}
.single.main .post .entry-wrap .entry-content,
.single.main .team .entry-wrap .entry-content,
.single.main .attachment .entry-wrap .entry-content {
  padding: 23px 0 79px 0;
  border-bottom: 1px #ddd solid;
}
.single.main .post .entry-wrap .entry-content .entry-title,
.single.main .team .entry-wrap .entry-content .entry-title,
.single.main .attachment .entry-wrap .entry-content .entry-title {
  font-size: 28px;
  color: #282828;
  margin-bottom: 13px;
}
.single.main .post .entry-wrap .entry-content .entry-meta-content,
.single.main .team .entry-wrap .entry-content .entry-meta-content,
.single.main .attachment .entry-wrap .entry-content .entry-meta-content {
  color: #747474;
  font-size: 14px;
  margin-bottom: 27px;
}
.single.main .post .entry-wrap .entry-content .entry-meta-content .entry-meta-link,
.single.main .team .entry-wrap .entry-content .entry-meta-content .entry-meta-link,
.single.main .attachment .entry-wrap .entry-content .entry-meta-content .entry-meta-link {
  padding-right: 10px;
  color: #8d8d8d;
  position: relative;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-meta-content .entry-meta-link,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta-content .entry-meta-link,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta-content .entry-meta-link {
  padding-left: 10px;
  padding-right: 0px;
}
.single.main .post .entry-wrap .entry-content .entry-meta-content .entry-meta-link a,
.single.main .team .entry-wrap .entry-content .entry-meta-content .entry-meta-link a,
.single.main .attachment .entry-wrap .entry-content .entry-meta-content .entry-meta-link a {
  color: #000;
  text-transform: capitalize;
}
.single.main .post .entry-wrap .entry-content .entry-meta-content .entry-meta-link a:hover,
.single.main .team .entry-wrap .entry-content .entry-meta-content .entry-meta-link a:hover,
.single.main .attachment .entry-wrap .entry-content .entry-meta-content .entry-meta-link a:hover {
  color: #f99d1c;
}
.single.main .post .entry-wrap .entry-content .entry-meta-content .entry-meta-link:before,
.single.main .team .entry-wrap .entry-content .entry-meta-content .entry-meta-link:before,
.single.main .attachment .entry-wrap .entry-content .entry-meta-content .entry-meta-link:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "/";
}
.rtl .single.main .post .entry-wrap .entry-content .entry-meta-content .entry-meta-link:before,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta-content .entry-meta-link:before,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta-content .entry-meta-link:before {
  right: auto;
  left: 0;
}
.single.main .post .entry-wrap .entry-content .entry-summary,
.single.main .team .entry-wrap .entry-content .entry-summary,
.single.main .attachment .entry-wrap .entry-content .entry-summary {
  line-height: 21px;
  padding-bottom: 20px;
  margin-bottom: 4px;
}
.single.main .post .entry-wrap .entry-content .social-share,
.single.main .team .entry-wrap .entry-content .social-share,
.single.main .attachment .entry-wrap .entry-content .social-share {
  text-align: right;
  margin-bottom: 15px;
}
.rtl .single.main .post .entry-wrap .entry-content .social-share,
.rtl .single.main .team .entry-wrap .entry-content .social-share,
.rtl .single.main .attachment .entry-wrap .entry-content .social-share {
  text-align: left;
}
.single.main .post .entry-wrap .entry-content .social-share a,
.single.main .team .entry-wrap .entry-content .social-share a,
.single.main .attachment .entry-wrap .entry-content .social-share a {
  display: inline-block;
}
.single.main .post .entry-wrap .entry-content .social-share a i,
.single.main .team .entry-wrap .entry-content .social-share a i,
.single.main .attachment .entry-wrap .entry-content .social-share a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin: 0 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.single.main .post .entry-wrap .entry-content .social-share a i.fa-facebook,
.single.main .team .entry-wrap .entry-content .social-share a i.fa-facebook,
.single.main .attachment .entry-wrap .entry-content .social-share a i.fa-facebook {
  background: #3a5897;
}
.single.main .post .entry-wrap .entry-content .social-share a i.fa-facebook:hover,
.single.main .team .entry-wrap .entry-content .social-share a i.fa-facebook:hover,
.single.main .attachment .entry-wrap .entry-content .social-share a i.fa-facebook:hover {
  background: #f99d1c;
}
.single.main .post .entry-wrap .entry-content .social-share a i.fa-google-plus,
.single.main .team .entry-wrap .entry-content .social-share a i.fa-google-plus,
.single.main .attachment .entry-wrap .entry-content .social-share a i.fa-google-plus {
  background: #e14a3c;
}
.single.main .post .entry-wrap .entry-content .social-share a i.fa-google-plus:hover,
.single.main .team .entry-wrap .entry-content .social-share a i.fa-google-plus:hover,
.single.main .attachment .entry-wrap .entry-content .social-share a i.fa-google-plus:hover {
  background: #f99d1c;
}
.single.main .post .entry-wrap .entry-content .social-share a i.fa-twitter,
.single.main .team .entry-wrap .entry-content .social-share a i.fa-twitter,
.single.main .attachment .entry-wrap .entry-content .social-share a i.fa-twitter {
  background: #2fc2ee;
}
.single.main .post .entry-wrap .entry-content .social-share a i.fa-twitter:hover,
.single.main .team .entry-wrap .entry-content .social-share a i.fa-twitter:hover,
.single.main .attachment .entry-wrap .entry-content .social-share a i.fa-twitter:hover {
  background: #f99d1c;
}
.single.main .post .entry-wrap .entry-content .social-share a i.fa-pinterest,
.single.main .team .entry-wrap .entry-content .social-share a i.fa-pinterest,
.single.main .attachment .entry-wrap .entry-content .social-share a i.fa-pinterest {
  background: #df2227;
}
.single.main .post .entry-wrap .entry-content .social-share a i.fa-pinterest:hover,
.single.main .team .entry-wrap .entry-content .social-share a i.fa-pinterest:hover,
.single.main .attachment .entry-wrap .entry-content .social-share a i.fa-pinterest:hover {
  background: #f99d1c;
}
.single.main .post .entry-wrap .entry-content .social-share a:last-child i,
.single.main .team .entry-wrap .entry-content .social-share a:last-child i,
.single.main .attachment .entry-wrap .entry-content .social-share a:last-child i {
  margin-right: 0;
}
.single.main .post .entry-wrap .entry-content .entry-tag,
.single.main .team .entry-wrap .entry-content .entry-tag,
.single.main .attachment .entry-wrap .entry-content .entry-tag {
  text-align: right;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-tag,
.rtl .single.main .team .entry-wrap .entry-content .entry-tag,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-tag {
  text-align: left;
}
.single.main .post .entry-wrap .entry-content .entry-tag .title-tag,
.single.main .team .entry-wrap .entry-content .entry-tag .title-tag,
.single.main .attachment .entry-wrap .entry-content .entry-tag .title-tag {
  display: inline-block;
  padding-right: 5px;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-tag .title-tag,
.rtl .single.main .team .entry-wrap .entry-content .entry-tag .title-tag,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-tag .title-tag {
  padding-right: 0;
  padding-left: 5px;
}
.single.main .post .entry-wrap .entry-content .entry-tag a,
.single.main .team .entry-wrap .entry-content .entry-tag a,
.single.main .attachment .entry-wrap .entry-content .entry-tag a {
  color: #1c1c1c;
  font-size: 14px;
  text-transform: capitalize;
}
.single.main .post .entry-wrap .entry-content .entry-tag a:hover,
.single.main .team .entry-wrap .entry-content .entry-tag a:hover,
.single.main .attachment .entry-wrap .entry-content .entry-tag a:hover {
  color: #f99d1c;
}
.single.main .post #authorDetails,
.single.main .team #authorDetails,
.single.main .attachment #authorDetails {
  margin-bottom: 60px;
}
.single.main .post #authorDetails .title,
.single.main .team #authorDetails .title,
.single.main .attachment #authorDetails .title {
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.single.main .post #authorDetails .authorDetail,
.single.main .team #authorDetails .authorDetail,
.single.main .attachment #authorDetails .authorDetail {
  background-color: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 30px;
}
.single.main .post #authorDetails .authorDetail .avatar,
.single.main .team #authorDetails .authorDetail .avatar,
.single.main .attachment #authorDetails .authorDetail .avatar {
  overflow: hidden;
  float: left;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.rtl .single.main .post #authorDetails .authorDetail .avatar,
.rtl .single.main .team #authorDetails .authorDetail .avatar,
.rtl .single.main .attachment #authorDetails .authorDetail .avatar {
  float: right;
}
.single.main .post #authorDetails .authorDetail .infomation,
.single.main .team #authorDetails .authorDetail .infomation,
.single.main .attachment #authorDetails .authorDetail .infomation {
  overflow: hidden;
  padding-left: 30px;
  color: #999999;
  line-height: 22px;
}
.rtl .single.main .post #authorDetails .authorDetail .infomation,
.rtl .single.main .team #authorDetails .authorDetail .infomation,
.rtl .single.main .attachment #authorDetails .authorDetail .infomation {
  padding-left: 0;
  padding-right: 30px;
}
.single.main .post #authorDetails .authorDetail .infomation .name-author,
.single.main .team #authorDetails .authorDetail .infomation .name-author,
.single.main .attachment #authorDetails .authorDetail .infomation .name-author {
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.single-post-relate {
  margin-bottom: 36px;
}
.single-post-relate >h4 {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 40px;
  color: #000;
}
.single-post-relate .post .item-relate-img {
  position: relative;
}
.single-post-relate .post .item-relate-img:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../assets/img/icon-plus.png') no-repeat center center;
  background-color: rgba(0,0,0,0.5);
  pointer-events: none;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.single-post-relate .post .item-relate-img .entry-meta {
  height: 66px;
  width: 60px;
  background: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 8px 5px;
  text-align: center;
}
.rtl .single-post-relate .post .item-relate-img .entry-meta {
  right: auto;
  left: 0px;
}
.single-post-relate .post .item-relate-img .entry-meta span {
  display: block;
}
.single-post-relate .post .item-relate-img .entry-meta .post_day {
  color: #575757;
  font-size: 24px;
  font-weight: bold;
  font-family: 'LoraRegular';
}
.single-post-relate .post .item-relate-img .entry-meta .post_my {
  color: #a2a2a2;
  font-size: 14px;
  font-family: 'LoraItalic';
}
.single-post-relate .post .item-relate-content {
  text-align: center;
  padding: 20px 0;
  position: relative;
  margin: -65px 0 0 0;
  padding: 20px 0px;
  z-index: 4;
}
.single-post-relate .post .item-relate-content h4 {
  margin-bottom: 15px;
  margin: 0px 20px;
  background: #fff;
  padding: 26px 0 16px 0;
}
.single-post-relate .post .item-relate-content h4 a {
  font-size: 18px;
  color: #282828;
}
.single-post-relate .post .item-relate-content h4 a:hover {
  color: #f99d1c;
}
.single-post-relate .post .item-relate-content .entry-meta-content {
  color: #747474;
  font-size: 12px;
  margin-bottom: 18px;
}
.single-post-relate .post .item-relate-content .entry-meta-content .entry-meta-link {
  padding-right: 10px;
  color: #8d8d8d;
  display: inline-block;
  position: relative;
}
.rtl .single-post-relate .post .item-relate-content .entry-meta-content .entry-meta-link {
  padding-right: 0;
  padding-left: 10px;
}
.single-post-relate .post .item-relate-content .entry-meta-content .entry-meta-link a {
  color: #000;
  text-transform: capitalize;
}
.single-post-relate .post .item-relate-content .entry-meta-content .entry-meta-link a:hover {
  color: #f99d1c;
}
.single-post-relate .post .item-relate-content .entry-meta-content .entry-meta-link:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "/";
}
.rtl .single-post-relate .post .item-relate-content .entry-meta-content .entry-meta-link:before {
  right: auto;
  left: 0;
}
.single-post-relate .post .item-relate-content p {
  line-height: 20px;
  margin-bottom: 30px;
}
.single-post-relate .post .item-relate-content a {
  color: #f99d1c;
}
.single-post-relate .post .item-relate-content a:hover {
  color: #e58d13;
}
.single-post-relate .post .item-relate-content a i {
  padding: 0 5px;
}
.rtl .single-post-relate .post .item-relate-content a i:before {
  content: '\f104';
}
.single-post-relate .post:hover .item-relate-img:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
#comments {
  border-top: 1px solid #ddd;
  padding-top: 35px;
}
#comments h3 {
  text-transform: capitalize;
  font-size: 22px;
  margin-bottom: 55px;
  color: #282828;
}
.rtl #comments h3 {
  display: inline-block;
  direction: ltr;
}
#comments h3 small {
  color: #333;
  font-size: 22px;
}
#comments .commentlist .children {
  margin-left: 100px;
  margin-right: 0;
}
.rtl #comments .commentlist .children {
  margin-right: 100px;
  margin-left: 0;
}
#comments .comment {
  margin-bottom: 35px;
  background-color: #fff;
}
#comments .comment .author {
  margin: 0 20px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#comments .comment .media-body {
  padding: 27px 38px;
  background: #f9f9f9;
}
#comments .comment .media-body .media .media-heading {
  overflow: hidden;
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e1e1e1;
}
#comments .comment .media-body .media .media-heading .author-name {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
  color: #545454;
  font-family: 'LoraItalic';
}
#comments .comment .media-body .media .media-heading .time {
  color: #7b7b7b;
  font-size: 12px;
  line-height: 21px;
  padding: 0 23px;
}
#comments .comment .media-body .media .media-heading .reply a {
  position: relative;
  font-size: 0;
}
#comments .comment .media-body .media .media-heading .reply a:before {
  font-size: 20px;
  color: #545454;
  content: "\f112";
  display: inline-block;
  vertical-align: top;
  font-family: fontawesome;
}
#comments .comment .media-body .media .media-heading .reply a:hover:before {
  color: #f99d1c;
}
.rtl #comments .comment .media-body .media .media-heading .reply a:before {
  content: '\f064';
}
#comments .comment .media-body .media .media-content p {
  line-height: 20px;
}
#respond {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
  margin-bottom: 80px;
}
#respond .wp-comment .title {
  text-transform: capitalize;
  font-size: 22px;
  margin-bottom: 26px;
  color: #282828;
}
#respond .wp-comment .form-horizontal .cmm-box-top {
  margin: 0 -15px 10px;
}
#respond .wp-comment .form-horizontal .cmm-box-top .control-group {
  width: 33.333%;
  padding: 0 15px;
}
#respond .wp-comment .form-horizontal .cmm-box-top input {
  width: 100%;
  font-size: 13px;
  border: 1px solid #dddddd;
  height: 40px;
  text-indent: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#respond .wp-comment .form-horizontal .cmm-box-top input:focus {
  background-color: #fafafa;
}
#respond .wp-comment .form-horizontal .cmm-box-bottom textarea {
  width: 100%;
  font-size: 13px;
  border: 1px solid #ddd;
  padding: 10px 20px;
  height: 150px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#respond .wp-comment .form-horizontal .cmm-box-bottom button.btn {
  margin-top: 10px;
  height: 42px;
  border: 0;
  line-height: 43px;
  font-size: 14px;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-transform: capitalize;
  padding: 0 54px;
  background: #333;
}
#respond .wp-comment .form-horizontal .cmm-box-bottom button.btn:hover {
  background: #f99d1c;
}
.sidebar-related-post .sidebar-relate-content {
  padding: 30px 20px 0;
}
.sidebar-related-post .sidebar-relate-content .item {
  margin-bottom: 30px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over {
  position: relative;
  margin-bottom: 10px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../assets/img/icon-plus.png') no-repeat center center;
  background-color: rgba(0,0,0,0.5);
  pointer-events: none;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over .entry-meta {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px 15px;
  background-color: rgba(195,75,79,0.8);
}
.rtl .sidebar-related-post .sidebar-relate-content .item .item-inner .img_over .entry-meta {
  left: auto;
  right: 10px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over .entry-meta .post_day {
  font-size: 22px;
  font-weight: bold;
  display: block;
  color: #fff;
  margin-bottom: 5px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over .entry-meta .post_my {
  display: block;
  color: #fff;
  font-size: 14px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .entry-content .entry-title h4 {
  margin-bottom: 13px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .entry-content .entry-meta-content {
  color: #999999;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner:hover .img_over:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.quote-border {
  background-color: #f4f4f4;
  padding: 20px;
  margin-bottom: 10px;
  font-style: italic;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
iframe {
  border: none;
  margin-bottom: 10px;
  max-width: 100%;
}
.block-whychoose {
  margin-bottom: 30px !important;
  display: inline-block;
}
.block-whychoose .image-whychoose {
  float: left;
  width: 64px;
}
.rtl .block-whychoose .image-whychoose {
  float: right;
}
.block-whychoose .content-whychoose {
  margin-left: 80px;
}
.rtl .block-whychoose .content-whychoose {
  margin-right: 80px;
  margin-left: 0;
}
.block-whychoose .content-whychoose h2 {
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
}
.block-whychoose .content-whychoose .description {
  color: #666;
}
.vc_wp_search .widget_search .searchform .screen-reader-text {
  display: none;
}
.vc_wp_search .widget_search .searchform input[type="submit"] {
  text-indent: -9999px;
  display: block;
  border: 0;
  width: 34px !important;
  height: 34px;
  background: url('../assets/img/search-icon.png') no-repeat scroll center center #666 !important;
}
.vc_wp_search .widget_search .searchform input[type="submit"]:hover {
  background: url('../assets/img/search-icon.png') no-repeat scroll center center #f99d1c !important;
}
.vc_wp_search .widget_search .searchform input[type="text"] {
  border: 1px solid #e1e1e1;
}
.wpb_single_image .vc_single_image-wrapper img:hover {
  opacity: .75;
  filter: alpha(opacity=75);
}
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  padding: 10px 0;
}
#wp-calendar tr th {
  text-align: center;
}
#wp-calendar tr td {
  padding: 10px 0;
  text-align: center;
}
#subscribe_popup {
  text-align: center;
  padding: 106px 25px 82px 415px;
  margin: 15px;
  display: none;
}
.rtl #subscribe_popup {
  padding: 106px 415px 82px 25px;
  background: url("../assets/img/bg_newsletter.jpg") top right no-repeat !important;
}
#subscribe_popup .subscribe-popup-container {
  width: 380px;
}
#subscribe_popup .subscribe-popup-container .title {
  font-size: 36px;
  color: #1b1b1b;
  text-transform: capitalize;
  margin-bottom: 17px;
}
#subscribe_popup .subscribe-popup-container .description {
  font-size: 14px;
  line-height: 23px;
  color: #666;
  margin-bottom: 34px;
  padding: 0 10px;
}
#subscribe_popup .subscribe-popup-container .subscribe-form {
  margin-bottom: 17px;
}
#subscribe_popup .subscribe-popup-container .subscribe-form form {
  padding: 0;
}
#subscribe_popup .subscribe-popup-container .subscribe-form form h3 {
  display: none;
}
#subscribe_popup .subscribe-popup-container .subscribe-form form .frm-input {
  margin: 0;
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#subscribe_popup .subscribe-popup-container .subscribe-form form .frm-input .frm-email {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0 20px;
  width: 69%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.rtl #subscribe_popup .subscribe-popup-container .subscribe-form form .frm-input .frm-email {
  float: right;
}
#subscribe_popup .subscribe-popup-container .subscribe-form form .frm-input .frm-submit {
  float: left;
  width: 31%;
  height: 40px;
  line-height: 40px;
  background-color: #252525;
  color: #fff;
  text-transform: capitalize;
  font-size: 13px;
  border: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#subscribe_popup .subscribe-popup-container .subscribe-form form .frm-input .frm-submit:before {
  display: none;
}
#subscribe_popup .subscribe-popup-container .subscribe-form form .frm-input .frm-submit:hover {
  background-color: #f99d1c;
}
.rtl #subscribe_popup .subscribe-popup-container .subscribe-form form .frm-input .frm-submit {
  float: right;
}
#subscribe_popup .subscribe-popup-container .subscribe-checkbox {
  line-height: 30px;
  margin-bottom: 13px;
}
#subscribe_popup .subscribe-popup-container .subscribe-checkbox input {
  cursor: pointer;
}
#subscribe_popup .subscribe-popup-container .subscribe-checkbox label {
  vertical-align: top;
  line-height: 25px;
  margin: 0;
  color: #666;
  font-weight: normal;
}
#subscribe_popup .subscribe-popup-container .social-share a {
  padding: 10px 25px;
  display: inline-block;
}
#subscribe_popup .subscribe-popup-container .social-share a i {
  font-size: 16px;
}
#cboxLoadedContent {
  overflow: hidden !important;
}
.woocommerce input.input-text,
.woocommerce-page input.input-text {
  height: 35px;
  background-color: transparent !important;
  border: 1px solid #b7b7b7 !important;
  text-indent: 10px;
}
.woocommerce .woocommerce-checkout #payment ul.payment_methods li img,
.woocommerce-page .woocommerce-checkout #payment ul.payment_methods li img {
  display: inline-block;
  margin: 0 10px !important;
}
.woocommerce #customer_login h2,
.woocommerce-page #customer_login h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 26px;
  color: #1b1b1b;
  text-transform: capitalize;
}
.woocommerce #customer_login form.login,
.woocommerce #customer_login form.register,
.woocommerce-page #customer_login form.login,
.woocommerce-page #customer_login form.register {
  border: 0;
  padding: 0;
}
.woocommerce #customer_login form.login .form-row .input-text,
.woocommerce #customer_login form.register .form-row .input-text,
.woocommerce-page #customer_login form.login .form-row .input-text,
.woocommerce-page #customer_login form.register .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce #customer_login form.login .form-row .input-text#password,
.woocommerce #customer_login form.register .form-row .input-text#password,
.woocommerce-page #customer_login form.login .form-row .input-text#password,
.woocommerce-page #customer_login form.register .form-row .input-text#password {
  width: 100%;
}
.woocommerce form.lost_reset_password .form-row,
.woocommerce-page form.lost_reset_password .form-row {
  width: 300px;
  max-width: 100%;
}
.woocommerce form.lost_reset_password .form-row .input-text,
.woocommerce-page form.lost_reset_password .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce form.lost_reset_password .form-row input.button,
.woocommerce-page form.lost_reset_password .form-row input.button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  margin-top: 0;
}
.woocommerce form.lost_reset_password .form-row input.button:hover,
.woocommerce-page form.lost_reset_password .form-row input.button:hover {
  background: #e58d13;
  color: #fff;
}
.woocommerce .entry-content form.login,
.woocommerce-page .entry-content form.login {
  border: 0;
  padding: 0;
}
.woocommerce .entry-content form.login .form-row-first,
.woocommerce .entry-content form.login .form-row-last,
.woocommerce-page .entry-content form.login .form-row-first,
.woocommerce-page .entry-content form.login .form-row-last {
  float: left;
  width: 48.5%;
  padding: 0;
  margin-bottom: 15px;
}
.woocommerce .entry-content form.login .form-row-first .input-text,
.woocommerce .entry-content form.login .form-row-last .input-text,
.woocommerce-page .entry-content form.login .form-row-first .input-text,
.woocommerce-page .entry-content form.login .form-row-last .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce .entry-content form.login .form-row-last,
.woocommerce-page .entry-content form.login .form-row-last {
  margin-left: 3%;
}
.woocommerce .entry-content form.login .form-row label.inline,
.woocommerce-page .entry-content form.login .form-row label.inline {
  clear: both;
  display: block;
  line-height: normal;
  vertical-align: top;
}
.woocommerce .entry-content form.login .form-row input.button,
.woocommerce-page .entry-content form.login .form-row input.button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
}
.woocommerce .entry-content form.login .form-row input.button:hover,
.woocommerce-page .entry-content form.login .form-row input.button:hover {
  background: #e58d13;
  color: #fff;
}
.woocommerce .entry-content form.login .lost_password a,
.woocommerce-page .entry-content form.login .lost_password a {
  color: #f99d1c;
}
.woocommerce .entry-content form.login .lost_password a:hover,
.woocommerce-page .entry-content form.login .lost_password a:hover {
  color: #933035;
}
.woocommerce .entry-content .checkout_coupon,
.woocommerce-page .entry-content .checkout_coupon {
  padding: 0;
  border: 0;
}
.woocommerce .entry-content .checkout_coupon .form-row,
.woocommerce-page .entry-content .checkout_coupon .form-row {
  width: 180px;
  float: left;
  padding: 0;
}
.woocommerce .entry-content .checkout_coupon .form-row.form-row-last,
.woocommerce-page .entry-content .checkout_coupon .form-row.form-row-last {
  text-align: center;
}
.woocommerce .entry-content .checkout_coupon .form-row .input-text,
.woocommerce-page .entry-content .checkout_coupon .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce .entry-content .checkout_coupon .form-row input.button,
.woocommerce-page .entry-content .checkout_coupon .form-row input.button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 35px;
}
.woocommerce .entry-content .checkout_coupon .form-row input.button:hover,
.woocommerce-page .entry-content .checkout_coupon .form-row input.button:hover {
  background: #e58d13;
  color: #fff;
}
.woocommerce .checkout .col2-set .col-1,
.woocommerce .checkout .col2-set .col-2,
.woocommerce-page .checkout .col2-set .col-1,
.woocommerce-page .checkout .col2-set .col-2 {
  float: left;
  width: 50%;
}
.woocommerce .checkout .col2-set .col-1 h3,
.woocommerce .checkout .col2-set .col-2 h3,
.woocommerce-page .checkout .col2-set .col-1 h3,
.woocommerce-page .checkout .col2-set .col-2 h3 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: normal;
  color: #1b1b1b;
}
.woocommerce .checkout .col2-set .col-1 .chosen-container-single .chosen-single,
.woocommerce .checkout .col2-set .col-2 .chosen-container-single .chosen-single,
.woocommerce-page .checkout .col2-set .col-1 .chosen-container-single .chosen-single,
.woocommerce-page .checkout .col2-set .col-2 .chosen-container-single .chosen-single {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce .checkout .col2-set .col-1 input,
.woocommerce .checkout .col2-set .col-1 textarea,
.woocommerce .checkout .col2-set .col-2 input,
.woocommerce .checkout .col2-set .col-2 textarea,
.woocommerce-page .checkout .col2-set .col-1 input,
.woocommerce-page .checkout .col2-set .col-1 textarea,
.woocommerce-page .checkout .col2-set .col-2 input,
.woocommerce-page .checkout .col2-set .col-2 textarea {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.woocommerce .checkout .col2-set .col-1 textarea,
.woocommerce .checkout .col2-set .col-2 textarea,
.woocommerce-page .checkout .col2-set .col-1 textarea,
.woocommerce-page .checkout .col2-set .col-2 textarea {
  padding: 10px;
  min-height: 80px;
}
.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
.woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields {
  padding-right: 15px;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
  padding-left: 15px;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address {
  padding: 0 0 10px;
  width: 100%;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label {
  padding: 0;
  margin: 0;
  font-weight: normal;
  vertical-align: top;
  display: inline-block;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > input,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > input {
  display: inline-block;
  vertical-align: top;
  margin: 6px 5px 0;
}
.woocommerce .checkout #order_review table.shop_table,
.woocommerce-page .checkout #order_review table.shop_table {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.woocommerce .checkout #order_review table.shop_table td,
.woocommerce .checkout #order_review table.shop_table tfoot th,
.woocommerce-page .checkout #order_review table.shop_table td,
.woocommerce-page .checkout #order_review table.shop_table tfoot th {
  border-top: 1px solid #eee;
  padding: 10px 15px;
}
/* .woocommerce .checkout #order_review table.shop_table tr,
.woocommerce-page .checkout #order_review table.shop_table tr {
  background: #eee;
} */
.woocommerce .checkout #order_review table.shop_table tr:hover,
.woocommerce-page .checkout #order_review table.shop_table tr:hover {
  background: #d5d5d5;
  cursor: pointer;
}
.woocommerce .checkout #payment,
.woocommerce-page .checkout #payment {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 40px;
}
.woocommerce .checkout #payment #place_order,
.woocommerce-page .checkout #payment #place_order {
  width: auto;
  border: 0;
  background: #f99d1c;
  color: #fff;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce .checkout #payment #place_order:hover,
.woocommerce-page .checkout #payment #place_order:hover {
  background: #933035;
}
.woocommerce form table.shop_table,
.woocommerce-page form table.shop_table {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: none;
}
.woocommerce form table.shop_table tr,
.woocommerce-page form table.shop_table tr {
  border: 0;
}
.woocommerce form table.shop_table tr td,
.woocommerce-page form table.shop_table tr td {
  border: 0;
}
.woocommerce form table.shop_table tr td.product-remove,
.woocommerce-page form table.shop_table tr td.product-remove {
  font-size: 24px;
}
.woocommerce form table.shop_table tr td.product-quantity .quantity,
.woocommerce-page form table.shop_table tr td.product-quantity .quantity {
  border: 1px solid #ccc;
  overflow: visible;
  display: inline-block;
}
.woocommerce form table.shop_table tr td.product-quantity .quantity input.qty,
.woocommerce-page form table.shop_table tr td.product-quantity .quantity input.qty {
  height: 30px;
  min-height: initial;
  border: 0;
  float: left;
  text-indent: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce form table.shop_table tr td.product-quantity .quantity input[type=number],
.woocommerce-page form table.shop_table tr td.product-quantity .quantity input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce form table.shop_table tr td.product-quantity .quantity input::-webkit-outer-spin-button,
.woocommerce form table.shop_table tr td.product-quantity .quantity input::-webkit-inner-spin-button,
.woocommerce-page form table.shop_table tr td.product-quantity .quantity input::-webkit-outer-spin-button,
.woocommerce-page form table.shop_table tr td.product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce form table.shop_table tr td.product-quantity .quantity .minus,
.woocommerce form table.shop_table tr td.product-quantity .quantity .plus,
.woocommerce-page form table.shop_table tr td.product-quantity .quantity .minus,
.woocommerce-page form table.shop_table tr td.product-quantity .quantity .plus {
  float: left;
  position: static;
  background: #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: auto;
  height: 30px;
  width: 25px;
  border: 0;
  font-size: 18px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
  display: block !important;
}
.woocommerce form table.shop_table tr td.product-quantity .quantity .minus:hover,
.woocommerce form table.shop_table tr td.product-quantity .quantity .plus:hover,
.woocommerce-page form table.shop_table tr td.product-quantity .quantity .minus:hover,
.woocommerce-page form table.shop_table tr td.product-quantity .quantity .plus:hover {
  background: #f99d1c;
  color: #fff;
}
.woocommerce form table.shop_table tr td.actions,
.woocommerce-page form table.shop_table tr td.actions {
  padding: 15px 10px;
}
.woocommerce form table.shop_table tr td.actions .coupon,
.woocommerce-page form table.shop_table tr td.actions .coupon {
  float: left;
}
.woocommerce form table.shop_table tr td.actions .coupon .input-text,
.woocommerce-page form table.shop_table tr td.actions .coupon .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.woocommerce form table.shop_table tr td.actions .coupon input.input-text,
.woocommerce-page form table.shop_table tr td.actions .coupon input.input-text {
  height: 31px;
  padding: 5px 10px;
}
.rtl .woocommerce form table.shop_table tr td.actions .coupon input.input-text,
.rtl .woocommerce-page form table.shop_table tr td.actions .coupon input.input-text {
  float: right;
}
.woocommerce form table.shop_table tr td.actions .coupon .button,
.woocommerce-page form table.shop_table tr td.actions .coupon .button {
  background: #f99d1c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
  color: #fff;
  margin: 0 5px;
  border-color: #f99d1c;
  vertical-align: top;
}
.woocommerce form table.shop_table tr td.actions .coupon .button:hover,
.woocommerce-page form table.shop_table tr td.actions .coupon .button:hover {
  background: #e58d13;
}
.woocommerce form table.shop_table tr td.actions .box-chekout .button,
.woocommerce-page form table.shop_table tr td.actions .box-chekout .button {
  background: #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
}
.woocommerce form table.shop_table tr td.actions .box-chekout .button:hover,
.woocommerce-page form table.shop_table tr td.actions .box-chekout .button:hover {
  background: #f99d1c;
  color: #fff;
  border-color: #f99d1c;
}
.woocommerce form table.shop_table tr td.actions .box-chekout .checkout-button.button,
.woocommerce-page form table.shop_table tr td.actions .box-chekout .checkout-button.button {
  background: #f99d1c;
  color: #fff;
  border-color: #f99d1c;
}
.woocommerce form table.shop_table tr td.actions .box-chekout .checkout-button.button:hover,
.woocommerce-page form table.shop_table tr td.actions .box-chekout .checkout-button.button:hover {
  background: #e58d13;
}
.woocommerce > .cart-collaterals,
.woocommerce-page > .cart-collaterals {
  margin-bottom: 30px;
}
.woocommerce > .cart-collaterals .cart_totals,
.woocommerce-page > .cart-collaterals .cart_totals {
  width: 50%;
  float: left;
}
.rtl .woocommerce > .cart-collaterals .cart_totals,
.rtl .woocommerce-page > .cart-collaterals .cart_totals {
  float: right;
  text-align: right;
}
.woocommerce > .cart-collaterals .cart_totals h2,
.woocommerce-page > .cart-collaterals .cart_totals h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 24px;
}
.woocommerce > .cart-collaterals .cart_totals table,
.woocommerce-page > .cart-collaterals .cart_totals table {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #eee;
}
.woocommerce > .cart-collaterals .cart_totals table tr,
.woocommerce-page > .cart-collaterals .cart_totals table tr {
  border: 0;
}
.woocommerce > .cart-collaterals .cart_totals table tr th,
.woocommerce > .cart-collaterals .cart_totals table tr td,
.woocommerce-page > .cart-collaterals .cart_totals table tr th,
.woocommerce-page > .cart-collaterals .cart_totals table tr td {
  border: 0;
  padding: 10px;
}
.woocommerce > .cart-collaterals .cart_totals table tr td,
.woocommerce-page > .cart-collaterals .cart_totals table tr td {
  text-align: right;
}
.woocommerce > .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce > .cart-collaterals .cart_totals table tr.order-total td,
.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total td {
  border-top: 1px solid #eee;
}
.woocommerce > .cart-collaterals .cart_totals table tr.order-total th .amount,
.woocommerce > .cart-collaterals .cart_totals table tr.order-total td .amount,
.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total th .amount,
.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total td .amount {
  font-size: 18px;
  font-weight: normal;
  color: #f99d1c;
}
.woocommerce > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button,
.woocommerce-page > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  background: #f99d1c;
  display: inline-block;
  text-shadow: none;
  font-weight: normal;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 0;
}
.woocommerce > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-page > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background: #e58d13;
}
.woocommerce > .cart-collaterals .shipping_calculator,
.woocommerce-page > .cart-collaterals .shipping_calculator {
  float: left;
  margin-left: 2%;
  width: 48%;
}
.woocommerce > .cart-collaterals .shipping_calculator h2,
.woocommerce-page > .cart-collaterals .shipping_calculator h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.woocommerce > .cart-collaterals .shipping_calculator h2 a:after,
.woocommerce-page > .cart-collaterals .shipping_calculator h2 a:after {
  content: "";
}
.woocommerce > .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row,
.woocommerce-page > .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row {
  padding: 5px 0;
}
.woocommerce > .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row .input-text,
.woocommerce-page > .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce > .cart-collaterals .shipping_calculator .shipping-calculator-form .button,
.woocommerce-page > .cart-collaterals .shipping_calculator .shipping-calculator-form .button {
  background: #f99d1c;
  color: #fff;
  border-color: #f99d1c;
  width: auto;
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
}
.woocommerce > .cart-collaterals .shipping_calculator .shipping-calculator-form .button:hover,
.woocommerce-page > .cart-collaterals .shipping_calculator .shipping-calculator-form .button:hover {
  background: #e58d13;
}
.woocommerce #content .woocommerce-message,
.woocommerce #content .woocommerce-error,
.woocommerce #content .woocommerce-info,
.woocommerce #contents .woocommerce-message,
.woocommerce #contents .woocommerce-error,
.woocommerce #contents .woocommerce-info,
.woocommerce-page #content .woocommerce-message,
.woocommerce-page #content .woocommerce-error,
.woocommerce-page #content .woocommerce-info,
.woocommerce-page #contents .woocommerce-message,
.woocommerce-page #contents .woocommerce-error,
.woocommerce-page #contents .woocommerce-info {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-top-color: #f99d1c;
  background: #eee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.woocommerce #content .woocommerce-message .wc-forward,
.woocommerce #content .woocommerce-error .wc-forward,
.woocommerce #content .woocommerce-info .wc-forward,
.woocommerce #contents .woocommerce-message .wc-forward,
.woocommerce #contents .woocommerce-error .wc-forward,
.woocommerce #contents .woocommerce-info .wc-forward,
.woocommerce-page #content .woocommerce-message .wc-forward,
.woocommerce-page #content .woocommerce-error .wc-forward,
.woocommerce-page #content .woocommerce-info .wc-forward,
.woocommerce-page #contents .woocommerce-message .wc-forward,
.woocommerce-page #contents .woocommerce-error .wc-forward,
.woocommerce-page #contents .woocommerce-info .wc-forward {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  font-weight: normal;
  background: #f99d1c;
  color: #fff;
}
.woocommerce #content .woocommerce-message .wc-forward:hover,
.woocommerce #content .woocommerce-error .wc-forward:hover,
.woocommerce #content .woocommerce-info .wc-forward:hover,
.woocommerce #contents .woocommerce-message .wc-forward:hover,
.woocommerce #contents .woocommerce-error .wc-forward:hover,
.woocommerce #contents .woocommerce-info .wc-forward:hover,
.woocommerce-page #content .woocommerce-message .wc-forward:hover,
.woocommerce-page #content .woocommerce-error .wc-forward:hover,
.woocommerce-page #content .woocommerce-info .wc-forward:hover,
.woocommerce-page #contents .woocommerce-message .wc-forward:hover,
.woocommerce-page #contents .woocommerce-error .wc-forward:hover,
.woocommerce-page #contents .woocommerce-info .wc-forward:hover {
  opacity: 0.7;
}
.woocommerce #reviews #review_form_wrapper h3,
.woocommerce-page #reviews #review_form_wrapper h3 {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
}
.woocommerce #reviews #review_form_wrapper .comment-form input,
.woocommerce #reviews #review_form_wrapper .comment-form textarea,
.woocommerce-page #reviews #review_form_wrapper .comment-form input,
.woocommerce-page #reviews #review_form_wrapper .comment-form textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e6e6e6;
  padding: 7px 10px;
  width: 60%;
}
.woocommerce #reviews #review_form_wrapper .comment-form textarea,
.woocommerce-page #reviews #review_form_wrapper .comment-form textarea {
  width: 100%;
}
.woocommerce #reviews #review_form_wrapper .comment-form input#submit,
.woocommerce-page #reviews #review_form_wrapper .comment-form input#submit {
  width: auto;
  color: #fff;
}
.woocommerce #reviews #review_form_wrapper .comment-form input#submit:hover,
.woocommerce-page #reviews #review_form_wrapper .comment-form input#submit:hover {
  color: #fff;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email {
  width: 50%;
  float: left;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author label,
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email label,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author label,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email label {
  display: block;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author input,
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email input,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author input,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email input {
  width: 100%;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author {
  padding-right: 15px;
}
.woocommerce table.my_account_orders,
.woocommerce-page table.my_account_orders {
  font-size: 1em;
}
.woocommerce table.my_account_orders tr th,
.woocommerce-page table.my_account_orders tr th {
  background: #ccc;
}
.woocommerce table.my_account_orders tr td.order-actions .button,
.woocommerce-page table.my_account_orders tr td.order-actions .button {
  background: #333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
  font-weight: normal;
  border: 0;
}
.woocommerce table.my_account_orders tr td.order-actions .button:hover,
.woocommerce-page table.my_account_orders tr td.order-actions .button:hover {
  background: #f99d1c;
}
.woocommerce .entry-content .col2-set,
.woocommerce-page .entry-content .col2-set {
  width: auto;
}
.woocommerce .entry-content .col2-set .address,
.woocommerce-page .entry-content .col2-set .address {
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce form table.wishlist_table,
.woocommerce-page form table.wishlist_table {
  border-collapse: collapse;
}
.woocommerce form table.wishlist_table tr td,
.woocommerce-page form table.wishlist_table tr td {
  text-align: start;
  padding: 10px 12px;
}
.woocommerce form table.wishlist_table tr td.product-price del,
.woocommerce-page form table.wishlist_table tr td.product-price del {
  margin-right: 10px;
}
.woocommerce form table.wishlist_table tr td.product-price del span,
.woocommerce-page form table.wishlist_table tr td.product-price del span {
  font-size: 16px;
}
.woocommerce form table.wishlist_table tr td.product-price ins,
.woocommerce-page form table.wishlist_table tr td.product-price ins {
  text-decoration: none;
  font-weight: 600;
}
.woocommerce form table.wishlist_table tr td.product-price ins span,
.woocommerce-page form table.wishlist_table tr td.product-price ins span {
  font-size: 18px;
}
.woocommerce form table.wishlist_table tr td.product-price >span.amount,
.woocommerce-page form table.wishlist_table tr td.product-price >span.amount {
  font-size: 18px;
  font-weight: 600;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart {
  vertical-align: top;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .add_to_cart,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .add_to_cart {
  display: inline-block !important;
  padding: 0;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart a.button,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart a.button {
  background: #333;
  border: 0;
  text-transform: capitalize;
  text-shadow: none;
  color: #fff;
  position: static;
  padding: 12px 20px;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart a.button:hover,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart a.button:hover {
  background: #f99d1c;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .remove_from_wishlist.button,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .remove_from_wishlist.button {
  display: none !important;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .dateadded,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .dateadded {
  margin-bottom: 5px;
}
.woocommerce form table.wishlist_table tr td.product-remove a.remove,
.woocommerce-page form table.wishlist_table tr td.product-remove a.remove {
  font-size: 1em;
  margin: 0 auto;
}
.woocommerce form table.wishlist_table tbody tr,
.woocommerce-page form table.wishlist_table tbody tr {
  border-top: 1px solid #fff;
}
.woocommerce form table.wishlist_table tbody tr:hover,
.woocommerce-page form table.wishlist_table tbody tr:hover {
  background: #dedede;
  cursor: pointer;
}
.woocommerce tbody tr td,
.woocommerce thead tr th,
.woocommerce-page tbody tr td,
.woocommerce-page thead tr th {
  font-size: 14px;
}
.woocommerce article header .entry-title,
.woocommerce-page article header .entry-title {
  font-size: 24px;
  color: #f99d1c;
}
.woocommerce article .wishlist-title,
.woocommerce-page article .wishlist-title {
  display: none;
}
.woocommerce .return-to-shop .button.wc-backward,
.woocommerce-page .return-to-shop .button.wc-backward {
  background-color: #444;
  border-radius: 0;
  color: #fff;
  font-weight: normal;
}
.woocommerce .return-to-shop .button.wc-backward:hover,
.woocommerce-page .return-to-shop .button.wc-backward:hover {
  background-color: #f99d1c;
}
.woocommerce a.remove {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.woocommerce #respond input#submit,
.woocommerce input.button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #444;
  color: #fff;
  font-weight: normal;
  border: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.woocommerce #respond input#submit:hover,
.woocommerce input.button:hover {
  background-color: #f99d1c;
  color: #fff;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
  margin-bottom: 0.25em;
}
.woocommerce div.product p.cart {
  float: left;
}
div.star,
div.stars {
  background: url("../assets/img/star.png") repeat-x scroll 0 0 rgba(0,0,0,0);
  height: 11px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 65px;
  display: inline-block;
  vertical-align: top;
}
div.star span,
div.stars span {
  background: url(../assets/img/default/star-active.png) repeat scroll 0 0 rgba(0,0,0,0);
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #fff;
  border: double 1px #ddd;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #f99d1c;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #fff;
  border: 2px solid #aaa;
  width: 13px;
  height: 13px;
  top: -6px;
}
.woocommerce .widget_price_filter .ui-slider {
  margin-bottom: 20px;
  margin-top: 20px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  background: #252525;
  font-weight: normal;
  color: #fff;
  border-radius: 0;
  width: 30%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background: #f99d1c;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.price_slider_wrapper .price_slider_amount #min_price,
.price_slider_wrapper .price_slider_amount #max_price {
  display: inline-block !important;
  width: 32%;
  text-indent: 10px;
  height: 32px;
  margin-bottom: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.price_slider_wrapper .price_slider_amount #min_price {
  float: left;
  margin-right: 4%;
}
.rtl .price_slider_wrapper .price_slider_amount #min_price {
  float: right;
  margin-left: 4%;
  margin-right: 0;
}
.price_slider_wrapper .price_slider_amount #max_price {
  float: left;
  margin-right: 2%;
}
.rtl .price_slider_wrapper .price_slider_amount #max_price {
  float: right;
  margin-left: 2%;
  margin-right: 0;
}
.price_slider_wrapper .price_label {
  float: right;
}
.rtl .price_slider_wrapper .price_label {
  float: left;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 4px;
}
.woocommerce-account #contents .page .entry-title {
  margin-bottom: 30px;
}
.woocommerce-account h2 {
  font-size: 18px;
}
.woocommerce-account h3 {
  font-size: 16px;
}
.woocommerce-account #contents {
  background: #fff;
  margin-bottom: 30px;
  padding-top: 30px;
}
.woocommerce-account #contents header {
  display: block;
}
.woocommerce-account #contents header h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.woocommerce-account #contents header h3 {
  font-size: 20px;
}
.woocommerce-account #contents header .edit {
  display: block;
  font-weight: bold;
  color: #f99d1c;
  margin-bottom: 10px;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation {
  float: left;
  width: auto;
  margin-right: 30px;
  margin-bottom: 10px;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul {
  list-style: none;
  margin: 0;
  border: 1px solid #ccc;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul > li > a {
  display: block;
  min-width: 180px;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul > li:last-child > a {
  border: 0;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul > li.is-active >a {
  color: #f99d1c;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content {
  margin-bottom: 30px;
  width: auto;
  overflow: hidden;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders {
  border: 1px solid #ddd;
  border-radius: 0;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order {
  border-bottom: 1px solid #ddd;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order:last-child {
  border: 0;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td {
  text-align: start !important;
  padding: 5px 15px;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-number,
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-status {
  width: 15%;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-date {
  width: 20%;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-total {
  width: 40%;
}
.woocommerce-wishlist #contents .page .entry-title {
  margin-bottom: 40px;
}
.woocommerce-wishlist .wishlist-title h2 {
  font-size: 26px;
  padding: 0;
  margin-bottom: 20px;
}
.woocommerce-wishlist .woocommerce table.shop_table {
  margin-bottom: 40px;
}
.woocommerce-checkout h3 {
  font-size: 18px;
  color: #1b1b1b;
  text-transform: capitalize;
}
.block-popup-login {
  margin-top: 170px;
  width: 600px;
  max-width: 100%;
  padding: 0px 20px 0px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.block-popup-login form.login,
.block-popup-login form.register {
  border: 0px;
  padding: 0px;
  margin: 0;
  text-align: left;
  border-radius: 0px;
}
.block-popup-login .tt_popup_login {
  height: 36px;
  border-bottom: 3px solid #f99d1c;
  background-color: #242424;
  margin: 0 -20px;
}
.block-popup-login .tt_popup_login strong {
  line-height: 37px;
  display: inline-block;
  padding-left: 70px;
  text-transform: uppercase;
  color: #fff;
  background-image: url('../assets/img/icon-login-popup.png');
  background-repeat: no-repeat;
  background-position: left 20px top 7px;
  position: relative;
  padding-right: 10px;
  top: -4px;
  background-color: #f99d1c;
}
.block-popup-login .tt_popup_login strong:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 0px;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-bottom: 37px solid #f99d1c;
}
.block-popup-login .block-content {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: normal;
}
.block-popup-login .block-content .col-reg {
  width: 50%;
  float: left;
  min-height: 188px;
}
.block-popup-login .block-content .col-reg.registered-account {
  padding-right: 30px;
  border-right: 1px solid #d0d0d0;
}
.block-popup-login .block-content .col-reg.registered-account .btn-submit-login {
  background-repeat: no-repeat;
  background-position: 25px center;
  padding: 0 25px 0px 48px;
  height: 42px;
  margin-bottom: 10px;
  font-size: 116.67%;
  font-weight: bold;
  background-image: url('../assets/img/icon-btn-login.png');
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #666666;
  border: none;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.block-popup-login .block-content .col-reg.registered-account .btn-submit-login:hover {
  background-color: #f99d1c;
}
.rtl .block-popup-login .block-content .col-reg.registered-account .btn-submit-login {
  padding: 0 48px 0px 25px;
  background-position: 83px center;
}
.block-popup-login .block-content .col-reg.login-customer {
  padding-left: 30px;
  color: #444;
}
.block-popup-login .block-content .col-reg.login-customer h2 {
  font-size: 116.67%;
  font-weight: bold;
  margin-bottom: 15px;
}
.block-popup-login .block-content .col-reg.login-customer .list-log {
  list-style-type: none;
  margin: 0;
}
.block-popup-login .block-content .note-reg {
  margin: 10px 0px;
  font-style: italic;
}
.block-popup-login .block-content .list-log li {
  padding: 2px 0px 2px 14px;
  font-style: italic;
  position: relative;
  border-left: none;
  line-height: 23px;
}
.block-popup-login .block-content .list-log li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #666666;
  position: absolute;
  left: 0px;
  top: 10px;
}
.block-popup-login .block-content .btn-reg-popup {
  height: 42px;
  line-height: 42px;
  padding: 0px 42px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 15px;
  color: #fff !important;
  font-weight: bold;
  background-color: #f99d1c;
  float: left;
}
.rtl .block-popup-login .block-content .btn-reg-popup {
  float: right;
  clear: both;
}
.block-popup-login .block-content .btn-reg-popup:hover {
  color: #fff;
  background-color: #e58d13;
}
.block-popup-login .email-input {
  position: relative;
}
.block-popup-login .email-input:before {
  background: url('../assets/img/icon-username.png') no-repeat top left #f7f7f7;
  content: "";
  display: inline-block;
  width: 42px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.block-popup-login .pass-input {
  position: relative;
}
.block-popup-login .pass-input:before {
  background: url('../assets/img/icon-pass.png') no-repeat top left #f7f7f7;
  content: "";
  display: inline-block;
  width: 42px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.block-popup-login .input-text {
  border: none;
  margin-bottom: 14px;
  width: 100%;
  padding: 0 5px 0px 52px;
  height: 40px !important;
  font-size: 108.33%;
  border: 1px solid #cecece;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.block-popup-login .ft-link-p {
  margin-bottom: 19px;
}
.block-popup-login .ft-link-p a {
  color: #444 !important;
}
.close-login {
  display: inline-block;
  background: url('../assets/img/btn-close-login.png') no-repeat top left;
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-indent: -9999px;
  right: 10px;
  top: 3px;
  position: absolute;
  opacity: 1;
}
.woocommerce-noreviews {
  padding: 0 15px;
}
.fb_iframe_widget iframe {
  max-width: initial;
  z-index: 1;
}
.woocommerce-cart #contents .page h2,
.woocommerce-wishlist #contents .page h2,
.woocommerce-account #contents .page h2,
.woocommerce-checkout #contents .page h2 {
  margin-bottom: 25px;
  color: #1b1b1b;
}
.woocommerce-checkout .customer_details tr {
  clear: both;
}
.woocommerce-checkout .customer_details tr td:before {
  display: none;
}
.woocommerce-checkout .customer_details tr th {
  border-top: 0 !important;
  display: block !important;
  float: left;
}
#tab-description ul {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.woocommerce div.product-type-grouped p.price >.amount {
  float: none !important;
}
.woocommerce div.product form.cart .group_table td {
  padding: 0;
  height: 100px;
  vertical-align: middle;
}
.woocommerce #content table.cart td.actions .button,
.woocommerce table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
  width: auto;
}
.woocommerce div.product .slider_img_productd div.images.woocommerce-product-gallery {
  float: none;
  width: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.header-style5 .sticky-menu .sw-paradise-header .sw-paradise-account .sw_paradise_cart {
  z-index: 999;
  position: fixed;
  top: 10px;
  right: 125px;
}
.rtl .header-style5 .sticky-menu .sw-paradise-header .sw-paradise-account .sw_paradise_cart {
  left: 125px;
}
.header-style5 .sticky-menu .sw-paradise-header .sw-paradise-account .sw_paradise_cart .top-minicart-icon a {
  border: 0;
}
.header-style5 .sticky-menu .header-bottom {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0 0 5px #999;
}
.header-style5 .sticky-menu .header-bottom .sw-paradise-logo {
  padding: 5px 15px;
}
.header-style5 .sticky-menu .header-bottom .sw-paradise-logo a {
  max-width: 160px;
}
.header-style5 .sticky-menu .header-bottom #main-menu {
  margin: 5px 0;
}
.header-style5 .sw-paradise-header {
  background: #f0f0f0;
}
.header-style5 .sw-paradise-header .sw-paradise-lang {
  padding: 0;
}
.header-style5 .sw-paradise-header .sw-paradise-lang .sidebar-top div {
  float: left;
  padding-right: 8px;
}
.rtl .header-style5 .sw-paradise-header .sw-paradise-lang .sidebar-top div {
  float: right;
  padding-right: 0;
  padding-left: 8px;
}
.header-style5 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 {
  display: inline-block;
  vertical-align: top;
}
.header-style5 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li {
  position: relative;
  z-index: 10;
}
.header-style5 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a {
  padding: 13px 0;
  font-size: 12px;
}
.header-style5 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a img {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}
.rtl .header-style5 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a img {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
.header-style5 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a span {
  font-size: 12px;
}
.header-style5 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a:hover {
  background-color: transparent;
}
.header-style5 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a:after {
  content: "\f107 ";
  font-family: fontawesome;
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}
.rtl .header-style5 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a:after {
  display: none;
}
.rtl .header-style5 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a:before {
  content: "\f107 ";
  font-family: fontawesome;
  font-weight: normal;
  font-size: 14px;
  padding-right: 10px;
}
.header-style5 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul {
  position: absolute;
  left: 0;
  top: 110%;
  display: inline-block;
  background-color: #fff;
  border: 0;
  visibility: hidden;
  width: 110px;
  -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -o-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -ms-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.rtl .header-style5 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul {
  left: auto;
  right: 0;
}
.header-style5 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a {
  color: #444;
  padding: 10px 15px;
  display: block;
  line-height: 1.4em;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.header-style5 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a img {
  float: left;
  margin-right: 5px;
  max-width: 14px;
  margin-top: 5px;
}
.rtl .header-style5 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a img {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.header-style5 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a span {
  color: #666;
}
.header-style5 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a:hover span,
.header-style5 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a:focus span {
  color: #f99d1c;
}
.header-style5 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul li.active >a span {
  color: #f99d1c;
}
.header-style5 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li:hover >a {
  color: #f99d1c;
}
.header-style5 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li:hover >ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-style5 .sw-paradise-header .sw-paradise-lang .currency_converter {
  padding-right: 15px;
}
.rtl .header-style5 .sw-paradise-header .sw-paradise-lang .currency_converter {
  padding-left: 15px;
  padding-right: 0;
}
.header-style5 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li {
  position: relative;
  z-index: 10;
}
.header-style5 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >a {
  padding: 14px 20px 13px 0;
  display: block;
  font-size: 12px;
  position: relative;
}
.rtl .header-style5 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >a {
  padding: 14px 0 13px 20px;
}
.header-style5 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >a:after {
  content: "\f107 ";
  font-family: fontawesome;
  font-weight: normal;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 14px;
}
.rtl .header-style5 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >a:after {
  right: auto;
  left: 0;
}
.header-style5 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >a:before {
  position: absolute;
  right: -15px;
  top: 12px;
  content: "";
  width: 1px;
  height: 15px;
  background: #e1e1e1;
}
.rtl .header-style5 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >a:before {
  right: auto;
  left: -15px;
}
.header-style5 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >ul {
  position: absolute;
  left: 0;
  top: 110%;
  display: inline-block;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -o-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -ms-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.header-style5 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >ul li >a {
  color: #444;
  font-size: 13px;
  padding: 8px 20px;
  display: block;
  line-height: 1.4em;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.header-style5 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >ul li >a:hover,
.header-style5 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >ul li >a:focus,
.header-style5 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >ul li >a.active {
  color: #f99d1c;
}
.rtl .header-style5 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >ul {
  left: auto;
  right: 0;
}
.header-style5 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li:hover >a {
  color: #f99d1c;
}
.header-style5 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li:hover >ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-style5 .sw-paradise-header .sw_paradise_delivery {
  text-align: center;
  padding: 13px 0;
}
.header-style5 .sw-paradise-header .sw_paradise_delivery .main-delivery span {
  color: #545454;
  font-style: italic;
}
.header-style5 .sw-paradise-header .sw-paradise-account {
  padding: 0;
}
.header-style5 .sw-paradise-header .sw-paradise-account .sw_paradise_cart {
  position: relative;
}
.header-style5 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .top-minicart-icon {
  padding: 12px 0px;
}
.header-style5 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .top-minicart-icon a {
  display: block;
  border: 1px #ccc solid;
  border-width: 0 1px;
  padding: 0 10px;
}
.header-style5 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .top-minicart-icon a i {
  font-size: 16px;
  margin: 0 5px;
}
.header-style5 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .top-minicart-icon a span {
  display: inline-block;
  height: 19px;
  width: 19px;
  line-height: 19px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  border-radius: 50%;
  background-color: #f99d1c;
  position: absolute;
  top: 3px;
  right: 5px;
}
.header-style5 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .top-minicart-icon:before {
  display: none;
}
.header-style5 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .wrapp-minicart {
  background: #fff;
  z-index: 99;
  right: -29px;
}
.rtl .header-style5 .sw-paradise-header .sw-paradise-account .sw_paradise_cart .wrapp-minicart {
  right: auto;
  left: -29px;
}
.header-style5 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info {
  position: relative;
}
.header-style5 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info:before {
  content: '\f107';
  font-size: 14px;
  color: #545454;
  margin-left: 10px;
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  top: 15px;
}
.header-style5 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info i.fa {
  cursor: pointer;
  padding: 13px 18px 13px 16px;
  font-size: 16px;
  color: #545454;
}
.header-style5 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info i.fa:hover {
  color: #f99d1c;
}
.rtl .header-style5 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info i.fa {
  padding: 13px 16px 13px 1px;
}
.header-style5 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  position: absolute;
  right: 0;
  width: 150px;
  top: 45px;
  z-index: 99;
  visibility: hidden;
  background: #fff;
  box-shadow: 2px 2px 1px 0 #ccc;
  padding: 20px 5px 20px 30px;
  border: solid 1px #f3f3f3;
}
.rtl .header-style5 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right {
  right: auto;
  left: 0;
  padding: 20px 30px 20px 5px;
}
.header-style5 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .top-login ul li a:before {
  content: '\f023';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style5 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .top-login ul li a:before {
  display: none;
}
.rtl .header-style5 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .top-login ul li a:after {
  content: '\f023';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style5 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .div-logined ul li a:before {
  content: '\f13e';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style5 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .div-logined ul li a:before {
  display: none;
}
.rtl .header-style5 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .div-logined ul li a:after {
  content: '\f13e';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style5 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li {
  padding: 5px 0;
}
.header-style5 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-my-account a:before {
  content: '\f07a';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style5 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-my-account a:before {
  display: none;
}
.rtl .header-style5 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-my-account a:after {
  content: '\f07a';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style5 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-checkout a:before {
  content: '\f090';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style5 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-checkout a:before {
  display: none;
}
.rtl .header-style5 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-checkout a:after {
  content: '\f090';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style5 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-wishlist a:before {
  content: '\f08a';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style5 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-wishlist a:before {
  display: none;
}
.rtl .header-style5 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-wishlist a:after {
  content: '\f08a';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style5 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info:hover .sidebar-top-right {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.header-style5 .sw-paradise-header .sw-paradise-account .sw-paradise-wishlist a {
  display: block;
}
.header-style5 .sw-paradise-header .sw-paradise-account .sw-paradise-wishlist a i.fa {
  padding: 13px 15px;
}
.header-style5 .header-bottom {
  background: #fff;
}
.header-style5 .header-bottom .sw-paradise-logo {
  padding: 15px;
}
.header-style5 .header-bottom .sw-paradise-logo a {
  display: inline-block;
}
.header-style5 .header-bottom #main-menu {
  margin: 24px 0;
}
.header-style5 .header-bottom #main-menu #primary-menu {
  text-align: left;
}
.rtl .header-style5 .header-bottom #main-menu #primary-menu {
  text-align: right;
}
.header-style5 .header-bottom #main-menu #primary-menu .navbar-inverse {
  background: #fff;
}
.header-style5 .header-bottom #main-menu #primary-menu .navbar-inverse .nav-pills >li >a {
  color: #1c1c1c;
  padding: 17px 0;
  margin: 0 22px;
  position: relative;
}
.header-style5 .header-bottom #main-menu #primary-menu .navbar-inverse .nav-pills >li >a:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 15px;
  height: 3px;
  left: 50%;
  margin-left: -8px;
  bottom: 8px;
  opacity: 0;
  -webkit-transition: all 02.s;
  -moz-transition: all 02.s;
  -o-transition: all 02.s;
  -ms-transition: all 02.s;
  transition: all 02.s;
  background: url(../assets/img/default/icon-menu.png) repeat scroll 0 0;
}
.header-style5 .header-bottom #main-menu #primary-menu .navbar-inverse .nav-pills >li.active >a,
.header-style5 .header-bottom #main-menu #primary-menu .navbar-inverse .nav-pills >li:hover >a {
  color: #f99d1c;
}
.header-style5 .header-bottom #main-menu #primary-menu .navbar-inverse .nav-pills >li.active >a:before,
.header-style5 .header-bottom #main-menu #primary-menu .navbar-inverse .nav-pills >li:hover >a:before {
  opacity: 1;
}
.header-style5 .header-bottom #main-menu #primary-menu .navbar-inverse .nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu {
  box-shadow: 0px 0px 3px #666;
}
.header-style5 .header-bottom #main-menu .header-right-search {
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 45px;
  z-index: 9;
}
.rtl .header-style5 .header-bottom #main-menu .header-right-search {
  right: auto;
  left: 15px;
}
.header-style5 .header-bottom #main-menu .header-right-search .icon-search {
  text-align: right;
  cursor: pointer;
  padding: 0 0 0 3px;
  font-size: 16px;
}
.rtl .header-style5 .header-bottom #main-menu .header-right-search .icon-search {
  text-align: left;
}
.header-style5 .header-bottom #main-menu .header-right-search .icon-search i {
  color: #252525;
}
.header-style5 .header-bottom #main-menu .header-right-search .icon-search i:hover {
  color: #f99d1c;
}
.header-style5 .header-bottom #main-menu .header-right-search .top-form {
  line-height: 32px;
  margin-top: 10px;
  background: #fff;
  display: none;
}
.header-style5 .header-bottom #main-menu .header-right-search .top-form .topsearch-entry .form-search {
  border: 1px #e1e1e1 solid;
}
.header-style5 .header-bottom #main-menu .header-right-search .top-form .topsearch-entry .form-search .search-query {
  border: none;
  width: 325px;
  margin: 0;
  font-family: 'LoraItalic';
  font-size: 12px;
  line-height: 32px;
  height: 32px;
}
.header-style5 .header-bottom #main-menu .header-right-search .top-form .topsearch-entry .form-search button {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0 15px;
}
.header-style5 .header-bottom #main-menu .header-right-search .top-form .topsearch-entry .form-search button:after {
  content: '\f002';
  font-family: fontawesome;
  font-size: 13px;
  color: #2a2a2a;
}
.header-style5 .header-bottom #main-menu .header-right-search .top-form .topsearch-entry .form-search button:hover:after {
  color: #f99d1c;
}
.sw-latest-slider2 {
  margin: 40px 0 40px;
}
.sw-latest-slider2 .order-title .order-desc {
  color: #545454;
}
.sw-latest-slider2 .onsale {
  display: none;
}
.sw-latest-slider2 .slider .slick-list .item .item-wrap2:hover .item-detail {
  border: 0;
}
.sw-latest-slider2 .slider .slick-list .item .item-wrap2 .item-detail {
  border: 0;
}
.sw-latest-slider2 .slider .slick-list .item .item-wrap2 .item-detail .products-thumb {
  margin: 0;
}
.sw-latest-slider2 .slider .slick-list .item .item-wrap2 .item-detail .item-content .reviews-content {
  display: none;
}
.sw-latest-slider2 .slider .slick-list .item .item-wrap2 .item-detail .item-content h4 {
  margin: 20px 0 20px 0;
}
.sw-latest-slider2 .slider .slick-list .item .item-wrap2 .item-detail .item-content h4 a {
  font-size: 16px;
}
.sw-latest-slider2 .slider .slick-list .item .item-wrap2 .item-detail .item-content h4 a:after {
  bottom: -10px;
}
.blocktext-home6 {
  text-align: center;
  color: #fff;
  padding: 30px 0 23px;
}
.blocktext-home6 .wrap-content h3 {
  font-size: 24px;
  font-family: 'LoraItalic';
  margin-bottom: 20px;
}
.blocktext-home6 .wrap-content h2 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 40px;
}
.blocktext-home6 .wrap-content .read-more {
  display: inline-block;
  height: 35px;
  font-size: 14px;
  font-family: 'BitterRegular';
  color: #fff;
  padding: 0 23px;
  line-height: 35px;
  border: 1px solid #fff;
}
.blocktext-home6 .wrap-content .read-more:hover {
  color: #f99d1c;
}
.sw-latest-product,
.sw-best-seller-product,
.sw-featured-product-slider {
  position: relative;
  margin: 25px 0 50px;
}
.sw-latest-product .box-slider-title h2,
.sw-best-seller-product .box-slider-title h2,
.sw-featured-product-slider .box-slider-title h2 {
  font-size: 24px;
  color: #1c1c1c;
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
}
.sw-latest-product .customNavigation,
.sw-best-seller-product .customNavigation,
.sw-featured-product-slider .customNavigation {
  position: absolute;
  top: 14px;
  right: 0;
}
.rtl .sw-latest-product .customNavigation,
.rtl .sw-best-seller-product .customNavigation,
.rtl .sw-featured-product-slider .customNavigation {
  left: 0;
  right: auto;
}
.sw-latest-product .customNavigation > a,
.sw-best-seller-product .customNavigation > a,
.sw-featured-product-slider .customNavigation > a {
  font-size: 24px;
  color: #1c1c1c;
  margin: 0 3px;
}
.rtl .sw-latest-product .customNavigation > a.fa-angle-left:before,
.rtl .sw-best-seller-product .customNavigation > a.fa-angle-left:before,
.rtl .sw-featured-product-slider .customNavigation > a.fa-angle-left:before {
  content: '\f105';
}
.rtl .sw-latest-product .customNavigation > a.fa-angle-right:before,
.rtl .sw-best-seller-product .customNavigation > a.fa-angle-right:before,
.rtl .sw-featured-product-slider .customNavigation > a.fa-angle-right:before {
  content: '\f104';
}
.sw-latest-product .customNavigation > a:hover,
.sw-best-seller-product .customNavigation > a:hover,
.sw-featured-product-slider .customNavigation > a:hover {
  color: #f99d1c;
}
.sw-latest-product .carousel-inner .item .item-wrap,
.sw-best-seller-product .carousel-inner .item .item-wrap,
.sw-featured-product-slider .carousel-inner .item .item-wrap {
  overflow: hidden;
  margin-bottom: 10px;
}
.sw-latest-product .carousel-inner .item .item-wrap:hover .item-img,
.sw-best-seller-product .carousel-inner .item .item-wrap:hover .item-img,
.sw-featured-product-slider .carousel-inner .item .item-wrap:hover .item-img {
  border: 1px solid #f99d1c;
}
.sw-latest-product .carousel-inner .item .item-wrap .item-img,
.sw-best-seller-product .carousel-inner .item .item-wrap .item-img,
.sw-featured-product-slider .carousel-inner .item .item-wrap .item-img {
  float: left;
  width: 120px;
  margin-right: 20px;
  border: 1px solid transparent;
}
.rtl .sw-latest-product .carousel-inner .item .item-wrap .item-img,
.rtl .sw-best-seller-product .carousel-inner .item .item-wrap .item-img,
.rtl .sw-featured-product-slider .carousel-inner .item .item-wrap .item-img {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.sw-latest-product .carousel-inner .item .item-wrap .item-content,
.sw-best-seller-product .carousel-inner .item .item-wrap .item-content,
.sw-featured-product-slider .carousel-inner .item .item-wrap .item-content {
  text-align: left;
  padding: 20px 0 0;
}
.rtl .sw-latest-product .carousel-inner .item .item-wrap .item-content,
.rtl .sw-best-seller-product .carousel-inner .item .item-wrap .item-content,
.rtl .sw-featured-product-slider .carousel-inner .item .item-wrap .item-content {
  text-align: right;
}
.sw-latest-product .carousel-inner .item .item-wrap .item-content div.star,
.sw-best-seller-product .carousel-inner .item .item-wrap .item-content div.star,
.sw-featured-product-slider .carousel-inner .item .item-wrap .item-content div.star {
  margin-bottom: 10px;
}
.sw-latest-product .carousel-inner .item .item-wrap .item-content h4 a,
.sw-best-seller-product .carousel-inner .item .item-wrap .item-content h4 a,
.sw-featured-product-slider .carousel-inner .item .item-wrap .item-content h4 a {
  font-size: 16px;
  color: #262e31;
  text-transform: capitalize;
}
.sw-latest-product .carousel-inner .item .item-wrap .item-content h4 a:hover,
.sw-best-seller-product .carousel-inner .item .item-wrap .item-content h4 a:hover,
.sw-featured-product-slider .carousel-inner .item .item-wrap .item-content h4 a:hover {
  color: #f99d1c;
}
.sw-latest-product .carousel-inner .item .item-wrap .item-content .item-price,
.sw-best-seller-product .carousel-inner .item .item-wrap .item-content .item-price,
.sw-featured-product-slider .carousel-inner .item .item-wrap .item-content .item-price {
  color: #1b1b1b;
}
.sw-latest-product .carousel-inner .item .item-wrap .item-content .item-price ins,
.sw-best-seller-product .carousel-inner .item .item-wrap .item-content .item-price ins,
.sw-featured-product-slider .carousel-inner .item .item-wrap .item-content .item-price ins {
  margin: 0;
}
.sw-latest-product .carousel-inner .item .item-wrap .item-content .item-price ins span,
.sw-best-seller-product .carousel-inner .item .item-wrap .item-content .item-price ins span,
.sw-featured-product-slider .carousel-inner .item .item-wrap .item-content .item-price ins span {
  font-size: 18px;
  color: #1b1b1b;
}
.sw-latest-product .carousel-inner .item .item-wrap .item-content .item-price del,
.sw-best-seller-product .carousel-inner .item .item-wrap .item-content .item-price del,
.sw-featured-product-slider .carousel-inner .item .item-wrap .item-content .item-price del {
  text-decoration: line-through;
  margin: 0 10px;
}
.sw-latest-product .carousel-inner .item .item-wrap .item-content .item-price del span,
.sw-best-seller-product .carousel-inner .item .item-wrap .item-content .item-price del span,
.sw-featured-product-slider .carousel-inner .item .item-wrap .item-content .item-price del span {
  font-size: 15px;
  color: #989898;
}
.news-letter-index6 {
  position: relative;
  margin-bottom: -55px;
}
.news-letter-home6 {
  text-align: center;
}
.news-letter-home6 .wrap-content {
  overflow: hidden;
  min-width: 830px;
  display: inline-block;
  background-color: #f99d1c;
  padding: 33px 85px 33px 50px;
}
.news-letter-home6 .wrap-content h2 {
  float: left;
  font-size: 24px;
  color: #fff;
  font-family: 'LoraItalic';
  line-height: 45px;
  margin-right: 30px;
  margin-bottom: 0;
}
.rtl .news-letter-home6 .wrap-content h2 {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}
.news-letter-home6 .wrap-content .mc4wp-form {
  overflow: hidden;
}
.news-letter-home6 .wrap-content .mc4wp-form h3 {
  display: none;
}
.news-letter-home6 .wrap-content .mc4wp-form ::-webkit-input-placeholder {
  color: #fff;
}
.news-letter-home6 .wrap-content .mc4wp-form .frm-email {
  border: 1px solid rgba(255,255,255,0.5);
  min-width: 330px;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  font-size: 13px;
  height: 45px;
  padding: 0 20px;
  float: left;
  margin-right: 5px;
  margin-bottom: 0;
}
.rtl .news-letter-home6 .wrap-content .mc4wp-form .frm-email {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.news-letter-home6 .wrap-content .mc4wp-form button.frm-submit {
  color: #fff;
  padding: 0 30px;
  height: 45px;
  background-color: #2a2a2a;
  line-height: 45px;
  border-radius: 0;
  border: 0;
  float: left;
  font-family: 'BitterRegular';
}
.rtl .news-letter-home6 .wrap-content .mc4wp-form button.frm-submit {
  float: right;
}
.news-letter-home6 .wrap-content .mc4wp-form button.frm-submit:before {
  font-family: 'FontAwesome';
  content: '\f003';
  margin-right: 10px;
}
.news-letter-home6 .wrap-content .mc4wp-form button.frm-submit:hover {
  color: #f99d1c;
}
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped {
  background: #f0f0f0 url('../assets/img/icon_cart2.png') center center no-repeat !important;
}
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover,
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:hover,
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:hover {
  background: #f99d1c url('../assets/img/icon_cart2-hover.png') center center no-repeat !important;
}
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading:before,
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.loading:before,
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.loading:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added,
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.added,
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.added,
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.added {
  background: #f99d1c url('../assets/img/icon_cart2-hover.png') center center no-repeat !important;
}
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a,
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .group.fancybox {
  background-color: #f0f0f0;
}
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:before,
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .group.fancybox:before {
  color: #545454;
}
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:hover,
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .group.fancybox:hover {
  background-color: #f99d1c;
}
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:hover:before,
.page-template-page-home6 .item .item-wrap2 .item-detail .item-content .item-bottom .group.fancybox:hover:before {
  color: #fff;
}
.page-template-page-home6 .wpb_single_image .vc_figure a {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-template-page-home6 .wpb_single_image .vc_figure a img {
  opacity: 1;
}
.page-template-page-home6 .wpb_single_image .vc_figure a:before {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  background: rgba(255,255,255,0.13);
  background: linear-gradient(to right,rgba(255,255,255,0.13) 0%,rgba(255,255,255,0.13) 77%,rgba(255,255,255,0.5) 92%,rgba(255,255,255,0) 100%);
}
.page-template-page-home6 .wpb_single_image .vc_figure a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  top: -40%;
  left: -40%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.page-template-page-home6 .wpb_single_image {
  margin-bottom: 26px;
}
.page-template-page-home6 .ya-blog-theme1 {
  border: 0;
  padding-bottom: 50px;
}
.page-template-page-home6 .ya-blog-theme1 .box-slider-title h2 {
  margin-bottom: 0;
  padding: 27px 0 10px;
}
.page-template-page-home6 .ya-blog-theme1 .box-slider-title h2:before,
.page-template-page-home6 .ya-blog-theme1 .box-slider-title h2:after {
  content: '';
  margin: 0;
}
.page-template-page-home6 .ya-blog-theme1 .description-header {
  text-align: center;
  font-size: 14px;
  color: #545454;
  font-style: italic;
  margin-bottom: 40px;
}
.page-template-page-home6 .ya-blog-theme1 .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date {
  left: 20px;
  right: auto;
}
.page-template-page-home6 .ya-blog-theme1 .resp-slider-container .slick-slider .item .item-inner .entry-content {
  padding: 17px 5px;
}
.page-template-page-home6 .ya-blog-theme1 .resp-slider-container .slick-slider .item .item-inner .entry-content .description {
  margin-bottom: 24px;
}
.page-template-page-home6 .ya-blog-theme1 .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a {
  color: #f99d1c;
}
.page-template-page-home6 .ya-blog-theme1 .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a:hover {
  opacity: 0.85;
}
.page-template-page-home6.rtl .ya-blog-theme1 .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date {
  right: 20px;
  left: auto;
}
.footer.default.style1 {
  background: url('../assets/img/bg-footer1.jpg');
  padding: 115px 0 0;
  background-size: cover;
}
.footer.default.style1 .footer-menu h2.widgettitle {
  color: #fff;
}
.footer.default.style1 .footer-menu ul.menu li a {
  color: #b1b1b1;
}
.footer.default.style1 .footer-menu ul.menu li a:hover {
  color: #f99d1c;
}
.footer.default.style1 .footer-menu .footer-style1-about {
  color: #b1b1b1;
}
.footer.default.style1 .footer-menu .footer-style1-about p {
  line-height: 22px;
}
.footer.default.style1 .footer-menu .footer-style1-about .menu-social {
  margin: 0;
  list-style: none;
}
.footer.default.style1 .footer-menu .footer-style1-about .menu-social > li {
  float: left;
}
.rtl .footer.default.style1 .footer-menu .footer-style1-about .menu-social > li {
  float: right;
}
.rtl .footer.default.style1 .footer-menu .footer-style1-about .menu-social > li > a {
  margin-left: 20px;
  margin-right: 0;
}
.footer.default.style1 .footer-menu .footer-style1-about .menu-social > li > a {
  display: inline-block;
  font-size: 20px;
  color: #898989;
  margin-right: 20px;
}
.footer.default.style1 .footer-menu .footer-style1-about .menu-social > li > a:hover {
  color: #f99d1c;
}
.footer.default.style1 .footer-menu .about-store > ul > li {
  color: #b1b1b1;
}
.footer.default.style1 .footer-menu .about-store > ul > li > a {
  color: #b1b1b1;
}
.footer.default.style1 .footer-menu .about-store > ul > li > a:hover {
  color: #f99d1c;
}
.footer.default.style1 .footer-style1-coppyright {
  margin-top: 30px;
}
.footer.default.style1 .footer-style1-coppyright .wpb_content_element {
  margin-bottom: 0;
}
.footer.default.style1 .footer-style1-coppyright .wpb_content_element > .wpb_wrapper {
  border-top: 1px solid rgba(255,255,255,0.18);
}
.footer.default.style1 .footer-style1-coppyright .copyright {
  padding: 21px 0;
  color: #b1b1b1;
}
.footer.default.style1 .footer-style1-coppyright .copyright a {
  color: #b1b1b1;
}
.footer.default.style1 .footer-style1-coppyright .copyright a:hover {
  color: #f99d1c;
}
.footer.default.style1 .footer-style1-coppyright .footer-paypal {
  padding: 21px 0;
  text-align: right;
}
.rtl .footer.default.style1 .footer-style1-coppyright .footer-paypal {
  text-align: left;
}
.footer.default.style1 .footer-style1-coppyright .footer-paypal > a {
  display: inline-block;
}
@media (min-width: 1366px) and (max-width: 1920px) {
  .page-template-page-home6 {
    background: url(../assets/img/bg-box.jpg) repeat center center;
  }
  .page-template-page-home6 .body-wrapper {
    max-width: 1230px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 13px rgba(0,0,0,0.13);
  }
}
@media (max-width: 991px) {
  .news-letter-home6 .wrap-content {
    min-width: 710px;
    padding: 33px 20px;
  }
  .news-letter-home6 .wrap-content .mc4wp-form button.frm-submit {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .page-template-page-home6  .wpb_single_image {
    display: none;
  }
  .news-letter-index6 {
    margin-bottom: 30px;
  }
  .news-letter-home6 .wrap-content {
    min-width: 100%;
  }
  .news-letter-home6 .wrap-content h2 {
    float: none;
    margin: 0;
  }
  .news-letter-home6 .wrap-content .mc4wp-form {
    display: inline-block;
  }
  .footer-style1-coppyright {
    text-align: center;
  }
  .footer-style1-coppyright .copyright {
    float: none;
  }
  .footer-style1-coppyright .footer-paypal {
    float: none;
    text-align: center;
    padding: 0 0 10px;
  }
  .rtl .footer-style1-coppyright .footer-paypal {
    text-align: center !important;
  }
  .footer.default.style1 .footer-style1-coppyright .footer-paypal {
    padding: 0 0 10px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .news-letter-home6 .wrap-content .mc4wp-form .frm-email {
    min-width: 190px;
  }
}
@media (max-width: 360px) {
  .news-letter-home6 .wrap-content .mc4wp-form {
    text-align: center;
  }
  .news-letter-home6 .wrap-content .mc4wp-form .frm-email {
    width: 100%;
    margin-bottom: 10px;
  }
  .news-letter-home6 .wrap-content .mc4wp-form button.frm-submit {
    display: inline-block;
    float: none;
  }
  .rtl .news-letter-home6 .wrap-content .mc4wp-form button.frm-submit {
    float: none;
  }
}
.header-style6 .sticky-menu .header-bottom #main-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  background-color: #252525;
}
.header-style6 .sticky-menu .header-bottom #main-menu .container {
  position: relative;
}
.header-style6 .sticky-menu .header-bottom #main-menu .container .sw-paradise-center.sticky-cart {
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 1;
  height: auto;
  visibility: visible;
}
.rtl .header-style6 .sticky-menu .header-bottom #main-menu .container .sw-paradise-center.sticky-cart {
  left: 0;
  right: auto;
}
.header-style6 .sticky-menu .header-bottom #main-menu .container .sw-paradise-center.sticky-cart .sw-paradise-right {
  padding: 9px 0px;
}
.header-style6 .sticky-menu .header-bottom #main-menu .container .sw-paradise-center.sticky-cart .sw-paradise-right .sw_paradise_cart .top-form.top-form-minicart .top-minicart-icon a {
  background: url(../assets/img/cart-home7-sticky.png) no-repeat left center;
}
.rtl .header-style6 .sticky-menu .header-bottom #main-menu .container .sw-paradise-center.sticky-cart .sw-paradise-right .sw_paradise_cart .top-form.top-form-minicart .top-minicart-icon a {
  background-position: right center;
}
.header-style6 .sticky-menu .header-bottom #main-menu .container .sw-paradise-center.sticky-search {
  position: absolute;
  top: 10px;
  left: 0;
  opacity: 1;
  height: auto;
  visibility: visible;
}
.rtl .header-style6 .sticky-menu .header-bottom #main-menu .container .sw-paradise-center.sticky-search {
  right: 0;
  left: auto;
}
.header-style6 .sticky-menu .header-bottom #main-menu .container .sw-paradise-center.sticky-search .sw-paradise-left {
  padding: 0;
}
.header-style6 .sticky-menu .header-bottom #main-menu .container .sw-paradise-center.sticky-search .sw-paradise-left .header-right-search .icon-search i {
  color: #fff;
}
.header-style6 .sw-paradise-header {
  background: #f99d1c;
  padding: 0;
  height: 40px;
  text-align: center;
  position: relative;
}
.header-style6 .sw-paradise-header .hide-header {
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 30px;
  top: 10px;
  cursor: pointer;
  background: url(../assets/img/icon-hidden.png) repeat center center;
}
.header-style6 .sw-paradise-header .sw_paradise_sale {
  font-size: 12px;
  color: #3a3a3a;
  line-height: 20px;
  padding: 10px 30px;
  text-transform: uppercase;
}
.header-style6 .currency_w >li {
  position: relative;
  z-index: 10;
}
.header-style6 .currency_w >li >a {
  padding: 14px 20px 13px 0;
  display: block;
  font-size: 12px;
  position: relative;
}
.rtl .header-style6 .currency_w >li >a {
  padding: 14px 0 13px 20px;
}
.header-style6 .currency_w >li >a:after {
  content: "\f107 ";
  font-family: fontawesome;
  font-weight: normal;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 14px;
}
.rtl .header-style6 .currency_w >li >a:after {
  right: auto;
  left: 0;
}
.header-style6 .currency_w >li >ul {
  position: absolute;
  left: 0;
  top: 110%;
  display: inline-block;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -o-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -ms-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.header-style6 .currency_w >li >ul li >a {
  color: #444;
  font-size: 13px;
  padding: 8px 20px;
  display: block;
  line-height: 1.4em;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.header-style6 .currency_w >li >ul li >a:hover,
.header-style6 .currency_w >li >ul li >a:focus,
.header-style6 .currency_w >li >ul li >a.active {
  color: #f99d1c;
}
.rtl .header-style6 .currency_w >li >ul {
  left: auto;
  right: 0;
}
.header-style6 .currency_w >li:hover >a {
  color: #f99d1c;
}
.header-style6 .currency_w >li:hover >ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-style6 .sw-paradise-center .sw-paradise-left {
  padding: 32px 15px;
}
.header-style6 .sw-paradise-center .sw-paradise-left .header-right-search {
  position: relative;
  z-index: 9;
}
.header-style6 .sw-paradise-center .sw-paradise-left .header-right-search .icon-search {
  text-align: right;
  cursor: pointer;
  margin-right: 25px;
  line-height: 40px;
}
.header-style6 .sw-paradise-center .sw-paradise-left .header-right-search .icon-search i {
  color: #3a3a3a;
}
.header-style6 .sw-paradise-center .sw-paradise-left .header-right-search .icon-search i:hover {
  color: #f99d1c;
}
.rtl .header-style6 .sw-paradise-center .sw-paradise-left .header-right-search .icon-search {
  text-align: left;
  margin-left: 25px;
  margin-right: 0;
}
.header-style6 .sw-paradise-center .sw-paradise-left .header-right-search .top-form {
  line-height: 32px;
  margin-top: 10px;
  background: #fff;
  display: none;
  position: absolute;
  top: 29px;
  left: 0;
  z-index: 999;
}
.rtl .header-style6 .sw-paradise-center .sw-paradise-left .header-right-search .top-form {
  right: 0;
  left: auto;
}
.header-style6 .sw-paradise-center .sw-paradise-left .header-right-search .top-form .topsearch-entry .form-search {
  border: 1px #e1e1e1 solid;
}
.header-style6 .sw-paradise-center .sw-paradise-left .header-right-search .top-form .topsearch-entry .form-search .search-query {
  border: none;
  width: 325px;
  margin: 0;
  font-family: 'LoraItalic';
  font-size: 12px;
  line-height: 32px;
  height: 32px;
}
.header-style6 .sw-paradise-center .sw-paradise-left .header-right-search .top-form .topsearch-entry .form-search button {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0 10px;
}
.rtl .header-style6 .sw-paradise-center .sw-paradise-left .header-right-search .top-form .topsearch-entry .form-search button {
  left: 0;
  right: auto;
}
.header-style6 .sw-paradise-center .sw-paradise-left .header-right-search .top-form .topsearch-entry .form-search button:after {
  content: '\f002';
  font-family: fontawesome;
  font-size: 13px;
  color: #2a2a2a;
}
.header-style6 .sw-paradise-center .sw-paradise-left .header-right-search .top-form .topsearch-entry .form-search button:hover:after {
  color: #f99d1c;
}
.header-style6 .sw-paradise-center .sw-paradise-left .sw-paradise-account-info {
  position: relative;
}
.header-style6 .sw-paradise-center .sw-paradise-left .sw-paradise-account-info i.fa {
  cursor: pointer;
  padding: 12px 10px 10px;
  margin-right: 10px;
  font-size: 16px;
  color: #545454;
}
.rtl .header-style6 .sw-paradise-center .sw-paradise-left .sw-paradise-account-info i.fa {
  margin-left: 10px;
  margin-right: 0;
}
.header-style6 .sw-paradise-center .sw-paradise-left .sw-paradise-account-info i.fa:hover {
  color: #f99d1c;
}
.header-style6 .sw-paradise-center .sw-paradise-left .sw-paradise-account-info .sidebar-top-right {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  position: absolute;
  left: 0;
  width: 150px;
  top: 45px;
  z-index: 99;
  visibility: hidden;
  background: #fff;
  box-shadow: 2px 2px 1px 0 #ccc;
  padding: 20px 5px 20px 30px;
  border: solid 1px #f3f3f3;
}
.rtl .header-style6 .sw-paradise-center .sw-paradise-left .sw-paradise-account-info .sidebar-top-right {
  right: 0;
  left: auto;
  padding: 20px 30px 20px 5px;
}
.header-style6 .sw-paradise-center .sw-paradise-left .sw-paradise-account-info .sidebar-top-right .widget-inner .top-login ul li a:before {
  content: '\f023';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style6 .sw-paradise-center .sw-paradise-left .sw-paradise-account-info .sidebar-top-right .widget-inner .top-login ul li a:before {
  display: none;
}
.rtl .header-style6 .sw-paradise-center .sw-paradise-left .sw-paradise-account-info .sidebar-top-right .widget-inner .top-login ul li a:after {
  content: '\f023';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style6 .sw-paradise-center .sw-paradise-left .sw-paradise-account-info .sidebar-top-right .widget-inner .div-logined ul li a:before {
  content: '\f13e';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style6 .sw-paradise-center .sw-paradise-left .sw-paradise-account-info .sidebar-top-right .widget-inner .div-logined ul li a:before {
  display: none;
}
.rtl .header-style6 .sw-paradise-center .sw-paradise-left .sw-paradise-account-info .sidebar-top-right .widget-inner .div-logined ul li a:after {
  content: '\f13e';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style6 .sw-paradise-center .sw-paradise-left .sw-paradise-account-info .sidebar-top-right .widget-inner ul li {
  padding: 5px 0;
}
.header-style6 .sw-paradise-center .sw-paradise-left .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-my-account a:before {
  content: '\f07a';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style6 .sw-paradise-center .sw-paradise-left .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-my-account a:before {
  display: none;
}
.rtl .header-style6 .sw-paradise-center .sw-paradise-left .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-my-account a:after {
  content: '\f07a';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style6 .sw-paradise-center .sw-paradise-left .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-checkout a:before {
  content: '\f090';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style6 .sw-paradise-center .sw-paradise-left .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-checkout a:before {
  display: none;
}
.rtl .header-style6 .sw-paradise-center .sw-paradise-left .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-checkout a:after {
  content: '\f090';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style6 .sw-paradise-center .sw-paradise-left .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-wishlist a:before {
  content: '\f08a';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style6 .sw-paradise-center .sw-paradise-left .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-wishlist a:before {
  display: none;
}
.rtl .header-style6 .sw-paradise-center .sw-paradise-left .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-wishlist a:after {
  content: '\f08a';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style6 .sw-paradise-center .sw-paradise-left .sw-paradise-account-info:hover .sidebar-top-right {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.header-style6 .sw-paradise-center .sw-paradise-logo {
  text-align: center;
  padding: 16px 0 20px;
}
.header-style6 .sw-paradise-center .sw-paradise-logo > a {
  display: inline-block;
}
.header-style6 .sw-paradise-center .sw-paradise-right {
  padding: 40px 15px;
}
.header-style6 .sw-paradise-center .sw-paradise-right .sw_paradise_phone {
  margin-right: 50px;
}
.rtl .header-style6 .sw-paradise-center .sw-paradise-right .sw_paradise_phone {
  margin-right: 0;
  margin-left: 50px;
}
.rtl .header-style6 .sw-paradise-center .sw-paradise-right .sw_paradise_phone .main-phone i {
  margin-left: 10px;
  margin-right: 0;
}
.header-style6 .sw-paradise-center .sw-paradise-right .sw_paradise_phone .main-phone {
  font-size: 15px;
  color: #242424;
}
.header-style6 .sw-paradise-center .sw-paradise-right .sw_paradise_phone .main-phone i {
  font-size: 24px;
  margin-right: 10px;
}
.header-style6 .sw-paradise-center .sw-paradise-right .sw_paradise_cart .top-form.top-form-minicart {
  position: relative;
}
.header-style6 .sw-paradise-center .sw-paradise-right .sw_paradise_cart .top-form.top-form-minicart .top-minicart-icon:before {
  bottom: -25px;
}
.header-style6 .sw-paradise-center .sw-paradise-right .sw_paradise_cart .top-form.top-form-minicart .top-minicart-icon a {
  background: url("../assets/img/cart-home7.png") no-repeat left center;
  width: 53px;
  height: 21px;
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.rtl .header-style6 .sw-paradise-center .sw-paradise-right .sw_paradise_cart .top-form.top-form-minicart .top-minicart-icon a {
  background-position: right center;
}
.rtl .header-style6 .sw-paradise-center .sw-paradise-right .sw_paradise_cart .top-form.top-form-minicart .top-minicart-icon a .minicart-number {
  left: 0;
  right: auto;
}
.header-style6 .sw-paradise-center .sw-paradise-right .sw_paradise_cart .top-form.top-form-minicart .top-minicart-icon a i {
  display: none;
}
.header-style6 .sw-paradise-center .sw-paradise-right .sw_paradise_cart .top-form.top-form-minicart .top-minicart-icon a .minicart-number {
  width: 22px;
  height: 22px;
  background-color: #f99d1c;
  color: #fff;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.header-style6 .sw-paradise-center .sw-paradise-right .sw_paradise_cart .top-form.top-form-minicart .wrapp-minicart {
  z-index: 999;
  top: 50px;
}
.header-style6 .header-bottom {
  background: #252525;
}
.header-style6 .header-bottom .sw-paradise-center.sticky-search,
.header-style6 .header-bottom .sw-paradise-center.sticky-cart {
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.header-style6 .header-bottom .navbar-inverse {
  background: #252525;
}
.header-style6 .header-bottom .nav-pills >li >a {
  color: #fff;
  padding: 22px 30px;
}
.header-style6 .header-bottom .nav-pills >li >a:hover {
  color: #f99d1c;
}
.header-style6 .header-bottom .nav-pills >li.active > a {
  color: #f99d1c;
}
.page-template-page-home7 .rev_slider_wrapper .rev_slider .tparrows.metis {
  border-radius: 50%;
}
.page-template-page-home7 .rev_slider_wrapper .rev_slider .tparrows.metis:before {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.page-template-page-home7 .wpb_single_image .vc_figure a {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-template-page-home7 .wpb_single_image .vc_figure a img {
  opacity: 1;
}
.page-template-page-home7 .wpb_single_image .vc_figure a:before {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  background: rgba(255,255,255,0.13);
  background: linear-gradient(to right,rgba(255,255,255,0.13) 0%,rgba(255,255,255,0.13) 77%,rgba(255,255,255,0.5) 92%,rgba(255,255,255,0) 100%);
}
.page-template-page-home7 .wpb_single_image .vc_figure a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  top: -40%;
  left: -40%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.page-template-page-home7 .ya-blog-theme1 {
  border: 0;
}
.page-template-page-home7 .ya-blog-theme1 .box-slider-title {
  margin-bottom: 0 0 15px;
}
.page-template-page-home7 .ya-blog-theme1 .box-slider-title h2 {
  padding: 20px 0 5px;
  margin-bottom: 0;
}
.page-template-page-home7 .ya-blog-theme1 .description-header {
  margin-bottom: 35px;
  text-align: center;
}
.page-template-page-home7 .ya-blog-theme1 .resp-slider-container .slick-slider .item .item-inner .entry-content {
  padding-top: 17px;
}
.page-template-page-home7 .ya-blog-theme1 .resp-slider-container .slick-slider .item .item-inner .entry-content .description {
  margin-bottom: 20px;
}
.page-template-page-home7 .ya-blog-theme1 .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a {
  color: #f99d1c;
}
.page-template-page-home7 .ya-blog-theme1 .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a:hover {
  opacity: 0.8;
}
.page-template-page-home7 .sw-woo-container-slider {
  margin: 40px 0 50px;
}
.page-template-page-home7 .sw-woo-container-slider .order-title h2 {
  display: inline-block;
  position: relative;
  font-size: 35px;
  color: #252525;
}
.page-template-page-home7 .sw-woo-container-slider .order-title h2:before {
  content: '+';
  font-size: 26px;
  color: #f99d1c;
  margin-right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}
.rtl .page-template-page-home7 .sw-woo-container-slider .order-title h2:before {
  margin-right: 0;
  margin-left: 20px;
}
.page-template-page-home7 .sw-woo-container-slider .order-title h2:after {
  content: '+';
  font-size: 26px;
  color: #f99d1c;
  margin-left: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}
.rtl .page-template-page-home7 .sw-woo-container-slider .order-title h2:after {
  margin-left: 0;
  margin-right: 20px;
}
.page-template-page-home7 .sw-woo-container-slider .order-desc {
  margin: 10px 0 35px 0;
  font-size: 16px;
  color: #666;
}
.page-template-page-home7 .sw-woo-container-slider .res-button {
  width: 60px;
  height: 60px;
  background-color: #fff;
  line-height: 60px;
}
.page-template-page-home7 .sw-woo-container-slider .res-button:before {
  font-size: 30px;
  color: #575757;
}
.page-template-page-home7 .sw-woo-container-slider .res-button:hover {
  background-color: rgba(255,255,255,0.49);
}
.page-template-page-home7 .sw-woo-container-slider .res-button:hover:before {
  color: #a6a6a6;
}
.page-template-page-home7 .sw-woo-container-slider .res-button.slick-prev {
  left: -80px;
  right: auto;
}
.page-template-page-home7 .sw-woo-container-slider .res-button.slick-next {
  right: -80px;
  left: auto;
}
.page-template-page-home7 .sw-woo-container-slider .resp-slider-container .slider .item .item-wrap2 {
  background-color: transparent;
}
.page-template-page-home7 .sw-woo-container-slider .resp-slider-container .slider .item .item-wrap2 .item-detail {
  border: 0;
}
.page-template-page-home7 .sw-woo-container-slider .resp-slider-container .slider .item .item-wrap2 .item-detail:hover {
  border: 0;
}
.page-template-page-home7 .sw-woo-container-slider .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb {
  margin: 0;
}
.page-template-page-home7 .sw-woo-container-slider .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .onsale {
  display: none;
}
.page-template-page-home7 .sw-woo-container-slider .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom {
  top: -60px;
}
.page-template-page-home7 .sw-woo-container-slider .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.page-template-page-home7 .sw-woo-container-slider .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,
.page-template-page-home7 .sw-woo-container-slider .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,
.page-template-page-home7 .sw-woo-container-slider .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped {
  background: #ffb752 url('../assets/img/icon_cart2-hover.png') center center no-repeat !important;
}
.page-template-page-home7 .sw-woo-container-slider .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover,
.page-template-page-home7 .sw-woo-container-slider .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.page-template-page-home7 .sw-woo-container-slider .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:hover,
.page-template-page-home7 .sw-woo-container-slider .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:hover {
  background: #f99d1c url('../assets/img/icon_cart2-hover.png') center center no-repeat !important;
}
.page-template-page-home7 .sw-woo-container-slider .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading:before,
.page-template-page-home7 .sw-woo-container-slider .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,
.page-template-page-home7 .sw-woo-container-slider .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.loading:before,
.page-template-page-home7 .sw-woo-container-slider .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.loading:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.page-template-page-home7 .sw-woo-container-slider .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added,
.page-template-page-home7 .sw-woo-container-slider .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.added,
.page-template-page-home7 .sw-woo-container-slider .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.added,
.page-template-page-home7 .sw-woo-container-slider .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.added {
  background: #f99d1c url('../assets/img/icon_cart2-hover.png') center center no-repeat !important;
}
.page-template-page-home7 .sw-woo-container-slider .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content h4 a:after {
  background-color: #d5bdbd;
}
.page-template-page-home7.rtl .sw-woo-container-slider .order-title h2:before {
  margin-left: 20px;
  margin-right: 0;
}
.page-template-page-home7.rtl .sw-woo-container-slider .order-title h2:after {
  margin-right: 20px;
  margin-left: 0;
}
.block-content-7 {
  margin: 45px 0 25px;
}
.home7-service {
  margin: 38px 0 55px;
}
.home7-service .wrap-content {
  overflow: hidden;
}
.home7-service .wrap-content .item {
  text-align: center;
}
.home7-service .wrap-content .item.free-delivery h3::before {
  background-color: #edacac;
}
.home7-service .wrap-content .item.delivery-american h3::before {
  background-color: #acdaed;
}
.home7-service .wrap-content .item.by-gift h3::before {
  background-color: #ede3ac;
}
.home7-service .wrap-content .item h3 {
  font-family: 'BitterRegular';
  color: #2c2c2c;
  font-weight: bold;
  position: relative;
  font-size: 22px;
  margin-bottom: 20px;
  padding: 20px 0;
}
.home7-service .wrap-content .item h3:before {
  content: '';
  width: 50px;
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -25px;
}
.home7-service .wrap-content .item .des {
  font-family: 'LoraItalic';
  font-size: 15px;
  color: #1a1a1a;
}
.banner-home7 .wpb_single_image {
  margin-bottom: 80px;
}
.blocktext-index7 {
  background-color: #f2e4d3;
  padding: 15px;
}
.blocktext-index7 .wrap-content {
  text-align: center;
  color: #443019;
  border: 2px solid #fff;
}
.blocktext-index7 .wrap-content h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'LoraRegular';
  margin-top: 47px;
}
.blocktext-index7 .wrap-content h2 {
  font-weight: bold;
  font-style: italic;
  font-size: 40px;
  margin: 30px 0;
}
.blocktext-index7 .wrap-content h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'BitterRegular';
}
.blocktext-index7 .wrap-content .des {
  font-size: 16px;
  color: #443019;
  margin: 30px 0;
}
.blocktext-index7 .wrap-content a {
  font-size: 12px;
  color: #443019;
  text-transform: capitalize;
  margin-bottom: 40px;
  display: inline-block;
}
.blocktext-index7 .wrap-content a i {
  margin-left: 10px;
}
.blocktext-index7 .wrap-content a:hover {
  color: #f99d1c;
}
.footer.default.style2 {
  padding: 0;
  background-color: transparent;
}
.footer.default.style2 .news-letter-layout7 {
  background-color: #f99d1c;
  padding: 18px 0 15px;
}
.footer.default.style2 .news-letter-layout7 .vc_column-inner {
  padding-top: 0;
}
.footer.default.style2 .news-letter-layout7 .wpb_content_element {
  margin-bottom: 0;
}
.footer.default.style2 .news-letter-layout7 .wrap-content {
  overflow: hidden;
  display: inline-block;
}
.footer.default.style2 .news-letter-layout7 .wrap-content h3 {
  float: left;
  font-size: 14px;
  color: #3a3a3a;
  line-height: 20px;
  margin-right: 65px;
  margin-bottom: 0;
  line-height: 45px;
  font-family: BitterRegular;
  text-transform: uppercase;
}
.footer.default.style2 .news-letter-layout7 .wrap-content h3 span {
  font-weight: bold;
}
.rtl .footer.default.style2 .news-letter-layout7 .wrap-content h3 {
  float: right;
  margin-left: 65px;
  margin-right: 0;
}
.footer.default.style2 .news-letter-layout7 .wrap-content .mc4wp-form {
  overflow: hidden;
}
.footer.default.style2 .news-letter-layout7 .wrap-content .mc4wp-form h3 {
  display: none;
}
.footer.default.style2 .news-letter-layout7 .wrap-content .mc4wp-form ::-webkit-input-placeholder {
  color: #cdcdcd;
}
.footer.default.style2 .news-letter-layout7 .wrap-content .mc4wp-form .frm-email {
  border: 0;
  min-width: 330px;
  border-radius: 0;
  background-color: #fff;
  color: #cdcdcd;
  font-size: 13px;
  height: 45px;
  padding: 0 20px;
  float: left;
  margin: 0;
}
.rtl .footer.default.style2 .news-letter-layout7 .wrap-content .mc4wp-form .frm-email {
  float: right;
}
.footer.default.style2 .news-letter-layout7 .wrap-content .mc4wp-form button.frm-submit {
  color: #fff;
  padding: 0 20px;
  height: 45px;
  background-color: #111;
  line-height: 45px;
  border-radius: 0;
  border: 0;
  float: left;
  font-family: 'BitterRegular';
}
.rtl .footer.default.style2 .news-letter-layout7 .wrap-content .mc4wp-form button.frm-submit {
  float: right;
}
.footer.default.style2 .news-letter-layout7 .wrap-content .mc4wp-form button.frm-submit:before {
  font-family: 'FontAwesome';
  content: '\f003';
  margin-right: 10px;
}
.footer.default.style2 .news-letter-layout7 .wrap-content .mc4wp-form button.frm-submit:hover {
  color: #f99d1c;
}
.footer.default.style2 .footer-bottom-home7 {
  background-color: #252525;
  text-align: center;
}
.footer.default.style2 .footer-bottom-home7 .wpb_single_image {
  margin-bottom: 25px;
}
.footer.default.style2 .footer-bottom-home7 .socials-footer .des {
  font-size: 14px;
  color: #d1d1d1;
  line-height: 24px;
  margin-bottom: 20px;
}
.footer.default.style2 .footer-bottom-home7 .socials-footer ul {
  display: inline-block;
  margin: 0 0 10px;
  list-style: none;
}
.footer.default.style2 .footer-bottom-home7 .socials-footer ul > li {
  float: left;
}
.footer.default.style2 .footer-bottom-home7 .socials-footer ul > li > a {
  display: inline-block;
  margin-right: 55px;
  color: #898989;
  font-size: 20px;
}
.footer.default.style2 .footer-bottom-home7 .socials-footer ul > li > a:hover {
  color: #fff;
}
.footer.default.style2 .footer-bottom-home7 .vc_wp_custommenu {
  margin-bottom: 25px;
}
.footer.default.style2 .footer-bottom-home7 .vc_wp_custommenu .widget_nav_menu {
  padding-top: 25px;
  border-top: 1px solid rgba(204,204,204,0.2);
}
.footer.default.style2 .footer-bottom-home7 .vc_wp_custommenu .widget_nav_menu ul.menu {
  display: inline-block;
}
.footer.default.style2 .footer-bottom-home7 .vc_wp_custommenu .widget_nav_menu ul.menu > li {
  float: left;
}
.footer.default.style2 .footer-bottom-home7 .vc_wp_custommenu .widget_nav_menu ul.menu > li > a {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 25px;
}
.footer.default.style2 .footer-bottom-home7 .vc_wp_custommenu .widget_nav_menu ul.menu > li > a:hover {
  color: #f99d1c;
}
.footer.default.style2 .footer-bottom-home7 .coppyright-home7 {
  margin-bottom: 20px;
  color: #d1d1d1;
}
.footer.default.style2 .footer-bottom-home7 .coppyright-home7 a {
  color: #d1d1d1;
}
.footer.default.style2 .footer-bottom-home7 .coppyright-home7 a:hover {
  color: #f99d1c;
}
@media (max-width: 1199px) {
  .page-template-page-home7 .sw-woo-container-slider .res-button.slick-prev {
    left: -35px;
    background-color: #f99d1c;
  }
  .page-template-page-home7 .sw-woo-container-slider .res-button.slick-next {
    right: -35px;
    background-color: #f99d1c;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blocktext-index7 .wrap-content h4 {
    margin-top: 25px;
  }
  .blocktext-index7 .wrap-content h2 {
    margin: 25px 0;
    font-size: 32px;
  }
  .blocktext-index7 .wrap-content .des {
    margin: 20px 0;
  }
  .blocktext-index7 .wrap-content a {
    margin-bottom: 20px;
  }
  .footer.default.style2 .footer-bottom-home7 .vc_wp_custommenu .widget_nav_menu ul.menu > li > a {
    padding: 0 20px;
  }
  .footer.default.style2 .news-letter-layout7 .wrap-content .mc4wp-form button.frm-submit {
    padding: 0 10px;
  }
  .footer.default.style2 .news-letter-layout7 .wrap-content h3 {
    margin-right: 10px;
  }
  .rtl .footer.default.style2 .news-letter-layout7 .wrap-content h3 {
    margin-left: 10px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .home7-service .wrap-content .item h3 {
    font-size: 18px;
  }
  .banner-home7 .wpb_single_image {
    margin-bottom: 30px;
  }
  .header-style6 .sw-paradise-center .sw-paradise-right .sw_paradise_phone {
    margin-right: 15px;
  }
  .rtl .header-style6 .sw-paradise-center .sw-paradise-right .sw_paradise_phone {
    margin-left: 15px;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer.default.style2 .news-letter-layout7 {
    text-align: center;
    padding: 10px 0 15px;
  }
  .footer.default.style2 .news-letter-layout7 .wrap-content h3 {
    float: none;
    margin: 0 0 10px;
  }
  .rtl .footer.default.style2 .news-letter-layout7 .wrap-content h3 {
    float: none;
  }
  .footer.default.style2 .footer-bottom-home7 .vc_wp_custommenu .widget_nav_menu ul.menu > li > a {
    padding: 0 8px;
  }
}
@media (max-width: 767px) {
  .header-style6 .sw-paradise-header {
    height: auto;
  }
  .header-style6 .sw-paradise-center {
    position: relative;
    text-align: center;
  }
  .header-style6 .sw-paradise-center .sw-paradise-left {
    position: absolute;
    padding: 0;
    top: 20px;
    left: 15px;
    width: auto;
    float: none;
  }
  .rtl .header-style6 .sw-paradise-center .sw-paradise-left {
    right: 15px;
    left: auto;
  }
  .header-style6 .sw-paradise-center .sw-paradise-logo {
    display: inline-block;
    width: auto;
  }
  .header-style6 .sw-paradise-center .sw-paradise-right {
    position: absolute;
    padding: 0;
    top: 35px;
    right: 15px;
    width: auto;
    float: none;
  }
  .rtl .header-style6 .sw-paradise-center .sw-paradise-right {
    left: 15px;
    right: auto;
  }
  .header-style6 .sw-paradise-center .sw-paradise-right .sw_paradise_phone {
    display: none;
  }
  .page-template-page-home7 .sw-woo-container-slider .res-button.slick-prev {
    left: 20px;
  }
  .page-template-page-home7 .sw-woo-container-slider .res-button.slick-next {
    right: 20px;
  }
  .blocktext-index7 .wrap-content h2 {
    font-size: 32px;
  }
  .footer.default.style2 .footer-bottom-home7 .vc_wp_custommenu .widget_nav_menu ul.menu > li > a {
    display: inline-block;
    padding: 5px 20px;
  }
  .footer.default.style2 .news-letter-layout7 .wrap-content {
    text-align: center;
    display: block;
  }
  .footer.default.style2 .news-letter-layout7 .wrap-content h3 {
    float: none;
    margin: 0 0 20px;
    line-height: 24px;
  }
  .footer.default.style2 .news-letter-layout7 .wrap-content .mc4wp-form {
    overflow: visible;
    display: inline-block;
  }
}
@media (max-width: 640px) {
  .footer.default.style2 .news-letter-layout7 .wrap-content .mc4wp-form .frm-email {
    min-width: 100%;
  }
  .footer.default.style2 .news-letter-layout7 .wrap-content .mc4wp-form button.frm-submit {
    padding: 0 10px;
    float: none;
    margin: 20px 0 0;
  }
  .footer.default.style2 .footer-bottom-home7 .socials-footer ul > li:last-child a {
    margin-right: 0;
  }
  .rtl .footer.default.style2 .footer-bottom-home7 .socials-footer ul > li:last-child a {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .header-style6 .sw-paradise-center .sw-paradise-left .sw-paradise-account-info i.fa {
    padding: 12px 0px 10px;
  }
  .footer.default.style2 .news-letter-layout7 .wrap-content .mc4wp-form button.frm-submit {
    float: none;
    margin: 20px 0 0;
  }
  .header-style6 .sw-paradise-center .sw-paradise-logo > a {
    max-width: 160px;
  }
  .blocktext-index7 .wrap-content h2 {
    font-size: 22px;
  }
  .blocktext-index7 .wrap-content h3 {
    font-size: 16px;
  }
  .blocktext-index7 .wrap-content .des {
    font-size: 12px;
  }
  .header-style6 .sw-paradise-center .sw-paradise-left .header-right-search {
    z-index: 99;
  }
  .header-style6 .sw-paradise-center .sw-paradise-left .header-right-search .top-form .topsearch-entry .form-search .search-query {
    width: 225px;
  }
  .header-style6 .sw-paradise-center .sw-paradise-left .header-right-search .icon-search {
    margin-right: 15px;
  }
  .rtl .header-style6 .sw-paradise-center .sw-paradise-left .header-right-search .icon-search {
    margin-left: 15px;
    margin-right: 0;
  }
  .header-style6 .sw-paradise-center .sw-paradise-right {
    top: 30px;
  }
}
@media (max-width: 375px) {
  .header-style6 .sw-paradise-center .sw-paradise-logo {
    padding: 50px 0 20px;
  }
  .header-style6 .sw-paradise-center .sw-paradise-left {
    top: 10px;
  }
  .header-style6 .sw-paradise-center .sw-paradise-right {
    top: 20px;
  }
  .header-style6 .sw-paradise-center .sw-paradise-right .sw_paradise_cart .top-form.top-form-minicart .wrapp-minicart {
    right: -15px;
  }
  .rtl .header-style6 .sw-paradise-center .sw-paradise-right .sw_paradise_cart .top-form.top-form-minicart .wrapp-minicart {
    left: -15px;
    right: auto;
  }
}
.header-style7 .sticky-menu .header-bottom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.header-style7 .sticky-menu .header-bottom > .container .sw-paradise-logo {
  padding: 4px 15px 0;
}
.header-style7 .sticky-menu .header-bottom > .container .sw-paradise-logo a {
  max-width: 160px;
}
.header-style7 .sticky-menu .header-bottom > .container #main-menu {
  padding: 10px 0 5px;
}
.header-style7 .sticky-menu .header-bottom > .container .sw-paradise-account {
  padding: 24px 0;
}
.header-style7 .sticky-menu .header-bottom > .container .sw-paradise-account .sw_paradise_cart .top-minicart-icon {
  padding: 0;
}
.header-style7 .sticky-menu .header-bottom > .container .header-right-search {
  line-height: 25px;
}
.header-style7 .sw-paradise-header {
  background: #fff;
}
.header-style7 .sw-paradise-header .sw_paradise_left .main-item {
  display: inline-block;
  font-size: 14px;
  color: #545454;
  margin-right: 35px;
  line-height: 20px;
  padding: 20px 0;
}
.rtl .header-style7 .sw-paradise-header .sw_paradise_left .main-item {
  margin-left: 35px;
  margin-right: 0;
}
.rtl .header-style7 .sw-paradise-header .sw_paradise_left .main-item .fa {
  margin-left: 5px;
  margin-right: 0;
}
.header-style7 .sw-paradise-header .sw_paradise_left .main-item .fa {
  margin-right: 5px;
}
.header-style7 .sw-paradise-header .sw_paradise_right {
  padding: 10px 15px 9px;
}
.header-style7 .sw-paradise-header .sw-paradise-lang {
  padding: 0;
}
.header-style7 .sw-paradise-header .sw-paradise-lang .sidebar-top div {
  float: left;
  padding-right: 8px;
}
.rtl .header-style7 .sw-paradise-header .sw-paradise-lang .sidebar-top div {
  float: right;
  padding-right: 0;
  padding-left: 8px;
}
.header-style7 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 {
  display: inline-block;
  vertical-align: top;
}
.header-style7 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li {
  position: relative;
  z-index: 10;
}
.header-style7 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a {
  padding: 13px 0;
  font-size: 12px;
}
.header-style7 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a img {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}
.rtl .header-style7 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a img {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
.header-style7 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a span {
  font-size: 12px;
}
.header-style7 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a:hover {
  background-color: transparent;
}
.header-style7 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a:after {
  content: "\f107 ";
  font-family: fontawesome;
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}
.rtl .header-style7 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a:after {
  display: none;
}
.rtl .header-style7 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >a:before {
  content: "\f107 ";
  font-family: fontawesome;
  font-weight: normal;
  font-size: 14px;
  padding-right: 10px;
}
.header-style7 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul {
  position: absolute;
  left: 0;
  top: 110%;
  display: inline-block;
  background-color: #fff;
  border: 0;
  visibility: hidden;
  width: 110px;
  -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -o-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -ms-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.rtl .header-style7 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul {
  left: auto;
  right: 0;
}
.header-style7 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a {
  color: #444;
  padding: 10px 15px;
  display: block;
  line-height: 1.4em;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.header-style7 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a img {
  float: left;
  margin-right: 5px;
  max-width: 14px;
  margin-top: 5px;
}
.rtl .header-style7 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a img {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.header-style7 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a span {
  color: #666;
}
.header-style7 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a:hover span,
.header-style7 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul li >a:focus span {
  color: #f99d1c;
}
.header-style7 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li >ul li.active >a span {
  color: #f99d1c;
}
.header-style7 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li:hover >a {
  color: #f99d1c;
}
.header-style7 .sw-paradise-header .sw-paradise-lang #lang_sel_v2 .nav >li:hover >ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-style7 .sw-paradise-header .sw-paradise-lang .currency_converter {
  padding-right: 15px;
}
.rtl .header-style7 .sw-paradise-header .sw-paradise-lang .currency_converter {
  padding-left: 15px;
  padding-right: 0;
}
.header-style7 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li {
  position: relative;
  z-index: 10;
}
.header-style7 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >a {
  padding: 14px 20px 13px 0;
  display: block;
  font-size: 12px;
  position: relative;
}
.rtl .header-style7 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >a {
  padding: 14px 0 13px 20px;
}
.header-style7 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >a:after {
  content: "\f107 ";
  font-family: fontawesome;
  font-weight: normal;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 14px;
}
.rtl .header-style7 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >a:after {
  right: auto;
  left: 0;
}
.header-style7 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >ul {
  position: absolute;
  left: 0;
  top: 110%;
  display: inline-block;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -o-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -ms-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.header-style7 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >ul li >a {
  color: #444;
  font-size: 13px;
  padding: 8px 20px;
  display: block;
  line-height: 1.4em;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.header-style7 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >ul li >a:hover,
.header-style7 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >ul li >a:focus,
.header-style7 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >ul li >a.active {
  color: #f99d1c;
}
.rtl .header-style7 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li >ul {
  left: auto;
  right: 0;
}
.header-style7 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li:hover >a {
  color: #f99d1c;
}
.header-style7 .sw-paradise-header .sw-paradise-lang .currency_converter .currency_w >li:hover >ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-style7 .sw-paradise-header .sw-paradise-account {
  padding: 12px 15px 12px 0;
}
.header-style7 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info span.title-account {
  padding: 0;
  font-size: 14px;
  color: #545454;
  position: relative;
}
.header-style7 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info span.title-account:hover {
  color: #f99d1c;
}
.header-style7 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info span.title-account:before {
  content: "\f107 ";
  font-family: fontawesome;
  font-weight: normal;
  margin-left: 10px;
  position: absolute;
  right: -15px;
}
.header-style7 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  position: absolute;
  right: 0;
  width: 150px;
  top: 45px;
  z-index: 99;
  visibility: hidden;
  background: #fff;
  box-shadow: 2px 2px 1px 0 #ccc;
  padding: 20px 5px 20px 30px;
  border: solid 1px #f3f3f3;
}
.rtl .header-style7 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right {
  right: auto;
  left: 0;
  padding: 20px 30px 20px 5px;
}
.header-style7 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .top-login ul li a:before {
  content: '\f023';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style7 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .top-login ul li a:before {
  display: none;
}
.rtl .header-style7 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .top-login ul li a:after {
  content: '\f023';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style7 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .div-logined ul li a:before {
  content: '\f13e';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style7 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .div-logined ul li a:before {
  display: none;
}
.rtl .header-style7 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner .div-logined ul li a:after {
  content: '\f13e';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style7 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li {
  padding: 5px 0;
}
.header-style7 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-my-account a:before {
  content: '\f07a';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style7 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-my-account a:before {
  display: none;
}
.rtl .header-style7 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-my-account a:after {
  content: '\f07a';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style7 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-checkout a:before {
  content: '\f090';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style7 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-checkout a:before {
  display: none;
}
.rtl .header-style7 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-checkout a:after {
  content: '\f090';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style7 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-wishlist a:before {
  content: '\f08a';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style7 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-wishlist a:before {
  display: none;
}
.rtl .header-style7 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info .sidebar-top-right .widget-inner ul li.menu-wishlist a:after {
  content: '\f08a';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style7 .sw-paradise-header .sw-paradise-account .sw-paradise-account-info:hover .sidebar-top-right {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.header-style7 .header-bottom {
  background: #252525;
  margin: 0 0 2px;
}
.header-style7 .header-bottom > .container {
  position: relative;
}
.header-style7 .header-bottom > .container .sw-paradise-logo {
  padding: 10px 15px;
}
.header-style7 .header-bottom > .container .sw-paradise-logo a {
  display: inline-block;
}
.header-style7 .header-bottom > .container #main-menu {
  padding: 20px 0;
}
.header-style7 .header-bottom > .container #main-menu #primary-menu {
  text-align: left;
}
.rtl .header-style7 .header-bottom > .container #main-menu #primary-menu {
  text-align: right;
}
.header-style7 .header-bottom > .container #main-menu #primary-menu .navbar-inverse {
  background: transparent;
}
.header-style7 .header-bottom > .container #main-menu #primary-menu .navbar-inverse .nav-pills >li >a {
  color: #fff;
  padding: 17px 0;
  margin: 0 22px;
  position: relative;
}
.header-style7 .header-bottom > .container #main-menu #primary-menu .navbar-inverse .nav-pills >li >a:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 18px;
  height: 1px;
  left: 50%;
  margin-left: -7px;
  bottom: 8px;
  opacity: 0;
  -webkit-transition: all 02.s;
  -moz-transition: all 02.s;
  -o-transition: all 02.s;
  -ms-transition: all 02.s;
  transition: all 02.s;
  background-color: #f99d1c;
}
.header-style7 .header-bottom > .container #main-menu #primary-menu .navbar-inverse .nav-pills >li >a:after {
  width: 0;
  height: 0;
}
.header-style7 .header-bottom > .container #main-menu #primary-menu .navbar-inverse .nav-pills >li.active >a,
.header-style7 .header-bottom > .container #main-menu #primary-menu .navbar-inverse .nav-pills >li:hover >a {
  color: #f99d1c;
}
.header-style7 .header-bottom > .container #main-menu #primary-menu .navbar-inverse .nav-pills >li.active >a:before,
.header-style7 .header-bottom > .container #main-menu #primary-menu .navbar-inverse .nav-pills >li:hover >a:before {
  opacity: 1;
}
.header-style7 .header-bottom > .container #main-menu #primary-menu .navbar-inverse .nav-pills.nav-mega .sw-paradise-mega-menu .dropdown-menu {
  box-shadow: 0px 0px 3px #666;
}
.header-style7 .header-bottom > .container .sw-paradise-account {
  padding: 24px 0;
}
.header-style7 .header-bottom > .container .sw-paradise-account .sw_paradise_cart {
  position: relative;
}
.header-style7 .header-bottom > .container .sw-paradise-account .sw_paradise_cart .top-minicart-icon {
  padding: 12px 0px;
}
.header-style7 .header-bottom > .container .sw-paradise-account .sw_paradise_cart .top-minicart-icon a {
  color: #fff;
  display: block;
  padding: 0 10px;
}
.header-style7 .header-bottom > .container .sw-paradise-account .sw_paradise_cart .top-minicart-icon a i {
  font-size: 18px;
  margin: 0 5px;
}
.header-style7 .header-bottom > .container .sw-paradise-account .sw_paradise_cart .top-minicart-icon a .minicart-number {
  width: 20px;
  height: 20px;
  background-color: #f99d1c;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  right: 2px;
}
.header-style7 .header-bottom > .container .sw-paradise-account .sw_paradise_cart .top-minicart-icon:before {
  display: none;
}
.header-style7 .header-bottom > .container .sw-paradise-account .sw_paradise_cart .wrapp-minicart {
  background: #fff;
  z-index: 99;
  right: -29px;
}
.rtl .header-style7 .header-bottom > .container .sw-paradise-account .sw_paradise_cart .wrapp-minicart {
  right: auto;
  left: -29px;
}
.header-style7 .header-bottom > .container .header-right-search {
  position: absolute;
  right: 15px;
  top: 22px;
  margin-right: 35px;
  line-height: 45px;
  z-index: 9;
}
.rtl .header-style7 .header-bottom > .container .header-right-search {
  right: auto;
  left: 15px;
  margin-left: 35px;
  margin-right: 0;
}
.header-style7 .header-bottom > .container .header-right-search .icon-search {
  text-align: right;
  cursor: pointer;
  padding: 0 0 0 3px;
  font-size: 14px;
}
.rtl .header-style7 .header-bottom > .container .header-right-search .icon-search {
  text-align: left;
}
.header-style7 .header-bottom > .container .header-right-search .icon-search i {
  color: #fff;
}
.header-style7 .header-bottom > .container .header-right-search .icon-search i:hover {
  color: #f99d1c;
}
.header-style7 .header-bottom > .container .header-right-search .top-form {
  line-height: 32px;
  margin-top: 10px;
  background: #fff;
  display: none;
}
.header-style7 .header-bottom > .container .header-right-search .top-form .topsearch-entry .form-search {
  border: 1px #e1e1e1 solid;
}
.header-style7 .header-bottom > .container .header-right-search .top-form .topsearch-entry .form-search .search-query {
  border: none;
  width: 325px;
  margin: 0;
  font-family: 'LoraItalic';
  font-size: 12px;
  line-height: 32px;
  height: 32px;
}
.header-style7 .header-bottom > .container .header-right-search .top-form .topsearch-entry .form-search button {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0 15px;
}
.header-style7 .header-bottom > .container .header-right-search .top-form .topsearch-entry .form-search button:after {
  content: '\f002';
  font-family: fontawesome;
  font-size: 13px;
  color: #2a2a2a;
}
.header-style7 .header-bottom > .container .header-right-search .top-form .topsearch-entry .form-search button:hover:after {
  color: #f99d1c;
}
.banner-home8 .wpb_single_image {
  margin: 0;
}
.sw-category-slider-theme2 {
  margin: 30px 0 25px;
}
.sw-category-slider-theme2 .resp-slider-container .slider .slick-list {
  margin: 0 -15px;
}
.sw-category-slider-theme2 .resp-slider-container .slider .slick-list .item {
  padding: 0 15px;
}
.sw-category-slider-theme2 .resp-slider-container .slider .slick-list .item .item-wrap {
  position: relative;
}
.sw-category-slider-theme2 .resp-slider-container .slider .slick-list .item .item-wrap .item-content {
  position: absolute;
  bottom: 65px;
  left: 40px;
  text-align: left;
}
.rtl .sw-category-slider-theme2 .resp-slider-container .slider .slick-list .item .item-wrap .item-content {
  right: 40px;
  left: auto;
  text-align: right;
}
.sw-category-slider-theme2 .resp-slider-container .slider .slick-list .item .item-wrap .item-content h3 a {
  text-transform: uppercase;
  font-size: 20px;
  color: #202020;
  font-family: 'LoraBold';
  font-weight: bold;
  position: relative;
}
.sw-category-slider-theme2 .resp-slider-container .slider .slick-list .item .item-wrap .item-content h3 a:before {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #f99d1c;
  position: absolute;
  top: -15px;
  left: 0;
}
.rtl .sw-category-slider-theme2 .resp-slider-container .slider .slick-list .item .item-wrap .item-content h3 a:before {
  right: 0;
  left: auto;
}
.sw-category-slider-theme2 .resp-slider-container .slider .slick-list .item .item-wrap .item-content h3 a:hover {
  color: #f99d1c;
}
.sw-category-slider-theme2 .resp-slider-container .slider .slick-list .item .item-wrap .item-content .product-count {
  font-family: 'LoraItalic';
  font-size: 14px;
  color: #f99d1c;
}
.our-story {
  text-align: center;
  padding: 25px 80px 35px;
}
.our-story h3 {
  background-color: #f0dfc3;
  bottom: -25px;
  color: #1b1b1b;
  display: inline-block;
  font-family: "LoraItalic";
  font-size: 32px;
  padding: 0 25px;
  position: relative;
  z-index: 2;
}
.our-story .wrap-content {
  padding: 56px 75px 57px;
  border: 1px solid rgba(255,255,255,0.52);
}
.our-story .wrap-content .des {
  font-size: 14px;
  color: #545454;
  line-height: 24px;
}
.news-letter-home8 {
  text-align: center;
  padding: 50px 0 60px;
}
.news-letter-home8 h2 {
  color: #fff;
  font-family: 'LoraItalic';
  font-size: 32px;
  margin-bottom: 30px;
}
.news-letter-home8 .des {
  color: #fff;
  font-size: 15px;
  margin-bottom: 40px;
}
.news-letter-home8 .des span {
  font-weight: bold;
}
.news-letter-home8 .mc4wp-form {
  position: relative;
  display: inline-block;
}
.news-letter-home8 .mc4wp-form h3 {
  display: none;
}
.news-letter-home8 .mc4wp-form .frm-email {
  height: 45px;
  color: #cdcdcd;
  font-size: 12px;
  float: left;
  min-width: 300px;
  border: 0;
  border-radius: 0;
  padding: 0 20px;
}
.rtl .news-letter-home8 .mc4wp-form .frm-email {
  float: right;
}
.news-letter-home8 .mc4wp-form .frm-submit {
  border: 0;
  border-radius: 0;
  height: 45px;
  color: #fff;
  font-size: 14px;
  padding: 0 25px;
  float: left;
  background-color: #111;
}
.rtl .news-letter-home8 .mc4wp-form .frm-submit {
  float: right;
}
.news-letter-home8 .mc4wp-form .frm-submit:hover {
  color: #f99d1c;
}
.news-letter-home8 .mc4wp-form .frm-submit:before {
  content: '\f003';
  margin-right: 10px;
}
.page-template-page-home8 .footer.default.style3 {
  margin-top: 5px;
}
.page-template-page-home8 .ya-blog-theme1 {
  border: 0;
  margin-bottom: 59px;
  margin-top: 50px;
  padding: 0;
}
.page-template-page-home8 .ya-blog-theme1 .box-slider-title h2 {
  margin-bottom: 0;
  padding: 27px 0 10px;
}
.page-template-page-home8 .ya-blog-theme1 .box-slider-title h2:before,
.page-template-page-home8 .ya-blog-theme1 .box-slider-title h2:after {
  content: '';
  margin: 0;
}
.page-template-page-home8 .ya-blog-theme1 .description-header {
  text-align: center;
  font-size: 14px;
  color: #545454;
  font-style: italic;
  margin-bottom: 40px;
}
.page-template-page-home8 .ya-blog-theme1 .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date {
  left: 20px;
  right: auto;
}
.page-template-page-home8 .ya-blog-theme1 .resp-slider-container .slick-slider .item .item-inner .entry-content {
  padding: 17px 5px;
}
.page-template-page-home8 .ya-blog-theme1 .resp-slider-container .slick-slider .item .item-inner .entry-content .description {
  margin-bottom: 24px;
}
.page-template-page-home8 .ya-blog-theme1 .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a {
  color: #f99d1c;
}
.page-template-page-home8 .ya-blog-theme1 .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a:hover {
  opacity: 0.85;
}
.footer.default.style3 {
  padding: 50px 0 0;
  background-color: #252525;
}
.footer.default.style3 .footer-menu h2.widgettitle {
  color: #fff;
  font-size: 22px;
}
.footer.default.style3 .footer-menu ul.menu li a {
  color: #d6d6d6;
  font-size: 14px;
}
.footer.default.style3 .footer-menu ul.menu li a:hover {
  color: #f99d1c;
}
.footer.default.style3 .footer-menu .about-store .about-list > li {
  color: #d6d6d6;
}
.footer.default.style3 .footer-menu .about-store .about-list > li a.ab-pd {
  color: #d6d6d6;
}
.footer.default.style3 .footer-menu .about-store .about-list > li span {
  color: #d6d6d6;
}
.footer.default.style3 .footer-menu .about-store .menu-social {
  margin: 0;
  overflow: hidden;
}
.footer.default.style3 .footer-menu .about-store .menu-social > li {
  float: left;
  display: inline-block;
}
.rtl .footer.default.style3 .footer-menu .about-store .menu-social > li {
  float: right;
}
.rtl .footer.default.style3 .footer-menu .about-store .menu-social > li > a {
  margin-right: 45px;
  margin-left: 0;
}
.footer.default.style3 .footer-menu .about-store .menu-social > li:last-child > a {
  margin: 0;
}
.footer.default.style3 .footer-menu .about-store .menu-social > li > a {
  color: #898989;
  margin-left: 45px;
  font-size: 20px;
}
.footer.default.style3 .footer-menu .about-store .menu-social > li > a:hover {
  color: #f99d1c;
}
.footer.default.style3 .footer-copyright-h1 {
  background-color: #303030;
  padding: 19px 0;
  margin-top: 25px;
}
.footer.default.style3 .footer-copyright-h1 .wpb_content_element {
  margin-bottom: 0;
}
.footer.default.style3 .footer-copyright-h1 .wpb_content_element .copyright {
  line-height: 27px;
  color: #d1d1d1;
}
.footer.default.style3 .footer-copyright-h1 .wpb_content_element .copyright > a {
  color: #d1d1d1;
}
.footer.default.style3 .footer-copyright-h1 .wpb_content_element .copyright > a:hover {
  color: #f99d1c;
}
.footer.default.style3 .footer-copyright-h1 .footer-paypal img {
  float: right;
}
.rtl .footer.default.style3 .footer-copyright-h1 .footer-paypal img {
  float: left;
}
.page-template-page-home8 .rev_slider_wrapper .rev_slider .tparrows.metis {
  border-radius: 50%;
}
.page-template-page-home8 .rev_slider_wrapper .rev_slider .tparrows.metis:before {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.page-template-page-home8 .sw-latest-slider .slider .slick-list .item .item-wrap2:hover .item-detail {
  border: 0;
}
.page-template-page-home8 .sw-latest-slider .slider .slick-list .item .item-wrap2 .item-detail {
  border: 0;
}
.page-template-page-home8 .sw-latest-slider .slider .slick-list .item .item-wrap2 .item-detail .products-thumb {
  margin: 0;
}
.page-template-page-home8 .sw-latest-slider .slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom {
  top: -55px;
}
.page-template-page-home8 .sw-latest-slider .slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.page-template-page-home8 .sw-latest-slider .slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,
.page-template-page-home8 .sw-latest-slider .slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,
.page-template-page-home8 .sw-latest-slider .slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped {
  background: #ffb752 url('../assets/img/icon_cart2-hover.png') center center no-repeat !important;
}
.page-template-page-home8 .sw-latest-slider .slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover,
.page-template-page-home8 .sw-latest-slider .slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.page-template-page-home8 .sw-latest-slider .slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:hover,
.page-template-page-home8 .sw-latest-slider .slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:hover {
  background: #f99d1c url('../assets/img/icon_cart2-hover.png') center center no-repeat !important;
}
.page-template-page-home8 .sw-latest-slider .slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading:before,
.page-template-page-home8 .sw-latest-slider .slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,
.page-template-page-home8 .sw-latest-slider .slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.loading:before,
.page-template-page-home8 .sw-latest-slider .slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.loading:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.page-template-page-home8 .sw-latest-slider .slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added,
.page-template-page-home8 .sw-latest-slider .slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.added,
.page-template-page-home8 .sw-latest-slider .slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.added,
.page-template-page-home8 .sw-latest-slider .slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.added {
  background: #f99d1c url('../assets/img/icon_cart2-hover.png') center center no-repeat !important;
}
.page-template-page-home8 .sw-latest-slider .slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom h4 {
  margin: 20px 0 30px 0;
}
.page-template-page-home8 .sw-latest-slider .slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom h4 a {
  font-size: 18px;
}
.page-template-page-home8 .sw-latest-slider .slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom h4 a:after {
  bottom: -18px;
  background-color: #d5bdbd;
}
@media (min-width: 1445px) and (max-width: 1920px) {
  .page-template-page-home8 .sw-latest-slider .resp-slider-container .slick-slider .item.first-item .item-wrap,
  .page-template-page-home8 .sw-latest-slider .resp-slider-container .slick-slider .item.last-item .item-wrap {
    opacity: 0.2;
  }
  .page-template-page-home8 .sw-latest-slider .resp-slider-container .slick-slider .item.first-item .item-wrap:hover,
  .page-template-page-home8 .sw-latest-slider .resp-slider-container .slick-slider .item.last-item .item-wrap:hover {
    opacity: 1;
  }
  .page-template-page-home8 .footer.style3 {
    overflow: hidden;
  }
  .page-template-page-home8 .header-style7,
  .page-template-page-home8 .footer.style3 {
    max-width: 1820px;
    margin: 0 auto;
  }
  .page-template-page-home8 .hom8-full {
    max-width: 1820px;
    margin: 0 auto;
    left: -325px !important;
  }
  .page-template-page-home8.rtl .hom8-full {
    max-width: 1820px;
    margin: 0 auto;
    right: -325px !important;
    left: auto !important;
  }
}
@media (max-width: 1366px) {
  .our-story .wrap-content {
    padding: 40px 49px 49px;
  }
}
@media (max-width: 1199px) {
  .our-story {
    padding: 15px 40px 25px;
  }
  .our-story .wrap-content {
    padding: 40px 34px 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-style7 .header-bottom > .container #main-menu #primary-menu .navbar-inverse .nav-pills > li > a {
    margin: 0 13px;
  }
  .header-style7 .sw-paradise-header .sw_paradise_left .main-item {
    margin-right: 20px;
  }
  .rtl .header-style7 .sw-paradise-header .sw_paradise_left .main-item {
    margin-left: 20px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .header-style7 .sw-paradise-header .sw_paradise_left .main-item:first-child {
    display: none;
  }
  .header-style7 .header-bottom > .container .sw-paradise-logo {
    padding: 10px 15px 0;
    text-align: center;
  }
  .header-style7 .header-bottom > .container #main-menu,
  .header-style7 .header-bottom > .container .sw-paradise-account {
    padding: 0;
  }
  .header-style7 .header-bottom > .container .header-right-search {
    bottom: 10px;
    top: auto;
  }
  .header-style7 .header-bottom > .container .header-right-search .top-form.top-search {
    position: absolute;
    right: 0;
    left: auto;
  }
  .rtl .header-style7 .header-bottom > .container .header-right-search .top-form.top-search {
    left: 0;
    right: auto;
  }
  .header-style7 .header-bottom > .container .header-right-search .top-form.top-search .button-search-pro {
    position: absolute;
    right: 0;
    left: auto;
  }
  .rtl .header-style7 .header-bottom > .container .header-right-search .top-form.top-search .button-search-pro {
    left: 0;
    right: auto;
  }
}
@media (max-width: 767px) {
  .header-style7 .sw-paradise-header {
    text-align: center;
  }
  .header-style7 .sw-paradise-header .sw_paradise_left .main-item {
    margin-right: 15px;
  }
  .rtl .header-style7 .sw-paradise-header .sw_paradise_left .main-item {
    margin-left: 15px;
    margin-right: 0;
  }
  .header-style7 .sw-paradise-header .sw_paradise_right {
    float: none;
    display: inline-block;
    width: auto;
    padding: 0px 15px 9px;
  }
  .header-style7 .sw-paradise-header .sw-paradise-account {
    text-align: left;
  }
  .rtl .header-style7 .sw-paradise-header .sw-paradise-account {
    text-align: right;
  }
  .footer.default.style3 .footer-copyright-h1 .wpb_content_element .copyright {
    text-align: center;
  }
  .footer.default.style3 .footer-copyright-h1 .footer-paypal {
    float: none;
    text-align: center;
  }
  .footer.default.style3 .footer-copyright-h1 .footer-paypal img {
    float: none;
    display: inline-block;
    margin: 20px 0 0;
  }
  .rtl .footer.default.style3 .footer-copyright-h1 .footer-paypal img {
    float: none;
  }
}
@media (max-width: 640px) {
  .header-style7 .sw-paradise-header .sw_paradise_left {
    width: 100%;
    text-align: center;
  }
  .header-style7 .sw-paradise-header .sw_paradise_left .main-item {
    display: inline-block;
  }
  .header-style7 .sw-paradise-header .sw_paradise_left .main-item:first-child {
    display: inline-block;
  }
}
@media (max-width: 479px) {
  .header-style7 .sw-paradise-header .sw-paradise-lang .currency_converter {
    padding: 0;
  }
  .header-style7 .sw-paradise-header .sw_paradise_right {
    padding: 0;
  }
  .header-style7 .sw-paradise-header .sw_paradise_left {
    display: none;
  }
  .our-story {
    padding: 0 10px 5px;
  }
  .our-story .wrap-content {
    padding: 20px 14px 25px;
  }
  .news-letter-home8 .mc4wp-form .frm-email {
    min-width: 200px;
  }
  .news-letter-home8 .mc4wp-form .frm-submit {
    padding: 0 15px;
  }
}
.sw_paradise_breadcrumbs {
  margin-bottom: 27px;
}
.sw_paradise_breadcrumbs .breadcrumbs-page {
  background: url('../assets/img/bg_breadcrumb.jpg') center center no-repeat;
  min-height: 200px;
}
.sw_paradise_breadcrumbs .breadcrumbs .breadcrumb {
  border-bottom: 1px solid #dedede;
  border-radius: 0;
  padding: 19px 0;
  margin: 0;
  background: transparent;
}
.sw_paradise_breadcrumbs .breadcrumbs .breadcrumb li {
  font-size: 14px;
  color: #ccc;
}
.sw_paradise_breadcrumbs .breadcrumbs .breadcrumb li a {
  color: #747474;
}
.sw_paradise_breadcrumbs .breadcrumbs .breadcrumb li a:hover {
  color: #f99d1c;
}
.sw_paradise_breadcrumbs .breadcrumbs .breadcrumb li .go-page {
  display: inline-block;
  height: 16px;
  width: 35px;
  position: relative;
  vertical-align: top;
}
.sw_paradise_breadcrumbs .breadcrumbs .breadcrumb li .go-page:before {
  content: '';
  width: 20px;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 8px;
  top: 9px;
}
.rtl .sw_paradise_breadcrumbs .breadcrumbs .breadcrumb li .go-page:before {
  left: auto;
  right: 8px;
}
.sw_paradise_breadcrumbs .breadcrumbs .breadcrumb li +li:before {
  display: none;
}
.sw_paradise_breadcrumbs .breadcrumbs .breadcrumb li.active {
  color: #1b1b1b;
}
.sw_paradise_breadcrumbs .breadcrumbs .breadcrumb li:last-child .go-page {
  display: none;
}
.listing-title h1 {
  text-transform: capitalize;
  margin: 0 0 38px;
  font-style: italic;
  color: #1b1b1b;
  font-size: 30px;
}
.products-wrapper {
  margin-bottom: 30px;
}
.products-wrapper .products-nav {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 48px;
  border: 1px #ddd solid;
  border-width: 0 0 1px 0;
  padding-bottom: 8px;
}
.products-wrapper .products-nav .view-top {
  padding-left: 0;
}
.rtl .products-wrapper .products-nav .view-top {
  padding-right: 0;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a {
  position: relative;
  width: 35px;
  height: 35px;
  float: left;
  border: 0;
  overflow: hidden;
  background-color: #252525;
}
.rtl .products-wrapper .products-nav .view-mode-wrap .view-mode >a {
  float: right;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a:before {
  position: absolute;
  font-size: 14px;
  font-family: FontAwesome;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: transparent;
  color: #898989;
  left: 0;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl .products-wrapper .products-nav .view-mode-wrap .view-mode >a:before {
  right: 0;
  left: auto;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.active:before,
.products-wrapper .products-nav .view-mode-wrap .view-mode >a:hover:before {
  background-color: #f99d1c;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.grid-view:before {
  content: "\f009";
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.list-view:before {
  content: "\f0c9";
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a >span {
  font-size: 0;
  display: none;
}
.products-wrapper .products-nav .view-catelog .orderby-order-container {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.rtl .products-wrapper .products-nav .view-catelog .orderby-order-container {
  text-align: right;
}
.products-wrapper .products-nav .view-catelog .orderby-order-container .show-product {
  float: left;
  line-height: 33px;
  margin: 0 15px;
}
.rtl .products-wrapper .products-nav .view-catelog .orderby-order-container .show-product {
  float: right;
}
.products-wrapper .products-nav .view-catelog .orderby-order-container .orderby {
  min-width: 140px;
}
.products-wrapper .products-nav .view-catelog .orderby-order-container .sort-count {
  min-width: 80px;
}
.products-wrapper .products-nav .view-catelog .orderby-order-container .order-dropdown {
  float: left;
  margin: 0;
  background-color: #fff;
  list-style-type: none;
}
.products-wrapper .products-nav .view-catelog .orderby-order-container .order-dropdown >li {
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.products-wrapper .products-nav .view-catelog .orderby-order-container .order-dropdown >li .current-li {
  line-height: 33px;
  display: block;
  border: 1px solid #ddd;
}
.products-wrapper .products-nav .view-catelog .orderby-order-container .order-dropdown >li .current-li a {
  display: block;
  text-indent: 15px;
  position: relative;
}
.products-wrapper .products-nav .view-catelog .orderby-order-container .order-dropdown >li .current-li a:after {
  font-family: fontawesome;
  content: "\f107";
  font-size: 14px;
  width: 35px;
  line-height: 33px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
  text-indent: initial;
  border-left: 1px #ddd solid;
}
.rtl .products-wrapper .products-nav .view-catelog .orderby-order-container .order-dropdown >li .current-li a:after {
  right: auto;
  left: 0;
  border-right: 1px #ddd solid;
  border-left: none;
}
.products-wrapper .products-nav .view-catelog .orderby-order-container .order-dropdown >li >ul {
  position: absolute;
  background-color: #fff;
  margin-left: 0;
  left: 0;
  top: 100%;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 100%;
  list-style-type: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl .products-wrapper .products-nav .view-catelog .orderby-order-container .order-dropdown >li >ul {
  left: auto;
  right: 0;
  margin-right: 0;
}
.products-wrapper .products-nav .view-catelog .orderby-order-container .order-dropdown >li >ul >li {
  line-height: 25px;
  text-indent: 10px;
}
.products-wrapper .products-nav .view-catelog .orderby-order-container .order-dropdown >li >ul >li a {
  display: block;
}
.products-wrapper .products-nav .view-catelog .orderby-order-container .order-dropdown >li:hover >ul {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.products-wrapper .products-nav .view-catelog .orderby-order-container .woocommerce-ordering {
  margin: 0;
}
.products-wrapper .products-nav .view-catelog .orderby-order-container .woocommerce-ordering select.orderby {
  height: 34px;
  border-color: #ddd;
  width: 130px;
}
.products-wrapper .products-nav .view-bottom {
  padding-right: 0;
}
.rtl .products-wrapper .products-nav .view-bottom {
  padding-left: 0;
}
.products-wrapper .products-nav:last-child {
  border: 1px #ddd solid;
  border-width: 1px 0 0 0;
  padding-top: 10px;
}
.products-wrapper .woocommerce-pagination .note {
  line-height: 35px;
  padding: 0 15px;
}
.products-wrapper .woocommerce-pagination .page-numbers {
  margin: 0;
  vertical-align: top;
  border-color: #ddd;
  background-color: #fff;
}
.products-wrapper .woocommerce-pagination .page-numbers >li {
  border-color: #ddd;
  float: left;
}
.rtl .products-wrapper .woocommerce-pagination .page-numbers >li {
  float: right;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  padding: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.current,
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers:hover {
  background-color: #f99d1c;
  color: #fff;
  border-color: #252525;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev,
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next {
  font-size: 0;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev:before,
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next:before {
  font-family: fontawesome;
  font-size: 14px;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev:before {
  content: "\f104";
}
.rtl .products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev:before {
  content: "\f105";
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next:before {
  content: "\f105";
}
.rtl .products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next:before {
  content: "\f104";
}
.products-wrapper .products-loop {
  list-style-type: none;
}
.products-wrapper .products-loop >li {
  margin-bottom: 9px;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .item-description {
  display: none;
}
.products-wrapper .products-loop.list .item {
  width: 100%;
}
.products-wrapper .products-loop.list .item .item-wrap {
  text-align: left;
  margin-bottom: 28px;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap {
  text-align: right;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail:before {
  display: none;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
  width: 270px;
  max-width: 100%;
  float: left;
  margin-bottom: 0;
  overflow: hidden;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
  float: right;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content {
  overflow: hidden;
  width: auto;
  display: block;
  padding: 36px 0 0 28px;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content {
  padding: 36px 28px 0 0;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 {
  float: left;
  margin: 0 0 15px 0;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 a {
  font-size: 26px;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 a:after {
  left: 0;
  margin-left: 0;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 a:after {
  left: auto;
  right: 0;
  margin-right: 0;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 {
  float: right;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .reviews-content {
  display: inline-block !important;
  vertical-align: top;
  float: right;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .reviews-content {
  float: left;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price {
  clear: both;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 26px;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price del {
  font-size: 16px;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-description {
  clear: both;
  line-height: 20px;
  color: #747474;
  margin-bottom: 25px;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom {
  position: static;
  margin-top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background-color: #f99d1c !important;
  background-image: none !important;
  color: #fff;
  padding: 0 37px 0 37px;
  font-size: 15px;
  float: none;
  border-radius: 0;
  text-transform: capitalize;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:before {
  color: #fff;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:hover {
  background-color: #f99d1c;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading {
  background-color: #f99d1c;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading:after {
  display: none;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added:after {
  display: inline-block;
  margin-left: 0;
  margin-right: 5px;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added:after,
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added:after,
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added:after {
  margin-left: 5px;
  margin-right: 0;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .clear {
  display: none;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button a,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .group.fancybox {
  background: #fff;
  border: 1px #c3c3c3 solid;
  float: none;
  font-size: 0;
  padding: 0;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
  min-width: 45px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button a:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .group.fancybox:hover {
  background: #f99d1c;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button a:hover:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .group.fancybox:hover:before {
  color: #fff;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button a:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .group.fancybox:before {
  color: #c3c3c3;
  left: 15px;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button a:before,
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .group.fancybox:before {
  left: auto;
  right: 15px;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a {
  background-color: #f99d1c;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #fff;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:hover {
  opacity: 0.8;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button {
  height: 45px;
  line-height: 45px;
  min-width: 45px;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover {
  opacity: 0.8;
}
.products-wrapper .products-loop.list .item .item-wrap:hover .item-detail {
  border: 1px transparent solid;
}
.products-wrapper .products-loop.list .item .item-wrap:hover .item-detail .item-content h4 a {
  color: #333333;
}
.products-wrapper .products-loop.list .item .item-wrap:hover .item-detail .item-content h4 a:hover {
  color: #f99d1c;
}
.products-loop .product-category a {
  text-align: center;
  display: block;
  background-color: #fff;
}
.products-loop .product-category a img {
  padding: 10px 40px;
  margin: 0 auto;
}
.products-loop .product-category a h3 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 12px 0;
  background-color: #eeeeee;
  color: #444;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.products-loop .product-category a h3 .count {
  display: none;
}
.products-loop .product-category a:hover h3 {
  background-color: #f99d1c;
  color: #fff;
}
.woocommerce-cart table.cart .product-thumbnail {
  display: block;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 24px;
  color: #cccccc;
  display: inline-table;
}
.woocommerce div.product p.price span >.amount,
.woocommerce div.product p.price ins,
.woocommerce div.product p.price >.amount,
.woocommerce div.product span.price span >.amount,
.woocommerce div.product span.price ins,
.woocommerce div.product span.price >.amount {
  color: #262e31;
  text-decoration: none;
  float: left;
  font-weight: normal;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  margin: 0 10px;
  text-decoration: none;
  float: right;
  color: #262e31;
}
.rtl.woocommerce div.product p.price span >.amount,
.rtl.woocommerce div.product p.price ins,
.rtl.woocommerce div.product p.price >.amount,
.rtl.woocommerce div.product span.price span >.amount,
.rtl.woocommerce div.product span.price ins,
.rtl.woocommerce div.product span.price >.amount {
  float: right;
}
.rtl.woocommerce div.product p.price del,
.rtl.woocommerce div.product span.price del {
  float: left;
}
.rtl .woocommerce-error:before,
.rtl .woocommerce-info:before,
.rtl .woocommerce-message:before {
  left: auto;
  right: 1.5em;
}
.rtl .woocommerce-error,
.rtl .woocommerce-info,
.rtl .woocommerce-message {
  padding: 1em 3.5em 1em 2em !important;
}
.rtl .woocommerce-error .button,
.rtl .woocommerce-info .button,
.rtl .woocommerce-message .button {
  float: left;
}
.woocommerce div.product form.cart .variations select {
  margin: 0;
}
.rtl.woocommerce div.product form.cart .button {
  float: right;
}
.rtl .woocommerce div.product form.cart .button {
  float: right;
}
.product_detail .slider_img_productd {
  margin: 10px 0 30px 0;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive {
  margin-bottom: 10px;
  overflow: hidden;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .slick-list .slick-track .item-img-slider .images {
  margin-bottom: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail {
  padding: 0 22px;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list {
  margin: 0 -5px;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product .thumbnail-wrapper {
  border: 1px solid transparent;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product.slick-current .thumbnail-wrapper,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product:hover .thumbnail-wrapper {
  border-color: #f99d1c;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next {
  position: absolute;
  font-size: 0;
  border: 0;
  padding: 0;
  z-index: 3;
  background-color: transparent;
  color: #e1e1e1;
  margin: auto;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev:before,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next:before {
  font-family: Fontawesome;
  font-size: 18px;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev:hover,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next:hover {
  background: #252525;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev:hover:before,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next:hover:before {
  color: #fff;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev {
  left: -10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #777;
  text-align: center;
  border-radius: 50%;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev:before {
  content: "\f104";
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next {
  right: -10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #777;
  text-align: center;
  border-radius: 50%;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next:before {
  content: "\f105";
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive-thumbnail.slick-vertical {
  width: 23%;
  float: left;
  margin-right: 1%;
  padding: 14px 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive-thumbnail.slick-vertical .slick-list {
  margin: -2px 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive-thumbnail.slick-vertical .slick-list .slick-track .item-thumbnail-product .thumbnail-wrapper {
  margin: 2px 0;
  padding: 0 1px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive-thumbnail.slick-vertical .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive-thumbnail.slick-vertical .slick-next {
  left: 0;
  right: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive-thumbnail.slick-vertical .slick-prev:before,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive-thumbnail.slick-vertical .slick-next:before {
  font-size: 18px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive-thumbnail.slick-vertical .slick-prev {
  top: -25px;
  bottom: auto;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive-thumbnail.slick-vertical .slick-prev:before {
  content: "\f106";
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive-thumbnail.slick-vertical .slick-next {
  bottom: -25px;
  top: auto;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive-thumbnail.slick-vertical .slick-next:before {
  content: "\f107";
}
.rtl .product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive-thumbnail.slick-vertical {
  float: right;
  margin-right: 0;
  margin-left: 1%;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive.slick-slider {
  width: 76%;
  float: left;
}
.product_detail .content_product_detail .product_title {
  font-size: 26px;
  position: relative;
  color: #262e31;
  margin-bottom: 30px;
}
.product_detail .content_product_detail .product_title:after {
  content: "";
  background: #e1e1e1;
  height: 1px;
  width: 30px;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.rtl .product_detail .content_product_detail .product_title:after {
  left: auto;
  right: 0;
}
.product_detail .content_product_detail .reviews-content {
  margin-bottom: 5px;
}
.product_detail .content_product_detail .reviews-content .woocommerce-review-link {
  display: none;
}
.product_detail .content_product_detail .price-content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.product_detail .content_product_detail .price-content .price {
  font-size: 30px;
}
.product_detail .content_product_detail .price-content .price del {
  font-size: 18px;
  color: #98a4a9;
  margin-top: 10px;
  text-decoration: line-through;
}
.product_detail .content_product_detail .product-stock {
  margin-bottom: 15px;
  color: #f99d1c;
}
.product_detail .content_product_detail .sku_wrapper {
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  color: #111;
}
.product_detail .content_product_detail .sku_wrapper .sku {
  color: #f99d1c;
  padding: 0 5px;
}
.product_detail .content_product_detail .product-description {
  line-height: 22px;
  color: #747474;
  margin-bottom: 30px;
}
.product_detail .content_product_detail .product-description h2 {
  font-size: 16px;
}
.product_detail .content_product_detail .social-share {
  line-height: 20px;
  padding-bottom: 22px;
  padding-top: 22px;
  border-top: 1px solid #ddd;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.product_detail .content_product_detail .social-share .share-title {
  text-transform: capitalize;
  padding-right: 20px;
  font-size: 16px;
}
.rtl .product_detail .content_product_detail .social-share .share-title {
  padding-left: 20px;
  padding-right: 0;
}
.product_detail .content_product_detail .social-share a {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  color: #898989;
  font-size: 18px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.product_detail .content_product_detail .social-share a:hover {
  color: #222222;
}
.product_detail .content_product_detail .product-summary-bottom {
  margin-bottom: 10px;
  padding-top: 25px;
  border-top: 1px solid #ddd;
}
.product_detail .content_product_detail .product-summary-bottom .cart {
  margin-bottom: 0;
}
.product_detail .content_product_detail .product-summary-bottom .cart .quantity {
  position: relative;
  margin-top: 7px;
  margin-right: 50px;
}
.rtl .product_detail .content_product_detail .product-summary-bottom .cart .quantity {
  float: right;
  margin-left: 50px;
  margin-right: 0;
}
.product_detail .content_product_detail .product-summary-bottom .cart .quantity input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-color: #fff;
  width: 40px;
}
.product_detail .content_product_detail .product-summary-bottom .cart .quantity input[type=number] {
  -moz-appearance: textfield;
}
.product_detail .content_product_detail .product-summary-bottom .cart .quantity input::-webkit-outer-spin-button,
.product_detail .content_product_detail .product-summary-bottom .cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product_detail .content_product_detail .product-summary-bottom .cart .quantity .minus,
.product_detail .content_product_detail .product-summary-bottom .cart .quantity .plus {
  position: absolute;
  height: 20px;
  line-height: 20px;
  left: 100%;
  color: #ddd;
  font-size: 0;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  z-index: 3;
  border: 0;
  border-right: 1px solid #ddd;
}
.product_detail .content_product_detail .product-summary-bottom .cart .quantity .minus:hover,
.product_detail .content_product_detail .product-summary-bottom .cart .quantity .plus:hover {
  color: #fff;
}
.rtl .product_detail .content_product_detail .product-summary-bottom .cart .quantity .minus,
.rtl .product_detail .content_product_detail .product-summary-bottom .cart .quantity .plus {
  left: auto;
  right: 100%;
  border-right: 0;
  border-left: 1px solid #ddd;
}
.product_detail .content_product_detail .product-summary-bottom .cart .quantity .minus {
  bottom: 0px;
  background-image: url('../assets/img/icon-arrow-bottom.png');
  border-bottom: 1px solid #ddd;
}
.product_detail .content_product_detail .product-summary-bottom .cart .quantity .plus {
  top: 0;
  background-image: url('../assets/img/icon-arrow-top.png');
  border-top: 1px solid #ddd;
}
.product_detail .content_product_detail .product-summary-bottom .cart .quantity:before {
  content: "Qty";
  line-height: 40px;
  font-size: 16px;
  margin: 0 5px;
  color: #444444;
}
.product_detail .content_product_detail .product-summary-bottom .cart .quantity input {
  margin-bottom: 0;
  border: 0;
  text-align: center;
  text-indent: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.product_detail .content_product_detail .product-summary-bottom .cart .quantity input.qty {
  padding: 0;
  height: 41px;
  line-height: 40px;
  border: 1px solid #ddd;
}
.product_detail .content_product_detail .product-summary-bottom .cart .group_table {
  margin-bottom: 25px;
  width: 100%;
}
.product_detail .content_product_detail .product-summary-bottom .cart .group_table .label {
  display: table-cell;
}
.product_detail .content_product_detail .product-summary-bottom .cart .group_table tbody tr {
  border-color: #ddd;
}
.product_detail .content_product_detail .product-summary-bottom .cart .group_table tbody tr td label {
  margin-bottom: 0;
  font-weight: normal;
}
.product_detail .content_product_detail .product-summary-bottom .cart .group_table tbody tr td .quantity {
  margin-top: 0;
  width: 40px;
}
.product_detail .content_product_detail .product-summary-bottom .cart .group_table tbody tr td .quantity .minus {
  bottom: 0;
}
.product_detail .content_product_detail .product-summary-bottom .cart .group_table tbody tr td .quantity:before {
  display: none;
}
.product_detail .content_product_detail .product-summary-bottom .cart .group_table tbody tr td.label {
  white-space: normal;
}
.product_detail .content_product_detail .product-summary-bottom .cart .group_table .price {
  font-size: 24px;
  color: #444;
}
.product_detail .content_product_detail .product-summary-bottom .cart .group_table .price span >.amount,
.product_detail .content_product_detail .product-summary-bottom .cart .group_table .price del {
  color: #262e31;
  text-decoration: none;
  opacity: 1;
}
.product_detail .content_product_detail .product-summary-bottom .cart .group_table .price ins {
  margin: 0 10px;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 14px;
}
.product_detail .content_product_detail .product-summary-bottom .cart .clear {
  display: none;
}
.product_detail .content_product_detail .product-summary-bottom .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price {
  color: #cccccc;
  display: inline-table;
}
.product_detail .content_product_detail .product-summary-bottom .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price span >.amount,
.product_detail .content_product_detail .product-summary-bottom .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price del,
.product_detail .content_product_detail .product-summary-bottom .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price >.amount {
  color: #262e31;
  font-size: 18px;
  float: none;
  text-decoration: line-through;
}
.product_detail .content_product_detail .product-summary-bottom .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price ins {
  margin: 0 10px 0 0;
  text-decoration: none;
  color: #262e31;
}
.rtl .product_detail .content_product_detail .product-summary-bottom .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price ins {
  margin: 0 0 0 10px;
}
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist {
  margin: 0;
  float: left;
}
.rtl .product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist {
  float: right;
}
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f004";
}
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a,
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a {
  background-color: #f99d1c;
}
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a:before,
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #fff;
}
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a:hover,
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a:hover {
  opacity: 0.8;
}
.product_detail .content_product_detail .product-summary-bottom .clear {
  display: none;
}
.product_detail .content_product_detail .product-summary-bottom .compare-button {
  float: left;
}
.rtl .product_detail .content_product_detail .product-summary-bottom .compare-button {
  float: right;
}
.product_detail .content_product_detail .product-summary-bottom .compare-button a:before {
  content: "\f0ec";
}
.product_detail .content_product_detail .product-summary-bottom .add_to_cart_button,
.product_detail .content_product_detail .product-summary-bottom .product_type_external,
.product_detail .content_product_detail .product-summary-bottom .product_type_grouped,
.product_detail .content_product_detail .product-summary-bottom .single_add_to_cart_button,
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.product_detail .content_product_detail .product-summary-bottom .compare-button a {
  font-weight: 500;
  height: 45px;
  line-height: 45px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  min-width: 45px;
  float: left;
  margin: 5px 3px;
  border-radius: 0;
  border: 1px #c3c3c3 solid;
  background: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.product_detail .content_product_detail .product-summary-bottom .add_to_cart_button:before,
.product_detail .content_product_detail .product-summary-bottom .product_type_external:before,
.product_detail .content_product_detail .product-summary-bottom .product_type_grouped:before,
.product_detail .content_product_detail .product-summary-bottom .single_add_to_cart_button:before,
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.product_detail .content_product_detail .product-summary-bottom .compare-button a:before {
  font-family: fontawesome;
  font-size: 14px;
  color: #c3c3c3;
  position: absolute;
  left: 15px;
}
.product_detail .content_product_detail .product-summary-bottom .add_to_cart_button:hover,
.product_detail .content_product_detail .product-summary-bottom .product_type_external:hover,
.product_detail .content_product_detail .product-summary-bottom .product_type_grouped:hover,
.product_detail .content_product_detail .product-summary-bottom .single_add_to_cart_button:hover,
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.product_detail .content_product_detail .product-summary-bottom .compare-button a:hover {
  background-color: #f99d1c;
  color: #fff;
}
.product_detail .content_product_detail .product-summary-bottom .add_to_cart_button:hover:before,
.product_detail .content_product_detail .product-summary-bottom .product_type_external:hover:before,
.product_detail .content_product_detail .product-summary-bottom .product_type_grouped:hover:before,
.product_detail .content_product_detail .product-summary-bottom .single_add_to_cart_button:hover:before,
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.product_detail .content_product_detail .product-summary-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.product_detail .content_product_detail .product-summary-bottom .compare-button a:hover:before {
  color: #fff;
}
.product_detail .content_product_detail .product-summary-bottom .add_to_cart_button,
.product_detail .content_product_detail .product-summary-bottom .product_type_external,
.product_detail .content_product_detail .product-summary-bottom .product_type_grouped,
.product_detail .content_product_detail .product-summary-bottom .single_add_to_cart_button {
  border: 1px transparent solid;
  min-width: 45px;
  padding: 0 35px 0 35px;
  font-size: 15px;
  background: #f99d1c !important;
  color: #fff;
  text-transform: capitalize;
}
.product_detail .content_product_detail .product-summary-bottom .add_to_cart_button:hover,
.product_detail .content_product_detail .product-summary-bottom .product_type_external:hover,
.product_detail .content_product_detail .product-summary-bottom .product_type_grouped:hover,
.product_detail .content_product_detail .product-summary-bottom .single_add_to_cart_button:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.product_detail .content_product_detail .single-buynow .add_to_cart_button,
.product_detail .content_product_detail .single-buynow .product_type_external,
.product_detail .content_product_detail .single-buynow .product_type_grouped,
.product_detail .content_product_detail .single-buynow .single_add_to_cart_button {
  border-radius: 2px;
  text-transform: uppercase;
  color: #f99d1c !important;
  font-weight: normal;
  border: 1px solid #f99d1c;
  height: 39px;
  margin-top: 8px;
  line-height: 39px;
  background-color: #fff !important;
  padding: 0 15px;
}
.product_detail .content_product_detail .single-buynow .add_to_cart_button:hover,
.product_detail .content_product_detail .single-buynow .product_type_external:hover,
.product_detail .content_product_detail .single-buynow .product_type_grouped:hover,
.product_detail .content_product_detail .single-buynow .single_add_to_cart_button:hover {
  color: #f99d1c !important;
  background-color: #fff !important;
}
.product_detail .content_product_detail .single-buynow .button-buynow {
  background: #f99d1c;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  text-transform: uppercase;
  margin: 0 7px;
  border: 1px solid #f99d1c;
  height: 39px;
  margin-top: 8px;
  line-height: 39px;
}
.product_detail .content_product_detail .single-buynow .button-buynow:hover {
  background: #802a2e;
}
.product_detail .content_product_detail .single-buynow .button-buynow.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.7;
}
.product_detail .content_product_detail .single-buynow .single-product-addcart {
  margin: 15px 0 0;
  display: flex;
}
.product_detail .content_product_detail .single-buynow .single-product-addcart:after {
  height: 0;
  clear: both;
  content: " ";
  font-size: 0;
  min-height: 0;
  display: block;
  visibility: hidden;
}
.product_detail .content_product_detail .single-buynow .single-product-addcart .yith-wcwl-add-to-wishlist,
.product_detail .content_product_detail .single-buynow .single-product-addcart .compare-button,
.product_detail .content_product_detail .single-buynow .single-product-addcart .group {
  width: auto;
  height: auto;
  border: 0;
  line-height: normal;
}
.product_detail .content_product_detail .single-buynow .single-product-addcart .yith-wcwl-add-to-wishlist:before,
.product_detail .content_product_detail .single-buynow .single-product-addcart .compare-button:before,
.product_detail .content_product_detail .single-buynow .single-product-addcart .group:before {
  display: none;
}
.product_detail .content_product_detail .single-buynow .single-product-addcart .yith-wcwl-add-to-wishlist:hover,
.product_detail .content_product_detail .single-buynow .single-product-addcart .compare-button:hover,
.product_detail .content_product_detail .single-buynow .single-product-addcart .group:hover {
  background: none;
}
.product_detail .content_product_detail .single-buynow .single-product-addcart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.product_detail .content_product_detail .single-buynow .single-product-addcart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product_detail .content_product_detail .single-buynow .single-product-addcart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.product_detail .content_product_detail .single-buynow .single-product-addcart a.compare {
  border: 0;
  font-size: 12px;
  color: #333;
  margin: 0;
  opacity: 1;
  height: auto;
  line-height: normal;
  text-transform: capitalize;
  font-weight: normal;
}
.product_detail .content_product_detail .single-buynow .single-product-addcart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.product_detail .content_product_detail .single-buynow .single-product-addcart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product_detail .content_product_detail .single-buynow .single-product-addcart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.product_detail .content_product_detail .single-buynow .single-product-addcart a.compare:before {
  content: "\f004";
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 10px;
  margin-left: 2px;
  display: inline-block;
  vertical-align: middle;
  position: static;
  color: #333;
}
.product_detail .content_product_detail .single-buynow .single-product-addcart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.product_detail .content_product_detail .single-buynow .single-product-addcart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.product_detail .content_product_detail .single-buynow .single-product-addcart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.product_detail .content_product_detail .single-buynow .single-product-addcart a.compare:hover {
  background: none;
  color: #f99d1c;
}
.product_detail .content_product_detail .single-buynow .single-product-addcart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.product_detail .content_product_detail .single-buynow .single-product-addcart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.product_detail .content_product_detail .single-buynow .single-product-addcart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.product_detail .content_product_detail .single-buynow .single-product-addcart a.compare:hover:before {
  color: #f99d1c;
}
.product_detail .content_product_detail .single-buynow .single-product-addcart a.compare {
  margin: 0 15px;
}
.product_detail .content_product_detail .single-buynow .single-product-addcart a.compare:before {
  content: "\f074";
}
.single-product >.tabs {
  padding: 24px 0;
  margin-bottom: 30px;
  margin-top: 60px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.single-product >.tabs .tabbable {
  text-align: center;
}
.single-product >.tabs .tabbable .nav.nav-tabs {
  display: inline-block;
  margin: 0 0 30px;
  background-color: transparent;
  border-bottom: 0;
}
.single-product >.tabs .tabbable .nav.nav-tabs li {
  border: 0;
  position: relative;
  padding: 0 25px;
}
.single-product >.tabs .tabbable .nav.nav-tabs li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 25px;
  top: 7px;
  right: 0;
  background: #e1e1e1;
}
.rtl .single-product >.tabs .tabbable .nav.nav-tabs li:before {
  right: auto;
  left: 0;
}
.single-product >.tabs .tabbable .nav.nav-tabs li:last-child:before {
  display: none;
}
.single-product >.tabs .tabbable .nav.nav-tabs li:first-child {
  padding-left: 0;
}
.rtl .single-product >.tabs .tabbable .nav.nav-tabs li:first-child {
  padding-left: 25px;
  padding-right: 0;
}
.single-product >.tabs .tabbable .nav.nav-tabs li a {
  border: 0;
  font-weight: normal;
  font-size: 30px;
  font-family: 'LoraItalic';
  text-transform: capitalize;
  padding: 0;
  color: #747474;
  background-color: transparent;
}
.rtl .single-product >.tabs .tabbable .nav.nav-tabs li a {
  display: inline-block;
  direction: ltr;
}
.single-product >.tabs .tabbable .nav.nav-tabs li.active a,
.single-product >.tabs .tabbable .nav.nav-tabs li:hover a {
  background-color: transparent;
  color: #252525;
}
.single-product >.tabs .tabbable .tab-content {
  text-align: left;
}
.rtl .single-product >.tabs .tabbable .tab-content {
  text-align: right;
}
.single-product >.tabs .tabbable .tab-content .tab-pane {
  line-height: 24px;
  color: #747474;
}
.single-product >.tabs .tabbable .tab-content .tab-pane h2 {
  font-size: 16px;
  color: #252525;
  text-transform: uppercase;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #reply-title {
  font-size: 14px !important;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #reviews {
  color: #333;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #reviews .form-submit .submit {
  padding: 12px 30px !important;
  overflow: hidden;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #reviews .form-submit .submit:hover {
  background-color: #f99d1c !important;
}
.variations {
  margin-bottom: 10px;
}
.variations tr {
  margin-bottom: 15px;
  border-bottom: 0;
  height: 50px;
  vertical-align: middle;
}
.variations tr td.label {
  display: table-cell;
  text-align: left;
}
.rtl .variations tr td.label {
  text-align: right;
}
.variations tr td.label label {
  color: #252525;
  line-height: 40px;
  font-weight: normal !important;
  text-transform: capitalize;
  padding: 0;
  font-size: 16px;
}
.variations tr td.value {
  padding: 0;
}
.variations tr td.value select {
  max-width: 320px;
  width: 100%;
  text-indent: 10px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0;
  text-transform: capitalize;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.variations tr td.value select option {
  text-transform: capitalize;
}
.variations tr td.value select:focus {
  outline-offset: 0;
  outline: -webkit-focus-ring-color auto 0;
}
.rtl .variations tr td.value select {
  direction: rtl;
  text-align: right;
}
.variations tr td.value select::-ms-expand {
  display: none;
}
.variations tr .reset_variations {
  margin: 10px 0;
  text-align: center;
  color: #fc2a2a;
}
.bottom-single-product .sw_related_upsell_widget .product-ur .tabbable.tabs {
  text-align: center;
}
.bottom-single-product .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs {
  display: inline-block;
  vertical-align: top;
  border-bottom: 0;
  background-color: transparent;
}
.bottom-single-product .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li {
  position: relative;
  padding: 0 25px;
  border: 0;
}
.bottom-single-product .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  top: 7px;
  right: 0;
  background: #e1e1e1;
}
.rtl .bottom-single-product .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:before {
  right: auto;
  left: 0;
}
.bottom-single-product .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:last-child:before {
  display: none;
}
.bottom-single-product .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li.active {
  border: 0;
  background-color: transparent;
}
.bottom-single-product .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li.active a {
  color: #252525;
}
.bottom-single-product .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li a {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #747474;
  font-size: 30px;
  font-family: 'LoraItalic';
  text-transform: capitalize;
}
.bottom-single-product .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li a:hover {
  color: #252525;
}
.bottom-single-product .sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.bottom-single-product .sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane .responsive-slider {
  -webkit-transform: translate(0,80px);
  -moz-transform: translate(0,80px);
  -o-transform: translate(0,80px);
  -ms-transform: translate(0,80px);
  transform: translate(0,80px);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.bottom-single-product .sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane .responsive-slider .box-slider-title p {
  font-family: 'LoraItalic';
}
.bottom-single-product .sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane.active {
  height: auto;
  overflow: visible;
}
.bottom-single-product .sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane.active .responsive-slider {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}
.bottom-single-product .sw_related_upsell_widget .sw-woo-container-slider {
  margin-bottom: 45px;
}
.bottom-single-product .sw_related_upsell_widget .sw-woo-container-slider .resp-slider-container .box-slider-title h2 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.bottom-single-product .sw_related_upsell_widget .sw-woo-container-slider .resp-slider-container .box-slider-title p {
  margin-bottom: 35px;
}
.sw-custom-variation input[type="radio"] {
  display: none;
}
.sw-custom-variation .sw-radio-variation {
  margin: 0 2px;
  border: 1px solid #dedede;
}
.sw-custom-variation .sw-radio-variation span {
  display: block;
  line-height: 30px;
  min-width: 30px;
  padding: 0 5px;
  text-align: center;
  min-height: 30px;
  cursor: pointer;
  font-size: 12px;
  position: relative;
}
.sw-custom-variation .sw-radio-variation span.variation-color {
  text-indent: -9999px;
  margin: 1px;
}
.sw-custom-variation .sw-radio-variation.selected {
  border-color: #f99d1c;
}
.sw-custom-variation .sw-radio-variation.selected span {
  background: #f99d1c;
  color: #fff;
}
.sw-custom-variation .sw-radio-variation.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .7;
  filter: alpha(opacity=70);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.sw-custom-variation .sw-radio-variation.disabled span:before {
  content: '';
  position: absolute;
  width: 1px;
  background: #f99d1c;
  height: 44px;
  transform: rotate(45deg);
  top: -7px;
  right: 15px;
  opacity: 1;
}
.woocommerce-variation.single_variation > p {
  color: #e20000;
}
.fancybox-wrap .fancybox-outer {
  background-color: #fff;
}
.fancybox-wrap .fancybox-outer .product_detail .content_product_detail .product-summary-bottom .cart .quantity {
  margin-right: 10px;
}
.rtl .fancybox-wrap .fancybox-outer .product_detail .content_product_detail .product-summary-bottom .cart .quantity {
  margin-right: 0;
  margin-left: 10px;
}
.quickview-container.woocommerce {
  padding-top: 15px;
}
.wrapper_404 {
  background: url('../assets/img/page-404.jpg') no-repeat center center;
  background-size: cover;
  text-align: center;
  margin-top: 0;
}
.wrapper_404 .page-404 .content_404 {
  padding: 600px 0 120px 0;
}
.wrapper_404 .page-404 .content_404 .block-top {
  margin-bottom: 30px;
}
.wrapper_404 .page-404 .content_404 .block-top h1 {
  text-indent: -9999px;
}
.wrapper_404 .page-404 .content_404 .block-top .warning-code {
  font-size: 38px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.wrapper_404 .page-404 .content_404 .block-bottom .custom-font {
  color: #fff;
  display: inline-block;
  margin: 0 30px;
  font-size: 20px;
  font-weight: bold;
}
.wrapper_404 .page-404 .content_404 .block-bottom .btn-404 {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  text-transform: capitalize;
  background: #f99d1c;
  width: 225px;
  height: 65px;
  line-height: 65px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper_404 .page-404 .content_404 .block-bottom .btn-404:hover {
  background: #e58d13;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .wrapper_404 .page-404 {
    padding: 50px 0;
  }
  .wrapper_404 .page-404 .content_404 {
    padding: 330px 0 100px 0;
  }
  .wrapper_404 .page-404 .content_404 .block-top .warning-code {
    font-size: 28px;
  }
  .wrapper_404 .page-404 .content_404 .block-bottom .custom-font {
    font-size: 14px;
  }
  .wrapper_404 .page-404 .content_404 .block-bottom .btn-404 {
    font-size: 14px;
    width: 140px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .wrapper_404 {
    margin-top: 0;
    padding: 100px 0;
  }
}
@media (max-width: 640px) {
  .wrapper_404 {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .wrapper_404 .page-404 .content_404 {
    padding: 260px 0 100px 0;
  }
  .wrapper_404 .page-404 .content_404 .block-top .warning-code {
    font-size: 20px;
  }
  .wrapper_404 .page-404 .content_404 .block-bottom .custom-font {
    font-weight: normal;
    line-height: 30px;
  }
}
@media (max-width: 360px) {
  .wrapper_404 .page-404 .content_404 {
    padding: 50px 0;
  }
  .wrapper_404 .page-404 .content_404 .block-top {
    margin-bottom: 90px;
  }
  .wrapper_404 .page-404 .content_404 .block-top .warning-code {
    display: none;
  }
}
.sw_paradise_social {
  text-align: center;
  line-height: 19px;
}
.sw_paradise_social .main-social {
  margin: 0 auto;
  list-style-type: none;
}
.sw_paradise_social .main-social li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.sw_paradise_social .main-social li a {
  color: #999999;
  font-size: 16px;
}
.sw_paradise_social .main-social li a:hover {
  color: #f99d1c;
}
.sw_paradise_cart .top-form-minicart .top-minicart-icon {
  position: relative;
}
.sw_paradise_cart .top-form-minicart .top-minicart-icon:before {
  content: "";
  position: absolute;
  top: 110%;
  right: 50%;
  margin-right: -5px;
  margin-top: -10px;
  border-width: 5px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #f99d1c;
  border-style: solid;
  visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
}
.sw_paradise_cart .top-form-minicart .wrapp-minicart {
  min-width: 325px;
  width: 100%;
  border: 1px #eee solid;
  background-color: #fff;
  position: absolute;
  top: 110%;
  right: 10%;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
}
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding {
  position: relative;
  z-index: 1;
  box-shadow: 2px 2px 1px 0 #ccc;
}
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .bl-it-pr {
  text-align: left;
  padding: 10px 0 0 20px;
}
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .bl-it-pr i {
  color: #f99d1c;
  font-style: inherit;
}
.rtl .sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .bl-it-pr {
  text-align: right;
  padding: 10px 20px 0 0;
}
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .minicart-content {
  margin: 0;
  list-style-type: none;
  max-height: 295px;
  overflow-x: auto;
  overflow-y: visible;
  padding: 15px 15px 0;
}
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .product-image {
  float: left;
  margin-right: 1px;
}
.rtl .sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .product-image {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .detail-item .product-details {
  position: relative;
  padding: 15px 15px 0 0;
  text-align: center;
}
.rtl .sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .detail-item .product-details {
  padding: 15px 0 0 15px;
}
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .detail-item .product-details .title-item {
  color: #262e31;
  font-size: 14px;
  position: relative;
  text-transform: capitalize;
}
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .detail-item .product-details .title-item:after {
  content: "";
  background: #e7edf0;
  height: 1px;
  width: 30px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -15px;
}
.rtl .sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .detail-item .product-details .title-item:after {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -15px;
}
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .detail-item .product-details .title-item:hover {
  color: #f99d1c;
}
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .detail-item .product-details .product-price .price,
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .detail-item .product-details .product-price .qty {
  display: inline-block;
  vertical-align: top;
}
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .detail-item .product-details .product-price .qty >span {
  display: inline-block;
}
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .detail-item .product-details .product-price .price {
  color: #262e31;
}
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .detail-item .product-details .product-action .btn-remove {
  position: absolute;
  top: 10px;
  right: 0;
  color: #666666;
}
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .detail-item .product-details .product-action .btn-remove:hover {
  color: #f99d1c;
}
.rtl .sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .detail-item .product-details .product-action .btn-remove {
  right: auto;
  left: 0;
}
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .detail-item .product-details .product-action .btn-edit {
  position: absolute;
  top: 30px;
  right: 0;
  color: #666666;
}
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .detail-item .product-details .product-action .btn-edit:hover {
  color: #f99d1c;
}
.rtl .sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .minicart-content li .detail-item .product-details .product-action .btn-edit {
  right: auto;
  left: 0;
}
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .cart-checkout {
  padding: 10px 20px 30px;
}
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .cart-checkout .price-total {
  margin-bottom: 25px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .cart-checkout .price-total .label-price-total {
  float: left;
  text-transform: capitalize;
  color: #545454;
}
.rtl .sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .cart-checkout .price-total .label-price-total {
  float: right;
}
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .cart-checkout .price-total .price-total-w {
  float: right;
  color: #f99d1c;
  font-size: 16px;
}
.rtl .sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .cart-checkout .price-total .price-total-w {
  float: left;
}
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .cart-checkout .cart-links {
  margin: 0 15px;
}
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .cart-checkout .cart-links .cart-link,
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .cart-checkout .cart-links .checkout-link {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 5px;
  float: left;
  text-align: center;
}
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .cart-checkout .cart-links .cart-link a,
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .cart-checkout .cart-links .checkout-link a {
  display: inline-block;
  vertical-align: top;
  height: 35px;
  line-height: 35px;
  background-color: #222222;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .cart-checkout .cart-links .cart-link a:hover,
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .cart-checkout .cart-links .checkout-link a:hover {
  background-color: #f99d1c;
}
.rtl .sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .cart-checkout .cart-links .cart-link,
.rtl .sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .cart-checkout .cart-links .checkout-link {
  float: right;
}
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .cart-checkout .cart-links .cart-link a {
  background: #f99d1c;
}
.sw_paradise_cart .top-form-minicart .wrapp-minicart .minicart-padding .cart-checkout .cart-links .cart-link a:hover {
  background: #e58d13;
}
.rtl .sw_paradise_cart .top-form-minicart .wrapp-minicart {
  right: auto;
  left: 10%;
}
.sw_paradise_cart .top-form-minicart:hover .top-minicart-icon:before {
  top: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.sw_paradise_cart .top-form-minicart:hover .wrapp-minicart {
  visibility: visible;
  top: 100%;
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .sw_paradise_cart .top-form-minicart:hover .wrapp-minicart {
  right: auto;
  left: 0;
}
.woocommerce a.added_to_cart,
.added_to_cart.wc-forward {
  display: none;
}
.item-price {
  font-size: 18px;
  color: #cccccc;
  display: inline-table;
}
.item-price span >.amount,
.item-price del,
.item-price >.amount {
  color: #262e31;
  text-decoration: none;
}
.item-price ins {
  margin: 0 10px;
  text-decoration: none;
  float: left;
  color: #262e31;
}
.rtl .item-price ins {
  float: right;
}
.woocommerce span.onsale,
.onsale {
  padding: 0;
  font-weight: normal;
  position: absolute;
  top: 10px;
  left: 10px;
  text-transform: capitalize;
  color: #fff;
  width: 54px;
  height: 54px;
  line-height: 54px;
  z-index: 1;
  font-size: 12px;
  text-align: center;
  background: url('../assets/img/icon_sale.png') no-repeat;
}
.rtl .woocommerce span.onsale,
.rtl .onsale {
  left: auto;
  right: 10px;
}
.item-wrap .item-detail,
.item-wrap2 .item-detail {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.item-wrap .item-detail .products-thumb,
.item-wrap2 .item-detail .products-thumb {
  position: relative;
  overflow: hidden;
  margin: 0 0 50px 0;
}
.item-wrap .item-detail .products-thumb .product-thumb-hover .wp-post-image,
.item-wrap2 .item-detail .products-thumb .product-thumb-hover .wp-post-image {
  opacity: 1;
  filter: alpha(opacity=100);
}
.item-wrap .item-detail .products-thumb .product-thumb-hover .hover-image,
.item-wrap2 .item-detail .products-thumb .product-thumb-hover .hover-image {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.item-wrap:hover .item-detail .products-thumb .product-thumb-hover .wp-post-image,
.item-wrap2:hover .item-detail .products-thumb .product-thumb-hover .wp-post-image {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.item-wrap:hover .item-detail .products-thumb .product-thumb-hover .hover-image,
.item-wrap2:hover .item-detail .products-thumb .product-thumb-hover .hover-image {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.border-tp {
  border-top: 1px solid #ddd;
  margin-top: 95px;
  overflow: visible !important;
}
.border-tp .order-title {
  margin-top: -20px;
}
.order-desc {
  font-family: 'BitterRegular';
  font-size: 16px;
  color: rgba(1,1,1,0.4);
}
.gallery {
  margin: 0 -3px;
}
.gallery .gallery-item {
  float: left;
  padding: 0 3px;
}
.gallery.gallery-columns-2 >li,
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
  float: left;
}
.gallery.gallery-columns-2 >li:nth-child(2n + 1),
.gallery.gallery-columns-2 .gallery-item:nth-child(2n + 1) {
  clear: both;
}
.gallery.gallery-columns-3 >li,
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33%;
  float: left;
}
.gallery.gallery-columns-3 >li:nth-child(3n + 1),
.gallery.gallery-columns-3 .gallery-item:nth-child(3n + 1) {
  clear: both;
}
.gallery.gallery-columns-4 >li,
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
  float: left;
}
.gallery.gallery-columns-4 >li:nth-child(4n + 1),
.gallery.gallery-columns-4 .gallery-item:nth-child(4n + 1) {
  clear: both;
}
.gallery.gallery-columns-5 >li,
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
  float: left;
}
.gallery.gallery-columns-5 >li:nth-child(5n + 1),
.gallery.gallery-columns-5 .gallery-item:nth-child(5n + 1) {
  clear: both;
}
.entry-summary table {
  margin-bottom: 30px;
}
.entry-summary table th,
.entry-summary table td {
  padding: 6px 20px 6px 0;
}
.entry-summary dl dd {
  margin-bottom: 20px;
}
.footer.default {
  background: #F4F4F4;
}
.footer.default .socials-newsletter {
  border: 1px #e6e6e6 solid;
  border-width: 1px 0;
  background: #fff;
}
.footer.default .socials-newsletter .socials-top {
  margin: 0;
}
.footer.default .socials-newsletter .socials-top .socials-footer ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
}
.footer.default .socials-newsletter .socials-top .socials-footer ul li {
  float: left;
}
.rtl .footer.default .socials-newsletter .socials-top .socials-footer ul li {
  float: right;
}
.footer.default .socials-newsletter .socials-top .socials-footer ul li a {
  display: block;
  height: 60px;
  width: 70px;
  text-align: center;
  font-size: 17px;
  color: #898989;
  border-right: 1px solid #e6e6e6;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl .footer.default .socials-newsletter .socials-top .socials-footer ul li a {
  border-left: 1px #e6e6e6 solid;
  border-right: 0;
}
.footer.default .socials-newsletter .socials-top .socials-footer ul li a:hover {
  background: #f99d1c;
  color: #fff;
}
.footer.default .socials-newsletter .socials-top .socials-footer ul li:first-child a {
  border-left: 1px solid #e6e6e6;
}
.rtl .footer.default .socials-newsletter .socials-top .socials-footer ul li:first-child a {
  border-right: 1px solid #e6e6e6;
}
.footer.default .socials-newsletter .socials-top .form-newsletter h3 {
  color: #2a2a2a;
  border-right: 1px solid #e6e6e6;
  line-height: 60px;
  float: left;
  font-size: 20px;
  margin: 0;
  width: 22%;
}
.rtl .footer.default .socials-newsletter .socials-top .form-newsletter h3 {
  border-left: 1px #e6e6e6 solid;
  border-right: 0;
  float: right;
}
.footer.default .socials-newsletter .socials-top .form-newsletter .frm-input {
  width: 78%;
  display: inline-block;
  position: relative;
  line-height: 60px;
  padding: 0 180px 0 0;
}
.rtl .footer.default .socials-newsletter .socials-top .form-newsletter .frm-input {
  padding: 0 0 0 180px;
}
.footer.default .socials-newsletter .socials-top .form-newsletter .frm-input .frm-email {
  height: 60px;
  font-size: 12px;
  border: none;
  width: 100%;
  padding-left: 20px;
  margin: 0;
}
.rtl .footer.default .socials-newsletter .socials-top .form-newsletter .frm-input .frm-email {
  padding-right: 20px;
  padding-left: 0;
}
.footer.default .socials-newsletter .socials-top .form-newsletter .frm-input .frm-submit {
  height: 60px;
  border: none;
  background: #333;
  color: #fff;
  border-radius: 0;
  width: 170px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer.default .socials-newsletter .socials-top .form-newsletter .frm-input .frm-submit:before {
  content: '\f003';
  margin-right: 10px;
}
.footer.default .socials-newsletter .socials-top .form-newsletter .frm-input .frm-submit:hover {
  background: #f99d1c;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .footer.default .socials-newsletter .socials-top .form-newsletter .frm-input .frm-submit {
  right: auto;
  left: 0;
}
.rtl .footer.default .socials-newsletter .socials-top .form-newsletter .frm-input .frm-submit:before {
  display: none;
}
.rtl .footer.default .socials-newsletter .socials-top .form-newsletter .frm-input .frm-submit:after {
  content: '\f003';
  margin-left: 10px;
}
.footer.default .socials-newsletter .socials-top .form-newsletter .mc4wp-response .mc4wp-error p {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 160px;
}
.rtl .footer.default .socials-newsletter .socials-top .form-newsletter .mc4wp-response .mc4wp-error p {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: 160px;
}
.footer.default .footer-center {
  margin: 0;
  padding: 30px 0 38px 0;
  overflow: hidden;
}
.footer.default .footer-center .logo-bottom {
  float: left;
  margin-right: 70px;
  position: relative;
}
.rtl .footer.default .footer-center .logo-bottom {
  float: right;
  margin-right: 0;
  margin-left: 70px;
}
.footer.default .footer-center .logo-bottom a img {
  width: 199px;
}
.footer.default .footer-center .logo-bottom:after {
  content: "";
  width: 1px;
  height: 40px;
  background: #d6d6d6;
  right: -35px;
  top: 15px;
  position: absolute;
}
.rtl .footer.default .footer-center .logo-bottom:after {
  right: auto;
  left: -35px;
}
.footer.default .footer-center p {
  padding-top: 15px;
  overflow: hidden;
  line-height: 23px;
}
.footer.default .footer-banner {
  background: #EBEBEB;
}
.footer.default .footer-banner .vc_column-inner {
  padding-top: 20px;
}
.footer.default .footer-banner .wpb_single_image {
  margin-bottom: 20px;
}
.footer.default .footer-copyright-h1 {
  background: #EBEBEB;
}
.footer.default .footer-copyright-h1 .footer-copyright-paypal {
  margin: 0;
  overflow: hidden;
}
.footer.default .footer-copyright-h1 .footer-copyright-paypal .copyright {
  padding: 15px 0;
  color: #343434;
}
.footer.default .footer-copyright-h1 .footer-copyright-paypal .footer-paypal {
  padding: 15px 0;
}
.footer.default .footer-copyright-h1 .footer-copyright-paypal .footer-paypal a {
  float: right;
}
.rtl .footer.default .footer-copyright-h1 .footer-copyright-paypal .footer-paypal a {
  float: left;
}
.footer.default .footer-copyright-h1 .footer-copyright-paypal .footer-paypal a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.footer.default .footer-menu {
/*   width: 20%; */
  margin-top: 5px;
}
.footer.default .footer-menu h2.widgettitle {
  font-size: 20px;
  color: #272727;
  margin-bottom: 20px;
}
.footer.default .footer-menu .about-store ul.about-list {
  list-style: none;
  margin: 0;
}
.footer.default .footer-menu .about-store ul.about-list li {
  padding: 6px 0;
}
.footer.default .footer-menu .about-store ul.about-list li i {
  font-size: 16px;
  margin-right: 25px;
  float: left;
  line-height: 20px;
}
.footer.default .footer-menu .about-store ul.about-list li i.fa-envelope {
  font-size: 13px;
}
.rtl .footer.default .footer-menu .about-store ul.about-list li i {
  margin-right: 0;
  margin-left: 25px;
  float: right;
}
.footer.default .footer-menu .about-store ul.about-list li .ab-pd {
  line-height: 20px;
  overflow: hidden;
  display: block;
}
.footer.default .footer-menu .about-store ul.about-list li.call-mail a {
  color: #f99d1c;
}
.footer.default .footer-menu .about-store ul.about-list li.call-mail a:hover {
  color: #e58d13;
}
.footer.default .footer-menu ul.menu li {
  padding: 5px 0;
}
.footer.default .footer-menu ul.menu li a {
  text-transform: capitalize;
  line-height: 20px;
}
#sw-paradise-totop {
  background-color: #777;
  bottom: 15px;
  right: 15px;
  text-align: center;
  position: fixed;
  height: 50px;
  width: 50px;
  line-height: 48px;
  z-index: 9999;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
#sw-paradise-totop:before {
  content: '\f106';
  font-family: fontawesome;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
#sw-paradise-totop:hover {
  background-color: #f99d1c;
}
.rtl #sw-paradise-totop {
  right: auto;
  left: 15px;
}

