/*Google Fonts*/

@import url('https://fonts.googleapis.com/css?family=PT+Serif+Caption|PT+Serif:400,700|Poppins:200,300,400,500,600,700,800&display=swap');
/* - General Style //---------------- */

::-moz-selection {
  background-color: #f05036;
  color: #FFF;
}

::selection {
  background-color: #f05036;
  color: #FFF;
}

body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  line-height: 24px;
  color: #5e5e5e;
  ;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

body.dark-header {
  padding-top: 82px;
}

.container {
  padding-left: 0;
  padding-right: 0;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.main {
  position: relative;
  overflow: hidden;
}

img {
  height: auto;
  max-width: 100%;
  border: none;
  outline: none;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

a, a:focus, a:active, a:link, img {
  outline: none;
  text-decoration: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #5e5e5e;
  ;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}

a:hover {
  color: #f05036;
  text-decoration: none;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}

br {
  font-size: 0;
  line-height: 0;
}

hr {
  margin-bottom: 0px;
  margin-top: 0px;
  border-top: 1px solid #e1e1e1;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0;
}

.position-r {
  position: relative;
}

.position-s {
  position: static;
}

.position-initial {
  position: initial;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p {
  color: #fff;
}

.dark-bg {
  background: #212121;
  color: #fff;
}

.gray-bg {
  background: #f5f5f5;
}

.light-gray-bg {
  background: #fafafa none repeat scroll 0 0;
}

.middle-800 p {
  display: inline-block;
  max-width: 800px;
}

.middle-580 p {
  display: inline-block;
  max-width: 580px;
}

.border-right {
  border-right: 1px solid #e1e1e1;
}

/* - Headings Style   //---------------- */

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #212121;
  font-family: 'PT Serif';
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

h1 {
  font-size: 43px;
  letter-spacing: 1px;
  line-height: 40px;
}

h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

h2.heading {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0px;
  position: relative;
}

h3 {
  font-size: 21px;
  line-height: 32px;
}

h4 {
  font-size: 17px;
  line-height: 28px;
}

h5 {
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
}

h6 {
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
}

/* - Button Style  //----------------*/

.btn, button {
  padding: 20px 20px;
  font-size: 16px;
  line-height: 16px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
}

button:focus, .btn:focus, .btn.focus {
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn.full {
  width: 100%;
  text-align: center;
}

.btn.big-width {
  padding: 13px 30px;
}

.btn.big {
  padding: 25px;
}

.btn i.fa {
  font-size: 18px;
  margin: 0 5px;
}

.btn-black {
  color: #fff;
  background: #212121;
}

.btn-black:hover {
  color: #fff;
  background: #f05036;
}

.btn-color {
  color: #fff !important;
  background: #f05036;
}

.btn-color:hover {
  color: #fff !important;
  background: #212121;
}

.btn-white {
  color: #212121;
  background: rgba(255, 255, 255, 1);
}

.btn-white:hover {
  color: #212121;
  background: #f05036;
}

.btn-sidebar-menu-dropdown {
  display: inline-block;
  color: #fff !important;
  background-color: #f05036;
  text-transform: uppercase;
  font-weight: 600;
  padding: 18px 15px;
  font-size: 20px;
  line-height: 20px;
  width: 100%;
}

.btn-sidebar-menu-dropdown:hover, .btn-sidebar-menu-dropdown:focus, .btn-sidebar-menu-dropdown:active {
  color: #fff !important;
}

/* - Form Style */

* {
  outline: none !important;
}

select {
  background: url('../img/arrow-icon.png') no-repeat scroll right 50% #fff !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e1e1e1;
  padding: 5px 24px 5px 5px;
  line-height: 18px;
}

.full select {
  width: 100%;
}

.main-form textarea {
  max-width: 100%;
}

.main-form input, .main-form textarea, .main-form select {
  background: #fff;
  padding: 8px 15px;
  width: 100%;
  border: 1px solid #e1e1e1;
  min-height: 40px;
}

.check-box label {
  color: #222;
  display: inline;
  font-size: 15px;
  font-weight: 400;
}

.checkout-section .check-box input[type="checkbox"] {
  margin: 5px 0 0;
  min-height: 1px;
  display: none;
}

.category-dropdown {
  border: 1px solid #e1e1e1;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  -webkit-border-radius: 25px 0 0 25px;
  -o-border-radius: 25px 0 0 25px;
}

.category-dropdown select {
  border: none;
  height: 45px;
  width: 250px;
  padding: 7px 24px 7px 15px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.select-dropdown fieldset {
  padding: 0;
  line-height: 0;
}

.select-dropdown .ui-state-default {
  border: none;
  background: rgba(0, 0, 0, 0) url('../img/arrow-icon.png') no-repeat scroll right 50% !important;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: #5e5e5e;
  box-shadow: none;
  display: inline-block;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.category-dropdown .ui-state-default {
  height: 38px;
}

.select-item .ui-state-default {
  margin-top: 2px;
  border: 1px solid #e1e1e1;
  padding: 5px;
}

.top-link-left.select-dropdown .ui-selectmenu-button span.ui-selectmenu-text {
  padding: 10px 0;
}

.select-dropdown .ui-selectmenu-button span.ui-selectmenu-text {
  padding: 0;
  font-weight: 400;
}

.category-dropdown .ui-selectmenu-button span.ui-selectmenu-text {
  padding-left: 15px;
  margin-top: 10px;
}

.input-box .ui-state-default {
  border: 1px solid #e1e1e1;
  padding: 10px 15px;
  width: 100% !important;
}

.ui-selectmenu-menu .ui-widget-content {
  background: #fff;
  border-top: 2px solid #f05036;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  max-height: 350px;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item {
  background: none;
  font-family: 'Poppins', sans-serif;
  color: #5e5e5e;
  font-size: 14px;
  letter-spacing: 0;
}

.ui-selectmenu-menu .ui-state-hover, .ui-selectmenu-menu .ui-widget-content .ui-state-hover, .ui-selectmenu-menu .ui-widget-header .ui-state-hover, .ui-selectmenu-menu .ui-state-focus, .ui-selectmenu-menu .ui-widget-content .ui-state-focus, .ui-selectmenu-menu .ui-widget-header .ui-state-focus {
  color: #f05036;
  font-weight: 400;
  background: #ebebeb;
}

.ui-selectmenu-menu .ui-menu .ui-state-focus, .ui-selectmenu-menu .ui-menu .ui-state-active {
  margin: 0;
}

/* - Top Bottom Style  //---------------- */

.right-side {
  float: right;
}

.left-side {
  float: left;
}

.plr-10 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.mlr_-10 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.plr-20 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.mlr_-20 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.ptb-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.p-0 {
  padding: 0px;
}

.mtb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mtb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mtb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.m-0 {
  margin: 0px;
}

/* -- Header Style -- */

.main-header {
  width: 100%;
}

.main-header.mobile {
  display: none;
}

.header-middle {
  display: inline-block;
  width: 100%;
}

.header-bottom {
  background: #212121;
  width: 100%
}

.top-right-link {
  color: #212121;
  padding: 10px 0;
}

.top-right-link ul li>a span {
  background: transparent url("../img/icon-list-menu.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 20px;
  width: 25px;
  margin-bottom: -4px;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.top-right-link ul li.login-icon a span {
  background-position: -98px -666px;
}

.top-right-link ul li.login-icon:hover a span {
  background-position: -98px -699px;
}

.top-right-link ul li.track-icon a span {
  background-position: -98px -728px;
}

.top-right-link ul li.track-icon:hover a span {
  background-position: -98px -760px;
}

.top-right-link ul li.gift-icon a span {
  background-position: -98px -792px;
}

.top-right-link ul li.gift-icon:hover a span {
  background-position: -98px -824px;
}

.top-right-link.mobile {
  display: none;
}

.top-right-link ul li.content {
  overflow: visible;
}

.header-middle hr {
  border-color: #e1e1e1;
}

.header-bottom .help-num {
  color: #ffffff;
  padding: 15px 0;
}

.header-bottom .fa.fa-phone {
  margin-right: 5px;
}

.dropdown-menu-content {
  display: none;
}

.dropdown-menu-content {
  background: #fff none repeat scroll 0 0;
  border-top: 3px solid #f05036;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  display: none;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 30px;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  width: 120px;
  z-index: 4;
}

.top-right-link ul li {
  border-right: 1px solid #e1e1e1;
  float: left;
  line-height: 17px;
  padding: 0 12px;
  position: relative;
}

.top-right-link ul li:first-child {
  padding-left: 0;
}

.top-right-link ul li:last-child {
  border-right: none;
  padding-right: 0;
}

.top-right-link ul li .dropdown-menu-content ul li {
  font-size: 14px;
  padding: 5px;
  float: none;
  border: none !important;
  width: 100%;
  padding: 10px 20px 10px 10px;
}

.top-right-link ul li .dropdown-menu-content ul li:hover {
  background: #ebebeb;
}

.top-right-link ul li .dropdown-menu-content ul li>a {
  color: #666666;
}

.top-right-link ul li .dropdown-menu-content ul li:hover a {
  color: #f05036;
}

.top-right-link ul li a {
  color: #5e5e5e;
}

.top-right-link ul li a:hover {
  color: #f05036;
}

.navbar .container {
  display: block;
}

.navbar-header {
  float: none;
}

.navbar-header .navbar-brand {
  height: auto;
  margin-top: 0 !important;
  margin-left: 0 !important;
  padding: 25px 0;
}

.navbar {
  margin-bottom: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
}

header#header {
  top: 0;
  width: 100%;
  z-index: 2;
  border: none;
  padding: 0;
  position: relative;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.header-right-part {
  margin: 26px 0;
  padding: 0 0 0 250px;
  position: relative;
}

.navbar-collapse.collapse {
  display: inline-block;
  padding-left: 0;
  width: 100%;
}

.collapsing {
  display: inline-block;
}

.navbar-collapse>ul {
  float: none !important;
  margin-bottom: -7px;
  text-align: left;
}

.header-right-link>ul>li {
  float: left;
  padding: 0 5px;
  position: relative;
  overflow: hidden;
}

.header-right-link ul li:hover {
  overflow: visible;
}

.header-right-link ul li.main-search {
  overflow: visible;
}

.search-box {
  position: relative;
}

.search-box input.input-text {
  border: 1px solid #e1e1e1;
  width: 100%;
  padding: 6px 6px 6px 10px;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  -webkit-border-radius: 0 25px 25px 0;
  -o-border-radius: 0 25px 25px 0;
  height: 40px;
}

.item-popup-details .search-box input.input-text {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
}

.search-box button.search-btn {
  background: url("../img/icon-list-menu.png") no-repeat scroll -5px -85px #f05036;
  border: none;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
}

.search-box button.search-btn:hover {
  background-color: #cb0000;
}

.header-right-link>ul>li>a {
  padding: 25px 0 29px;
  display: inline-block;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.header-right-link>ul>li>a span {
  background: url("../img/icon-list-menu.png") no-repeat scroll 0 0;
  height: 35px;
  width: 35px;
  display: inline-block;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  position: relative;
}

.header-right-link ul li.compare-icon>a span {
  background-position: -5px -231px;
}

.header-right-link ul li.compare-icon:hover>a span {
  background-position: -5px -267px;
}

.header-right-link ul li.wishlist-icon>a span {
  background-position: -5px -152px;
}

.header-right-link ul li.wishlist-icon:hover>a span {
  background-position: -5px -188px;
}

.header-right-link ul li.cart-icon>a span {
  background-position: -5px -3px;
}

.header-right-link ul li.cart-icon:hover>a span {
  background-position: -5px -39px;
}

.header-right-link ul li.cart-icon>a span small.cart-notification {
  background: #212121;
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  height: 16px;
  line-height: 15px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 5px;
  width: 16px;
}

/* Navigation Menu Style */

.navbar-nav>li>a {
  padding: 54px 18px;
  font-weight: 500;
  color: #212121;
}

.side-toggle {
  display: none;
}

.nav>li {
  position: inherit;
}

.header_search_toggle.mobile-view {
  display: none;
}

.navbar-nav>li.dropdown>a::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  border-style: solid;
  border-width: 11px;
  top: 6px;
  content: "";
  right: 33px;
  opacity: 0;
  position: relative;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.navbar-nav>li.dropdown:hover>a::after {
  opacity: 1;
}

.header-link-dropdown {
  background: #fff;
  border-top: 3px solid #f05036;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 320px;
  display: inline-block;
  right: 0;
  top: 100%;
  padding: 30px 20px 30px 30px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  z-index: 3;
}

.header-right-link>ul>li:hover .header-link-dropdown {
  opacity: 1;
}

.cart-list.link-dropdown-list {
  padding-right: 10px;
}

.header-right-link .link-dropdown-list>li {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}

.header-right-link .link-dropdown-list>li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.cart-sub-totle {
  border-top: 1px solid #e1e1e1;
  margin-top: 5px;
  margin-bottom: 0;
  padding-top: 5px;
}

.cart-dropdown .btn-color.btn {
  font-size: 15px;
  padding: 13px 20px;
  text-transform: none;
}

.nav>li .menu-label {
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  position: absolute;
  right: 15px;
  text-transform: uppercase;
  top: 10px;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.menu-label span {
  padding: 0 3px;
  color: #ffffff;
  display: inline-block;
  line-height: initial;
  text-transform: uppercase;
}

.menu-label .hot-menu {
  background: #f05036;
}

.menu-label .new-menu {
  background: #212121;
}

.sidebar-menu-dropdown {
  width: 100%;
  position: relative;
}

.sidebar-menu-dropdown>a span {
  background: url("../img/icon-list-menu.png") no-repeat scroll -63px -793px rgba(0, 0, 0, 0);
  display: inline-block;
  height: 20px;
  margin-top: -5px;
  margin-right: 20px;
  width: 22px;
}

.cat-dropdown-main .column-20per {
  height: 0;
}

.sidebar-menu-dropdown .cat-dropdown {
  display: none;
}

.cat-dropdown {
  background-color: #f7f7f7;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  width: 100%;
  z-index: 2;
  position: absolute;
}

.cat-dropdown .navbar-nav {
  float: none;
  margin: 0;
  width: 100%
}

.nav.navbar-nav {
  display: block;
}

.cat-dropdown .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.cat-dropdown .sidebar-contant ul li.level {
  float: none;
  border-bottom: 1px solid #e1e1e1;
}

.cat-dropdown .sidebar-contant ul li.level3 {
  border: none;
}

.cat-dropdown .sidebar-contant .navbar-collapse>ul>li:last-child {
  overflow: hidden !important;
  border-bottom: none;
}

.cat-dropdown .sidebar-contant ul li.level:hover {
  background-color: #f5f5f5;
}

.cat-dropdown .sidebar-contant>ul>li>a {
  color: #1f252d;
  font-size: 14px;
  padding: 10px 0 10px 20px !important;
}

.cat-dropdown .navbar-nav>li>a {
  display: inline-block;
  padding: 10px;
  margin-right: 0px;
  color: #666666;
  line-height: 24px;
  width: 100%;
  position: relative;
}

.cat-dropdown .navbar-nav>li>a i {
  font-size: 15px;
  height: 13px;
  margin-right: 10px;
  text-align: center;
  width: 14px;
}

.cat-dropdown .navbar-nav>li>a i.fa.fa-camera-retro, .cat-dropdown .navbar-nav>li>a i.fa.fa-desktop, .cat-dropdown .navbar-nav>li>a i.fa.fa-heart, .cat-dropdown .navbar-nav>li>a i.fa.fa-shopping-bag {
  font-size: 14px;
}

.cat-dropdown .sub-big-markito-menu a.page-scroll:before {
  content: "";
  font-family: FontAwesome;
  font-size: 16px;
  float: right;
  right: 10px;
}

.cat-dropdown .sidebar-contant ul li:hover>a, .cat-dropdown .sidebar-contant ul li:focus>a {
  color: #f05036;
}

.cat-dropdown .nav>li.level .big-markito-menu {
  margin-top: -44px;
  left: 100%;
}

.cat-dropdown .nav>li.level:hover .big-markito-menu {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  opacity: 1;
  top: auto;
  left: 100%;
}

.cat-dropdown .big-markito-menu.full {
  width: 80%;
}

.cat-dropdown .nav>li.level:last-child .big-markito-menu {
  right: auto;
}

.sub-menu-slider {
  width: 150px;
  height: auto;
}

.sub-menu-slider .product-item-details {
  text-align: left;
}

.sub-menu-slider .detail-inner-left ul li button {
  padding: 8px 5px 9px 3px;
}

#menu {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.cart-dropdown ul li a:hover {
  color: #f05036;
}

.cart-dropdown .cart-list li .media {
  padding-right: 25px;
  margin-top: 0;
}

.cart-dropdown .media-body span {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
}

.cart-dropdown .cart-list li .media .pull-left {
  width: 100px;
  padding-right: 20px;
}

.close-cart {
  height: 15px;
  position: absolute;
  right: 0;
  width: 15px;
}

.cart-dropdown .input-text.qty {
  border: 1px solid #e1e1e1;
  max-width: 40px;
  height: 25px;
  width: 40px;
  padding: 0 5px;
  float: left;
  text-align: center;
  margin: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.cart-dropdown .cart-price {
  font-weight: 500;
  font-size: 14px;
}

.account-link-dropdown {
  width: 280px;
}

.header-link-dropdown .dropdown-title {
  color: #f05036;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.account-link-dropdown a:hover, .account-link-dropdown a.active {
  color: #f05036;
}

.account-link-dropdown .link-dropdown-list>li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* --- big-markito-menu Style --- */

#super-menu .level3 {
  width: 100%;
}

.big-markito-menu {
  border-top: 2px solid #f05036;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  color: #a4a4a4;
  display: none;
  padding: 20px 30px;
  position: absolute;
  top: 100%;
  z-index: 2;
}

.big-markito-menu.full {
  left: 0;
  width: 100%;
}

.nav>li.level:hover .big-markito-menu {
  display: block;
}

.big-markito-menu-inner-top {
  display: inline-block;
  width: 100%;
}

.big-markito-menu .sub-list-menu-1 li.level2 {
  float: left;
  min-width: 200px;
}

.big-markito-menu .sub-list-menu-1 li.level4:last-child {
  min-width: 165px;
}

.big-markito-menu .sub-list-menu-1 li.level5:last-child {
  max-width: 150px;
}

.big-markito-menu .sub-list-menu-1 li.level2:last-child {
  min-width: 170px;
}

.big-markito-menu .sub-list-menu-1 li.level2 a img {
  min-width: 270px;
}

.big-markito-menu .sub-list-menu-1 li.level2 .product-item a img {
  min-width: 100%;
}

.big-markito-menu .level2>a {
  display: inline-block;
  margin-right: 0;
  color: #f05036;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  max-width: 100%;
}

.big-markito-menu .sub-menu-level2 li.level3>a {
  color: #666666;
  display: inline-block;
  padding: 3px 0;
  text-transform: capitalize;
}

.big-markito-menu .sub-menu-level2 li.level3>a:hover {
  color: #f05036 !important;
}

.big-markito-menu .sub-menu-level2 li.level3>a span {
  float: left;
  font-size: 9px;
  margin-right: 9px;
  margin-top: -1px;
}

.big-markito-menu-inner-top .col-md-10 {
  padding-right: 30px;
}

/* Main-Header */

.mobilemenu-content .navbar-nav li:last-child {
  position: relative;
}

.position-a.cat-dropdown-main {
  top: 0;
  width: 100%;
  z-index: 2;
}

.mobilemenu-title {
  display: none;
}

.mobilemenu-content li {
  display: inline-block;
}

.mobilemenu-content li a {
  background-color: transparent !important;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 18px 20px;
  line-height: 20px;
  display: inline-block;
  text-transform: uppercase;
}

.mobilemenu-content li a:hover {
  color: #fff !important;
}

.mobilemenu-content .big-markito-menu li a {
  font-size: 14px;
  text-transform: inherit;
  font-weight: 400;
}

#super-menu>li>a span {
  position: relative;
}

#super-menu>li>a span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: -moz-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

#super-menu>li:hover>a span:after, #super-menu li.active a span:after {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

/*----- markito-news-box-popup Start ----- */

.pop-up-subscribe-box {
  padding: 0 !important;
}

.pop-up-subscribe-box .modal-content {
  border: 0;
  border-radius: 0;
}

.pop-up-subscribe-box .modal-body {
  padding: 0;
}

.pop-up-subscribe-box .close {
  position: absolute;
  background: #ffffff;
  font-size: 30px;
  font-weight: 400;
  right: 0;
  top: 0;
  z-index: 9;
  opacity: 1;
  text-shadow: none;
  width: 40px;
  height: 40px;
}

.markito-news-box-popup .popup-news-box-inner input {
  max-width: 270px;
  padding: 16px 16px;
  background: none;
  border: 1px solid #e1e1e1;
}

.markito-news-box-popup .popup-news-box-inner .main_title {
  display: block;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.news-box-title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 15px;
  color: #212121;
}

.markito-news-box-popup .popup-news-box-inner form button {
  position: relative;
  color: #fff;
  cursor: pointer;
}

.markito-news-box-popup .popup-news-box-inner p {
  margin-bottom: 20px;
  max-width: 350px;
  display: inline-block;
  line-height: 20px;
}

.markito-news-box-popup .check-box input {
  display: none;
}

/*----- markito-news-box-popup End ----- */

/*------- markito-popup-box-2 Start --------*/

.markito-popup-box-2 {
  position: fixed;
  right: 0;
  top: 195px;
  width: 40px;
  z-index: 2;
}

.popup-box-2-inner {
  background: #ffffff;
  position: absolute;
  right: auto;
}

.markito-popup-box-2 ul li {
  background: #f05036;
  color: #fff;
  width: 100%;
  right: 0;
  padding-right: 5px;
  position: relative;
  margin-bottom: 1px;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.markito-popup-box-2 ul li.scroll {
  display: none;
}

.markito-popup-box-2 ul li:hover {
  right: calc(100% - 40px);
}

.markito-popup-box-2 a {
  display: inline-flex;
}

.markito-popup-box-2 ul li .icon-text {
  color: #fff;
  background: #f05036;
  line-height: 40px;
}

.markito-popup-box-2 .icon {
  background: rgba(0, 0, 0, 0) url("../img/icon-list-menu.png") no-repeat scroll 0 0;
  width: 40px;
  height: 35px;
  display: inline-block;
  float: left;
}

.markito-popup-box-2 ul li.categories .icon {
  background-position: -55px -785px;
}

.markito-popup-box-2 ul li.cart-icon .icon {
  background-position: -6px -343px;
}

.markito-popup-box-2 ul li.account .icon {
  background-position: -45px -192px;
}

.markito-popup-box-2 ul li.search .icon {
  background-position: -5px -85px;
}

.markito-popup-box-2 ul li.scroll .icon {
  background-position: -54px -814px;
}

.box-popup-content .modal-header {
  padding: 0;
  display: block;
  position: relative;
  text-align: left;
  border-bottom: none;
}

.box-popup-content .modal-header .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  opacity: 1;
  font-weight: 400;
  font-size: 30px;
  text-shadow: none;
}

.box-popup-content .modal-header .close:hover {
  color: #fff;
}

.list-item-popup-title {
  padding: 30px;
  border-bottom: 1px solid #e1e1e1;
  background: #212121;
}

.list-item-popup-title .main_title {
  color: #fff;
}

.item-popup-details {
  padding-right: 10px;
}

.cate-inner .level {
  border-bottom: 1px solid #e1e1e1;
}

.cate-inner .level:last-child {
  border-bottom: none;
}

.cate-inner li.level a {
  display: inline-block;
  padding: 10px 0;
  text-transform: uppercase;
}

.cate-inner li>a i {
  font-size: 15px;
  height: 13px;
  margin-right: 10px;
  text-align: center;
  width: 14px;
}

.cate-inner .level {
  position: relative;
}

.mega-sub-menu {
  display: none;
}

.cate-inner .big-markito-menu {
  position: relative;
  opacity: 1;
  padding: 0;
  visibility: visible;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.cate-inner .big-markito-menu-inner-top {
  padding-left: 15px;
}

.cate-inner span.opener {
  background: url(../img/icon-list-menu.png) no-repeat scroll 0 0;
  height: 25px;
  width: 25px;
  display: inline-block;
  position: absolute;
  right: 5px;
  cursor: pointer;
  margin-top: 10px;
  z-index: 1;
}

.cate-inner span.plus {
  background-position: -90px -378px;
}

.cate-inner span.minus {
  background-position: -90px -416px;
}

#cart_popup .cart-dropdown li {
  margin-bottom: 20px;
}

#cart_popup .cart-list li .media .pull-left {
  width: 150px;
}

#cart_popup .close-cart {
  right: 60px;
}

#account_popup .account-inner {
  text-align: center;
  padding: 30px 0;
  border: 1px solid #e1e1e1;
}

#account_popup .item-popup-details a {
  text-align: center;
  color: #ff4c3b;
}

#account_popup a:hover .account-inner {
  color: #212121;
}

#account_popup .item-popup-details .fa {
  font-size: 40px;
}

.simplebar-track {
  transition: opacity .25s ease-in-out;
  background-color: #e9edf4;
}

.simplebar-track.simplebar-vertical {
  width: 5px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar {
  width: 5px;
}

.simplebar-scrollbar::before {
  right: 0;
  left: 0;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  background: #8e8a8a;
  top: 0;
  bottom: 0;
}

/*-----markito-popup-box-2 End -----*/

/*-- 03. rs-preloader css --*/

.rs-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
}

.rs-preloader .animation-preloader {
  z-index: 1000;
}

.rs-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 5px solid #fff;
  border-top-color: #212121;
  height: 120px;
  margin: 0 auto 2.8em auto;
  width: 120px;
  text-align: center;
}

.rs-preloader .animation-preloader .txt-loading {
  font: bold 5em 'PT Serif';
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rs-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.rs-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: 'PT Serif';
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.rs-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.rs-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.rs-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.rs-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.rs-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.rs-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.rs-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.rs-preloader.dark .animation-preloader .spinner {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
}

.rs-preloader.dark .animation-preloader .txt-loading .letters-loading {
  color: rgba(255, 255, 255, 0.2);
}

.rs-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
  color: #fff;
}

.rs-preloader h4 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 5px;
  color: #212121;
  text-align: center;
}

