@charset "utf-8";
/*======================================================================
[Master Stylesheet]
Project/Theme Name: 	Free Theme
Website Url:  			http://selloship.com/
Author: 				Selloship
This document is copyrights by Selloship DO NOT TRY TO COPY
======================================================================*/

* {
  font-family: "Roboto", sans-serif;
  outline: none !important;
  border: none;
}
body {
  background-attachment: fixed;
  color: #000000;
  font-size: 14px;
  background-color: #ffffff;
  overflow-x: hidden !important;
  max-width: 100%;
}
img {
  max-width: 100%;
  width: auto;
}
.img-fluid {
  width: 100%;
}
.w100 {
  width: 100%;
}
p {
  font-weight: 400;
  line-height: 16px;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
iframe {
  border: none;
  width: 100%;
}
a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/*a:hover, a:focus {*/
a:focus {
  text-decoration: none;
}
a:hover {
  color: #a3a3a3;
  text-decoration: none;
  cursor: pointer;
}
a img {
  border: none;
}
iframe {
  border: none;
}
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
/* Titles */
.dark-title h3 {
  color: #ffffff;
}
.dark-title h5 {
  color: #ffffff !important;
}
.extra-large-title {
  font-weight: 700;
  font-size: 72px;
}
.large-title {
  font-weight: 900;
  font-size: 48px;
}
.medium-title {
  font-weight: 900;
  font-size: 24px;
}
.medium-title .icon {
  margin-right: 20px;
}
.small-title {
  font-weight: 700;
  font-size: 18px;
}
.large-title {
  font-weight: 600;
  font-size: 36px;
  text-align: left;
  float: left;
}
.large-title:after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #1364e9;
  top: 0;
  position: relative;
  float: left;
  left: 0;
  width: 100%;
}
.med-title {
  font-weight: 400;
  font-size: 24px;
  text-align: center;
}
.med-title:after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #1364e9;
  margin: 0 auto;
  z-index: 2;
  top: 45px;
  left: 50%;
  position: relative;
  float: left;
}
.med-title-left {
  font-weight: 400;
  font-size: 24px;
  text-align: left;
  float: left;
  position: relative;
}
.med-title-left:after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #1364e9;
  top: 0;
  position: relative;
  float: left;
  left: 0;
  width: 100%;
}
/* Paragraph */
p {
  line-height: 140%;
  font-size: 15px;
  padding: 0;
  margin: 0;
}
/* Text color */
.txt-dark {
  color: #000000;
}
.txt-light {
  color: #9a9a9a;
}
.txt-color {
  color: #1364e9;
}
.txt-green {
  color: #4caf50;
}
.txt-color-blue {
  color: #3e4095;
}
.txt-white {
  color: #ffffff;
}
/* Text style */
.txt-underline {
  text-decoration: underline;
}
/* Font style */
.font-light {
  font-weight: 300;
}
.font-regular {
  font-weight: 400;
}
.font-bold {
  font-weight: 500;
}
.font-black {
  font-weight: 700;
}
/* Font sizes */
.font14 {
  font-size: 14px;
}
.font15 {
  font-size: 15px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font24 {
  font-size: 24px;
}
.font36 {
  font-size: 36px;
}
.font48 {
  font-size: 48px;
}
.font72 {
  font-size: 72px;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
/* Margin setup */
.m0 {
  margin: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb100 {
  margin-bottom: 100px;
}
.mt10 {
  margin-top: 10px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mt100 {
  margin-top: 100px;
}
/* Padding setup */
.p0 {
  padding: 0;
}
.pt30 {
  padding-top: 30px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.w100 {
  width: 100% !important;
}

/* Background color */

.bg322 {
  background-color: #1364e9;
}
.small-title {
  font-size: 24px;
  padding: 10px;
  color: #000;
  background: #1364e9;
}
/* Textbox */
.textbox {
  padding: 10px;
  border-radius: 0;
  width: 100%;
  line-height: 144%;
  margin-top: 0;
  max-height: 40px;
  float: right;
  border: none;
}
/* Buttons */
.btn-add-new {
  float: right;
}

.btn-banner {
  background-color: #1364e9;
  border: none;
  color: #fff;
  font-weight: 500;
  padding: 13px 30px;
  margin-bottom: 0;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  -webkit-box-shadow: inset 5px 5px 15px #b36c13, inset 1px -2px 5px #b36c13,
    0 0 5px #000000 !important;
  -moz-box-shadow: inset 5px 5px 15px #b36c13, inset 1px -2px 5px #b36c13,
    0 0 5px #000000 !important;
  box-shadow: inset 5px 5px 15px #b36c13, inset 1px -2px 5px #b36c13,
    0 0 5px #000000 !important;
}
.btn-banner .icon {
  margin-right: 20px;
}
.btn-banner:before {
  background-color: #000000 !important;
  border-radius: 0 !important;
  color: #1364e9 !important;
  border: none;
  -webkit-box-shadow: inset 5px 5px 15px #606060, inset 1px -2px 5px #000000,
    0 0 5px #000000 !important;
  -moz-box-shadow: inset 5px 5px 15px #606060, inset 1px -2px 5px #000000,
    0 0 5px #000000 !important;
  box-shadow: inset 5px 5px 15px #606060, inset 1px -2px 5px #000000,
    0 0 5px #000000 !important;
}
.btn-banner:hover,
.btn-banner:active,
.btn-banner:focus {
  border: none;
  color: #fff;
}
.btn-small,
.btn-medium,
.btn-large {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: none;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-small:before,
.btn-medium:before,
.btn-large:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-small {
  padding: 5px 15px;
  margin-bottom: 0;
  font-size: 15px;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
}
.btn-medium {
  padding: 10px 25px;
  margin-bottom: 0;
  font-size: 15px;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
}
.btn-large {
  padding: 13px 30px;
  margin-bottom: 0;
  font-size: 16px;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}
.btn {
  background-color: #000000;
  color: #fff !important;
  font-weight: 500;
  padding: 10px;
  margin-bottom: 0;
  font-size: 15px;
  border-radius: 0;
  border: 1px solid #000000;
}
.btn .icon {
  margin-right: 20px;
}
.btn:before {
  background-color: #000000 !important;
  border-radius: 0 !important;
  color: #fff;
  border: none;
  border: 1px solid #000000;
}
.btn:hover,
.btn:active,
.btn:focus {
  color: #000000 !important;
  background: #fff;
  border: 1px solid #000000;
}
.btn-dark {
  color: #fff;
  background: #fff;
  border: 1px solid #000;
}
.btn-dark:before {
  background: #000;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  color: #000;
  border: 1px solid #000;
}
.btn-dark:hover:before,
.btn-dark:focus:before,
.btn-dark:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.btn-color {
  color: #fff;
  background: #1364e9;
  border: 1px solid #1364e9;
}
.btn-color:before {
  background: #1364e9 !important;
}
.btn-color:hover,
.btn-color:focus,
.btn-color:active {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000;
}
.btn-color:hover:before,
.btn-color:focus:before,
.btn-color:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.btn-bord {
  color: #1364e9 !important;
  background: #000 !important;
  border: 1px solid #1364e9 !important;
}
.btn-bord:before {
  background: #fff;
}
.btn-bord:hover,
.btn-bord:focus,
.btn-bord:active {
  color: #fff;
  border: 1px solid #1364e9;
  background: #1364e9;
}
.btn-bord:hover:before,
.btn-bord:focus:before,
.btn-bord:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.btn-bord-img img {
  height: 25px;
}
.btn-bord-img {
  color: #000;
  background: #000;
  border: 1px solid #000;
}
.btn-bord-img:before {
  background: #fff;
}
.btn-bord-img:hover,
.btn-bord-img:focus,
.btn-bord-img:active {
  color: #fff;
  border: 1px solid #000;
}
.btn-bord-img:hover:before,
.btn-bord-img:focus:before,
.btn-bord-img:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.btn-round {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: none;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 50px;
  border: 1px solid #000000;
  padding: 15px 10px;
  color: #000;
  font-size: 15px;
  background: #fbfbfb;
  line-height: normal;
  width: 50px;
  height: 50px;
}
.btn-round:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-round:hover,
.btn-round:focus,
.btn-round:active {
  color: red;
  border: 1px solid #bababa;
}
.btn-round:hover:before,
.btn-round:focus:before,
.btn-round:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
  border: 1px solid #bababa;
}
.header-button {
  float: right;
}
.signinbutton {
  float: left;
  margin-right: 0px;
}
.shoppingbag {
  float: left;
  /* margin-right: 30px; */
}
/* Bottom align text */
.bottom-align-text {
  bottom: 0;
  right: 0;
  text-align: left;
  margin-top: 16%;
}
/* Background image overlay effects */
.bg-overlay {
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.3;
  top: 0;
  z-index: 0;
}
.bg-overlay-white {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.8;
  top: 0;
  z-index: 0;
}

/* Scroll to Top */
.scrollToTop {
  border: 1px solid #fff;
  width: 25px;
  height: 40px;
  line-height: normal;
  padding: 10px 0;
  border-radius: 0;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  z-index: 99999;
  bottom: 30px;
  right: 30px;
  position: fixed;
  background: #000000;
}
.scrollToTop:hover {
  background: #1364e9;
}
.scrollToTop span {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
  color: #fff;
  position: relative;
  text-align: center;
  top: -20%;
}
.scrollToTop:hover span {
  color: #fff;
}
/* Preloader */
.page-preloader {
  background-color: #ffffff;
  background-image: url(../images/preloader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999999;
}
/* ========== SECTION ========== */

section#best-seller {
  /* margin-top: 70px; */
}
section {
  margin: 15px 0;
  position: relative;
  float: left;
  width: 100%;
}
section.section {
  margin: 60px 0 50px 0;
}
section#banner {
  padding: 0px 0;
  margin: 0;
}
.section-text {
  text-align: center;
  /* margin-bottom: 100px; */
  z-index: 2;
  position: relative;
}
.section-text .contentarea {
  float: left;
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}
.section-text h3 {
  font-size: 48px;
  margin-top: 0px;
  text-align: center;
  font-weight: 900;
  line-height: 45px;
  margin-bottom: 10px;
}
.section-text h5 {
  font-size: 18px;
  color: #fff;
}
.section-title {
  text-align: center;
  margin-bottom: 50px;
  z-index: 2;
  position: relative;
  padding-top: 50px;
}
.section-title h3 {
  font-size: 48px;
  font-weight: 500;
  line-height: 45px;
  margin-bottom: 10px;
}
.section-title h3:after {
  background-color: #1364e9;
  content: "";
  /* margin: 0 auto; */
  z-index: 2;
  width: 7%;
  border-top: 1px solid #1364e9;
  /* text-align: center; */
  height: 3px;
  position: absolute;
  margin-top: 50px;
  left: 47%;
}
.section-title h5 {
  color: #9a9a9a;
  font-weight: 400;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
/* Header section */
.mobile_header{
  display: none;
}






nav.theme-menu {
  border: none !important; /* padding: 10px 0; */
}
.theme-menu .navbar-nav li > a {
  color: #000000;
  font-size: 15px;
  font-weight: 500 !important;
  line-height: 30px;
}
.theme-menu .navbar-nav li > a a {
  color: #fff;
}
.theme-menu .navbar-nav li > a a:hover {
  color: #fff;
  text-decoration: underline;
}
nav.navbar.bootsnav ul.nav > li > a {
  padding: inherit;
}
nav.theme-menu ul.nav > li > a {
  padding: 13px 15px;
}
.theme-menu .navbar-brand {
  padding: 0;
  z-index: 999;
  visibility: visible !important;
  /* padding-top: 5px; */
}
.navbar-brand img.logo {
  margin-top: -4px;
  height: 40px;
  margin: auto;
}
.theme-menu li a:hover {
  background: transparent;
  color: #fff;
}
.theme-menu li a:after {
  content: "";
  background: #fff;
  border-radius: 0;
  height: 3px;
  width: 0px;
  display: block;
  margin-top: 0;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  -ms-transition: width 0.2s ease-out;
  position: absolute;
}
/*
.theme-menu li a:hover:after{content:'';	border-bottom: 3px solid #fff;float: left; width: 30%;}
.theme-menu li.active > a {
	color: #fff !important;
}
.theme-menu li.active > a:after{content:'';border-bottom: 3px solid #fff;width: 30%;float: left;}*/
nav.navbar.bootsnav ul.nav > li > a:hover {
  color: #fff;
  background: transparent;
}
.theme-menu li li a {
  background: transparent !important;
  color: #48555d !important;
  padding: 0;
  -o-transition: padding 0.2s linear;
  -moz-transition: padding 0.2s linear;
  -webkit-transition: padding 0.2s linear;
  transition: padding 0.2s linear;
  transition: all 500ms ease;
}
.theme-menu li li a:hover {
  background: transparent !important;
  color: #48555d;
  text-decoration: underline;
  padding-left: 2em !important;
}
li.dropdown.on > .dropdown-toggle {
  background: #000000 !important;
  color: #fff !important;
}
/*** HOME STYLE ***/
/* ================ HOME */
#home {
  padding: 0 !important;
  margin: 0;
  /* margin-bottom: 30px; */
}
#cart-item-popup {
  background: red;
  color: #fff;
  font-size: 12px;
  position: relative;
  border-radius: 0;
  padding: 5px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: normal;
  margin-left: 15px;
  border-radius: 50%;
  display: inline-block;
}
.shopping-bag {
  padding: 10px;
  background: transparent;
  width: auto;
  height: 42px;
  /* padding-right: 50px; */
  border-radius: 0;
  z-index: 1;
  float: right;
  text-align: left;
  line-height: 25px;
  border: 1px solid #48555d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.shopping-bag i {
  color: #48555d;
  padding-left: 5px;
  font-size: 16px;
}
#shopping-bag-container {
  position: absolute;
  background: transparent;
  margin-top: 5px;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  padding: 17px 50px;
  display: inline-table;
  right: 60px;
}
#shopping-bag-container:hover {
}
.shopping-bag:hover {
  background: #1364e9;
  color: #fff;
}
.shopping-bag:hover > #shopping-bag-container {
  visibility: visible;
  opacity: 1;
  -webkit-animation: fadeInUp 0.3s ease;
  animation: fadeInUp 0.3s ease;
}
.shopping-bag:hover i {
  color: #fff;
}
#shopping-bag-container .bag-content {
  position: absolute;
  width: 320px;
  right: -15px;
  background: #fff;
  border: none;
  padding: 15px;
  margin-top: 0px;
  z-index: 9999;
  visibility: hidden;
  text-align: left;
  border: 1px solid #1364e9;
}
.shopping-bag:hover > #shopping-bag-container .bag-content {
  visibility: visible;
}
#shopping-bag-container .bag-content:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1364e9;
  top: -10px;
  position: absolute;
  right: 15px;
}
#shopping-bag-container .bag-content ul {
  width: 100%;
}
#shopping-bag-container .bag-content ul li {
  float: left;
}
#shopping-bag-container .bag-content ul li h4 {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
  color: #000;
}
#shopping-bag-container .bag-content .error-msg {
  margin-top: 30px;
  text-align: center;
}
.negative-msg {
  border: 1px solid #fbd3d3;
  padding: 3px;
  color: #fff;
  font-size: 12px;
  float: left;
  width: auto !important;
  background: #fff9f9;
  background: #f53d3d;
}
.positive-msg {
  border: 1px solid #b5dc9a;
  padding: 3px;
  color: #fff;
  font-size: 12px;
  float: left;
  width: auto !important;
  background: #fdffe8;
  background: #50971b;
}
.error-msg {
  border: 1px solid #fbd3d3;
  padding: 10px;
  color: #e36161;
  font-size: 14px;
  float: left;
  width: 100%;
  background: #fff9f9;
  box-shadow: 0 0 1px #e49c9c;
}
.success-msg {
  border: 1px solid #b5dc9a;
  padding: 10px;
  color: #50971b;
  font-size: 14px;
  float: left;
  width: 100%;
  background: #fdffe8;
  box-shadow: 0 0 1px #acc78b;
}
.warning-msg {
  border: 1px solid #f9eda9;
  padding: 10px;
  color: #d5aa14;
  font-size: 14px;
  float: left;
  width: 100%;
  background: #fffdf5;
  box-shadow: 0 0 1px #ffeb3b;
}
.info-msg {
  border: 1px solid #cee3f3;
  padding: 10px;
  color: #2173b2;
  font-size: 14px;
  float: left;
  width: 100%;
  background: #ecf6ff;
  box-shadow: 0 0 1px #9dcde2;
}
.msg-small {
  padding: 5px !important;
  width: auto;
}
.msg {
  padding: 15px;
}
.msg h3 {
  font-size: 16px;
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
.msg p {
  font-size: 13px;
  color: #000;
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
.buyer-protection {
  border: 2px dashed #e7e7e7;
  padding: 20px;
  font-size: 14px;
  float: left;
  width: 100%;
  background: #ffffff;
  /* box-shadow: 0 0 1px #61580c; */
  color: #4caf50;
}
.buyer-protection .content {
  float: left;
  padding-left: 15px;
  padding-top: 0;
  display: inline-grid;
  position: absolute;
}
.buyer-protection img {
  float: left;
  max-height: 50px;
  width: 50px;
}
.searchblock {
  width: 30%;
  margin-top: 0px; /* float: left; */ /* margin-left: 190px; */
  margin: 0 auto;
}
.searchblock .input-group-btn > .btn {
  color: #000 !important;
}
.ad-block img {
  width: 100%;
}

.ad1 img {
  height: 100%;
  object-fit: contain;
  max-height: 270px;
  min-height: auto;
  width: 100%;
}
.ad2 img {
  height: 100%;
  object-fit: contain;
  max-height: 270px;
  min-height: auto;
  width: 100%;
}
.ad3 img {
  height: 100%;
  object-fit: contain;
  max-height: 370px;
  min-height: auto;
  width: 100%;
}
.ad4 img,
.ad5 img {
  height: 100%;
  object-fit: contain;
  max-height: 270px;
  min-height: auto;
  width: 100%;
}
.ad5 img {
  height: 100%;
  object-fit: contain;
  max-height: 270px;
  min-height: auto;
  width: 100%;
}
.ad6 img,
.ad7 img,
.ad8 img {
  height: 100%;
  object-fit: contain;
  max-height: 370px;
  min-height: auto;
  width: 100%;
}
.ad4 {
  margin-top: 30px;
}
/* Category Dropdown */
ul.category-nav {
  width: 100%;
}
ul.category-nav {
  border: none;
  float: left;
  z-index: 99999;
}
ul.category-nav li {
  float: left;
  padding: 0;
}
ul.category-nav li a {
  padding: 10px 15px;
  float: left;
  display: inline;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  color: #fff;
  background-color: #1364e9;
}
/*

ul.category-nav li:hover > a:before {	background: #000;	color: #fff;}*/

ul.category-nav li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #000;
  background: #fff;
}
ul.category-nav li a:hover:before,
ul.category-nav li a:focus:before,
ul.category-nav li a:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  background: #fff;
  color: #000;
}
ul.category-nav li a:hover {
  background: #1364e9;
  color: #1364e9 !important;
}
ul.category-nav li:hover > a {
  background: #fff;
  color: #1364e9;
}
/*ul.category-nav li a:hover{background:#ccc; color: #fff;}*/
ul.category-nav li ul {
  width: 270px;
  position: absolute;
  top: 28px;
  display: none;
  z-index: 99;
}
ul.category-nav li ul li {
  width: 100%;
  float: left;
  display: inline-block;
}
ul.category-nav li ul li a {
  color: #000;
  width: 100%;
  float: left;
  padding: 5px 10px;
  font-size: 13px;
  border-bottom: none;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  background: transparent;
}
ul.category-nav li ul li a:hover {
  opacity: 1;
}
ul.category-nav li:hover > ul {
  display: block;
  margin-top: 12px;
  -webkit-animation: fadeInUp 0.3s ease;
  animation: fadeInUp 0.3s ease;
  padding: 15px;
  background: #fff;
}
section#category {
  margin: 0;
  position: relative;
  float: left;
  width: 100%;
  background: #1364e9;
  z-index: -1;
}
/* Accordion Style */

#StyleAccordion {
  width: 80%;
  margin: 0 auto;
}
#StyleAccordion .panel {
  margin-top: 5px;
  margin-bottom: 30px;
  border-radius: 0;
}
#StyleAccordion .panel-title > a[aria-expanded]:before {
  background: url(../images/aria-expanded-active.png);
  width: 30px;
  height: 30px;
  float: right;
  content: "";
  margin-top: 10px;
}
#StyleAccordion .panel-title > a[aria-expanded="true"]:before {
  background: url(../images/aria-expanded-deactive.png);
  float: right;
  content: "";
  color: #1364e9;
}
#StyleAccordion .panel-heading {
  display: block;
  background: transparent;
  border: 1px solid #dadada;
  padding: 15px 30px;
  border-radius: 0;
}
#StyleAccordion .panel-heading[aria-expanded="false"] {
  background: url(../images/aria-expanded-active.png) no-repeat 97%;
  border: 1px solid #dadada;
  cursor: pointer;
}
#StyleAccordion .panel-heading[aria-expanded="true"] {
  background: url(../images/aria-expanded-deactive.png) no-repeat 97%;
  border: 1px solid #1364e9;
  cursor: pointer;
}
#StyleAccordion .panel-heading .panel-toggle {
  font-size: 18px;
  font-weight: 700;
  line-height: 300%;
}
#StyleAccordion .collapse.in {
  padding: 0 30px;
  border-bottom: none;
}
#StyleAccordion .panel-body {
  /* padding: 15px 30px; */
  border: 1px solid #1364e9 !important;
  border-top: 1px solid #fff !important;
  margin-top: -1px;
  padding: 0 30px;
}
#StyleAccordion .panel-inner h3 {
  text-transform: capitalize;
  font-size: 24px;
  margin-bottom: 30px;
}
#StyleAccordion .panel-inner h4 {
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 10px;
}
#StyleAccordion .panel-inner h5 {
  background: #1364e9;
  padding: 15px;
  color: #fff;
  font-size: 15px;
  margin-bottom: 30px;
}
#StyleAccordion .panel-inner p {
  font-size: 15px;
  margin-bottom: 20px;
  margin-bottom: 30px;
}