.rs-preloader h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  color: #212121;
  text-align: center;
}

.rs-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.rs-preloader .loader .row {
  height: 100%;
}

.rs-preloader .loader .loader-section {
  padding: 0px;
}

.rs-preloader .loader .loader-section .bg {
  background-color: #f05036;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.rs-preloader .loader.dark_bg .loader-section .bg {
  background: #212121;
}

.rs-preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.rs-preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .rs-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  .rs-preloader .animation-preloader .txt-loading {
    font: bold 3.5em 'PT Serif';
  }
}

@media screen and (max-width: 500px) {
  .rs-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .rs-preloader .animation-preloader .txt-loading {
    font: bold 2em 'PT Serif';
  }
}

/* -- slider css Style  //---------------- */

.banner {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
}

.main-slider-1.owl-carousel .owl-stage-outer {
  display: inherit;
  margin-top: 0;
  padding-top: 0;
}

/* main-slider-1 */

.banner-detail {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-detail .banner-detail-inner {
  color: #fff;
  margin-bottom: 20px;
}

.banner-detail .banner-detail-inner .banner-title {
  color: #f05036;
  font-size: 65px;
  font-weight: 700;
  line-height: 80px;
  text-transform: capitalize;
}

.banner-detail .banner-detail-inner span.slogan {
  color: #212121;
  display: inline-block;
  font-size: 25px;
  margin-bottom: 10px;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 10px;
}

.slogan:after {
  background-color: #f05036;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 50px;
}

.banner-detail .banner-detail-inner .offer {
  color: #212121;
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
}

.video-js {
  max-width: 1920px !important;
  margin: auto;
  height: auto !important;
}

.video-js {
  width: 100% !important;
  max-width: 1920px !important;
  margin: auto;
  height: auto !important;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.video-js::-webkit-media-controls {
  display: none;
}

/*----- Banner Text animation Style ----- */

.owl-item .slider-animation * {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-item.active .animated-1 .slogan {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.owl-item.active .animated-1 h1 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.owl-item.active .animated-1 .sub-title, .owl-item.active .animated-1 p {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.owl-item.active .animated-1 a.btn {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.owl-item.active .animated-2 .slogan {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.owl-item.active .animated-2 h1 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.owl-item.active .animated-2 p, .owl-item.active .animated-2 .sub-title {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.owl-item.active .animated-2 a.btn {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.owl-item.active .animated-3 .animation-box {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.owl-item.active .animated-3 h1 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.owl-item.active .animated-3 .sub-title, .owl-item.active .animated-3 p {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.owl-item.active .animated-3 a.btn {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*pagination CSS Start */

.owl-dots {
  display: inline-block;
  margin-top: 20px;
}

.owl-carousel button.owl-dot {
  float: left;
  margin: 0 3px;
  border: 2px solid #f05036;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  height: 16px;
  width: 16px;
}

.owl-carousel button.owl-dot>span {
  background: #fff;
  display: block;
}

.owl-carousel button.owl-dot.active>span, .owl-carousel button.owl-dot:hover>span {
  background: #f05036 none repeat scroll 0 0;
  border: 2px solid #ffffff;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.owl-carousel button.owl-dot>span {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}

#sidebar-product .owl-dots, #blog .owl-dots {
  top: -10px;
  right: 0;
  height: 20px;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.client-main .owl-nav button {
  display: none;
}

/*pagination CSS End */

/*features-product-area CSS Start */

.features-product-area {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.sub-product-box img {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.sub-product-box {
  position: relative;
  background: #212121;
  display: inline-block;
  max-width: 100%;
}

.sub-product-box:hover:before {
  top: 50%;
  bottom: 50%;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  background-color: rgba(255, 255, 255, 0.5);
}

.sub-product-box:before, .sub-product-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}

.sub-product-box:hover:after {
  left: 50%;
  right: 50%;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  background-color: rgba(255, 255, 255, 0.5);
}

.sub-product-box:before, .sub-product-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}

.sub-product-box .sub-product-box-detail {
  color: #212121;
  background: #f0f8ff94;
    padding: 2rem;
  position: absolute;
  right: 80px;
  top: 50%;
  width: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sub-product-box .sub-product-box-detail .sub-product-box-title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
  line-height: 28px;
}

.sub-product-box .sub-product-box-detail .sub-product-box-subtitle {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 22px;
  margin-top: 10px;
}

.sub-product-box-slogan {
  position: relative;
  font-size: 20px;
  color: #212121;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.sub-product-box-slogan:after {
  background-color: #f05036;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 50px;
}

.small-banner:hover img {
  opacity: 0.6;
}

/*features-product-area CSS End */

/*markito-arrivals-product-wrap CSS Start */

.markito-arrivals-product-wrap {
  margin-top: 30px;
  box-shadow: 0 0 15px rgba(51, 51, 51, 0.1);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  transition: .5s;
  -webkit-transform: translateY(0px);
  z-index: 1;
}

.markito-arrivals-product-wrap:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.markito-arrivals-product-wrap {
  overflow: hidden;
}

.markito-arrivals-product-wrap .thumb {
  position: relative;
  overflow: hidden;
}

.markito-arrivals-product-wrap .thumb .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.markito-arrivals-product-wrap .thumb .image img {
  z-index: 1;
  max-width: 100%;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.markito-arrivals-product-wrap .thumb .image img.hover-image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
}

.markito-arrivals-product-wrap .thumb .badges {
  position: absolute;
  z-index: 8;
  top: 18px;
  left: 18px;
  display: flex;
  flex-direction: column;
}

.markito-arrivals-product-wrap .thumb .badges span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  padding: 0 7px;
  text-align: center;
  text-transform: capitalize;
  border-radius: 3px;
  color: #fff;
}

.markito-arrivals-product-wrap .thumb .badges span+span {
  margin-top: 10px;
}

.markito-arrivals-product-wrap .thumb .badges span.new {
  background-color: #007a58;
}

.markito-arrivals-product-wrap .thumb .badges span.hot {
  background-color: #ffae00;
}

.markito-arrivals-product-wrap .thumb .badges span.sale {
  background-color: #f05036;
}

.markito-arrivals-product-wrap .thumb .actions {
  position: absolute;
  z-index: 9;
  top: 18px;
  right: 18px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease 0s;
}

.markito-arrivals-product-wrap .thumb .actions .action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #212121;
  border-radius: 50%;
  background-color: #fff;
}

.markito-arrivals-product-wrap .thumb .actions .action i {
  font-size: 18px;
  line-height: 1;
}

.markito-arrivals-product-wrap .thumb .actions .action+.action {
  margin-top: 10px;
}

.markito-arrivals-product-wrap .thumb .actions .action:not(.wishlist) {
  visibility: hidden;
  transform: translateY(20px);
  opacity: 0;
}

.markito-arrivals-product-wrap .thumb .actions .action.active {
  color: #f05036;
}

.markito-arrivals-product-wrap .thumb .actions .action:hover:not(.active) {
  color: #fff;
  background-color: #f05036;
}

.markito-arrivals-product-wrap .thumb .add-to-cart {
  display: block;
  width: 65%;
  height: 50px;
  line-height: 50px;
  background-color: #f05036;
  text-align: center;
  border: 0;
  border-radius: 50px;
  font-size: 16px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: 11;
  margin: auto;
  font-weight: 600;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  transform: translateY(20px);
  color: #fff;
  opacity: 0;
}

.markito-arrivals-product-wrap .thumb .add-to-cart:hover {
  color: #fff;
  background-color: #212121;
}

.markito-arrivals-product-wrap .content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding: 20px 15px 23px 15px;
  transition: all 0.3s ease 0s;
  text-align: center;
  background-color: #fff;
}

.markito-arrivals-product-wrap .content .title {
  font-size: 14px;
  margin: 0px 0 10px
}

.markito-arrivals-product-wrap .content .title a {
  text-decoration: none;
  color: #212121;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 20px;
}

.markito-arrivals-product-wrap .content .price {
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212121;
}

.markito-arrivals-product-wrap .content .price:not(:last-child) {
  margin-bottom: 20px;
}

.markito-arrivals-product-wrap .content .price span.new {
  font-weight: 600;
  font-size: 18px;
}

.markito-arrivals-product-wrap .content .price span.old {
  font-size: 16px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #999;
}

.markito-arrivals-product-wrap .content .btn {
  align-self: center;
}

.markito-arrivals-product-wrap:hover .thumb .image img {
  transform: scale(1.1) rotate(3deg);
}

.markito-arrivals-product-wrap:hover .thumb .image img:not(:last-child) {
  opacity: 0;
  transition: .5s all ease-in-out;
}

.markito-arrivals-product-wrap:hover .thumb .image img.hover-image {
  opacity: 1;
  transition: .5s all ease-in-out;
}

.markito-arrivals-product-wrap:hover .thumb .actions .action {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.markito-arrivals-product-wrap:hover .thumb .add-to-cart {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.markito-arrivals-product-wrap:hover .content .title a {
  color: #212121;
}

.markito-arrivals-product-wrap:hover .content .title a:hover {
  color: #f05036;
}

/*markito-arrivals-product-wrap CSS end */

/* main-category-box-bg start */

.main-category-box-bg {
  background: #eeeff2 none repeat scroll 0 0;
}

.category-shop-pro .item-2 {
  padding: 0 15px;
}

.markito-best-category-card .item-2 {
  display: inline-block;
  font-size: 50px;
  position: relative;
  overflow: hidden;
  -webkit-perspective: 50em;
  perspective: 50em;
}

.markito-best-category-card .item-2 img {
  width: 100%;
  vertical-align: top;
}

.markito-best-category-card .item-2 .demo-hover-box {
  top: 50%;
  left: 20px;
  right: 20px;
  position: absolute;
  opacity: 0;
  z-index: 1;
  text-align: center;
  padding: 5%;
}

.markito-best-category-card .item-2 .text {
  opacity: 0;
}

.markito-best-category-card .item-2 .banner-btn .text {
  opacity: 1;
}

.markito-best-category-card .item-2 .effective-card-style1 {
  font-family: 'PT Serif';
  font-size: 0.9em;
  line-height: 1.1em;
  font-weight: 700;
  margin: 0 0 0.3em;
  color: #f05036;
}

.markito-best-category-card .item-2 .effective-card-style2 {
  font-family: 'PT Serif';
  font-size: 0.6em;
  line-height: 1.1em;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin: 0 0 0.9em;
  color: #212121;
}

.markito-best-category-card .item-2 .effective-card-style3 {
  font-family: 'PT Serif';
  font-size: 0.6em;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0 0 0.6em;
  color: #212121;
}

.markito-best-category-card .item-2:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  display: block;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotateX(-120deg);
  transform: rotateX(-120deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
  pointer-events: none;
}

.markito-best-category-card .item-2:hover .demo-hover-box {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
}

.markito-best-category-card .item-2:hover .text {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out 0.6s;
  -o-transition: opacity 0.4s ease-in-out 0.6s;
  transition: opacity 0.4s ease-in-out 0.6s;
}

.markito-best-category-card .item-2:hover:after {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 0.85;
}

.markito-best-category-card .item-2:hover img {
  -webkit-animation: blur 1s linear forwards;
  -moz-animation: blur 1s linear forwards;
  -ms-animation: blur 1s linear forwards;
  -o-animation: blur 1s linear forwards;
  animation: blur 1s linear forwards;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@media screen and (max-width: 1399px) {
  .markito-best-category-card .item-2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .markito-best-category-card .item-2 {
    font-size: 45px;
  }
}

@media screen and (max-width: 991px) {
  .markito-best-category-card .item-2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 991px) {
  .markito-best-category-card .item-2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .markito-best-category-card .item-2 {
    font-size: 28px;
  }
}

/* main-category-box-bg end */

/* top-shopping-banner start */

.top-shopping-banner {
  background-image: url('../img/feature-img/bg-1.jpg');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  height: 640px;
}

.main-shop-banner-detail {
  padding: 110px 0;
  background: #000;
  margin: 25px 95px;
  opacity: 0.9;
}

.limited-discount-offer {
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}

.limited-discount-offer span:after {
  background: #f05036;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  text-align: center;
  width: 50px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.shop-banner-title {
  color: #fff;
  font-size: 55px;
  font-weight: 600;
  line-height: 55px;
  margin-top: 20px;
  text-transform: capitalize;
}

.main-shop-banner-detail p {
  color: #ffffff;
  font-size: 18px;
  margin: 20px 0 30px
}

/* top-shopping-banner end */

/* today-deals-box Start*/

.today-deals-box .price-box {
  margin: 5px 0;
}

.today-deals-box .product-detail-inner {
  left: 0;
  top: 0;
  position: relative;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin-top: 13px;
}

.today-deals-box .detail-inner-left {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  margin-bottom: 10px;
}

.today-deals-box .detail-inner-left ul li button {
  border: 1px solid #e1e1e1;
  padding: 7px 15px 8px 6px
}

.today-deals-box .detail-inner-left ul li a {
  border: 1px solid #e1e1e1;
}

.today-deals-box .detail-inner-left ul li.pro-wishlist-icon a {
  background-position: -10px -380px;
}

.today-deals-box .detail-inner-left ul li.pro-wishlist-icon a:hover {
  background-position: -10px -417px;
}

.today-deals-box .product-item-details {
  text-align: left;
  padding: 20px 0px 0px;
}

.product-item-details>p {
  line-height: 25px;
  margin-bottom: 10px;
}

.today-deals-box p {
  overflow: hidden;
  line-height: 22px;
  margin-top: 15px;
}

.product-item .detail-inner-left ul li:first-child {
  padding-left: 0;
}

.product-clock-offer p {
  margin-bottom: 10px;
}

.product-clock-offer ul {
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.product-clock-offer ul li {
  color: #212121;
  display: inline-block;
  list-style: outside none none;
  vertical-align: top;
}

.product-clock-offer ul li.seperator {
  font-size: 20px;
  line-height: 40px;
}

.product-clock-offer ul li span, .product-clock-offer ul li p {
  color: #212121;
  display: block;
  line-height: 1;
}

.product-clock-offer ul li span {
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 3px;
  text-align: center;
  width: 50px;
  letter-spacing: 0.5px;
}

.product-clock-offer ul li p {
  font-size: 13px;
  margin-bottom: 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* today-deals-box End*/

/* sub-product-box-2 start*/

.sub-product-box-2 img {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.sub-product-box-2 {
  position: relative;
  background: #fff;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 30px;
}

.sub-product-box-2:hover:before {
  top: 50%;
  bottom: 50%;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  background-color: rgba(255, 255, 255, 0.5);
}

.sub-product-box-2:before, .sub-product-box-2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}

.sub-product-box-2:hover:after {
  left: 50%;
  right: 50%;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  background-color: rgba(255, 255, 255, 0.5);
}

.sub-product-box-2:before, .sub-product-box-2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}

.sub-product-box-2 .link-btn {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  position: absolute
}

.sub-product-box-2 .content {
  position: absolute;
  top: 30px;
  left: 30px;
  transition: .5s;
  background-color: #fff;
  box-shadow: 1px 1px 3px hsla(0, 0%, 53.3%, .19);
  padding: 8px 25px
}

.sub-product-box-2 .content h3 {
  margin-bottom: 0;
  transition: .5s;
  font-size: 20px;
  font-weight: 700;
}

.sub-product-box-2:hover .content {
  background-color: #f05036;
}

.sub-product-box-2:hover .content h3 {
  color: #fff
}

/* sub-product-box-2 End*/

/* offer-box-area Start*/

.offer-box-area .item-3 {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #f05036;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.offer-box-area.text-center .item-3 {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 28px 22px 28px;
  margin: 0px 10px;
}

.offer-box-area.text-center .item-3 i {
  background: #f05036 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 20px;
}

.offer-box-area.text-center .item-3 i::after {
  border: 2px solid #f05036;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.offer-box-area.item-border-less .item-3 {
  border: medium none;
}

.offer-box-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 40px;
}

.offer-box-area.item-border-less .item-3 .number {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.offer-box-area .item-3 i {
  color: #f05036;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.offer-box-area .item-3 h4 {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 24px;
}

.offer-box-area .item-3 p {
  margin: 0;
}

.offer-box-area .item-3 i, .offer-box-area .item-3 h4, .offer-box-area .item-3 p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.offer-box-area .item-3::after {
  background: #f05036 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.offer-box-area .item-3:hover::after {
  left: 0;
}

.offer-box-area .item-3:hover i, .offer-box-area .item-3:hover h4, .offer-box-area .item-3:hover p {
  color: #ffffff !important;
}

.offer-box-area.text-center .item-3:hover i::after {
  border-color: #ffffff !important;
}

.offer-box-area.text-center .item-3:hover i {
  background-color: #ffffff !important;
  color: #f05036 !important;
}

.offer-box-area.text-left .item-3 i {
  background: #f05036 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.offer-box-area.text-left .item-3 i::after {
  border: 2px solid #f05036;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}

/* offer-box-area End*/

/* blog-item Start*/

.news-bg {
  background: #eeeff2 none repeat scroll 0 0;
}

.blog-item .blog-img {
  display: block;
  position: relative;
  overflow: hidden
}

.blog-item .blog-img img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1)
}

.blog-item .blog-img .mask {
  width: 100%;
  background-color: #000;
  height: 100%;
  opacity: 0;
  background-color: rgba(9, 9, 9, .6);
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s
}

.blog-img:hover .mask {
  opacity: 1
}

.blog-img:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2)
}

.blog-info {
  padding: 20px 20px 30px;
  border: 1px solid #eee;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, .1);
  border: 0;
  background: #fff;
}

.blog-info .post-date {
  position: absolute;
  width: 170px;
  height: 50px;
  background: #f05036;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  left: 30px;
  margin-top: -50px;
  line-height: 50px;
  border: 2px solid #f05036;
  border-radius: 8px;
}

.blog-info h3 a {
  font-size: 22px;
  color: #212121;
  display: block;
  font-weight: 700;
  padding-bottom: 5px
}

.blog-info p {
  margin-bottom: 30px
}

/* blog-item End*/

#instagram-card-slider .owl-prev, #instagram-card-slider .owl-next {
  background: #f5f5f5 !important;
  position: absolute;
  height: 40px;
  width: 40px;
  text-align: center;
  letter-spacing: 0;
  top: 50%;
  font-size: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

#instagram-card-slider .owl-prev, #instagram-card-slider .owl-next {
  top: -40px;
}

#instagram-card-slider .owl-prev:hover, #instagram-card-slider .owl-next:hover {
  background: #f05036 !important;
}

#instagram-card-slider .owl-next {
  right: 10px;
}

#instagram-card-slider .owl-prev {
  right: 60px;
}

#instagram-card-slider .owl-prev:after, #instagram-card-slider .owl-next:after {
  color: #a7a7a7;
  font-size: 25px;
  line-height: 40px;
  font-family: FontAwesome;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

#instagram-card-slider .owl-prev:after {
  content: "";
}

#instagram-card-slider .owl-next:after {
  content: "";
}

#instagram-card-slider .owl-prev:hover:after {
  color: #fff;
}

#instagram-card-slider .owl-next:hover:after {
  color: #fff;
}

figure.single-instagram {
  position: relative;
  overflow: hidden;
  margin: 0px;
  max-width: 318px;
  width: 100%;
  color: #000000;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
}

figure.single-instagram * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

figure.single-instagram img {
  max-width: 100%;
  vertical-align: top;
}

figure.single-instagram figcaption {
  top: 50%;
  left: 20px;
  right: 20px;
  position: absolute;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translate(-10%, -70%);
  transform: translate(-10%, -70%);
}

figure.single-instagram i {
  font-size: 45px;
}

figure.single-instagram:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  display: block;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotate3d(1, -1, 0, 100deg);
  transform: rotate3d(1, -1, 0, 100deg);
  opacity: 0;
}

figure.single-instagram:hover figcaption, figure.single-instagram.hover figcaption {
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

figure.single-instagram:hover:after, figure.single-instagram.hover:after {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
  opacity: 0.9;
}

/* breadcrumbs-area CSS Start */

.breadcrumbs-area {
  background: #f6f6f6 url("../img/feature-img/bg-2.png") no-repeat scroll center top;
  margin: 0;
  padding: 175px 0 240px;
}

.breadcrumb-content h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 20px;
  text-transform: capitalize;
}

.breadcrumb-content ul li {
  display: inline-block;
}

.breadcrumb-content ul li a {
  text-transform: capitalize;
}

.breadcrumb-content ul li.active a {
  color: #f05036;
}

/* breadcrumbs-area CSS end */

/* Sidebar CSS Start */

.sidebar-title {
  margin-bottom: 15px;
  position: relative;
}

.sidebar-title span::after {
  background: #f05036 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  bottom: -5px;
  width: 50px;
}

.sidebar-block .sidebar-box {
  position: relative;
}

.sidebar-title h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.listing-box ul li {
  border-bottom: 1px solid #e1e1e1;
}

.listing-box ul li:last-child {
  border-bottom: none;
}

.listing-box ul li a {
  padding: 6px 0px;
  display: inline-block;
  width: 100%;
}

.listing-box ul li:first-child a {
  padding-top: 0;
}

.size ul li {
  margin-bottom: 3px;
  border-bottom: 1px solid #e1e1e1;
  padding: 6px 0px;
}

.inner-title {
  color: #212121;
  margin-bottom: 8px;
  display: inline-block;
  font-weight: 600;
  text-decoration: underline;
}

.sidebar-item ul li {
  display: inline-flex;
  padding: 7px 0px;
}

.sidebar-item ul li:first-child {
  padding-top: 0;
}

.sidebar-item .pro-media {
  padding: 0 15px 0 0;
}

.sidebar-item-wide .pro-media {
  width: 110px;
}

.pro-detail-info .rating-summary-block {
  padding: 0;
}

.sidebar-item .cart-link button {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}

.sidebar-item .cart-link button:hover {
  color: #f05036;
}

/* Sidebar CSS END */

/* archive-list CSS start */

.archive-list {
  position: relative;
}

.archive-list li {
  position: relative;
  margin-bottom: 15px;
}

.archive-list li:last-child {
  margin-bottom: 0px;
}

.archive-list li a {
  position: relative;
  padding-left: 20px;
  display: block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.archive-list li a:hover {
  color: #f05036;
}

/* archive-list CSS start */

/* Sorting CSS Start */

.shorting {
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
}

.shorting .view {
  float: left;
  margin-right: 20px;
}

.list-types {
  display: inline-flex;
  float: left;
  margin: 3px 0px 0;
  padding: 0 5px;
}

.list-types.grid {
  border-right: 1px solid #e1e1e1;
}

.list-types-icon {
  background: url(../img/grid-list.png) no-repeat scroll 0 0;
  display: inline-block;
  height: 25px;
  width: 36px;
}

.grid-icon {
  background-position: 0 -6px;
}

.list-icon {
  background-position: -65px -6px;
}

.grid-icon:hover, .list-types.active .grid-icon {
  background-position: 0 -39px;
}

.list-icon:hover, .list-types.active .list-icon {
  background-position: -65px -39px;
}

.list-types a {
  display: inline-flex;
}

.shorting select {
  font-size: 14px;
}

.short-by, .select-item {
  float: left;
  position: relative;
}

.short-by>span, .show-item>span {
  float: left;
  margin: 5px 10px 3px;
}

.compare {
  float: right;
}

.compare .btn {
  font-size: 15px;
  padding: 9px 15px;
  text-transform: none;
}

.pagination-bar {
  text-align: center;
  margin-top: 20px;
}

.pagination-bar ul {
  display: inline-flex;
}

.pagination-bar ul li {
  float: left;
  margin: 0 2px;
}

.pagination-bar ul li a {
  background: #f0f0f0;
  height: 45px;
  width: 45px;
  display: inline-block;
  line-height: 45px;
  text-align: center;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  font-size: 18px;
}

.pagination-bar ul li.active a, .pagination-bar ul li:hover a {
  background: #f05036;
  color: #fff !important;
}

/* Sorting CSS End */

/* shop_Search CSS start */

.sidebar-contant .sidebar-box .search-box input.input-text {
  background: #fff none repeat scroll 0 0;
  opacity: 1;
  position: relative;
  width: 100% !important;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  top: 12px
}

.sidebar-contant .sidebar-box .search-box button.search-btn {
  background: url("../img/icon-list-menu.png") no-repeat scroll -5px -85px #f05036;
  border: none;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  top: 11px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
}

.sidebar-contant .sidebar-box .search-box button.search-btn:hover {
  background-color: #cb0000;
}

/* shop_Search CSS End */

/* tradding-box-items CSS Start */

.tradding-box-items {
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-top: 25px
}

.tradding-box-items .category {
  position: absolute;
  left: 0;
  transition: .5s;
  right: 0;
  bottom: 0;
  background-color: #000;
  padding: 15px;
  margin-left: 0px;
  margin-right: 0px;
  opacity: 0.8;
}

.tradding-box-items .category h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 7px;
  position: relative;
  z-index: 1;
  color: #fff;
}

.tradding-box-items .category span {
  color: #fff;
  position: relative;
  display: block;
  z-index: 1
}

.tradding-box-items img {
  transition: .5s;
  width: 100%
}

.tradding-box-items a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3
}

.tradding-box-items:focus img, .tradding-box-items:hover img {
  transform: scale(1.3)
}

.tradding-box-items:focus .category, .tradding-box-items:hover .category {
  bottom: 10px
}

.tradding-box-items:first-child {
  margin-top: 0
}

/* tradding-box-items CSS end */

/* about-box-area CSS start */

.about-box-left {
  position: relative;
  z-index: 1
}

.about-box-left-image {
  max-width: 100%;
  display: block;
  border-radius: 50%
}

@media only screen and (min-width:768px) and (max-width:991px), only screen and (max-width:767px) {
  .about-box-left-image {
    margin: auto
  }
}

.about-box-left-image-2 {
  position: absolute;
  left: auto;
  right: 25px;
  z-index: -1;
  top: 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .about-box-left-image-2 {
    top: 0;
    right: 0;
    width: 85%;
    max-width: 100%
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .about-box-left-image-2 {
    top: 23px;
    right: 15%;
    max-width: 100%
  }
}

@media only screen and (max-width:575px) {
  .about-box-left-image-2 {
    display: none
  }
}

@media only screen and (min-width:768px) and (max-width:991px), only screen and (max-width:767px) {
  .markito-about-area .about-box-right-content {
    margin-top: 80px
  }
}

.markito-about-area .about-box-right-content .title {
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 30px;
  line-height: 50px;
}

@media only screen and (min-width:768px) and (max-width:991px), only screen and (max-width:767px) {
  .markito-about-area .about-box-right-content .title {
    font-size: 24px;
    line-height: 36px
  }
}

.markito-about-area .about-box-right-content .para-1 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 25px;
}

.markito-about-area .about-box-right-content .para-2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 45px
}

.markito-about-area .about-box-right-content .mision-vision .mision {
  margin-bottom: 40px
}

.markito-about-area .about-box-right-content .mision-vision .mision, .markito-about-area .about-box-right-content .mision-vision .vision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width:575px) {
  .markito-about-area .about-box-right-content .mision-vision .mision, .markito-about-area .about-box-right-content .mision-vision .vision {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.markito-about-area .about-box-right-content .mision-vision .mision .heading, .markito-about-area .about-box-right-content .mision-vision .vision .heading {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 235px;
  font-size: 30px;
  padding-left: 20px;
  position: relative
}

.markito-about-area .about-box-right-content .mision-vision .mision .heading::after, .markito-about-area .about-box-right-content .mision-vision .vision .heading::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 4px;
  content: "";
  background-color: #f05036;
  margin-top: -2.5px
}

.markito-about-area .about-box-right-content .mision-vision .mision-desc, .markito-about-area .about-box-right-content .mision-vision .vision-desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% - 235px);
  line-height: 30px
}