#PaymentAccordion {
  width: 80%;
  margin: 0 auto;
}

#PaymentAccordion .panel {
  margin-top: 5px;
  margin-bottom: 0px;
  border-radius: 0;
}
#PaymentAccordion .panel-title > a[aria-expanded]:before {
  background: url(../images/aria-expanded-active.png);
  width: 20px;
  height: 20px;
  float: right;
  content: "";
  margin-top: 10px;
  background-position: center;
}
#PaymentAccordion .panel-title > a[aria-expanded="true"]:before {
  background: url(../images/aria-expanded-deactive.png);
  float: right;
  content: "";
  color: #1364e9;
  width: 15px;
  height: 15px;
  margin-top: 7px;
}
#PaymentAccordion .panel-heading {
  display: block;
  background: transparent;
  border: 1px solid #dadada;
  padding: 0px 15px;
  border-radius: 0;
  /*border-radius: 50px;*/
  margin-top: 10px;
}
#PaymentAccordion .panel-heading[aria-expanded="false"] {
  background: url(../images/aria-expanded-active.png) no-repeat 97%;
  border: 1px solid #dadada;
  cursor: pointer;
}
#PaymentAccordion .panel-heading[aria-expanded="true"] {
  background: url(../images/aria-expanded-deactive.png) no-repeat 97%;
  border: 1px solid #1364e9;
  cursor: pointer;
}
#PaymentAccordion .panel-heading .panel-toggle {
  font-size: 14px;
  font-weight: 700;
  line-height: 300%;
}
#PaymentAccordion .collapse.in {
  padding: 0 30px;
  border-bottom: none;
}
#PaymentAccordion .panel-body {
  /* padding: 15px 30px; */
  border: 1px solid #fff !important;
  border-top: none !important;
  margin-top: -1px;
  padding: 0 30px;
}
#PaymentAccordion .panel-inner h3 {
  text-transform: capitalize;
  font-size: 24px;
  margin-bottom: 30px;
}
#PaymentAccordion .panel-inner h4 {
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 10px;
}
#PaymentAccordion .panel-inner h5 {
  background: #1364e9;
  padding: 15px;
  color: #fff;
  font-size: 15px;
  margin-bottom: 30px;
}
#PaymentAccordion .panel-inner p {
  font-size: 13px;
  margin-bottom: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
nav.theme-menu ul.nav > li > a.btn-header {
  padding: 5px 30px !important;
  background: transparent;
}
.theme-menu li a.btn-header:after {
  margin: 0 !important;
}
.theme-menu li a.btn-header:after {
}
.home-slider .owl-nav {
  position: absolute;
  top: 40%;
  width: 100% !important;
  left: 0 !important;
}
.home-slider .item img {
  float: left;
  width: 100%;
  object-fit: cover;
  /* max-height: 460px; */
  height: 460px;
}
.home-slider .owl-nav .owl-next {
  cursor: pointer;
  background: url(../images/slider/next-arrow.png) no-repeat;
  width: 20px;
  height: 17px;
  margin-right: 30px;
  opacity: 0.3;
  filter: alpha(opacity=30); /* For IE8 and earlier */
  position: absolute !important;
  right: 0 !important;
}

.home-slider .owl-nav .owl-prev {
  cursor: pointer;
  background: url(../images/slider/next-arrow.png) no-repeat;
  width: 20px;
  height: 17px;
  margin-left: 30px;
  opacity: 0.3;
  filter: alpha(opacity=30); /* For IE8 and earlier */
  left: 0 !important;
  position: absolute !important;
}
.home-slider .owl-dots {
  margin-top: 0px;
}
.home-slider .owl-nav {
  margin-top: 0px !important;
  position: absolute;
  display: none;
  top: 44% !important;
}
.special-deals .section {
  text-align: center;
}
.special-deals .section .img-block {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
  height: 100%;
  height: 120px;
}
.special-deals .section .img-block img {
  height: 120px;
  width: auto;
  text-align: center;
  margin: 0 auto;
  margin-top: 0px;
}
.special-deals .section h5 {
  font-size: 15px;
  margin-top: 0px;
  float: left;
  text-align: center;
  width: 100%;
}
.special-deals .owl-dots {
  margin-top: 0px !important;
}
#delivery-check {
  display: none;
  margin-top: 10px;
}
#delivery-check-close {
  color: red;
  font-size: 13px;
  display: none;
}
#delivery-check button {
  background: #79797900;
  margin-right: 0px;
  width: 48px;
  text-align: center;
  display: block;
  padding: 10px !important;
}
#delivery-check .form-control {
  border: none;
}
#delivery-check .input-group {
  border: 1px solid #000;
  border-radius: 50px;
}
.best-seller .section {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  /* min-height: 430px; */
  height: auto;
}
.best-seller .section .img-block {
  width: 30%;
  height: 370px;
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
}
.best-seller .section .img-block img {
  width: 100%; /* margin: 0px auto; */
  max-height: 370px;
  height: auto !important;
  vertical-align: middle;
  text-align: center !important;
  margin: 0 auto;
  object-fit: contain;
}
.best-seller .section .colors {
  width: 100%;
  font-size: 14px;
  float: left;
  text-align: center;
  margin: 10px 0;
}
.best-seller .section .colorsimg {
  background: url(../images/colors-ic.png);
  width: 10px;
  height: 10px;
  display: inline-flex;
}
.best-seller .section .colors p {
  width: auto;
  margin: 0 auto;
  font-weight: 600;
}
.best-seller .section h5 {
  font-size: 16px;
  margin-top: 15px;
  float: left;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.best-seller .section h4 {
  font-size: 20px;
  margin-top: 0px;
  float: left;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
  font-weight: 700;
  display: inline-block;
}
.best-seller .owl-dots {
  margin-top: 0 !important;
}
.best-seller .item {
  padding: 10px;
  float: left;
  text-align: center;
  width: 100%;
}
.product-details {
}
.product-details .section {
  width: 100%;
  float: left;
  border-bottom: transparent;
  padding: 0px;
}

.product-details .section.light-bg {
  background: #efefef;
  margin-top: 30px;
  padding: 15px;
}
.product-details .section:first-child,
.product-details .section:nth-child(2) {
  border-bottom: none;
  padding: 0;
  margin-bottom: 30px;
}
.product-details .section h3.title {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  position: relative;
  width: 100%;
  display: inline-grid;
  margin: 0;
  padding: 0;
}
.product-details .section .price-area {
  color: #1364e9;
}
.product-details .section p {
  font-size: 13px;
  color: #bebebe;
}
.whatsapp-button {
  display: block;
  clear: both;
  background-color: #4fce5d;
  color: #fff;
  padding: 10px;
  position: absolute;
  height: 40px;
  width: 40px;
  font-size: 18px;
  top: 10px;
  left: 10px;
}
.whatsapp-button:hover {
  color: #fff;
}
/* .product-details .section .whatsapp-button {
  float: right;
} */
.product-details .section h5.title {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  position: relative;
  width: auto;
  display: inline;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  float: left;
  padding-top: 5px;
}
.product-details .section .color-image {
  margin: 0;
  padding: 0;
  margin-top: 0;
  float: left;
  display: block;
  margin-left: 30px;
}
.product-details .section .color-image li:first-child {
  float: left;

  padding: 0;
}
.product-details .section .color-image li {
  float: left;
  padding-left: 10px;
}
.product-details .section .color-image img {
  width: 60px;
  max-height: 60px;
  object-fit: cover;
}

.product-details .section .color-image li a {
  background: #fff;
  color: #000;
  padding: 5px 10px;
  float: left;
}

.product-details .section .color-image img.color-round {
  clip-path: circle(30px at center);
}
.product-details .section .color-image .color-round.active {
  border: 3px solid #1364e9;
  border-radius: 50%;
}
.product-details .section .size-setup {
  margin: 0px;
  padding: 0;
  text-align: left;
  margin-left: 30px;
  display: inline-block;
  float: left;
}
.product-details .section .size-setup li:first-child {
  float: left;
  padding: 0;
}
.product-details .section .size-setup li {
  float: left;
  padding-left: 10px;
}
.product-details .section .size-setup li a span {
  text-align: center;
}
.product-details .section .size-setup li a span:hover {
}
.product-details .section .size-setup li a {
  border-radius: 0;
  float: left;
  text-align: center;
  min-width: 30px;
  height: 30px;
  border: none;
  /*margin-bottom: 10px;*/
  padding: 5px;
  line-height: 22px;
  background: #fff;
}
.product-details .section .size-setup li a.active {
  border: none;
  background: #48555d;
  color: #fff;
}
.product-details .section .size-setup li a.out-of-stock {
  color: #bababa;
  border: 1px solid #bababa !important;
  pointer-events: none;
}
.product-details .section .size-setup li a.out-of-stock:before {
  height: 1px;
  float: left;
  content: "";
  position: relative;
  background: #ccc;
  top: 12px;
  padding: 0 !important;
  width: 100%;
}
.product-details .section .size-setup li a:hover {
  color: #bababa;
  border-color: #bababa;
}
.product-block .section {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  min-height: auto;
  height: 100%;
  margin-bottom: 30px;
}
.product-block {
  margin-top: 50px;
}
.product-block ul {
  margin: 0;
  padding: 0;
}
.product-block .product-disp {
  /*display: inline-grid;*/
}
#related-products .product-block .section {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  min-height: auto;
  height: 100%;
  /* padding-bottom: 100px; */
  margin-top: 20px;
}
#related-products .product-block {
  margin-top: 50px;
}
#best-seller .product-block .section {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  min-height: auto;
  height: 100%;
  padding-bottom: 100px;
  margin-top: 20px;
}
.product-block .section .img-block {
  width: 50%;
  height: 270px;
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
}
.product-block .section .img-block img {
  width: 100%; /* margin: 0px auto; */
  max-height: 270px;
  vertical-align: middle;
  height: 100% !important;
  object-fit: contain;
}
.product-block .section .colors {
  width: 100%;
  font-size: 14px;
  float: left;
  text-align: center;
  margin: 10px 0;
}
.product-block .section .colorsimg {
  background: url(../images/colors-ic.png);
  width: 10px;
  height: 10px;
  display: inline-flex;
}
.product-block .section .colors p {
  width: auto;
  margin: 0 auto;
  font-weight: 600;
}
.product-block .section h5 {
  font-size: 17px;
  margin-top: 15px;
  float: left;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.product-block .section h4 {
  font-size: 19px;
  float: left;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
  font-weight: 500;
}
.product-block .owl-dots {
  margin-top: 0 !important;
}
.product-details {
  float: left;
  width: 100%;
  position: relative;
  display: block;
}
.color-option {
  display: none;
  width: 100%;
  float: left; /*visibility: visible;*/
}
.color-option ul {
  padding: 5px;
  float: left;
  width: 100%;
}
.color-option li {
  float: left;
  list-style: none;
  width: auto;
  display: inline-block;
}
.owl-item active {
  float: left;
  padding: 0;
  margin: 0 !important;
  width: 40px !important;
}
.color-option-slider {
  overflow: hidden;
  width: 90% !important;
  margin: 0 auto;
}
.color-option-slider .item {
  float: left;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.color-option-slider .item:first-child {
  margin-left: 0px !important;
}
.color-option-slider .item {
  margin: 0 0 0 5px !important;
}
.color-option-slider .item:last-child {
  margin-right: 0px;
}
.color-option-slider .owl-stage-outer .owl-stage {
  float: left;
  margin: 0 0 0px;
  display: -webkit-inline-box;
}
.products:hover > .product-details .color-option {
  display: block;
  background: transparent;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 10px;
  float: left;
  box-shadow: none;
  padding: 5px 0px;
}
.color-option-slider .owl-nav {
  left: 0 !important;
  position: absolute !important;
  top: -15px;
  width: 100%;
  padding: 0 20px;
  margin-top: 0px !important;
}
.color-option-slider .owl-nav .owl-prev {
  cursor: pointer;
  background: url(../images/prev-arrow-small.png) no-repeat !important;
  width: 10px !important;
  height: 10px !important;
  filter: alpha(opacity=30);
  opacity: 0.3;
  /* margin-left: -25px; */
  left: 0px;
  position: absolute !important;
  top: 0;
}
.color-option-slider .owl-nav .owl-next {
  cursor: pointer;
  background: url(../images/next-arrow-small.png) no-repeat 50% !important;
  width: 10px !important;
  height: 10px !important;
  margin-left: 20px;
  filter: alpha(opacity=30);

  opacity: 0.3;
  position: absolute !important;
  right: 0 !important;
}
.products {
  cursor: pointer;
  -webkit-transition: box-shadow 0.3s; /* Safari */
  transition: box-shadow 0.3s;
  border: 1px solid transparent;
  /* min-height: 100%; */
  width: 100%;
  background: transparent;
  padding: 10px;
  float: left;
}
.products:hover {
  /* border:1px solid #e7e7e7; */
  -webkit-box-shadow: 0px 1px 10px #e7e7e7;
  -moz-box-shadow: 0px 1px 10px #e7e7e7;
  box-shadow: none;
  position: relative;
  background: #fff;
  z-index: 99;
  border: 1px solid #efefef;
}
.product-block .col-xs-6 {
  padding: 0;
}
.best-seller .products {
  cursor: pointer;
  -webkit-transition: box-shadow 0.3s;
  /*Safari*/
  transition: box-shadow 0.3s;
  border: 1px solid #e6e6e6;
  /*min-height: 100%;
  */
  width: 100%;
  background: transparent;
  padding: 0 10px;
  padding-top: 10px;
  -moz-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
}
.best-seller .products:hover {
  /* border:1px solid #e7e7e7; */
  -webkit-box-shadow: 0px 1px 10px #e7e7e7;
  -moz-box-shadow: 0px 1px 10px #e7e7e7;
  border: 1px solid #efefef;
  position: absolute;
  float: left;
  width: 100%;
  background: #fff;
  z-index: 99;
  box-shadow: none;
}
.best-seller .owl-nav {
  /* margin-top: 20px; */
  /* margin: 0 auto; */
  /* display: inline; */
  /* float: left; */
  /* margin-bottom: 100px; */
  position: relative;
}
.color-option-slider .item .roundbox {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  margin-left: 15px;
  max-width: 40px;
  display: table-cell;
  vertical-align: middle;
}
.color-option-slider .item .roundbox img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: 0 auto;
  display: table-cell;
  border: 1px solid #e7e7e7;
}
/*.color-option-slider .owl-item.active:first-child{margin:0 5px 0 2px;}*/

.color-option-slider .owl-item.active {
  margin: 0 5px 0 -5px;
}
.best-seller .color-option-slider .owl-item.active {
  margin: 0;
}
.redbg {
  background: #f25e5e;
}
.bluebg {
  background: #246ac9;
}
.greenbg {
  background: #69bb69;
}
.yellowbg {
  background: #f1ec56;
}
.orangebg {
  background: #eca150;
}
.purplebg {
  background: #8e50ec;
}
.product-block .col-md-3 {
  padding: 0;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.help-block {
  color: #000;
  text-align: left;
  width: 100%;
  float: left;
}
#help-newsletter {
  background: #1364e9;
  width: 100%;
  background-size: cover;
  padding: 50px 0;
  margin: 0;
  margin-top: 50px;
}
#help-newsletter p {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
#help-newsletter p a {
  text-decoration: underline;
  color: #fff;
}
#help-newsletter p a:hover {
  text-decoration: none;
}
.help-block .img {
  float: left;
  margin-right: 30px;
}
.help-block .content {
  /* float: left; */
  margin-left: 0px;
  padding-top: 0px;
}
.help-block .content h3 {
  font-size: 36px;
}
.help-block .content p {
  font-size: 18px;
}
.help-block .content a {
  text-decoration: underline;
}
.help-block .content-right {
  float: left;
  margin-left: 30px;
  padding-top: 0px;
  text-align: right;
}
.help-block .content-right h3 {
  font-size: 36px;
}
.help-block .content-right p {
  font-size: 18px;
}