@media only screen and (max-width:575px) {
  .markito-about-area .about-box-right-content .mision-vision .mision-desc, .markito-about-area .about-box-right-content .mision-vision .vision-desc {
    width: 100%
  }
}

.demo-video {
  border-radius: 50%;
  position: relative
}

.demo-video .overlay-box {
  width: 110px;
  height: 110px;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  position: absolute;
  left: 40px;
  top: -115px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .demo-video .overlay-box {
    left: 35%
  }
}

.demo-video .overlay-box span {
  position: absolute;
  width: 98px;
  height: 98px;
  left: 50%;
  top: 50%;
  z-index: 10;
  color: #fff;
  font-weight: 400;
  font-size: 38px;
  border-radius: 50%;
  margin-top: -49px;
  margin-left: -49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all .9s ease;
  -moz-transition: all .9s ease;
  -webkit-transition: all .9s ease;
  -ms-transition: all .9s ease;
  -o-transition: all .9s ease;
  background-color: #f05036;
}

@media only screen and (max-width:479px) {
  .demo-video .overlay-box span {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    font-size: 14px
  }
}

.ripple, .ripple:after, .ripple:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 98px;
  height: 98px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(240, 80, 54, .8);
  -ms-box-shadow: 0 0 0 0 rgba(240, 80, 54, .8);
  -o-box-shadow: 0 0 0 0 rgba(240, 80, 54, .8);
  box-shadow: 0 0 0 0 rgba(240, 80, 54, .8);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite
}