.help-block .content-right a {
  text-decoration: underline;
}
.newslettersignup {
  float: right;
  margin-top: 10px;
}

.footer-second .section .social {
  margin: 0 auto;
  width: auto;
  display: inline-table;
}
.footer-second h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.social li {
}
.social li a {
  float: left;
  font-size: 18px;
  color: #fff;
  opacity: 0.7;
}
.social li a:hover {
  float: left;
  font-size: 18px;
  color: #fff;
  opacity: 1;
}
.social li:first-child {
  margin: 0;
}
.social li {
  margin-left: 20px;
  float: left;
}

section#footer {
  margin: 0;
  padding: 0;
}
.footer-first {
  background: #efefef;
  padding: 50px 0;
}
.footer-first h3 {
  color: #000;

  font-weight: 600;
  font-size: 20px;
  float: left;
  width: 100%;
}
.appdownload li a.app {
  float: left;
  width: 45% !important;
  margin-right: 10px;
}

.footer-first ul {
  margin-top: 15px;
  float: left;
  width: 100%;
}
.footer-first ul li {
}
.footer-first ul li a {
  font-size: 14px;
  color: #000;
  line-height: 30px;
  width: 100%;
  float: left;
  font-weight: 300;
}
.footer-first ul li a:hover {
  color: #1364e9;
}
.footer-first ul li .social {
  font-size: 18px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  float: left;
  color: #000;
  border: 2px solid #1364e9;
  margin-right: 15px;
}
.footer-first ul li .social:hover {
  background-color: #1364e9;
  color: #fff;
}
.footer-second {
  background: #fff;
  padding: 30px 0;
}
.footer-first .blocks {
  float: left;
}
.footer-first .section:first-child {
  margin: 0;
}
.footer-first .section {
  margin: 30px 0 0 0;
  float: left;
  width: 100%;
}
.footer-first .section ul li:first-child {
  padding-left: 0 !important;
}
.footer-first .section ul li {
  padding-left: 30px !important;
  float: left;
}
.footer-first .section ul li a {
  font-size: 15px;
  color: #e7e7e7;
  line-height: 30px;
  font-weight: 300;
  float: left;
  width: 100%;
}
.footer-first .section img {
  margin-top: 15px;
}
.footer-first .section ul li a:hover {
  color: #1364e9;
}
.footer-first .section ul li a.social {
  font-size: 18px;
}
.footer-first .section ul li a.app:first-child {
  margin-bottom: 15px;
}
.footer-first .section ul li a.app img {
  width: 100%;
  margin: 0;
  float: left;
  padding: 0;
  border: 1px solid #1f1f1f;
  border-radius: 8px;
}
/* .fa-facebook-f {
  color: #3b5a9a;
}
.fa-twitter {
  color: #049ed4;
}
.fa-instagram {
  background: #d6249f;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}
.fa-google {
  color: #c4302c;
} */

.fa-facebook-f {
  /* color: #3b5a9a; */
  vertical-align: text-bottom;
}
.fa-twitter {
  /* color: #049ed4; */
  vertical-align: text-bottom;
}
.fa-instagram {
  /* background: #d6249f;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25); */
  vertical-align: text-bottom;
}
.fa-google {
  /* color: #c4302c; */
  vertical-align: text-bottom;
}
.important-block {
  margin-top: 0 !important;
}
.important-block li:first-child {
  float: left;
  width: 100%;
  background: #1f1f1f;
  margin-top: 0px;
}
.important-block li {
  float: left;
  width: 100%;
  background: #1f1f1f;
  margin-top: 30px;
}
.important-block li .icon {
  padding: 12px 10px;
  width: 25%;
  background: #1f1f1f;
  color: #fff;
  float: left;
  text-align: center;
  font-size: 30px;
  overflow: hidden;
}
.important-block li .icon i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.important-block li .content {
  padding: 10px 10px;
  width: 75%;
  color: #fff;
  border: 1px solid #1f1f1f;
  float: left;
  background: #000;
}
.important-block li .content h4 {
  font-size: 18px;
  color: #fff;
}
.copyrights {
  color: #000;
  width: 100%;
  text-align: right;
  line-height: 80px;
}
.social li {
  float: left;
  padding: 0 10px;
}
#page-title {
  margin: 0;
  z-index: -1;
}
#page-title .page-bg {
  background: #48555d;
  padding: 20px 0;
  background-size: cover;
}
#page-title .page-title h3 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.breadcrumb {
  padding: 0 15px;
  margin-bottom: 0px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  text-align: right;
  margin-top: 15px;
}
.breadcrumb li a {
  color: #fff;
}
.breadcrumb li a:hover {
  color: #1364e9;
}
.breadcrumb li span {
  color: #ccc;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #fff;
  content: "\003e";
}
.contentarea {
  margin-top: 10px;
  margin-bottom: 30px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-body {
  padding: 15px;
}
/* Filter section */

#paymentOption {
  margin-top: 10px;
  float: left;
  width: 100%;
}
#paymentOption .panel:first-child {
  margin: 0 !important;
}
#paymentOption .panel {
  border-bottom: 0;
  margin-top: 30px !important;
  border-radius: 0;
  border: 1px solid #e7e7e7;
}
#paymentOption .panel-title > a[aria-expanded]:before {
  content: "";
  font-family: "FontAwesome";
  float: right;
  background: url(../images/collapse-show1.png) 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 30px;
  margin-top: 0px;
}
#paymentOption .panel-heading {
  padding: 0 !important;
}
#paymentOption .panel-title img {
  float: right;
  height: 25px;
  right: 10%;
  position: absolute;
}
#paymentOption .panel-title > a[aria-expanded="false"] {
  background: #e7e7e7;

  color: #bababa;
  padding: 10px 20px;
}
#paymentOption .panel-title > a[aria-expanded="true"] {
  background: #e7e7e7;
  color: #000;

  padding: 10px 20px;
}
#paymentOption .panel-title > a[aria-expanded="true"]:before {
  content: "";
  font-family: "FontAwesome";
  float: right;
  background: url(../images/collapse-hide1.png) 50%;
  width: 20px;
  height: 1px;
  position: absolute;
  right: 30px;
  margin-top: 10px;
}
#paymentOption h4 {
  color: #fff;
}

#filter-button-open,
#filter-button-close {
  display: none;
}

#categoryFilter {
  margin-top: 50px;
}
/* #categoryFilter .panel:first-child {
  margin: 0 !important;
  border-top: 1px solid #d1d1d1;
} */
#categoryFilter .panel {
  margin-top: 0px !important;
  border-radius: 0;
  border: 1px solid #d1d1d1;
  padding-bottom: 20px;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 15px;
}
#categoryFilter .panel-title > a[aria-expanded]:before {
  content: "";
  font-family: "FontAwesome";
  float: right;
  background: url(../images/collapse-show.png) 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 30px;
  margin-top: 0px;
}
#categoryFilter .panel-title > a[aria-expanded="true"]:before {
  content: "";
  font-family: "FontAwesome";
  float: right;
  background: url(../images/collapse-hide.png) 50%;
  width: 20px;
  height: 1px;
  position: absolute;
  right: 30px;
  margin-top: 10px;
}
#categoryFilter h4 {
  color: #48555d;
  padding-top: 20px;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.panel-title a {
  display: block;
}
.collapse.in {
  display: block;
  border: 0;
  z-index: 1111;
  margin-bottom: -1px;
  padding: 15px;
}
.mdi-check:before {
  font-family: "FontAwesome";
  content: "\f00c";
  padding: 3px 0;
  margin-left: 10px;
  left: 1px;
  top: 1px;
  width: 20px;
  height: 20px;
  float: left;
  position: absolute;
  font-size: 15px;
}
.pretty label span {
  float: right;
  position: absolute;
  right: 10px;
  color: #bababa;
  font-size: 12px;
}
ul.filter-list {
  float: left;
  height: 200px;
  overflow: hidden;
  overflow-y: scroll;
  width: 100%;
}
ul.filter-list li {
  float: left;
  width: 100%;
  padding: 10px 0;
}
ul.filter-list li a {
}
#price-range.ui-widget-content {
  border: 1px solid #ffffff;
  background: #fff;
  color: #333;
  box-shadow: inset 1px 1px 5px #b8b8b8;
  border-radius: 0 !important;
  margin-top: 10px;
  height: 15px;
}
#price-range .ui-widget-header {
  border: 1px solid #e7e7e7;
  background: #b2caf1;
  color: #333;
  font-weight: bold;
  box-shadow: none;
  border-radius: 0 !important;
}
#price-range .ui-slider-handle {
  border-radius: 0;
  border: none !important;
  background: #1364e9 !important;
  box-shadow: none;
  cursor: pointer;
  height: 20px;
}
.pricedisplay {
  margin-bottom: 30px;
}
.pricedisplay #amt1 {
  float: left;
}
.pricedisplay #amt2 {
  float: right;
}
/* Product Details Image */
img {
  height: auto;
  display: inline-block;
}
.video-play {
  position: relative;
  top: 0;
  z-index: 2;
  color: #010101;
  display: inline-table;
  font-size: 14px;
}
.video-play i {
  position: relative;
  top: 0;
  z-index: 2;
  color: #010101;
  display: inline-table;
  font-size: 14px;
}

.imagezoom-cursor {
  z-index: 1 !important;
}
#carousel-custom .carousel-inner .item video {
  width: 100%;
}
#carousel-custom .carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 700px;
}
#carousel-custom .carousel-control.right {
  right: 0;
  left: auto;
  background-image: none !important;
  background-repeat: repeat-x;
  z-index: 2;
  height: 50px;
  top: 44%;
}
#carousel-custom .carousel-control.left {
  left: 0;
  right: auto;
  background-image: none !important;
  background-repeat: repeat-x;
  z-index: 2;
  height: 50px;
  top: 44%;
}
#carousel-example-generic {
  margin: 20px auto;
  width: 100%;
}
#carousel-custom .carousel-indicators {
  margin: 0 0;
  position: static;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
#carousel-custom .carousel-indicators li {
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: unset;
  margin: 0 !important;
  width: 90px;
  height: 90px;

  background-size: 100%;
  overflow: hidden;
}
#carousel-custom .carousel-indicators li img {
  display: block;
  padding: 5px;
  width: 100%;
  max-height: 100px;
  overflow: hidden;
  object-fit: contain;
}
#carousel-custom .carousel-indicators li:hover img {
  opacity: 0.75;
}

#carousel-custom .carousel-outer {
  position: relative;
}
div#carousel-custom {
  margin: 0;
}
.carousel-custom .carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 700px;
}
.carousel-custom .carousel-control.right {
  right: 0;
  left: auto;
  background-image: none !important;
  background-repeat: repeat-x;
}
.carousel-custom .carousel-control.left {
  left: 0;
  right: auto;
  background-image: none !important;
  background-repeat: repeat-x;
}
#carousel-example-generic {
  margin: 20px auto;
  width: 100%;
}
.carousel-custom .carousel-indicators {
  margin: 0 0;
  position: static;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.carousel-custom .carousel-indicators li {
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: unset;
  margin: 0 !important;
  width: 90px;
  height: 90px;
  background-size: 100%;
  overflow: hidden;
}
.carousel-custom .carousel-indicators li img {
  display: block;
  padding: 5px;
  width: 100%;
  max-height: 100px;
  overflow: hidden;
  object-fit: contain;
}
.carousel-custom .carousel-indicators li:hover img {
  opacity: 0.75;
}
.carousel-custom .carousel-outer {
  position: relative;
}
div.carousel-custom {
  margin: 0;
}
/* Left Column */
.left_img img {
  transition: all 0.3s ease;
  background-size: cover;
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.left_img img.current {
  display: block !important;
}
/* Product Color */
.product-color {
  margin-bottom: 30px;
}
.color-choose > div {
  display: inline-block;
}
.color-choose input[type="radio"] {
  display: none;
}
.color-choose input[type="radio"] + label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}
.color-choose input[type="radio"] + label span {
  border: 2px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.color-choose input[type="radio"]#black + label span {
  background-color: #151515;
}
.color-choose input[type="radio"]#white + label span {
  background-color: #fff;
}
.color-choose input[type="radio"]#yellow + label span {
  background-color: #003cff;
}
.color-choose input[type="radio"]:checked + label span {
  background-image: url(../img/check-icn.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.btn-cart {
  font-size: 18px;
  color: #fff;
  border-radius: 0;
  background: #f06902;
  padding: 17px 120px;
  display: inline-block;
  margin-bottom: 20px;
}
.rounded-textbox {
  border-radius: 50px !important;
  color: #000;
}
#product-description {
  padding: 0px 0;
}
.desc-list {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.desc-list .column {
  padding: 0;
  margin: 0;
}
.desc-list li {
  line-height: 30px;
}
.shopping-buttons a:first-child {
  margin: 0;
  text-align: center;
}
.shopping-buttons a {
  margin-left: 30px;
}
.avaibilitybox {
  text-align: right;
}
.fieldnameLeft {
  padding: 0px 0;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 500;
  float: left;
}
.fieldname {
  padding: 10px 0;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 500;
}
.qtybutton {
  border: 1px solid #d1d1d1;
  margin: 0 !important;
}
.qtybutton button span {
  font-size: 12px;
}
.qtybutton .input-number {
  background: #fff;
  color: #48555d;
  text-align: center;
  max-width: 55px;
  float: left;
  border: none;
  padding: 3px;
}
.qtybutton .input-group-btn {
  float: left;
  display: inherit;
}
.quantity-left-minus {
  background: #fff !important;
  color: #48555d !important;
  top: 0px;
  padding: 3px 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
}
.quantity-right-plus {
  background: #fff;
  color: #48555d !important;
  padding: 3px 5px;
  top: 0px;
  float: left;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: none;
}
.quantity-left-minus:hover,
.quantity-left-minus:focus,
.quantity-left-minus:active,
.quantity-right-plus:hover,
.quantity-right-plus:focus,
.quantity-right-plus:active {
  border: none;
  background: #1364e9 !important;
  color: #fff !important;
}
.related-products .owl-nav {
  left: 91%;
  top: -50px;
}
.ui-widget-content {
  border: none;
  background: transparent;
  color: #000 !important;
}
.ui-widget-header {
  border: none;
  border-bottom: 1px solid #d1d1d1 !important;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: none !important;
  background: #d1d1d1 !important;
  font-weight: normal;
  border-radius: 0;
  padding: 5px 10px !important;
  font-size: 16px;
  color: #000 !important;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: none !important;
  background: #d1d1d1;
  font-weight: normal;
  border-radius: 0;
  padding: 5px 10px !important;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #000 !important;
  text-decoration: none;
  font-weight: 500;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: none;
  background: none;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  padding: 5px 10px !important;
}
.buttongroups {
}
.buttongroups .input-group {
  float: left;
  margin-left: 15px;
  width: auto !important;
}
.modal-body {
  position: relative;
  padding: 15px;
  padding: 30px;
  float: left;
}
.searchblock .input-group {
  margin-bottom: 0;
}

.mainforms {
  margin-top: 50px;
  float: left;
  width: 100%;
}
.mainforms .input-group {
  margin-bottom: 20px;
  padding: 0;
  left: 0;
  display: inline;
  float: left;
  width: 100%;
}
.mainforms .input-group .input-group-addon {
  background: transparent;
  border: none;
  color: #bababa;
  left: 10px;
  position: absolute;
  top: 8px;
}
.mainforms .input-group .form-control {
  background: transparent;
  border-radius: 0;
  border: 1px solid #e7e7e7;
  padding-left: 45px;
}
.mainforms .input-group .form-control:focus {
  box-shadow: 0px 0 20px 0 #e7e7e7 !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #000;
}
.mainforms .input-group:focus > .mainforms .input-group .input-group-addon {
  color: #1364e9;
}

.popup-forms {
  margin-top: 0px;
  float: left;
  width: 100%;
}
.popup-forms .input-group {
  margin-bottom: 20px;
  padding: 0;
  left: 0;
  display: inline;
  float: left;
  width: 100%;
}
.popup-forms .input-group .input-group-addon {
  background: transparent;
  border: none;
  color: #bababa;
  left: 10px;
  position: absolute;
  top: 5px;
}
.popup-forms .input-group .form-control {
  background: transparent;
  border-radius: 0;
  border: 1px solid #e7e7e7;
  padding-left: 45px;
}
.popup-forms .input-group .form-control:focus {
  box-shadow: 0px 0 20px 0 #e7e7e7 !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #000;
}
.popup-forms .input-group:focus > .popup-forms .input-group .input-group-addon {
  color: #1364e9;
}

.mainforms1 {
  margin-top: 10px;
  float: left;
}
.mainforms1 .input-group {
  margin-bottom: 10px;
  padding: 0;
  left: 0;
  display: inline;
  float: left;
  width: 100%;
}
.mainforms1 .input-group .input-group-addon {
  background: transparent;
  border: none;
  color: #bababa;
  left: 10px;
  position: relative;
  top: 30px;
  display: inline;
}
.mainforms1 .input-group .form-control {
  background: transparent;
  border-radius: 50px;
  border: 1px solid #e7e7e7;
  padding-left: 15px;
}
.mainforms1 .input-group .form-control:focus {
  box-shadow: 0px 0 20px 0 #e7e7e7 !important;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #000;
}
.mainforms1 .input-group:focus > .mainforms .input-group .input-group-addon {
  color: #1364e9;
}
.login-block {
  border: none;
  padding: 30px;
  float: left;
  box-shadow: 0 0 1px #48555d;
}
.register-block {
  border: none;
  padding: 30px;
  float: left;
  box-shadow: 0 0 1px #48555d;
}
.coupon-block {
  border: 1px solid #e7e7f7;
  padding: 10px;
  width: 100%;
  float: left;
  background: #d7f0ff;
  position: relative;
  z-index: 0;
  margin-bottom: 15px;
}
.white-bord-box {
  padding: 30px;
  float: left;
  border: 2px solid #e7e7e7;
  width: 100%;
  background: #fff;
}

.white-box {
  border: none;
  padding: 30px;
  float: left;
  box-shadow: 0 0 1px #48555d;
  width: 100%;
}
.white-shadow-box {
  border: 2px dashed #e7e7e7;
  padding: 10px;
  box-shadow: 0 0 1px #48555d;
  float: left;
  background: #fffbec;
  width: 100%;
}
.coupon-block h3:before {
  content: "";
  background: url(../images/discount.png);
  z-index: 9999;
  width: 37px;
  height: 33px;
  position: absolute;
  top: -21px;
  right: 30px;
}
.coupon-block h3 {
  padding: 0 15px;
}
.coupon-block .couponform {
  margin-top: 15px;
}
.coupon-block .couponform .input-group {
  width: 100%;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  margin-bottom: 15px;
  z-index: 0;
}
#page-start {
  margin-top: 30px;
}

.thumb-image {
  height: 500px;
}
.thumb-image > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #f5f5f5;
}
.link-button {
  background: transparent !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /* float: left; */
  display: inline-block;
  cursor: pointer;
}
.link-button:hover {
  background: transparent;
  color: #1364e9;
}
.link-button:after {
  border-bottom: 2px solid #000;
  content: "";
  position: relative;
  height: 2px;
  top: 0px;
  left: 0;
  float: left;
  width: 1%;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.link-button:hover:after {
  border-bottom: 2px solid #1364e9;
  content: "";
  position: relative;
  height: 2px;
  width: 100%;
  top: 0px;
  left: 0;
  float: left;
  visibility: visible;
}
/* Quick Cart Show */

.bag-content h4 {
  margin-bottom: 0px;
  float: left;
  color: #bababa;
}
.cart-display {
  margin-top: 20px;
  width: 100%;
  float: left;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
}
.item-display {
  border-bottom: 1px solid #e7e7e7;
  margin: 10px 0;
  color: #000;
  float: left;
  padding-bottom: 10px;
  width: 100%;
}
.item-display ul {
  float: left;
  width: 100%;
}
.item-display ul li {
  float: left;
  display: inline;
}
.item-display .prod-img {
  float: left;
  width: 20%;
}
.item-display .prod-img img {
  height: 50px;
  object-fit: cover;
}
.item-display .prod-name {
  width: 40%;
  float: left;
  text-align: left;
  line-height: 20px;
}
.item-display .prod-qty {
  width: 10%;
  float: left;
  border: 1px solid #e7e7e7;
  text-align: center;
  border-radius: 50px;
  padding: 1px 0;
}
.item-display .prod-price {
  width: 20%;
  float: left;
  text-align: right;
}
.item-display .prod-price i {
  color: #000;
}
.item-display .prod-delete {
  width: 5%;
  float: left;
  text-align: right;
  display: block;
}
.item-display .prod-delete button {
  color: #000 !important;
  background: transparent;
}
.item-display .prod-delete button i {
  color: #000 !important;
  background: transparent;
}
.item-total {
  margin-top: 10px;
  float: left;
  width: 100%;
}
.item-total li {
  text-align: right;
  width: 100%;
  color: #000;
  font-weight: 500;
}
.item-total li span {
  font-size: 16px;
}
.item-total li span i {
  color: #000;
}
.item-buttons {
  margin-top: 10px;
  float: left;
  width: 100%;
}
.item-buttons .link-button {
  margin-top: 5px;
  margin-right: 10px;
  float: left;
}
.item-buttons li {
  text-align: right;
  width: 100%;
  color: #000;
  font-weight: bold;
}
.cart-section {
  margin-bottom: 50px;
}
.item-details {
  padding-left: 110px;
  float: left;
  width: 100%;
}
.cart-item .item-image {
  float: left;
  width: 100px;
  height: 100px;
  position: absolute;
}
.cart-item .item-image img {
  width: 100px;
  max-height: 100px;
  object-fit: contain;
}
.item-details .item-left-section {
  float: left;
  text-align: left;
  width: 80%;
}
.item-details .item-left-section .item-name {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  float: left;
  position: relative;
  margin-bottom: 5px;
  display: block;
  width: 100%;
}
.item-details .item-left-section .item-size {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  float: left;
  position: relative;
  margin-bottom: 5px;
  display: block;
  width: 100%;
}
.item-details .item-left-section .item-qty {
  float: left;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  display: block;
  width: 100%;
}
.item-details .item-right-section {
  float: left;
  text-align: right;
  width: 20%;
}
.item-details .item-right-section .item-remove {
  float: right;
}
.item-details .item-right-section .item-remove button {
  background: transparent;
}
.item-details .item-right-section .item-remove button:hover {
  color: #1364e9;
}
.item-details .item-right-section .item-remove button i {
  background: transparent !important;
}
.item-details .item-right-section .item-price {
  float: left;
  width: 100%;
  text-align: right;
  font-size: 16px;
  margin-top: 15px;
}
.item-details .item-left-section .item-qty .qtybutton .input-number {
  background: #000;
  color: #fff;
  text-align: center;
  max-width: 50px;
  float: left;
  padding: 3px 6px;
  height: 30px;
}
.item-details .item-left-section .item-qty .qtybutton .input-group-btn {
  float: left;
  display: inherit;
}
.item-details .item-left-section .item-qty .quantity-left-minus {
  background: #000 !important;
  color: #fff !important;
  top: 0px;
  padding: 6px 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 10px;
  border: 1px solid #000;
  height: 30px;
}
.item-details .item-left-section .item-qty .quantity-right-plus {
  background: #000 !important;
  color: #fff !important;
  padding: 6px 10px;
  top: 0px;
  float: left;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 10px;
  height: 30px;
}
.cart-item li .hidden-title {
  display: none;
}
.item-details .item-left-section .item-qty .quantity-left-minus:hover,
.item-details .item-left-section .item-qty .quantity-left-minus:focus,
.item-details .item-left-section .item-qty .quantity-left-minus:active,
.item-details .item-left-section .item-qty .quantity-right-plus:hover,
.item-details .item-left-section .item-qty .quantity-right-plus:focus,
.item-details .item-left-section .item-qty .quantity-right-plus:active {
  border: 1px solid #1364e9;
  background: #1364e9 !important;
}
.cart-total {
  float: right;
  width: 100%;
  text-align: right;
}
.cart-total ul {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  background: transparent;
  margin: 0;
}
.cart-total li:first-child {
  font-weight: 300;
}
.cart-total li.net-amount {
  font-weight: 700;
  border-top: 1px solid #e7e7e7;
  font-size: 16px;
  background: #e7e7e7;
}
.cart-total li {
  padding: 10px 5px;
  width: 50%;
  float: left;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px dashed #ccc;
}
.cart-total-style {
  float: right;
  width: 100%;
  text-align: right;
  margin-top: 0;
  background: #e7e7e7;
  padding: 30px;
  border: 1px;
}
.cart-total-style ul {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  background: transparent;

  margin: 0;
}
.cart-total-style li:first-child {
  font-weight: 400;
  text-align: left;
}
.cart-total-style li {
  padding: 10px 5px;
  width: 50%;
  float: left;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.cart-section .section {
  float: left;
  width: 100%;
  padding: 10px;
  min-height: 123px;

  margin-bottom: 10px;
  border: 1px solid #e7e7e7;
}
#menu-open {
  left: 15px;
  font-size: 24px;
  position: absolute;
  top: 15px;
  display: none;
}
#menu-close {
  display: none;
  left: 15px;
  font-size: 18px;
  position: absolute;
  top: 15px;
}
.list-section {
  margin-bottom: 50px;
  float: left;
}
.list-item {
  float: left;
  width: 100%;
}
.list-section .list-item {
  float: left;
  width: 100%;
}
.list-details {
  padding-left: 0;
  float: left;
  width: 100%;
  padding: 0;
}
.list-item .list-image {
  float: left;
  width: 100px;
  height: 100px;
  position: absolute;
}