@media only screen and (max-width:479px) {
  .ripple, .ripple:after, .ripple:before {
    width: 60px;
    height: 60px
  }
}

.ripple:before {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute
}

.ripple:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(37, 24, 24, 0);
    box-shadow: 0 0 0 70px rgba(37, 24, 24, 0)
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0)
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
  }
}

/* whychoose-area CSS Start */

.whychoose-area {
  background-color: #f6f6f6;
}

.rs-card-box1 {
  background-color: #fff;
  box-shadow: 0px 4px 35px 0px rgba(57, 57, 57, 0.24);
  text-align: center;
  margin: 0 30px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.why-choose-box-icon {
  width: 121px;
  height: 121px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background-color: #f2f2f6;
  margin-bottom: 33px;
  position: relative;
}

.why-choose-box-icon i {
  width: 80px;
  border-radius: 50%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 43px;
  color: #fff;
  background-color: #f05036;
}

.rs-card-box1.color-2 .why-choose-box-icon i {
  background-image: linear-gradient(90deg, #f05036 0%, #f05036);
}

.rs-card-box1 h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #212121;
}

.rs-card-box1 h3 {
  color: inherit;
}

.rs-card-box1 p {
  margin: 0 30px;
  line-height: 24px;
}

.why-choose-box-icon-bubble {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation: service_hexagon 3s infinite linear;
  animation: service_hexagon 3s infinite linear;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.rs-card-box1:hover .why-choose-box-icon-bubble {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.why-choose-box-icon-bubble::before {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #212121;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  transition: all 500ms ease;
}

.why-choose-box-icon-bubble::after {
  content: '';
  width: 16px;
  transition: all 500ms ease;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  background-color: #f05036;
  bottom: 10px;
  right: 10px;
}

@keyframes service_hexagon {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}

/* whychoose-area CSS end */

/* testimonial-area CSS start */

.testimonial-area {
  background: #fff;
}

.single-testimonial {
  position: relative;
  background-image: url('../img/feature-img/bg-4.png');
  background-position: center;
  padding: 55px 25px 35px;
  border-radius: 3px;
  z-index: 1;
  opacity: .5;
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  margin: 60px 0px 0px;
}

.testimonial-area .owl-carousel .active.center .single-testimonial {
  opacity: 1;
  transform: scale3d(1.0, 1.0, 1);
  -webkit-transform: scale3d(1.0, 1.0, 1);
}

.single-testimonial .testimonial-bio {
  text-align: center;
}

.testi-content-inner .avatar {
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 115px;
}

.single-testimonial .avatar img {
  border-radius: 50%;
  border: 8px solid #f05036;
  width: 115px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 20px rgba(240, 80, 54, 0.38);
}

.single-testimonial .testimonial-bio .bio-info {
  margin-left: 10px;
}

.single-testimonial .testimonial-bio .bio-info .name {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
}

.single-testimonial .testimonial-bio .bio-info span {
  font-size: 16px;
}

.single-testimonial .testimonial-content {
  margin-bottom: 25px;
  text-align: center;
}

.testimonial-content h3 {
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 1.5;
}

.single-testimonial .testimonial-content p {
  font-size: 16px;
}

/* testimonial-area CSS end */

/* team-box-area CSS start */

.team-box-area {
  background-color: rgba(240, 80, 54, .10);
}

.team-card-box {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  margin: 0 0 25px;
}

.team-card-box .member-img {
  border-radius: 10px;
}

.team-card-box .member-img img {
  border-radius: 10px;
}

.team-card-box .member-info {
  background: #fff;
  position: relative;
  margin-top: -60px;
  width: calc(100% - 20px);
  border-radius: 10px;
  padding: 25px;
  left: 10px;
  text-align: left;
  z-index: 1;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.team-card-box .member-info:before {
  position: absolute;
  top: 0%;
  left: 0%;
  content: "";
  width: 100%;
  height: 0%;
  background-color: #f05036;
  z-index: -1;
  opacity: 0;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.team-card-box .member-info h3 {
  font-size: 24px;
  line-height: 1.3;
  margin: 15px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 600;
}

.team-card-box .member-info span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.team-card-box .member-info .member-social {
  overflow: hidden;
}

.team-card-box .member-info .member-social span {
  position: absolute;
  top: -22px;
  right: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #f05036;
  border-radius: 50%;
  text-align: center;
}

.team-card-box .member-info .member-social span i {
  color: #fff;
  font-size: 20px;
  line-height: 0.8;
  padding-top: 16px;
}

.team-card-box .member-info .member-social .social-profile {
  position: absolute;
  bottom: calc(100% + 20px);
  right: 20px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.team-card-box .member-info .member-social .social-profile li {
  display: block;
  margin: 10px 0;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

.team-card-box .member-info .member-social .social-profile li:nth-child(1) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.team-card-box .member-info .member-social .social-profile li:nth-child(2) {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-card-box .member-info .member-social .social-profile li:nth-child(3) {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.team-card-box .member-info .member-social .social-profile li:nth-child(4) {
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.team-card-box .member-info .member-social .social-profile li:nth-child(5) {
  -webkit-transition: 1.1s;
  transition: 1.1s;
}

.team-card-box .member-info .member-social:hover .social-profile {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.team-card-box .member-info .member-social:hover .social-profile li {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.team-card-box:hover .member-info:before {
  height: 100%;
  opacity: 1;
}

.team-card-box:hover .member-info h3 {
  color: #fff;
}

.team-card-box:hover .member-info span {
  color: #fff;
}

.team-card-box:hover .member-info .member-social span {
  background: #fff;
}

.team-card-box:hover .member-info .member-social span i {
  color: #f05036;
}

.social-profile li {
  display: inline-block;
  margin: 0 8px 0 0;
}

.social-profile li:last-child {
  margin-right: 0;
}

.social-profile li a {
  display: block;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-profile li a i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-profile li a:hover {
  border-color: transparent;
}

.social-profile.style1 li a, .social-profile.style3 li a {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  color: #f05036;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-profile.style1 li a i, .social-profile.style3 li a i {
  font-size: 20px;
  line-height: 0.8;
  padding-top: 13px;
}

.social-profile.style1 li a:hover, .social-profile.style3 li a:hover {
  background: #f05036;
}

.social-profile.style1 li a:hover i, .social-profile.style3 li a:hover i {
  color: #fff;
}

/* team-box-area CSS end */

/* my-account-box CSS Start */

.my-account-box-tab>.account-card-text {
  display: inline-block;
  padding: 10px 15px;
  width: 100%;
}

.my-account-box-tab>span .sub-title {
  font-size: 18px;
}

.account-sidebar .sub-title span {
  background: url('../img/icon-list-menu.png') no-repeat scroll -97px -456px;
  display: inline-block;
  height: 21px;
  margin-bottom: -5px;
  width: 21px;
}

.account-sidebar.my-account-box-tab .account-tab-inner {
  padding: 0px;
  background: #f0f0f0 none repeat scroll 0 0;
}

.account-sidebar.my-account-box-tab>.account-card-text {
  padding: 12px 15px;
}

.account-sidebar ul {
  width: 100%;
}

.account-sidebar ul li {
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}

.account-sidebar ul li:last-child {
  border-bottom: none;
}

.account-sidebar ul li a {
  padding: 8px 15px;
  display: inline-block;
  width: 100%;
}

.account-sidebar ul li a .fa {
  position: absolute;
  right: 15px;
  top: 12px;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.account-sidebar ul li.active a, .account-sidebar ul li:hover a {
  color: #fff;
  background: #f05036 none repeat scroll 0 0
}

.account-sidebar ul li.active a .fa, .account-sidebar ul li:hover a .fa {
  color: #fff;
  right: 0px;
}

.account-sidebar ul li.active a::after, .account-sidebar ul li:hover a::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f05036;
  border-style: solid;
  border-width: 20px 22px 20px 15px;
  top: 0px;
  content: "";
  right: -36px;
  position: absolute;
}

.content-myaccount {
  padding: 0px 30px;
}

.content-myaccount .heading-section {
  display: inline-block;
  width: 100%;
}

.content-myaccount .heading-section .heading {
  padding: 2px 0px;
}

.content-myaccount .heading-section .common-btn {
  margin-top: -4px;
}

.content-myaccount p, .local-addr p {
  margin-bottom: 0px;
  margin-top: 5px;
}

.content-myaccount hr {
  margin-top: 5px;
}

.local-addr .inner-heading {
  margin-bottom: 10px;
}

/* my-account-box CSS Start */

/* Cart Page CSS Start */

.commun-table th span {
  float: left;
  font-size: 14px;
  font-weight: 400;
  clear: both;
}

.commun-table td .product-title {
  min-width: 300px;
}

table.table {
  border: 15px solid #f5f5f5;
  border-top: none;
  margin-bottom: 0;
}

label {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 5px;
  max-width: 100%;
}

.complete-order-detail table.table {
  border-top: 15px solid #f5f5f5;
}

.commun-table .table thead tr th {
  background: #f5f5f5;
  border-bottom: none;
  padding: 22px 20px;
}

.cart-card-item .table tbody tr td {
  padding: 20px 25px;
  vertical-align: middle;
}

.view-cart-box-table .table tbody tr td {
  padding: 10px 25px;
  vertical-align: middle;
}

.view-cart-box-table .table thead tr th {
  padding: 15px 25px;
  vertical-align: middle;
}

.commun-table .table tbody tr:first-child td {
  border-top: medium none;
}

.cart-card-item thead tr th:first-child, .cart-card-item tbody tr td:first-child {
  max-width: 110px;
}

.cart-card-item tbody tr td:last-child, .cart-card-item thead tr th:last-child {
  text-align: center;
}

.commun-table th ul li {
  text-align: left;
  float: left;
  margin-right: 30px;
}

.commun-table th ul li .price {
  font-size: 14px;
}

.commun-table th ul li:last-child {
  margin-right: 0;
  float: right;
}

.complete-order-table tbody tr td:last-child, .complete-order-table thead tr th:last-child {
  text-align: left;
}

.commun-table .table tbody tr td i.delete-cart-item {
  color: #f05036;
  font-size: 22px;
  cursor: pointer;
}

.commun-table tbody tr td .input-box select {
  width: 100px;
  padding: 5px;
}

.view-cart-box-table .table tbody tr td b {
  font-size: 16px;
  color: #222;
}

.view-cart-box-table .table tbody tr td .price {
  color: #222;
  font-size: 14px;
  font-weight: 500;
}

.estimate select {
  padding: 12px 10px;
}

.product-title .price {
  font-weight: 500;
}

/* Cart Page CSS End */

/* checkout-box-tab-next CSS Start */

.checkout-box-tab-next {
  display: inline-block;
  width: 100%;
}

.checkout-box-tab-next ul {
  display: table;
  margin: 0px auto 25px;
}

.checkout-box-tab-next ul li {
  float: left;
  font-size: 15px;
  color: #f05036;
  cursor: pointer;
}

.checkout-box-tab-next ul li .step {
  float: left;
}

.checkout-box-tab-next ul li .step .circle {
  background: #f05036;
  color: #fff;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-weight: 500;
  font-size: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.checkout-box-tab-next ul li .step .line {
  background: #f05036 none repeat scroll 0 0;
  float: left;
  height: 7px;
  margin: 12px -1px 12px 0;
  width: 65px;
}

.checkout-box-tab-next ul li:first-child .step .line {
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -o-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  width: 65px;
}

.checkout-box-tab-next ul li:last-child .step .line {
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  -o-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
  width: 65px;
  background: #222;
}

.checkout-box-tab-next ul li span {
  color: #f05036;
  display: inline-block;
  padding: 6px 15px 6px 6px;
  line-height: 20px;
}

.checkout-box-tab-next ul li.step-done {
  color: #26537f;
}

.checkout-box-tab-next ul li.active {
  color: #f05036;
}

.checkout-box-tab-next ul li.step-done .step .circle, .checkout-box-tab-next ul li.step-done .step .line {
  background: #26537f;
}

.checkout-box-tab-next ul li.active .step .circle, .checkout-box-tab-next ul li.active .step .line {
  background: #f05036;
}

.checkout-box-tab-next li.active+li .circle, .checkout-box-tab-next li.active+li+li .circle, .checkout-box-tab-next li.active+li+li+li .circle, .checkout-box-tab-next li.active+li .line, .checkout-box-tab-next li.active+li+li .line, .checkout-box-tab-next li.active+li+li+li .line {
  background: #222;
}

.checkout-box-tab-next li.active+li span, .checkout-box-tab-next li.active+li+li span, .checkout-box-tab-next li.active+li+li+li span {
  color: #222;
}

.heading-bg h2.heading {
  background: #f0f0f0;
  padding: 8px 17px;
}

.checkout-section h2.heading {
  font-family: 'PT Serif';
  letter-spacing: 1px;
  font-weight: 500;
}

.payment-option-box {
  padding: 20px;
  border: 1px solid #e1e1e1;
}

.payment-option-box-inner {
  padding: 20px;
  display: inline-block;
  width: 100%;
}

.payment-top-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.paypal-box {
  border: 1px solid #ddd;
  float: left;
  padding: 10px;
  position: relative;
  margin-left: 10px;
}

.paypal-top {
  background: #f5f5f5;
  position: absolute;
  top: -15px;
  left: 5px;
  padding: 0 10px;
}

/* checkout-box-tab-next CSS Start */

/* compare-card-style1 CSS Start */

.compare-card-style1 {
  width: 100%;
  max-width: 100%;
  border: 15px solid #f5f5f5;
  text-align: center;
}

.compare-card-style1 td {
  padding: 22px 28px;
  border: 1px solid #ebebeb;
  vertical-align: middle;
}

.compare-card-style1 td.name, .compare-card-style1 td.description {
  vertical-align: top;
}

.compare-card-style1 td:first-child {
  padding: 22px 20px;
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: middle;
}

.compare-card-style1 .image img {
  max-width: 180px;
  border: 0px;
}

.compare-card-style1 .image {
  position: relative;
}

.compare-card-style1 .image a {
  position: absolute;
  top: 22px;
  right: 40px;
  color: #dcdcdc;
}

.compare-card-style1 .image a:hover {
  color: #303030
}

.compare-card-style1 .description {
  line-height: 1.55em;
}

.compare-card-style1 .price {
  margin-bottom: 20px;
}

.compare-card-style1 .btn-cart {
  margin-bottom: 15px;
}

.compare-card-style1 .btn-cart, .compare-card-style1 .btn-wishlist {
  width: 100%;
}

.compare-card-style1 .btn-cart i, .compare-card-style1 .btn-wishlist i {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: top;
  line-height: 20px;
}

.compare-card-style1 thead tr th:first-child, .compare-card-style1 tbody tr td:first-child {
  max-width: 160px;
}

.compare-infomation {
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 80px;
}

/* compare-card-style1 CSS End */

/* Wishlist Page CSS Start */

.in_stock {
  color: #388e3c;
}

.out_stock {
  color: #dc3545;
}

.wishlist a i.fa {
  font-size: 18px;
}

/* Wishlist Page CSS End */

/* --------------- shop-list-view CSS START ------------------ */

.shop-list-view .product-item-details {
  display: table-cell;
  position: relative;
  text-align: left;
}

.shop-list-view ul li button {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  color: #232323;
  display: inline-block;
  padding: 0;
  transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -webkit-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
}

.shop-list-view .detail-inner-left {
  display: inline-block;
  padding: 0 0 10px;
  width: 100%;
}

/* --------------- shop-list-view End ------------------ */

/* Product Page Tab CSS Start */

.nav-tabs {
  border-bottom: 1px solid #e1e1e1;
}

.nav-tabs>li>a {
  border-color: #eee #eee #ddd;
}

.product-detail-tab .nav>li>a {
  display: block;
  padding: 10px 15px;
  position: relative;
}

.product-detail-tab {
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.product-detail-tab .nav>li>a {
  background-color: transparent;
  text-decoration: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: 0;
}

.nav-tabs>li>a.selected, .nav-tabs>li>a.selected:hover, .nav-tabs>li>a.selected:focus {
  background: #f05036;
  border: medium none;
  color: #fff !important;
}

.tab_content {
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0;
}

.product-listing .tab_content {
  padding: 0;
  border: none;
}

.Description, .items-Product-Tags, .items-Reviews, .comments-area-main {
  line-height: 25px;
}

.tab_content ul li strong {
  font-weight: 500;
  color: #222;
}

.items-Description, .items-Product-Tags, .items-Reviews {
  display: none;
}

.items-Description.selected, .items-Product-Tags.selected, .items-Reviews.selected {
  display: block;
}

/* Product Page Tab CSS End */

/* --------------- Comment CSS START ------------------ */

.comment-list>li {
  padding-top: 20px;
  border-top: 1px solid #e1e1e1;
}

.comments-area>.comment-list>li:first-child {
  border: none;
  padding-top: 0;
}

.comment-user {
  float: left;
  margin-right: 20px;
}

.comment-detail {
  display: table-cell;
  padding-bottom: 10px;
}

.comment-detail .user-name {
  text-transform: uppercase;
  color: #232323;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
}

ul.child-comment {
  margin-left: 63px;
}

.comment-detail .post-info ul {
  display: inline-flex;
}

.comment-detail .post-info ul li {
  float: left;
  margin-right: 15px;
  font-size: 14px;
  padding: 0;
}

.error-gradient-bg {
  background-image: linear-gradient(to right, #83eaf1 0%, #63a4ff 50%, #83eaf1 100%);
  background-size: 200% auto;
}

.markito-404-error {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 200px 0 160px;
  height: 100vh;
}

.markito-404-error .text-content {
  text-align: center;
  display: inline-block;
  position: relative;
}

.markito-404-error .text-content ._404 {
  font-size: 120px;
  line-height: 120px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  z-index: 2;
  letter-spacing: 15px;
}

.markito-404-error .text-content .h1 {
  text-align: center;
  display: block;
  position: relative;
  letter-spacing: 12px;
  font-size: 4em;
}

.markito-404-error .text-content .h2 {
  text-align: center;
  display: block;
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

.markito-404-error hr {
  padding: 0;
  display: inline-block;
  color: #fff;
  text-align: center;
  margin: 20px auto;
  width: 100%;
  height: 4px;
  background: #fff;
  z-index: -10;
}

.cloud {
  width: 350px;
  height: 120px;
  background: #FFF;
  background: linear-gradient(top, #FFF 100%);
  background: -webkit-linear-gradient(top, #FFF 100%);
  background: -moz-linear-gradient(top, #FFF 100%);
  background: -ms-linear-gradient(top, #FFF 100%);
  background: -o-linear-gradient(top, #FFF 100%);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  position: absolute;
  ;
  margin: 0 auto;
  transition: ease 1s;
}

.cloud:after, .cloud:before {
  content: '';
  position: absolute;
  background: #FFF;
  z-index: -1
}

.cloud:after {
  width: 100px;
  height: 100px;
  top: -50px;
  left: 50px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}

.cloud:before {
  width: 180px;
  height: 180px;
  top: -90px;
  right: 50px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
}

.z1 {
  top: -100px;
  left: 100px;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0.9;
  -webkit-animation: moveclouds 15s linear infinite;
  -moz-animation: moveclouds 15s linear infinite;
  -o-animation: moveclouds 15s linear infinite;
}

.z1_5 {
  top: -80px;
  left: 250px;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-animation: moveclouds 17s linear infinite;
  -moz-animation: moveclouds 17s linear infinite;
  -o-animation: moveclouds 17s linear infinite;
}

.z2 {
  left: 250px;
  top: 30px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0.6;
  -webkit-animation: moveclouds 25s linear infinite;
  -moz-animation: moveclouds 25s linear infinite;
  -o-animation: moveclouds 25s linear infinite;
}

.z3 {
  left: 250px;
  bottom: -70px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0.8;
  -webkit-animation: moveclouds 25s linear infinite;
  -moz-animation: moveclouds 25s linear infinite;
  -o-animation: moveclouds 25s linear infinite;
}

.z4 {
  left: 470px;
  botttom: 20px;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0.75;
  -webkit-animation: moveclouds 18s linear infinite;
  -moz-animation: moveclouds 18s linear infinite;
  -o-animation: moveclouds 18s linear infinite;
}

.z5 {
  left: 200px;
  top: 360px;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0.8;
  -webkit-animation: moveclouds 20s linear infinite;
  -moz-animation: moveclouds 20s linear infinite;
  -o-animation: moveclouds 20s linear infinite;
}

@-webkit-keyframes moveclouds {
  0% {
    margin-left: 1000px;
  }
  100% {
    margin-left: -1000px;
  }
}

@-moz-keyframes moveclouds {
  0% {
    margin-left: 1000px;
  }
  100% {
    margin-left: -1000px;
  }
}

@-o-keyframes moveclouds {
  0% {
    margin-left: 1000px;
  }
  100% {
    margin-left: -1000px;
  }
}

/* Blog Detail */

.blog-detail {
  position: relative;
  margin-bottom: 40px;
}

.blog-detail .inner-box {
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.blog-detail .inner-box .image {
  position: relative;
}

.blog-detail .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}

.blog-detail .inner-box .image .category {
  position: absolute;
  right: 40px;
  bottom: -17px;
  z-index: 1;
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 0px;
  background-color: #f05036;
}

.blog-detail .inner-box .lower-content {
  position: relative;
  padding: 30px 30px 30px;
}

.blog-detail .inner-box .lower-content .post-meta {
  position: relative;
  margin-bottom: 15px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.blog-detail .inner-box .lower-content .post-meta li {
  position: relative;
  font-size: 15px;
  margin-right: 10px;
  font-weight: 400;
  padding-left: 25px;
  display: inline-block;
  text-transform: capitalize;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.blog-detail .inner-box .lower-content .post-meta li .icon {
  position: absolute;
  left: 0px;
  top: 4px;
  color: #f05036;
  font-size: 15px;
  margin-right: 6px;
}

.blog-detail .inner-box .lower-content .post-meta li:last-child {
  margin-right: 0px;
}

.blog-detail .inner-box .lower-content h2 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
}

.blog-detail .inner-box .lower-content p {
  position: relative;
  font-size: 16px;
  line-height: 1.7em;
  margin-top: 15px;
}

.blog-detail .inner-box .lower-content blockquote {
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8em;
  margin-top: 25px;
  margin-left: 60px;
  margin-bottom: 30px;
  border-left: 3px solid #f05036;
}

/* Blog Video Box */

.blog-video-box {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-video-box .video-image {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-radius: 0%;
}

.blog-video-box .video-image img {
  position: relative;
  width: 100%;
  z-index: 3;
}

.blog-video-box .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  line-height: 45px;
  overflow: hidden;
  border-radius: 0%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.blog-video-box .overlay-box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.30);
}

.blog-video-box .overlay-box span {
  position: absolute;
  width: 90px;
  height: 90px;
  left: 50%;
  top: 50%;
  z-index: 10;
  color: #ffffff;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  padding-left: 4px;
  display: inline-block;
  margin-top: -40px;
  margin-left: -40px;
  line-height: 90px;
  border-radius: 0%;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: #f05036;
}

.blog-video-box .ripple, .blog-video-box .ripple:before, .blog-video-box .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 0% 0% 0% 0%;
  -moz-border-radius: 0% 0% 0% 0%;
  -ms-border-radius: 0% 0% 0% 0%;
  -o-border-radius: 0% 0% 0% 0%;
  border-radius: 0% 0% 0% 0%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.blog-video-box .ripple:before {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
}

.blog-video-box .ripple:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
}

/* Post Share Options */

.blog-detail .post-share-options {
  position: relative;
  margin-top: 40px;
}

.blog-detail .post-share-options .tags a {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 12px 18px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 6px;
  display: inline-block;
  border: 1px solid #dddddd;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.blog-detail .post-share-options .tags a:last-child {
  margin-right: 0px;
}

.blog-detail .post-share-options .tags {
  position: relative;
  color: #f05036;
  font-size: 16px;
  font-weight: 400;
  margin-top: 3px;
}

.blog-detail .post-share-options .tags a:hover {
  color: #ffffff;
  border-color: #f05036;
  background-color: #f05036;
}

.blog-detail .post-share-options .social-box {
  position: relative;
  margin-top: 10px;
}

.blog-detail .post-share-options .social-box li.share {
  position: relative;
  font-weight: 600;
  font-size: 16px;
}

.blog-detail .post-share-options .social-box li {
  position: relative;
  margin-left: 15px;
  display: inline-block;
}

.blog-detail .post-share-options .social-box li a {
  position: relative;
  font-size: 22px;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog-detail .post-share-options .social-box li a:hover {
  color: #f05036;
}

/* more-posts */

.more-posts {
  overflow: hidden;
  border: 1px solid #dddddd;
  padding: 0 25px;
}

.more-posts>div {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .more-posts>div {
    width: 100%;
    float: none;
  }
}

.more-posts>div>a {
  display: inline-block;
}

.more-posts .previous-post, .more-posts .next-post {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .more-posts .previous-post, .more-posts .next-post {
    padding: 25px 15px !important;
  }
}

.more-posts .previous-post>a, .more-posts .next-post>a {
  font-size: 16px;
  font-weight: 600;
}

.more-posts .next-post {
  text-align: right;
  border-left: 1px solid #dddddd;
  padding-left: 15px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .more-posts .next-post {
    border-left: 0;
    text-align: left;
    border-top: 1px solid #dddddd;
  }
}

.more-posts .next-post .post-control-link {
  padding-right: 30px;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .more-posts .next-post .post-control-link {
    padding-right: 0;
  }
}

.more-posts .next-post .post-control-link:before {
  font-family: 'FontAwesome';
  content: "\f177";
  position: absolute;
  right: 0;
  top: -1px;
}

@media (max-width: 767px) {
  .more-posts .next-post .post-control-link:before {
    display: none;
  }
}

.more-posts .previous-post {
  padding-right: 15px;
  padding-left: 5px;
}

.more-posts .previous-post .post-control-link {
  padding-left: 30px;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .more-posts .previous-post .post-control-link {
    padding-left: 0;
  }
}

.more-posts .previous-post .post-control-link:before {
  font-family: 'FontAwesome';
  content: "\f178";
  position: absolute;
  left: 0;
  top: -1px;
}

@media (max-width: 767px) {
  .more-posts .previous-post .post-control-link:before {
    display: none;
  }
}

.more-posts .previous-post>a>span, .more-posts .next-post>a>span {
  display: block;
}

.more-posts a:hover .post-control-link {
  color: #f05036;
}

.checkout-section .input-box {
  margin-bottom: 23px;
}

.check-box.left-side {
  margin-top: 10px;
}

.forgot-password {
  text-decoration: underline;
  font-weight: 600;
  display: inline-block;
}

/* Login Register Page CSS Start */

.new-account .link {
  text-decoration: underline;
  color: #222;
}

.new-account .link:hover {
  color: #f05036;
}

/* Login Register Page CSS Start */

/* contact-area CSS Start */

.contact-map-section {
  position: relative;
  padding-top: 0px;
}

.contact-map-section iframe {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  border: none;
}

.contact-area .item {
  display: flex;
}

.bg-gray {
  background-color: #f6f6f6;
}

.contact-area .item i {
  display: inline-block;
  font-size: 30px;
  border-radius: 5px;
  margin-right: 35px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background: #f05036;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.contact-area .item i::after {
  position: absolute;
  right: -10%;
  bottom: -10%;
  height: 100%;
  width: 100%;
  content: "";
  background: #f05036;
  z-index: -1;
  border-radius: 5px;
  opacity: 0.3;
}

.contact-area .item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}

.contact-area .item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.contact-area .item h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
}

.contact-area .item p {
  text-align: left;
}

.contact-area .content {
  padding: 50px;
  background: #ffffff;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, .08);
}

.contact-area .content h2 {
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-area .content p {
  margin: 0;
}

.contact-area .content .heading {
  margin-bottom: 30px;
}

.contact-area .content form img.loader {
  margin-left: 5px;
}

/* -- Product Zoom Slider Start -- */

.fotorama__nav--thumbs {
  margin-top: 15px;
}

.fotorama__nav__frame.fotorama__nav__frame--thumb {
  height: auto !important;
  margin: 0 8px;
  opacity: 0.3;
}

.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
  opacity: 1;
}

.fotorama__img {
  position: relative;
  top: 0 !important;
}

.fotorama__thumb-border {
  display: none !important;
}

.fotorama__nav::before, .fotorama__stage::before {
  background-image: none;
}

.fotorama__nav::after, .fotorama__stage::after {
  background-image: none;
}

.fotorama__fullscreen-icon {
  background: url('../img/icon-list-menu.png') no-repeat scroll -87px -331px #ff3030;
  height: 40px;
  width: 40px;
  right: 0;
  top: 0;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -122px -101px;
}

.fotorama__arr {
  background: url('../img/icon-list-menu.png') no-repeat scroll 0 0 #ff3030;
}

.fotorama__arr--prev {
  background-position: -129px -34px;
}

.fotorama__arr--next {
  background-position: -128px -65px;
}

/* -- Product Zoom Slider End -- */

.product-detail-main .product-item-details .product-item-name {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: 600;
}

.product-listing .shop-list-view .product-item {
  margin-bottom: 0;
}

.product-detail-main .price-box .price {
  font-size: 22px;
}

.product-detail-main .rating-summary-block {
  margin-bottom: 10px;
}

.product-info-stock-sku {
  margin-top: 5px;
  margin-bottom: 15px;
}

.product-info-stock-sku>div {
  display: inline-block;
  margin-right: 20px;
}

.product-info-stock-sku label {
  font-weight: 400;
}

.product-info-stock-sku .price-box {
  display: inline-block;
}

.product-info-stock-sku .info-deta {
  text-transform: uppercase;
  font-weight: bold;
}

.form-control {
  border-color: #e1e1e1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  height: 40px;
}

.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
}

.product-qty {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}

.cart-dropdown .product-qty {
  margin-top: 0;
}

.custom-qty {
  display: inline-flex;
}

.increase.items, .reduced.items {
  background: transparent;
  border: 1px solid #e1e1e1;
  color: #888;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  float: left;
  outline: none;
}

.input-text.qty {
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  max-width: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  float: left;
  text-align: center;
  margin: 0 5px;
}

.share-link {
  margin-top: 30px;
}

.share-link label {
  font-weight: 400;
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}

.brand-logo-pro {
  background: #f5f5f5 none repeat scroll 0 0;
}

/* Product Box part */

.heading-part {
  position: relative;
}

.main_title {
  display: inline-block;
  margin-bottom: 0;
}

.main_title span::after {
  background: #f05036 none repeat scroll 0 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  bottom: -12px;
  width: 80px;
}

.category-bar ul li {
  display: inline-block;
}

.category-bar ul li.selected {
  pointer-events: none;
}

.category-bar ul li a {
  display: block;
  padding: 12px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}

.category-bar ul li a.selected {
  background: #f05036;
  color: #fff;
  pointer-events: none;
}

.category-bar ul li:hover a {
  color: #fff;
  background: #f05036;
}

.tab_cat {
  padding: 0 15px;
  position: relative;
}

.pro_cat {
  position: relative;
}

.owl-carousel .owl-wrapper-outer {
  display: inline-block;
  padding-top: 7px;
  margin-top: -7px;
}

.pro_cat .product-slider-main {
  display: none;
}

.pro_cat .product-slider-main.selected {
  display: block;
}

.product-item {
  position: relative;
  box-shadow: 0 .25rem 1rem rgba(48, 55, 66, .15);
  border: 0;
  background: #f6f6f6;
}

.pro_cat .item, #blog .item {
  padding-left: 15px;
  padding-right: 15px;
}

.product-image {
  background: #f05036 none repeat scroll 0 0;
  min-width: 70px;
  overflow: hidden;
  position: relative;
}

.product-image img {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}

.product-item:hover .product-image img {
  opacity: 0.5;
}

.main-label {
  color: #ffffff;
  font-weight: 500;
  line-height: 45px;
  text-align: center;
  position: absolute;
  top: 10px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 1;
}

.sale-label {
  background: #ffe400;
  left: 10px;
  color: #212121;
}

.new-label {
  background: #ff7200;
  right: 10px;
}

.product-item.sold-out::before {
  background: rgba(255, 255, 255, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.product-item.sold-out::after {
  background: #fa6b6b;
  content: "Sold out";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  text-transform: uppercase;
  padding: 8px 12px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
}

.out-stock {
  background: #fa6b6b none repeat scroll 0 0;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -o-border-radius: 40px;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 40%;
  z-index: 1;
}

.product-detail-inner {
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.detail-inner-left {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s
}

.product-item:hover .detail-inner-left {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.product-item-name a {
  font-size: 16px;
  color: #1f1f2f;
  display: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.product-item-details {
  text-align: left;
  padding-left: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 7px;
}

.list-type .product-item-details, .product-detail-main .product-item-details {
  text-align: left;
}

.special-products-block .product-item-details {
  margin-top: 0;
}

.shop-list-view:hover .product-item-name a, .product-item:hover .product-item-name a, .special-products-block:hover .product-item-name a, .sidebar-contant ul li:hover .pro-detail-info a {
  color: #f05036;
}

.product-item-details .price-box .price {
  margin-right: 5px;
}

.price-box {
  display: inline-block;
}

.price-box .price {
  font-size: 18px;
  font-weight: 500;
  color: #212121;
}

.product-item-details .price-box .price.old-price {
  font-size: 14px;
  font-weight: 400;
  color: #878787;
  margin-right: 0;
}

.detail-inner-left ul {
  display: inline-block;
}

.product-item .detail-inner-left ul li {
  float: left;
  padding: 0 4PX;
  position: relative;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.product-item .detail-inner-left ul li:last-child {
  padding-right: 0;
}

.detail-inner-left ul li a {
  background: #fff url('../img/icon-list-menu.png') no-repeat scroll 0 0;
  display: inline-block;
  height: 37px;
  width: 37px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.detail-inner-left ul li a:hover {
  background-color: #f05036;
}

.detail-inner-left.right-side ul li a {
  border-right: 1px solid #ff8786;
  padding: 0 18px;
}

.detail-inner-left.right-side ul li:last-child a {
  border-right: medium none;
  padding-right: 0;
}

.detail-inner-left ul li button {
  background-color: #fff;
  border: none;
  display: inline-block;
  padding: 8px 15px 9px 6px;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.detail-inner-left ul li button:hover {
  background: #f05036;
  color: #fff;
}

.detail-inner-left button span, .cat-box-inner .cart-link button span {
  background: rgba(0, 0, 0, 0) url('../img/icon-list-menu.png') no-repeat scroll -11px -318px;
  display: inline-block;
  height: 25px;
  margin-bottom: -8px;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  width: 30px;
}

.detail-inner-left button:hover span {
  background-position: -11px -353px;
}

.cat-box-inner .cart-link button span {
  background-position: -46px -234px;
}

.cat-box-inner .cart-link button:hover span {
  background-position: -46px -266px;
}

.detail-inner-left ul li.pro-wishlist-icon a {
  background-position: -9px -380px;
}

.detail-inner-left ul li.pro-wishlist-icon a:hover {
  background-position: -9px -417px;
}

.detail-inner-left ul li.pro-compare-icon a {
  background-position: -9px -456px;
}

.detail-inner-left ul li.pro-compare-icon a:hover {
  background-position: -9px -491px;
}

.rating-summary-block .rating-result {
  display: inline-block;
  position: relative;
  width: 71px;
}

.rating-summary-block.big .rating-result {
  width: 88px;
}

.rating-summary-block .rating-result:before {
  color: #c7c7c7;
  content: "" "" "" "" "";
  display: block;
  font-family: FontAwesome;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  height: 16px;
  left: 0;
  letter-spacing: 2px;
  line-height: 16px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.rating-summary-block .rating-result>span {
  display: block;
  overflow: hidden;
}

.rating-summary-block .rating-result>span::before {
  color: #f05036;
  content: "" "" "" "" "";
  display: block;
  font-family: FontAwesome;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  position: relative;
  z-index: 1;
}

.rating-summary-block .rating-result:before, .rating-summary-block .rating-result>span:before {
  font-size: 13px;
  height: 13px;
  line-height: 13px;
}

.rating-summary-block.big .rating-result:before, .rating-summary-block.big .rating-result>span:before {
  font-size: 17px;
  height: 17px;
  line-height: 17px;
}

.fotorama__wrap--css3 .fotorama__stage__shaft {
  margin-left: -1px;
  width: calc(100% - 1px) !important;
}

.owl-nav button span {
  display: none;
}

.product-slider .owl-prev, .product-slider .owl-next, #blog .owl-prev, #blog .owl-next, .banner .owl-prev, .banner .owl-next, .sub-menu-slider .owl-prev, .sub-menu-slider .owl-next, .pro_cat .owl-prev, .pro_cat .owl-next, #top-cat-pro .owl-prev, #top-cat-pro .owl-next {
  background: #f5f5f5 !important;
  position: absolute;
  height: 40px;
  width: 40px;
  text-align: center;
  letter-spacing: 0;
  top: 50%;
  font-size: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

#top-cat-pro .owl-prev, #top-cat-pro .owl-next {
  background: #fff !important;
}

.pro_cat .owl-prev, .pro_cat .owl-next, #blog .owl-prev, #blog .owl-next, #top-cat-pro .owl-prev, #top-cat-pro .owl-next {
  top: -40px;
}

.product-slider .owl-prev, .product-slider .owl-next {
  margin-top: -65px;
  top: 0;
}

.banner .owl-prev, .banner .owl-next {
  background: #fff !important;
  margin-top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner .owl-prev:hover, .banner .owl-next:hover, .pro_cat .owl-prev:hover, .pro_cat .owl-next:hover, .sub-menu-slider .owl-next:hover, .sub-menu-slider .owl-prev:hover, #top-cat-pro .owl-prev:hover, #top-cat-pro .owl-next:hover, #blog .owl-prev:hover, #blog .owl-next:hover {
  background: #f05036 !important;
}

.sub-menu-slider .owl-next {
  top: 20px;
  right: 0px !important;
}

.sub-menu-slider .owl-prev {
  top: 20px;
  left: 0px !important;
}

.banner .owl-next {
  right: 20px;
}

.banner .owl-prev {
  left: 20px;
}

.pro_cat .owl-next, #blog .owl-next, #top-cat-pro .owl-next {
  right: 10px;
}

.pro_cat .owl-prev, #blog .owl-prev, #top-cat-pro .owl-prev {
  right: 60px;
}

.product-slider .owl-next {
  right: 10px;
}

.product-slider .owl-prev {
  right: 60px;
}

.product-slider .owl-prev:after, .product-slider .owl-next:after, #blog .owl-prev::after, #blog .owl-next::after, .banner .owl-prev:after, .banner .owl-next:after, .sub-menu-slider .owl-prev:after, .sub-menu-slider .owl-next:after, .pro_cat .owl-prev:after, .pro_cat .owl-next:after {
  color: #a7a7a7;
  font-size: 25px;
  line-height: 40px;
  font-family: FontAwesome;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.product-slider .owl-prev:after, #blog .owl-prev:after, .banner .owl-prev:after, .owl-prev:after, .sub-menu-slider .owl-prev:after, .pro_cat .owl-prev:after {
  content: "";
}

.product-slider .owl-next:after, #blog .owl-next:after, .banner .owl-next:after, #top-cat-pro .owl-next:after, .sub-menu-slider .owl-next:after, .pro_cat .owl-next:after {
  content: "";
}

.product-slider .owl-prev:hover:after, #blog .owl-prev:hover:after, .banner .owl-prev:hover:after, .sub-menu-slider .owl-prev:hover:after, .pro_cat .owl-prev:hover:after, #top-cat-pro .owl-prev:hover:after {
  color: #fff;
}

.product-slider .owl-next:hover:after, #top-cat-pro .owl-next:hover:after, #blog .owl-next:hover:after, .banner .owl-next:hover:after, .sub-menu-slider .owl-next:hover:after, .pro_cat .owl-next:hover:after {
  color: #fff;
}

/*Our Categories */

.top-cate-bg {
  background: #f1f1f1 none repeat scroll 0 0;
}

.sell-pro .item {
  padding: 0 15px;
}

#top-cat-pro .item-inner {
  position: relative;
  background: #000000;
  overflow: hidden;
}

#top-cat-pro .item-inner:hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.cate-detail {
  background: #f05036;
  border-radius: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  bottom: 30px;
  position: absolute;
  left: 50%;
  text-transform: capitalize;
  width: calc(100% - 60px);
  padding: 10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.item-inner .effect:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}

.item-inner .effect:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}

.item-inner:hover .effect:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.item-inner:hover .effect:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.item-inner .effect:before, .item-inner .effect:after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

/* Sub Menu Product part */

.sub-menu-slider .product-item {
  display: inline-block;
  max-width: 100%;
}

.sub-menu-slider .product-image {
  max-width: 100%;
}

.sub-menu-slider .pro_cat {
  min-height: auto !important;
}

.sub-menu-slider .product-item-name a {
  display: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

/* ------------------ */

.shop-list-view {
  margin-bottom: 30px;
  display: inline-block;
}

.shop-list-view .product-item {
  float: left;
  width: 280px;
  margin-right: 20px;
}

.shop-list-view .product-item-name {
  font-size: 16px;
}

.shop-list-view .price-box {
  margin: 3px 0 15px;
  float: none;
}

.shop-list-view .bottom-detail {
  display: inline-block;
}

.shop-list-view .product-item-details, .product-detail-main .product-item-details {
  margin-top: 0;
}

.bottom-detail ul li {
  display: inline-block;
  padding: 0;
}

.product-detail-main .bottom-detail ul li {
  padding: 0 10px;
  border-right: 1px solid #cccccc;
}

.cart-button .pro-cart-icon {
  margin-top: 9px;
}

.bottom-detail ul li:first-child {
  padding-left: 0;
}

.bottom-detail ul li:last-child, .bottom-detail ul li.pro-cart-icon {
  border-right: medium none;
}

.bottom-detail ul li span {
  background: url('../img/icon-list-menu.png') no-repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  margin-bottom: -12px;
  margin-right: 8px;
  height: 37px;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  width: 37px;
}

.bottom-detail ul li:hover span {
  background-color: #f05036;
  border: 1px solid #f05036;
}

.bottom-detail ul li.pro-cart-icon span {
  background-position: -9px -312px;
}

.bottom-detail ul li.pro-cart-icon:hover span {
  background-position: -9px -347px;
}

.bottom-detail ul li.pro-wishlist-icon span {
  background-position: -10px -381px;
}

.bottom-detail ul li.pro-wishlist-icon:hover span {
  background-position: -10px -418px;
}

.bottom-detail ul li.pro-compare-icon span {
  background-position: -10px -457px;
}

.bottom-detail ul li.pro-compare-icon:hover span {
  background-position: -10px -491px;
}

.bottom-detail ul li.pro-email-icon span {
  background-position: -43px -453px;
}

.bottom-detail ul li.pro-email-icon:hover span {
  background-position: -43px -488px;
}

.bottom-detail.cart-button ul li.pro-cart-icon span {
  margin-top: -10px;
  margin-right: 0;
}

.bottom-detail.cart-button ul li span {
  border: none;
}

.bottom-detail.cart-button ul li:hover span {
  background-color: rgba(0, 0, 0, 0);
}

.product-detail-main .bottom-detail ul li.pro-cart-icon span {
  width: 30px;
  background-position: -16px -347px;
}

/* checkbox CSS Start */

.checkbox+label, .radio-button+label {
  cursor: pointer;
  line-height: 17px;
  padding-left: 25px;
  position: relative;
}

.checkbox:checked+label::before {
  background: #f05036 none repeat scroll 0 0;
  border-color: #f05036;
}

.checkbox+label::before, .radio-button+label::before, .checkbox+label::after {
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 0;
  width: 17px;
}

.checkbox+label::before, .radio-button+label::before {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #d7d7d7;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}

.checkbox+label::after {
  background-image: url("../img/check-box-icon.png");
  background-repeat: no-repeat;
  margin-left: 3px;
  margin-top: 3px;
}

.checkbox+label::before, .radio-button+label::before, .checkbox+label::after {
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 0;
  width: 17px;
}

/* checkbox CSS End */

/* Custom News Letter CSS Start */

.newsletter {
  background: #212121;
}

.newsletter-bg {
  padding: 40px 0;
}

.newsletter-icon {
  max-width: 90px;
  margin-right: 15px;
}

.newsletter-title .main_title {
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.newsletter-title {
  color: #ffffff;
}

.newsletter-title .sub-title {
  font-size: 18px;
}

.popup-news-box-inner p {
  margin-bottom: 35px;
}

.newsletter-box {
  position: relative;
}

.newsletter .popup-news-box-inner form button {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: none;
}

.popup-news-box-inner input {
  background: #f5f5f5;
  border: none;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  padding: 22px 0 9px 20px;
  width: 100%;
}

/* Custom News Letter CSS End */

/* footer-top-area CSS Start */

.footer-top-area {
  background:#DFDFDF ;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  /*height: 640px;*/
}

.footer-top-area::before {
  background: #eeeeee none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
}

.footer-top-area, .footer-top-area a, .footer-top-area p {
  color: #5e5e5e;
  line-height: 30px;
}

.footer-top-area a:hover {
  color: #f05036;
}

.footer-top {
  padding: 32px 0px;
}

.footer-middle .f-logo {
  margin-bottom: 20px;
}

.footer-middle {
  padding: 50px 0;
}

.footer-middle-right {
  padding-left: 50px;
}

.payment {
  padding-bottom: 30px;
}

.footer-top p {
  color: #a4a4a4;
  line-height: 20px;
  margin-bottom: 0;
  margin-left: 240px;
}

ul.social-icon li {
  display: inline-block;
}

ul.social-icon li i.fa {
  color: #f05036;
  font-size: 22px;
  padding: 0 15px;
  text-align: center;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.social-link ul.social-icon li i.fa {
  font-size: 20px;
  height: 36px;
  width: 36px;
  padding: 10px;
}

.footer_social {
  text-align: right;
}

ul.social-icon li i.fa.fa-facebook:hover {
  color: #212121;
}

ul.social-icon li i.fa.fa-twitter:hover {
  color: #212121;
}

ul.social-icon li i.fa.fa-linkedin:hover {
  color: #212121;
}

ul.social-icon li i.fa.fa-rss:hover {
  color: #212121;
}

ul.social-icon li i.fa.fa-pinterest:hover {
  color: #212121;
}

.rs-footer-basic-box .title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: 24px;
  position: relative;
}

.footer-top-area .title>span {
  border-bottom: 2px solid #f05036;
  bottom: -5px;
  left: 0;
  position: absolute;
  width: 50px;
}

.rs-footer-basic-box ul.address-footer li {
  margin-bottom: 0;
}

.rs-footer-basic-box ul li {
  padding: 6px 0;
}

.rs-footer-basic-box ul li:first-child {
  padding-top: 0;
}

.rs-footer-basic-box ul li:last-child {
  padding-bottom: 0;
}

.footer-top-area hr {
  border-top: 1px solid #5e5e5e;
}

.rs-footer-basic-box li i.fa {
  float: left;
  font-size: 16px;
  color: #f05036;
  margin-top: 5px;
}

.rs-footer-basic-box li p {
  margin-left: 25px;
  margin-bottom: 15px;
}

ul.tagcloud li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

ul.tagcloud li a {
  border: 1px solid #444444;
  display: inline-block;
  padding: 5px 10px;
}

.sidebar-block ul.tagcloud li a {
  border-color: #ebebeb;
}

ul.tagcloud li a:hover {
  border-color: #f05036;
}

.rs-footer-basic-box li a:hover span {
  color: #f05036;
}

.rs-footer-basic-box .field {
  margin-bottom: 5px;
}

.rs-footer-basic-box input, .rs-footer-basic-box textarea {
  background-color: transparent;
  border: 1px solid #444;
  width: 100% !important;
  padding: 5px;
}

.footer-bottom .site-link li {
  display: inline-block;
}

.footer-bottom .site-link li a {
  padding: 0 10px;
}

.footer-bottom .site-link li:first-child a {
  padding-left: 0;
}

.footer-bottom .site-link li:last-child a {
  padding-right: 0;
}

.payment ul li {
  display: inline-block;
  padding: 0 10px;
}

.payment ul li a {
  display: inline-block;
}

/* footer-top-area CSS End */

/* Scroll-CSS */

#scrollUp {
  right: 25px;
  bottom: 50px;
  color: #fff;
  padding: 4px 8px;
  font-size: 20px;
  background: #f05036;
  overflow: hidden;
  width: 45px;
  height: 45px;
  line-height: 41px;
  text-align: center;
  border-radius: 3px;
}

#scrollUp:hover {
  background: #212121;
  box-shadow: none;
}

#scrollUp i {
  font-size: 23px;
}