.list-item .list-image img {
  width: 100px;
  max-height: 100px;
  object-fit: contain;
}
.list-details .list-left-section {
  float: left;
  text-align: left;
  width: 80%;
  padding-left: 28px;
  top: 0;
}
.list-details .list-right-section {
  width: 20%;
  float: left;
  z-index: 999;
}
.list-details .list-left-section .list-text {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  float: left;
  position: relative;
  margin-bottom: 7px;
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.list-details .list-right-section .list-text {
  text-align: right;

  font-size: 16px;
  font-weight: 500;
  float: right;
  position: relative;
  margin-bottom: 5px;
  display: block;
  width: 20%;
  right: 30px;
}
.list-details .list-right-section .list-text a {
  padding: 0 10px;
  position: relative;
  margin: 0px 20px;
  float: left;
  display: inline-grid;
  z-index: 9;
}
.list-details .list-right-section .list-text a:last-child {
  padding: 10px;
  z-index: 9;
  margin-right: 10px;
}
.list-details .list-text span {
  font-size: 13px;
  font-weight: normal;
  white-space: pre-line;
  line-height: 15px;
}
.wrap-sticky {
  z-index: 999;
}
.modal-open {
  overflow: scroll;
  padding: 0 !important;
}
.modal-dialog {
  top: 0%;
  margin-top: 80px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid #fff;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 100%;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 30px;
}
.modal-header .close {
  margin-top: 0;
  background: #1364e9;
  padding: 15px 20px;
  opacity: 1;
  text-shadow: none;
}
.list-address-checkbox {
  padding: 15px;
  border: 1px solid #e7e7e7;
}
.list-address-checkbox .p-primary {
  float: left;
  width: 100%;
}
.list-address-checkbox .p-primary label:before,
.list-address-checkbox .p-primary label:after,
.list-address-checkbox .p-primary .icon {
  top: 29px !important;
  left: 15px !important;
}
input.check:checked ~ .list-address-checkbox {
  background: #e7e7e7;
}
.radio-active {
  box-shadow: 0 0 1px #48555d;
}
.payment-agree {
  border: 1px solid #e7e7e7;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
}
.payment-option {
  border: 1px solid #e7e7e7;

  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 3px;
}
.payment-option h3 {
  background: #e7e7e7;
  padding: 5px;
  font-size: 18px;
}
.payment-option h3 img {
  right: 0;

  height: 30px;
  float: right;
}
.payment-option a {
  margin-bottom: 10px;
}
/* Customize the label (the container) */
.checkbox-style {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}
/* Hide the browser's default checkbox */

.checkbox-style input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.checkbox-style:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.checkbox-style input:checked ~ .checkmark {
  background-color: #1364e9;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.checkbox-style input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkbox-style .checkmark:after {
  left: 9px;
  top: 3px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*.slider-nav div {
	float: left;
}
.slider-nav img {
	width: 50px;
	border-radius: 50%;

	cursor: pointer;
	float: left;
}*/

.slick-list {
  width: 80%;
  margin: 0 auto !important;
}
.slick-list .roundbox {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  vertical-align: middle;
}
.slick-list .roundbox img {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid #e7e7e7;
  object-fit: cover !important;
  min-height: 40px;
}
.slick-next.slick-arrow {
  position: absolute;
  float: right;
  right: 2%;
  top: 30%;
  background: transparent;
}
.slick-prev.slick-arrow {
  position: absolute;
  float: right;
  left: 2%;
  top: 30%;
  background: transparent;
}
.product-block .slick-current img {
  display: block;
  min-height: 270px;
  object-fit: contain;
  margin: 0 auto;
  width: 100%;
}
.product-block .slick-slide img {
  display: block;
  max-height: 270px;
  object-fit: cover;
  margin: 0 auto;
}
.best-seller .slick-slide img {
  display: block;
  max-height: 320px;
  object-fit: contain;
}
.slick-initialized .slick-slide {
  display: block;
  object-fit: contain;
}
.color-option.slick-slider {
  opacity: 0;
  visibility: visible;
  height: 0;
}
.products:hover > .product-details .color-option.slick-slider {
  visibility: visible;
  opacity: 1 !important;
  -webkit-animation: fadeInUp 0.3s ease;
  animation: fadeInUp 0.3s ease;
  height: auto;
}
.best-seller .slick-current img {
  min-height: 320px;
}
/*
.slider-for .slick-current img {
	width: auto !important;
	margin: 0 auto;
}*/
.color-option .slick-current img {
  min-height: auto;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  margin: 0 auto;
}
.best-seller .section .img-block1 {
  width: 100%;
  height: 370px;
  vertical-align: middle;
  margin: auto;
  float: left;
}
.page-title-bg {
  /*background: url(../images/cart-bg.png) 50% no-repeat;*/
  width: 100%;
  position: relative;
  float: left;
  display: inline-table;
  margin-bottom: 0px;
}
.page-title-bg img {
  width: 100px;
}

.wrap-sticky nav.navbar.bootsnav.sticked .myaccount li ul {
  display: block;
  background: #fff;
  position: absolute;
  right: 11px;
  top: 25px;
  float: left;
  width: 100%;
  border: 1px solid #1364e9;
}

.myaccount {
  margin-right: 30px;
  float: left;
  text-align: right;
}
.myaccount li a {
  right: 10px;
  top: 7px;
  padding: 0;
  width: 60px;
  height: 40px;
  background: #1364e9;
  border-radius: 0;
  float: left;
  text-align: center;
  cursor: pointer;
}
.myaccount li a:hover {
  background: #1364e9 !important;
  color: #1364e9 !important;
}
.myaccount li a i {
  font-size: 15px;
  color: #fff;
  position: relative;
  clear: both;
  top: 10px;
  margin-left: -10px;
}

.myaccount > li a.submenu:after {
  position: relative;
  font-family: "FontAwesome";
  content: "\f078";
  top: -10px;
  left: 40px;
  color: #fff !important;
  z-index: 9999;
  font-size: 10px;
}

.myaccount li ul:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #1364e9;
  top: -7px;
  position: absolute;
  right: 15px;
  display: none;
}
.myaccount li ul {
  display: block;
  background: #fff;
  position: absolute;
  right: 11px;
  top: 25px;
  float: left;
  width: 100%;
  border: 1px solid #1364e9;
}

.myaccount-sub-menu {
  display: none;
  top: 30px;
  right: 5px;
  position: absolute;
  padding-top: 0;
  border: #ccc;
  width: 190px;
  z-index: 1;
}
.wrap-sticky nav.navbar.bootsnav.sticked > .myaccount .myaccount-sub-menu {
  display: none;
  top: 8px;
  right: 0;
  position: absolute;
  padding-top: 0;
  border: #ccc;
  width: 190px;
  z-index: 1;
  margin-top: 15px;
}
.wrap-sticky nav.navbar.bootsnav.sticked .myaccount-sub-menu {
  top: 8px;
  right: 0;
  position: absolute;
  padding-top: 0;
  border: #ccc;
  width: 190px;
  z-index: 1;
  margin-top: 15px;
}
.myaccount li:hover > .myaccount-sub-menu {
  display: block;
}
.myaccount li .myaccount-sub-menu:hover > .myaccount li .myaccount-sub-menu {
  display: block;
}
.myaccount li ul li {
  float: left;
  width: 100%;
}
.myaccount li ul li a {
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  line-height: normal;
  padding: 10px;
}
.myaccount li ul li a {
  color: #1364e9;
}

.dropdown-menu {
  padding: 0;
}

.dropdown-menu li a {
  width: 100%;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  display: inline-block;
}

.dropdown-menu li a:hover {
  background-color: #1364e9;
  color: #fff;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  right: 0;
  padding: 10px !important;
}

.table td.product-img-text {
}
.table td .qty {
  text-align: center;
  font-size: 12px;
  padding: 3px 6px;
  background: transparent;
  font-weight: bold;
  min-width: 30px;
  float: left;
  color: #1364e9;
  border: 1px solid #d1d1d1;
}
.table td .amount {
  font-weight: bold;
}
.table td .semi-amount {
  color: #2b980c;
  font-weight: 400;
}
.table td.product-img-text img {
  width: 50px;
  height: auto;
  float: left;
}
.table td.product-img-text span {
  font-size: 14px;
  font-weight: 400;
  float: left;
  width: 100%;
}
.pagination {
  margin: 0 auto;
  text-align: center;
  float: left;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  padding-top: 30px;
}
.pagination a {
  padding: 5px 10px;
  background: #efefef;
}
.pagination a.active {
  background: #1364e9;
  color: #fff;
  padding: 5px 10px;
}

.pagination a:hover:not(.active) {
  background-color: #000;
}

.product-img-big {
  height: 340px;
}

.product-img-big img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  background-color: #f5f5f5;
}

.category-img-big {
  height: 260px;
}

.category-img-big img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  background-color: #f5f5f5;
}
.w-100 {
  width: 100% !important;
}
.checkout-div {
  margin-top: -15px;
  padding-left: 40px !important;
}

.old-price {
  text-decoration: line-through;
  font-size: 16px;
  margin-left: 10px;
}

select {
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 5px;
  height: 34px;
  background-image: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) !important;
  background: no-repeat right #ddd;
  -webkit-appearance: none;
  background-position-x: right;
  border: none !important;
  background-size: 14px;
}

.category-img {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.category-img img {
  position: absolute;
  top: 0;
  height: 100% !important;
  object-fit: cover;
  background-color: #f5f5f5;
}

.product-img-small {
  background-color: #f5f5f5;
}

.fix-button {
  position: fixed;
  bottom: 0;
  z-index: 1111;
  background: #fff;
  width: 100%;
  padding: 15px 0;
  left: 15px;
}

.cat-img img {
  height: 225px;
}
