@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.eot');
  src: url('../fonts/Barlow-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Barlow-Bold.svg#Barlow-Bold') format('svg'),
    url('../fonts/Barlow-Bold.ttf') format('truetype'),
    url('../fonts/Barlow-Bold.woff') format('woff'),
    url('../fonts/Barlow-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Light.eot');
  src: url('../fonts/Barlow-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Barlow-Light.svg#Barlow-Light') format('svg'),
    url('../fonts/Barlow-Light.ttf') format('truetype'),
    url('../fonts/Barlow-Light.woff') format('woff'),
    url('../fonts/Barlow-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.eot');
  src: url('../fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Barlow-Medium.svg#Barlow-Medium') format('svg'),
    url('../fonts/Barlow-Medium.ttf') format('truetype'),
    url('../fonts/Barlow-Medium.woff') format('woff'),
    url('../fonts/Barlow-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.eot');
  src: url('../fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Barlow-Regular.svg#Barlow-Regular') format('svg'),
    url('../fonts/Barlow-Regular.ttf') format('truetype'),
    url('../fonts/Barlow-Regular.woff') format('woff'),
    url('../fonts/Barlow-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SegoeScript';
  src: url('../fonts/SegoeScript.svg#SegoeScript') format('svg'),
    url('../fonts/SegoeScript.ttf') format('truetype'),
    url('../fonts/SegoeScript.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}






html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Barlow';
  background: #fff;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

a:hover {
  color: #00a651;
}

::selection {
  background: #00a651;
  color: #fff;
}

::-moz-selection {
  background: #00a651;
  color: #fff;
}

::-webkit-selection {
  background: #00a651;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  color: #555555;
  font-size: 17px;
  font-family: 'Barlow';
  margin: 0 0 15px 0;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Barlow';
  color: #151515;
}

input,
select,
button {
  outline: none !important;
}

html {
  scrollbar-color: #333 #ff7200;
  scrollbar-width: thin;
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: #ff7200;
}

body::-webkit-scrollbar-thumb {
  background: #333;
}

body::-moz-scrollbar {
  width: 8px;
}

body::-moz-scrollbar-track {
  background: #ff7200;
}

body::-moz-scrollbar-thumb {
  background: #333;
}

body::-o-scrollbar {
  width: 8px;
}

body::-o-scrollbar-track {
  background: #ff7200;
}

body::-o-scrollbar-thumb {
  background: #333;
}

body::-ms-scrollbar {
  width: 8px;
}

body::-ms-scrollbar-track {
  background: #ff7200;
}

body::-ms-scrollbar-thumb {
  background: #333;
}


.loginNav1 {
  margin: 0;
  padding: 0;
}

.loginNav1 li {
  display: inline-block;
  color: #777777;
  font-size: 17px;
  font-weight: normal;
  padding-right: 10px
}

.loginNav1 a {
  color: #ff6600;
  font-weight: normal;
}

.loginNav1 a:hover {
  color: #777777
}

.loginBtnmain {
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  margin-bottom: 30px;
  border-radius: 5px;
  border: none;
  background: #ff6600;
  padding: 14px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%
}

.loginBtnmain:hover {
  background: #221305
}

.menu-close {
  position: absolute;
  right: 40px;
  top: 23px;
  border: 2px #ff6600 solid;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
}

.menu-close:hover {
  border: 2px #221305 solid
}


.loginFieldMain {
  margin-bottom: 24px;
  border-radius: 5px;
  width: 100%;
  border: 1px #cdcdcd solid;
  color: #8b8b8b;
  font-size: 18px;
  font-weight: normal;
  padding: 12px 15px;
}

.side-nav h3 {
  color: #444444;
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 5px;
}

.side-nav p {
  color: #777777;
  font-size: 17px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 40px;
}

.side-nav p:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 29px;
  height: 2px;
  background: #ff6600
}

.side-nav {
  position: relative;
  z-index: 100000000000000;
  -webkit-transition: -webkit-transform .35s ease-out;
  transition: -webkit-transform .35s ease-out;
  transition: transform .35s ease-out;
  transition: transform .35s ease-out, -webkit-transform .35s ease-out;
  background: #fff url(../images/login-page-img.jpg) bottom no-repeat;
  height: 100%;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 5px 6px 4px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-102%);
  transform: translateX(-102%);
  will-change: transform;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 70px 50px;
}

.positionMainall {
  position: relative
}

.eyeMain {
  position: absolute;
  right: 10px;
  bottom: 40px;
  color: #bbbbbb
}

.side-nav-container {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.side-nav-container:before {
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
  transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  will-change: opacity;
  opacity: 0;
  pointer-events: none;
}

.side-nav-animatable .side-nav {
  -webkit-transition: -webkit-transform 0.33s cubic-bexier(0, 0, 0.3, 0.1);
  transition: -webkit-transform 0.33s cubic-bexier(0, 0, 0.3, 0.1);
  transition: transform 0.33s cubic-bexier(0, 0, 0.3, 0.1);
  transition: transform 0.33s cubic-bexier(0, 0, 0.3, 0.1), -webkit-transform 0.33s cubic-bexier(0, 0, 0.3, 0.1);
}

.side-nav-animatable.side-nav-visible .side-nav {
  -webkit-transition: -webkit-transform 0.33s cubic-bezier(0, 0, 0.3, 1);
  transition: -webkit-transform 0.33s cubic-bezier(0, 0, 0.3, 1);
  transition: transform 0.33s cubic-bezier(0, 0, 0.3, 1);
  transition: transform 0.33s cubic-bezier(0, 0, 0.3, 1), -webkit-transform 0.33s cubic-bezier(0, 0, 0.3, 1);
}

.side-nav-visible {
  pointer-events: auto;
}

.side-nav-visible .side-nav {
  -webkit-transform: none;
  transform: none;
}

.side-nav-visible:before {
  opacity: 1;
}

.side-nav1 {
  background: #fff !important
}





















.mainContent h2 {
  color: #444444;
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 30px
}

.sortWrapperNav {
  margin: 0 0 50px;
  padding: 0;
  text-align: right
}

.sortWrapperNav li {
  display: inline-block;
  padding: 0 20px
}

.sortWrapperNav a {
  color: #444444;
  font-weight: normal;
  font-size: 17px;
}

.sortWrapperNav span {
  color: #444444;
  font-weight: bold;
  font-size: 17px;
}

.listingSpace {
  padding: 0 10px
}

.tabPannelsecbg {
  padding-top: 460px;
  background: linear-gradient(to bottom, #e9e9e9 4%, #ffffff 48%);
  margin-top: -374px;
  padding-bottom: 100px;
}

.viewallProductBtn {
  color: #555555;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  right: 38%;
  bottom: 2px;
  z-index: 1;
}

.viewallProductBtn:hover {
  color: #e9813b
}

.productSlider {
  max-width: 1920px;
  padding: 0 20px;
  margin: 0 auto
}

.productSlider .owl-nav {
  display: block !important;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 50%;
}

.productSlider .owl-prev:before {
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: absolute;
  right: 70px;
  content: "Prev";
  transition: 0.9s;
  text-align: center;
  transition: 0.9s;
  text-transform: uppercase;
  color: #555555;
  font-weight: bold;
  font-size: 14px;
}

.productSlider .owl-prev:after {
  position: absolute;
  right: 47px;
  content: "";
  width: 13px;
  height: 1px;
  background: #555555;
  top: 10px;
}

.productSlider .owl-prev span {
  opacity: 0;
}

.productSlider .owl-next:before {
  -moz-transition: .4s;
  -webkit-transition: .4s;
  text-transform: uppercase;
  color: #555555;
  font-weight: bold;
  font-size: 14px;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: absolute;
  right: 0px;
  content: "Next";
  transition: 0.9s;
  text-align: center;
  transition: 0.9s;
}

.productSlider .owl-next span {
  opacity: 0;
}

.productSlider .owl-next:hover:before {
  color: #ff7200 !important
}

.productSlider .owl-prev:hover:before {
  color: #ff7200 !important
}

.featuredProductDiv1 {
  margin-top: 20px;
}

.featuredProductDiv label {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  position: absolute;
  left: 10px;
  z-index: 100;
  top: 10px;
  background: url(../images/discount-icon.png) center center no-repeat;
  width: 53px;
  height: 53px;
}

.featuredProductDiv a {
  color: #303030;
  font-size: 16px;
  font-weight: bold;
}

.featuredProductDiv a:hover {
  color: #e76e1e;
}

.featuredProductDiv h3 {
  font-size: 15px;
  font-weight: normal;
  color: #555555;
  margin-bottom: 10px;
  height:40px;
}

.featuredProductDiv ul {
  margin: 0 0 15px;
  padding: 0
}

.featuredProductDiv li {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding-right: 10px;
  color: #555555
}

.featuredProductDiv li:last-child {
  padding-right: 0
}

.featuredProductDiv li span {
  color: #e76e1e;
  font-size: 16px;
  font-weight: bold;
}

.featuredProductDiv:hover .productImgZoom img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.featuredProductDiv {
  background: #fff;
  min-height: auto;
  float: left;
  width: 100%;
  border-radius: 10px;
  padding: 30px 30px;
  position: relative;
  margin-bottom: 60px;
}

.featuredProductNew {
  position: absolute;
  right: 30px;
  top: 0;
}

.featuredProustsmain {
  margin-top: -211px;
  clear: both;
  position: relative
}

.excelleanceBorderMain {
  text-align: center;
  padding-top: 89px;
}

.excelleanceBorderMain p {
  font-size: 21px;
  margin-top: 60px;
  color: #fff;
  margin-bottom: 1px;
  font-weight: 300;
}

.excelleanceBorderMain span {
  font-size: 27px;
  font-weight: bold;
  color: #fff
}

.ourVissionBtn h3 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff
}

.ourVissionBtn p {
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  line-height: 35px;
  margin-bottom: 40px;
}

.knowMore1 {
  display: block;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff !important;
}

.knowMore1:hover {
  letter-spacing: 2px;
}

.aboutBtnmain {
  position: absolute;
  right: 55px;
  bottom: 0
}

.aboutBtnmain:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.maxWidthMain {
  max-width: 300px;
  margin: 0 auto;
  padding: 82px 0px 31px;
}

.maxWidthMain h3 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff
}

.maxWidthMain span {
  display: block;
  font-family: 'SegoeScript';
  font-size: 24px;
  margin-bottom: 6px
}

.maxWidthMain p {
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  line-height: 35px;
  margin-bottom: 0;
}

.homeaboutWrapper {
  position: relative;
  padding-left: 502px;
  min-height: 441px;
  padding-right: 0px;
  padding-top: 90px;
}

.homeaboutWrapperDiv {
  position: absolute;
  left: 0;
  top: 0;
  width: 424px;
  height: 424px;
  background: #f38033;
  border-radius: 50%;
  text-align: center
}

.excelleanceBorder {
  border-right: 1px #f79656 solid;
  padding-right: 71px;
}

.homeaboutSecMain {
  background: #e76e1e;
  padding-bottom: 319px;
  padding-top: 0px;
  min-height: 749px;
  clear: both;
}

.productImgZoom {
  overflow: hidden
}

.productImgZoom img {
  margin: 0 auto;
  height: 200px;
  display: block;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.produtWrapperMain:hover .productImgZoom img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.produtWrapperMain1 {
  padding-left: 220px !important
}

.produtWrapperMain a {
  color: #303030;
  font-size: 16px;
  font-weight: bold;
}

.produtWrapperMain a:hover {
  color: #e76e1e
}

.produtWrapperMain span {
  font-size: 15px;
  font-weight: bold;
  color: #d35400
}

.produtWrapperMain p {
  color: #555555;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 5px
}

.produtWrapperMain h3 {
  color: #e76e1e;
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-weight: bold;
}

.produtWrapperMainDiv label {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  position: absolute;
  left: 18px;
  z-index: 100;
  top: 9px;
  background: url(../images/new-icon1.png) center center no-repeat;
  width: 53px;
  height: 53px
}

.produtWrapperMain {
  position: relative;
  padding-left: 220px;
  min-height: 193px;
  padding-top: 39px;
  margin-bottom: 30px;
  
}

.produtWrapperMainDiv {
  position: absolute;
  left: 0;
  top: 0;
}

.headerBlackMain1 {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 56px;
  text-align: center
}

.headerBlackMain1 span {
  color: #ffc600;
  font-size: 21px;
  font-family: 'SegoeScript';
  margin-bottom: 10px;
  display: block;
  text-transform: capitalize
}

.headerBlackMain {
  color: #333333;
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 56px;
  text-align: center
}

.headerBlackMain span {
  color: #e76e1e;
  font-size: 21px;
  font-family: 'SegoeScript';
  margin-bottom: 10px;
  display: block;
  text-transform: capitalize
}

.bigProductSecBg {
  background: #fff;
  padding-top: 115px;
  position: relative;
  clear: both;
  padding-bottom: 390px;
}

.bigProductSecBg:before {
  position: absolute;
  left: 50%;
  bottom: 181px;
  content: "";
  width: 66px;
  height: 66px;
  background: #e76e1e;
  border-radius: 50%;
  margin-left: 60px;
  -webkit-transform: translatey(0px);
  transform: translatey(0px);
  -webkit-animation: float1 6s ease-in-out infinite;
  animation: float1 6s ease-in-out infinite;
}

@-webkit-keyframes rotation1 {
  from {
    -webkit-transform: rotateY(0deg);
  }

  to {
    -webkit-transform: rotateY(180deg);
  }
}

@-webkit-keyframes rotation2 {
  from {
    -webkit-transform: rotateY(0deg);
  }

  to {
    -webkit-transform: rotateY(180deg);
  }
}

.jollyPatternMain {
  -webkit-animation: float1 6s ease-in-out infinite;
  animation: float1 6s ease-in-out infinite;
}

@-webkit-keyframes float1 {
  0% {

    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }

  50% {

    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }

  100% {

    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@keyframes float1 {
  0% {

    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }

  50% {

    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }

  100% {

    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

.flexCatDiv {
  flex: 1
}

.categoriesFloat1:nth-child(2n+0) {
  background: #dfdfdf
}

.categoriesFloat1 img {
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.categoriesnths {
  background: #dfdfdf !important;
}

.categoriesFloat1:hover img {
  margin-top: -10px
}

.categoriesFloat1 {

  background: #eeeeee;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  min-height: 327px;
  text-align: center
}

.flexCatDiv p {
  margin-bottom: 0;
  color: #333333;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: normal;
}

.banner-slide .owl-dots {
  display: block !important;
  position: absolute !important;
  bottom: 35px !important;
  left: 50%;
  margin-left: -550px;
  z-index: 1000;
}

.banner-slide .owl-dots button {
  margin-right: 8px;
  float: left;
  width: 7px !important;
  height: 7px !important;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff !important;
  border: 1px #fff solid
}

.banner-slide .owl-dots button.active {
  margin-right: 8px;
  margin-top: -9px;
  background: none !important;
  border: 1px #fff solid;
  width: 21px !important;
  height: 21px !important;
}

.menuLine i {
  position: relative
}

.menuLine i:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 2px;
  background: #ff7200;
  content: "";
}

.menuLine i:after {
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 2px;
  background: #ff7200;
  content: "";
}

.menuLine {
  position: relative;
}

.menuLine p {
  color: #1c1c1c;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 0;
}

.headLeftmain {
  float: left;
  padding-right: 34px;
}

.headLeftmain:last-child {
  padding-right: 0
}

.headLeftmain:first-child {
  padding-right: 10px
}

.cartFloat1Main {
  position: relative;
  padding-right: 29px;
  min-height: 27px;
  margin-top: 12px;
}

.cartFloat1Main p {
  color: #6a6a6a;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 20px;
  font-size: 14px;
  text-transform: uppercase
}

.cartFloat1Main p:hover {
  color: #ed2124
}

.cartWrapper {
  position: absolute;
  right: 0;
  top: -8px
}

.cartWrapper span {
  background: #ff7200;
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  position: absolute;
  top: -11px;
  right: -14px;
}

.mainmenuNav {
  margin: 0;
  padding: 0
}

.mainmenuNav li {
  display: inline-block;
  padding-right: 30px;
  position: relative
}

.mainmenuNav a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #1c1c1c;
}

.mainmenuNav a:hover {
  color: #ff7200
}

.addFloat1 {
  float: left;
  width: 33.33%;
  overflow: hidden;
}

.addFloat1 img {
  width: 100%;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.addFloat1:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.banner-sec {
  /* float: left;
  clear: both;
  width: 100%;
  position: relative; */
  background: #2a3e4e;
}

.header-main {
  background: #fff;
  min-height: 75px;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  padding: 0 40px 0 40px;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-main:before {
  position: absolute;
  left: 50%;
  bottom: -77px;
  background: url(../images/logo-pattern.png) center center no-repeat;
  width: 320px;
  height: 79px;
  content: "";
  margin-left: -160px;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.sticky:before {
  bottom: -32px;
}

.bottom-sec {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
}

.head-left {
  float: left;
  padding-top: 25px;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.head-left span {
  position: absolute;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  left: -20px;
  /* top: -7px; */
  top: 0px !important;
}
}

.loginPaddingspace {
  position: relative;
  padding-left: 21px;
}

.head-left span:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  background: url(../images/email-icon.png) left no-repeat;
  width: 20px;
  height: 16px;
}

.head-right {
  float: right;
  padding-top: 25px;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-right: 72px;
}

.head-right label {
  margin-top: -7px;
  cursor: pointer;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 50px;
  height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
}

.sticky .head-right label {
  top: 1px
}

.sticky {
  background: #fff;
  -webkit-box-shadow: -1px 10px 5px -11px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -1px 10px 5px -11px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 10px 5px -11px rgba(0, 0, 0, 0.5);
}

.ban-corner {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.social-and-arrowes {
  position: absolute;
  left: 30px;
  bottom: 40px;
  z-index: 9999;
}

.enquire-but {
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 9999;
}

.ban-text {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 20%;
  transition: 0.8s;
}

.active .ban-text {
  bottom: 35%;
}

.about-img {
  position: absolute;
  top: -73px;
  right: 50%;
  margin-right: -600px;
  z-index: 9999;
}

.sticky .head-left {
  padding-top: 25px;
}

.ban-text-in {
  float: right;
}

.ban-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 10;
}

.ban-shape img {
  width: 100%;
}

.ban-social {
  display: block;
  position: absolute;
  left: 19px;
  bottom: 150px;
  z-index: 999;
}

.ban-social ul {
  margin: 0;
  padding: 0;
}

.ban-social li {
  padding-bottom: 10px
}

.ban-social a {
  display: block;
  border: 1px #fff solid;
  width: 30px;
  height: 30px;
  border: 2px transparent solid;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
}

.ban-social a:hover {
  border: 2px #fff solid;
}

.mouse {
  display: block;
  width: 26px;
  height: 53px;
  border: 2px solid #fff;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  z-index: 999;
  bottom: 50px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.mouse:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  bottom: 5px;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  animation: 2s infinite dot;
  -moz-animation: 2s infinite dot;
  -webkit-animation: 2s infinite dot;
}

@keyframes dot {
  0% {
    bottom: 10px;
  }

  50% {
    bottom: 20px;
  }

  100% {
    bottom: 10px;
  }
}

@-moz-keyframes dot {
  0% {
    bottom: 10px;
  }

  50% {
    bottom: 20px;
  }

  100% {
    bottom: 10px;
  }
}

@-webkit-keyframes dot {
  0% {
    bottom: 10px;
  }

  50% {
    bottom: 20px;
  }

  100% {
    bottom: 10px;
  }
}

.banner-slide .owl-nav {
  display: none !important;
}

.menu-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 71px;
  height: 66px;
  background: #21bdca;
  z-index: 999;
}

.sticky .menu-link {
  top: 0;
  height: 51px;
}

.ban-bottom-sec {
  float: left;
  clear: both;
  width: 100%;
  background: #e12355;
  height: 950px;
  position: relative;
  padding: 150px 0;
}

.ban-bottom-sec:after {
  content: '';
  display: block;
  top: 0;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  background: rgb(255, 255, 255, 0.2);
}

.banArrows {
  position: absolute;
  bottom: 146px;
  right: 30px;
  z-index: 999;
}

.logo-frame {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -87px;
  top: 10px;
  z-index: 1;
  padding: 0;
  width: 174px;
  height: auto;
  opacity: 1;
  transition: 0.5s;
}

.sticky .logo-frame {
  width: 116px;
  margin-left: -58px;
}

.banner-slide .owl-nav {
  display: block !important;
  position: absolute !important;
  bottom: 35px !important;
  right: 50%;
  margin-right: -550px;
  z-index: 1000;
}

.banner-slide .owl-prev:before {
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: absolute;
  right: 60px;
  content: "Prev";
  transition: 0.9s;
  text-align: center;
  transition: 0.9s;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.banner-slide .owl-prev span {
  opacity: 0;
}

.banner-slide .owl-next:before {
  -moz-transition: .4s;
  -webkit-transition: .4s;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: absolute;
  right: 0px;
  content: "Next";
  transition: 0.9s;
  text-align: center;
  transition: 0.9s;
}

.banner-slide .owl-next span {
  opacity: 0;
}

.banner-slide .owl-next:hover:before {
  color: #ff7200 !important
}

.banner-slide .owl-prev:hover:before {
  color: #ff7200 !important
}

.footerBgMain {
  background: #111111;
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  padding: 100px 0px 60px;
}

.footerfloatWidth {
  width: 20%;
  float: left;
}

.mainContainer {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 0 30px
}

.ban-shapeFooter {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 9999;
}

.ban-shapeFooter img {
  width: 100%
}

.footerHeader {
  color: #21bdca;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footernavMain {
  margin: 0;
  padding: 0;
}

.footernavMain a {
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  padding-bottom: 10px;
}

.footernavMain a:hover {
  margin-left: 3px;
}

.footerLogoImg {
  margin: -76px auto 0;
  display: block
}

.footerLinkLast {
  padding-top: 36px;
  padding-left: 70px;
}

.footerLinkLast1 {
  padding-left: 50px;
}

.footerLinkLast2 {
  padding-left: 50px;
}

.newsLetterMainDiv {
  clear: both;
  max-width: 685px;
  margin: 0 auto 60px;
  text-align: center;
}

.newsLetterMainDiv h3 {
  color: #e76e1e;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase
}

.newsLetterMainDiv p {
  color: #fff;
  font-weight: normal;
  font-size: 19px;
  line-height: 32px;
  max-width: 500px;
  text-align: center;
  display: block;
  margin: 0 auto 40px;
}

.subScribeWrapper {
  position: relative;
  margin-bottom: 90px;
}

.subScribeWrapperDiv {
  position: absolute;
  right: 0;
  top: 0;
  width: 144px;
  height: 57px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  border-left: 1px #e77021 solid;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}

.subScribeWrapperDiv:hover {
  color: #e76e1e !important
}

.subScribeWrapperDiv img {
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.subScribeWrapperDiv:hover img {
  margin-left: 10px;
}

.subScribeWrapper input {
  color: #6e6e6e;
  font-size: 17px;
  font-weight: normal;
  width: 100%;
  background: #111111;
  border: 1px #e77021 solid;
  border-radius: 10px;
  padding: 16px 24px;
}

.subScribeWrapper input::-webkit-input-placeholder {
  color: #b0b9bd;
}

.subScribeWrapper input::-moz-placeholder {
  color: #b0b9bd;
}

.subScribeWrapper input:-ms-input-placeholder {
  color: #b0b9bd;
}

.subScribeWrapper input:-moz-placeholder {
  color: #b0b9bd;
}

.footerMenunav2 {
  padding-top: 60px !important;
}

.footerMenunav1 {
  margin: 0;
  padding: 0;
}

.footerMenunav1 a {
  display: block;
  color: #727272;
  font-weight: normal;
  font-size: 17px;
  padding-bottom: 13px;
}

.footerMenunav1 a:hover {
  margin-left: 2px;
  color: #fff
}

.footerEndFloat2 ul {
  margin: 0;
  padding: 0;
}

.footerEndFloat2 li {
  display: inline-block;
  color: #696969;
  font-weight: normal;
  font-size: 16px;
  padding-right: 20px;
}

.footerEndFloat2 a {
  display: block;
  border: 1px #fff solid;
  border: 2px transparent solid;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  border-radius: 50%;
  font-size: 19px;
  color: #696969;
}

.footerEndFloat2 a:hover {
  color: #fff
}

.footerEndFloat1 {
  float: left;
  width: 50%;
}

.footerEndFloat1 ul {
  margin: 0;
  padding: 0;
}

.footerEndFloat1 li {
  display: inline-block;
  color: #b0b9bd;
  font-weight: normal;
  font-size: 16px;
  padding-right: 50px
}

.footerEndFloat1 li:last-child {
  padding-right: 0;
}

.footerEndFloat1 li a {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
}

.footerEndFloat1 li a:hover {
  color: #21bdca
}


.sticky .button_container {
  top: -7px
}


.closebtn1:before {
  display: none !important
}

.closeDiv1 {
  width: 65%;
  position: relative;
  margin-top: -20px;
}

.searchWrapper {
  border-bottom: 1px #333 solid;
  border-left: none;
  border-right: none;
  border-top: none;
  font-size: 30px;
  font-weight: 300;
  outline: 0;
  padding: 10px 0px;
  width: 100%;
  line-height: 40px;
  background: #111111;
  letter-spacing: 2px;
  color: #fff
}

.searchWrapper::-webkit-input-placeholder {
  color: #fff;
}

.searchWrapper::-moz-placeholder {
  color: #fff;
}

.searchWrapper:-ms-input-placeholder {
  color: #fff;
}

.searchWrapper:-moz-placeholder {
  color: #fff;
}

.sidenav1 {
  text-align: center;
  display: block;
  width: 100%;
  position: absolute;
  z-index: 1000;
  top: -513px;
  right: 0px;
  background-color: #111111;
  overflow-y: hidden;
  transition: 0.5s;
  padding: 0px 20px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidenav1 a:hover {
  color: #f1f1f1;
}

.sidenav1 .closebtn1 {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 36px;
  margin-left: 50px;
  cursor: pointer;
  z-index: 99;
}

.serachDiv {
  position: absolute;
  -moz-transition: .9s;
  -webkit-transition: .9s;
  -ms-transition: .9s;
  -o-transition: .9s;
  transition: .9s;
  right: 0;
  width: 60px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  top: 0;
  border-left: 1px rgba(255, 255, 255, 0.3) solid;
}

.footerHeader {
  font-size: 21px;
  font-weight: normal;
  text-transform: uppercase;
  color: #e76e1e;
  margin-bottom: 30px;
}

.footerTxt {
  color: #717171;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 30px;
}

.footerSpacemain {
  padding-right: 117px;
}

.footerKnowMore {
  background: #e76e1e;
  font-size: 16px;
  color: #fff;
  padding: 1px 18px;
  border-radius: 30px;
  margin-left: 10px;
  display: inline-block
}

.footerKnowMore:hover {
  background: #fff;
  color: #e76e1e !important
}

.footerNav1 {
  margin: 60px 0 15px;
  padding: 0;
  text-align: center
}

.footerNav1 li {
  display: inline-block;
  color: #727272;
  font-size: 26px;
  font-weight: normal;
  padding: 0 10px;
}

.footerNav2 {
  margin: 0;
  padding: 0;
  text-align: center
}

.footerNav2 li {
  display: inline-block;
  color: #727272;
  font-size: 16px;
  font-weight: normal;
  padding: 0 10px;
}

.footerNav2 a {
  display: inline-block;
  color: #727272;
  font-size: 16px;
  font-weight: normal;
  padding: 0 10px;
}

.footerNav2 a:hover {
  color: #e76e1e !important
}

.testmonialWrapper {
  margin-top: 60px;
}

.IndicatorWrapper {
  position: relative;
  display: inline-block;
  min-height: 76px;
  padding-top: 17px;
  text-align: center
}

.IndicatorCircle {
  border-radius: 10px;
  width: 75px;
  height: 75px;
  margin: 0 auto;
}

.IndicatorCircle img {
  border-radius: 10px;
}

.testmonial-indicators {
  margin: 0;
  padding: 0;
  text-align: center
}

.testmonial-indicators li {
  cursor: pointer;
  display: inline-block;
  width: 20%;
  background: none;
  text-align: center;
  padding: 15px;
  transition: 0.9s;
}

.testmonial-indicators .active {
  transition: 0.9s;
  display: inline-block;
  width: 20%;
}

.testmonial-indicators .active .IndicatorWrapper h2 {
  color: #f79656
}

.testmonial-indicators .active .IndicatorWrapper label {
  color: #f79656
}

.IndicatorWrapperDiv {
  margin-bottom: 20px;
}

.testmonial-indicators .active .IndicatorWrapper:before {
  position: absolute;
  left: 50%;
  top: -13px;
  background: #e76e1e;
  width: 1px;
  height: 30px;
  content: "";
}

.IndicatorWrapper h2 {
  text-transform: uppercase;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.IndicatorWrapper label {
  display: block;
  font-size: 14px;
  font-weight: 300;
  font-size: 14px;
}

.testmonialViewAll {
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  margin-top: 70px;
  color: #0da24f !important;
  letter-spacing: 5px;
  padding: 14px 0px 14px 0;
  font-size: 16px;
  transition: 0.9s !important;
}

.testmonialViewAll:hover {
  letter-spacing: 8px;
}

.carousel-inner p {
  color: #555555;
  font-size: 18px;
  font-weight: normal;
  max-width: 794px;
  text-align: center;
  margin: 0 auto 30px;
  line-height: 33px
}

.subFeaturedProduct {
  background: #eeeeee;
  padding: 0px 0px 100px
}

.subViewallProductBtn {
  color: #555555;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  right: 38%;
  bottom: 102px;
  z-index: 1;
}

.subPageBannerSec {
  position: relative;
  background: #361f08;
  height: 186px;
  z-index: 1;
}

.subPageBannerSec h1 {
  display: block;
  font-size: 33px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 35px;
  left: 38px;
}

.breadcrumbsAndSocial {
  display: block;
  position: absolute;
  right: 19px;
  bottom: 37px;
  z-index: 999;
}

.breadcrumbs li {
  float: none;
  padding: 0 10px;
  position: relative;
  display: inline-block;
}

.breadcrumbs li a {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
}

.breadcrumbs li span {
  display: block;
  font-size: 15px;
  color: #ff7200;
  font-weight: normal;
  line-height: 1;
}

.breadcrumbs li:after {
  content: '';
  display: block;
  width: 6px;
  height: 9px;
  background: url(../images/breadcrumb-icon.png) no-repeat;
  position: absolute;
  right: -4px;
  top: 5px;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.subPageaboutUsSec {
  background: #eee;
  padding: 60px 0px;
  float: left;
  width: 100%;
  position: relative
}

.subPageaboutDivmain {
  background: #fff;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 50px 40px;
  border-radius: 10px;
}

.subPageaboutDivmain h3 {
  color: #333333;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: normal;
}

.subPageaboutDivmain p {
  color: #555555;
  font-size: 17px;
  line-height: 35px;
  text-align: justify;
  font-weight: normal;
  margin-bottom: 30px;
}

.subPageaboutDivmain ul {
  margin: 10px 0 10px;
  padding: 0;
}

.subPageaboutDivmain li {
  padding-left: 20px;
  display: block;
  padding-bottom: 20px;
  position: relative
}

.subPageaboutDivmain li:before {
  position: absolute;
  left: 0;
  top: 8px;
  background: #d35400;
  border-radius: 50%;
  content: "";
  width: 7px;
  height: 7px;
}

.aboutImgWrapper {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 40px;
  margin-top: 45px;
}

.aboutImgWrapper img {
  width: 100%;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.aboutImgWrapper:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.headerBlackMainSub {
  color: #444444;
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 56px;
  text-align: center
}

.sidebarWithContent {
  float: left;
  clear: both;
  width: 100%;
}

.mainContent {
  float: left;
  width: 78%;
  position: relative;
}

.sidebar {
  float: left;
  width: 22%;
  position: sticky;
  top: 85px;
  padding-right: 22px;
}

.mainContent p {
  display: block;
  font-size: 17px;
  color: #555;
  font-weight: 500;
  line-height: 37px;
  margin: 0 0 40px 0;
  text-align: justify;
}

.maxDivwidth {
  max-width: 1920px;
  margin: 0 auto;
  display: block;
  padding: 0 10px
}

.subPageFeaterd {
  min-height: auto !important;
  padding: 30px 15px 20px;
  margin-bottom: 30px;
  position: relative
}

.hoverListingSub {
  padding-right: 47px;
  position: absolute;
  left: 0;
  bottom: 30%;
  width: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.subPageFeaterd:hover .hoverListingSub {
  visibility: visible;
  opacity: 1;
}

.addBasketIcon {
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  position: relative;
  height: 48px;
  background: #e76e1e;
  width: 100%;
  color: #fff !important;
  font-weight: normal !important;
  font-size: 18px !important;
}

.addBasketIcon:before {
  position: absolute;
  left: 9%;
  top: 36%;
  background: url(../images/basket-icon.png) no-repeat;
  content: "";
  width: 20px;
  height: 20px;
}

.whislistIocnBtn {
  position: absolute;
  right: 0;
  top: 0;
  display: flex !important;
  -webkit-display: flex;
  -ms-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  height: 48px;
  background: #171717;
  width: 47px;
  display: block
}

.addBasketIcon span {
  position: absolute;
  left: 0;
  top: 0;
}

.sidebarBox {
  width: 100%;
  clear: both;
}

.sidebarDiscuss {
  width: 100%;
  clear: both;
  position: relative;
  text-align: center;
  margin: 0 0 20px 0;
}

.sidebarDiscuss>img {
  margin: 0 auto 15px auto;
  display: block;
}

.sidebarDiscuss a {
  display: block;
  font-size: 18px;
  color: #2c2c2c;
  margin: 3px 0;
  text-align: center;
  font-weight: bold;
}

.sidebarDiscuss a:hover {
  color: #ed2224;
}

.sidebarAd {
  display: block;
  clear: both;
  margin: 0 0 20px 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

.sidePannelCategory {
  background: #fff;
  padding: 20px 30px;
  margin-bottom: 0;
  border-bottom: 1px #ddd solid;
}

.sidePannelCategory .panel-heading {
  background: none;
  padding: 0
}

.sidePannelCategory .panel-body {
  padding: 0
}

.sidePannelCategory .panel-default {
  border: none
}

.sidePannelHeader {
  color: #444444;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}

.sidePannelHeaderNav1 {
  margin: 0;
  padding: 0
}

.sidePannelHeaderNav1 a {
  color: #444444;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 8px;
  display: block
}

.sidePannelHeaderNav2 {
  margin: 0;
  padding: 0 0px 0px 15px
}

.sidePannelHeaderNav2 li {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

.sidePannelHeaderNav2 li:before {
  position: absolute;
  left: 0;
  top: 10px;
  background: #e76e1e;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 50%;
}

.sidePannelHeaderNav2 a {
  padding-bottom: 5px;
  font-size: 16px
}

.sidePannelCategory p {
  color: #444444;
  font-weight: normal;
  font-size: 17px;
  margin-bottom: 10px;
}

.priceNav {
  margin: 32px 0 0;
  padding: 0;
}

.priceNav li {
  display: inline-block;
  padding-right: 2px
}

.maxFieldInput {
  background: #eeeeee;
  padding: 10px 20px;
  width: 90px;
  border: none;
  border-radius: 5px;
  color: #555555;
  font-weight: normal;
  font-size: 16px
}

.maxFieldInputBtn {
  border: none;
  background: #e76e1e url(../images/btn-icon2.png) center center no-repeat;
  padding: 10px;
  text-align: center;
  width: 50px;
  border-radius: 5px;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.container-checkbox {
  display: block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}

.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


.container-checkbox .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: none;
  border: 1px #c7c7c7 solid;
  border-radius: 2px;
}

.container-checkbox:hover input~.checkmark {
  background-color: #ccc;
}


.container-checkbox input:checked~.checkmark {
  background-color: #e76e1e;
}


.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.container-checkbox input:checked~.checkmark:after {
  display: block;
}


.container-checkbox .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.container-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


.container-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}


.container-radio:hover input~.checkmark {
  background-color: #ccc;
}


.container-radio input:checked~.checkmark {
  background-color: #2196F3;
}


.container-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.container-radio input:checked~.checkmark:after {
  display: block;
}


.container-radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.radio-label {
  padding-left: 0 !important;
  font-size: 17px;
  color: #555555
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio input[type="radio"]+.radio-label:before {
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 2px solid #acacac;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
  margin-right: 6px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.radio input[type="radio"]:checked+.radio-label:before {
  background-color: #f46d00;
  box-shadow: inset 0 0 0 4px #fff;
}

.radio input[type="radio"]:focus+.radio-label:before {
  outline: none;
  border-color: #f46d00;
}

.radio {
  margin: 0;
}


.maxFieldInputBtn:hover {
  background: #171717 url(../images/btn-icon2.png) center center no-repeat;
}

.panel {
  box-shadow: none
}

.commonSubPageMainBg {
  background: #eeeeee;
  padding: 70px 0px 100px
}

.centerNavMain {
  margin: 0 0 60px;
  padding: 0;
  text-align: center
}

.centerNavMainCart {
  color: #f46d00 !important
}

.centerNavMainCart1 {
  color: #f46d00 !important;
  position: relative
}

.centerNavMainCart1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f46d00 !important;
  content: "";
  width: 10px;
  height: 2px;
}

.centerNavMainCart2 {
  color: #f46d00 !important;
  position: relative
}

.centerNavMainCart2:after {
  position: absolute;
  left: 50%;
  bottom: -4px;
  background: #f46d00 !important;
  content: "";
  width: 72px;
  height: 2px;
  margin-left: 0
}

.centerNavMainCart2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f46d00 !important;
  content: "";
  width: 10px;
  height: 2px;
}

.centerNavMainCart3 {
  color: #f46d00 !important;
  position: relative
}

.centerNavMainCart3:before {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f46d00 !important;
  content: "";
  width: 10px;
  height: 2px;
}

.centerNavMainCart4 {
  color: #f46d00 !important;
  position: relative
}

.centerNavMainCart4:after {
  position: absolute;
  left: 0;
  bottom: -4px;
  background: #f46d00 !important;
  content: "";
  width: 40px;
  height: 2px;
}


.centerNavMainCart1:after {
  position: absolute;
  right: 0;
  bottom: -4px;
  background: #f46d00 !important;
  content: "";
  width: 72px;
  height: 2px;
  margin-left: -36px
}

.centerNavMain li {
  display: inline-block;
  padding: 0 70px;
  color: #444444;
  font-size: 21px;
  position: relative
}

.centerNavMain li:first-child {
  padding-left: 0;
}

.centerNavMain li:last-child {
  padding-right: 0;
}

.centerNavMain li:before {
  position: absolute;
  left: -50px;
  top: 17px;
  background: #b5b5b5;
  width: 100px;
  height: 1px;
  content: "";
}

.centerNavMain li:first-child:before {
  display: none;
}

.commonSecwrapper {
  position: relative;
  min-height: 500px;
}

.commonSecwrapper h2 {
  color: #444444;
  font-size: 27px;
  font-weight: normal;
  margin-bottom: 20px;
}

.priceWrapperSecDiv {
  position: absolute;
  right: 0;
  top: 0;
  background: #361f08;
  padding: 50px 44px 35px;
  width: 363px;
  border-radius: 7px;
}

.pricenavmainall1 {
  margin: 0 0 30px;
  padding: 0 0 20px;
  border-bottom: 1px #553a1f solid
}

.pricenavmainall1 li {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 20px;
  color: #fff
}

.pricenavmainall1 span {
  text-align: left;
  position: absolute;
  right: 44px;
}


.pricenavmainall2 {
  margin: 0px 0px 40px;
  padding: 0px;
}

.pricenavmainall2 li {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #fff
}

.pricenavmainall2 span {
  text-align: left;
  position: absolute;
  right: 44px;
}

.priceWrapperSecDiv h3 {
  font-size: 27px;
  font-weight: normal;
  margin-bottom: 40px;
  color: #fff
}

.continueBtnMain {
  background: #ff7200;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 17px;
  border-radius: 5px;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.continueBtnMain:hover {
  background: #fff;
  color: #ff7200
}

.addressBoxWrapper {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 20px;
  float: left;
  width: 100%
}

.addressBoxWrapper h3 {
  color: #f46d00;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 20px;
}

.adressNav1main {
  margin: 0 0 5px;
  padding: 0;
}

.adressNav1main li {
  display: inline-block;
  padding-right: 15px;
}

.adressNav1main a {
  border-radius: 30px;
  border: 1px #06a91a solid;
  width: 69px;
  padding: 2px;
  display: block;
  color: #06a91a;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
}

.adressNav1main a:hover {
  border: 1px #ff7200 solid;
  color: #ff7200
}

.commonSecwrapper p {
  color: #555555;
  font-size: 17px;
  font-weight: normal;
  line-height: 30px
}

.floatDivClass1 {
  float: left
}

.floatDivClass1 p {
  margin-bottom: 0px !important;
  color: #555555;
  font-size: 17px;
  font-weight: normal;
}

.floatDivClass2 {
  float: right
}

.floatDivClass2 input {
  color: #444444;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  border: 1px #b3b3b3 solid;
  border-radius: 3px;
  background: none;
  width: 96px;
  padding: 4px;
  margin-left: 4px;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.floatDivClass2 input:hover {
  background: #f46d00;
  color: #fff;
  border: 1px #f46d00 solid
}

.workBgmain {
  border: 1px #a9a9a9 solid !important;
  color: #444444 !important
}

.workBgmain:hover {
  border: 1px #ff7200 solid !important;
  color: #ff7200 !important
}

.addNewaddressBtn {
  width: 100%;
  border: 2px #fff solid;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  color: #ff7200;
  display: block;
  padding: 17px;
  margin-top: 20px;
  clear: both;
  border-radius: 4px;
}

.addNewaddressBtn:hover {
  border: 2px #ff7200 solid;
  color: #ff7200
}

.payementWrapper {
  position: relative;
  background: #fff;
  padding-left: 373px;
  min-height: 554px;
  padding: 50px 40px 50px 359px;
  border-radius: 5px;
}

.payementWrapper h3 {
  color: #f46d00;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 25px;
}

.payementWrapperDiv {
  position: absolute;
  left: 0;
  top: 0;
  background: #361f08;
  height: 100%;
  border-radius: 5px 0px 0px 5px;
}

.sideNavMainall {
  margin: 0;
  padding: 0;
  background: #361f08;
  width: 319px;
  border-radius: 5px;
}

.sideNavMainall li {
  display: block;
  border-bottom: 1px #5a3c1e solid;
}

.sideNavMainall a {
  font-size: 22px;
  text-align: center;
  padding: 20px;
  color: #fff !important;
  display: block
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {

  background: #fff;
  color: #f46d00 !important
}

.payNowBgBtn:hover {
  background: #361f08;
  color: #fff
}

.tabs-left>li.active {
  border-bottom: 1px #fff solid !important
}

.contactFieldMain {
  width: 100%;
  border-bottom: 1px #cdcdcd solid;
  padding-bottom: 10px;
  color: #555555;
  font-weight: normal;
  font-size: 17px;
  border-left: none;
  border-right: none;
  border-top: none;
  margin-bottom: 40px;
  font-weight: normal
}

.contactFieldMain::-webkit-input-placeholder {
  color: #555555;
}

.contactFieldMain::-moz-placeholder {
  color: #555555;
}

.contactFieldMain:-ms-input-placeholder {
  color: #555555;
}

.contactFieldMain:-moz-placeholder {
  color: #555555;
}

.selectMain select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: none;
  background-image: none;
}

/* Remove IE arrow */
.selectMain select::-ms-expand {
  display: none;
}

/* Custom Select */
.selectMain {
  position: relative;
  display: flex;
  margin-bottom: 40px;


  background: none;
  border-bottom: 1px #cdcdcd solid;

  border-radius: 0px;
  overflow: hidden;

}

.selectMain select {
  flex: 1;

  cursor: pointer;
  background: url(../images/menu-dropdown.png)right center no-repeat;
  padding-bottom: 10px;

  width: 100%;
  font-weight: normal;


  color: #555;
}

.selectMain select option {

  background: #ff7200;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;

}

.selectMain select option[value="1"] {
  background: #ff7200;
}

.selectMain select option[value="2"] {
  background: #ff7200;
}



/* Transition */
.selectMain:hover::after {
  color: #fff;
}

.marginBottommain {
  margin-bottom: 25px;
}

.cvvWrapper {
  position: relative;
  padding-left: 105px;
  margin-bottom: 40px;
}

.cvvWrapperDiv {
  position: absolute;
  left: 0;
  top: 0;
}

.contactFieldMain1 {
  border: 1px #ddd solid !important;
  text-align: center;
  width: 91px;
  color: #555555;
  font-size: 17px;
  font-weight: normal;
  padding: 10px;
  border-radius: 5px;
}

.cvvWrapper p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  color: #8e8e8e;
  line-height: 24px;
}

.addressWrapperBgSec {
  background: #fff;
  padding: 20px 20px 50px;
  float: left;
  width: 100%;
  border-radius: 5px;
}

.addressWrapperBgSec h3 {
  color: #f46d00;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 25px;
}

.adressmainnavAll {
  margin-bottom: 20px
}

.adressmainnavAll li {
  display: inline-block;
  padding-right: 4px;
}

.adressmainnavAll a {
  border-radius: 4px;
  border: 2px #06a91a solid;
  width: 82px;
  padding: 4px;
  display: block;
  color: #06a91a;
  font-size: 17px;

  font-weight: normal;
  text-align: center;
}

.adressmainnavAll a:hover {
  border: 2px #f46d00 solid !important;
  color: #f46d00 !important;
}

.workBtnnav {
  color: #8f8f8f !important;
  border: 2px #8f8f8f solid !important;
}

.addaddressBtnmain {
  background: #ff7200;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  text-align: center;
  display: block;
  width: 338px;
  font-size: 17px;
  border-radius: 5px;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.addaddressBtnmain:hover {
  background: #361f08
}

.cvvCardBgField {
  background: url(../images/card-icon.png) right no-repeat !important
}

.thanksBgSec {
  background: url(../images/thanks-bg.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0px 90px;
  text-align: center
}

.thanksBgSec h3 {
  font-size: 36px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: normal;
  margin-top: 40px
}

.thanksBgSec p {
  color: #fff;
  font-size: 21px;
  line-height: 32px;
  max-width: 500px;
  margin: 0 auto 40px
}

.myOrderBtn {
  background: #ff7200 url(../images/order-btn.png) right no-repeat;
  padding: 20px 40px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  text-align: left;
  display: block;
  width: 323px;
  margin: 0 auto 20px;
  font-size: 17px;
  border-radius: 5px;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.myOrderBtn:hover {
  background: #703706 url(../images/order-btn.png) right no-repeat;
  color: #fff
}

.backHomeBtn {
  text-align: center;
  font-weight: bold;
  display: block;
  font-size: 19px;
  color: #fff
}

.backHomeBtn:hover {
  color: #ff7200
}

.thanksIcon {
  margin: 0 auto;
  display: block;
  width: 140px;
  height: 140px;
  position: relative;
  background: #8f633d;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-animation: 2s infinite shadow;
  -webkit-animation: 2s infinite shadow;
  animation: 2s infinite shadow;
}

@keyframes shadow {
  0% {
    -moz-box-shadow: 0px 0px 0px 10px #703706;
    -webkit-box-shadow: 0px 0px 0px 10px #703706);
    box-shadow: 0px 0px 0px 10px #703706;
  }

  50% {
    box-shadow: 0px 0px 0px 20px #703706);
    box-shadow: 0px 0px 0px 20px #703706;
    box-shadow: 0px 0px 0px 20px #703706;
  }

  100% {
    box-shadow: 0px 0px 0px 10px #703706;
  }
}

.thanksIcon::after {
  content: '';
  display: block;
  width: 104px;
  height: 104px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -52px;
  top: 50%;
  margin-top: -52px;
  background: #fff url(../images/thanks-icon.png) no-repeat center;
  -moz-animation: 2s infinite but;
  -webkit-animation: 2s infinite but;
  animation: 2s infinite but;
}

.profilWrapper {
  position: relative;
  min-height: 485px;
  padding-right: 376px;
}

.profilWrapperDiv {
  position: absolute;
  right: 0;
  top: 0;
  background: #361f08;
  width: 333px;
  min-height: 466px;
  border-radius: 5px;
}

.profileDeatilDiv {
  border-bottom: 1px #5c4023 solid;
  padding: 25px;
}

.profileImgWrapper {
  position: relative;
  padding: 17px 0 0 90px;
  min-height: 77px;
}

.profileImgWrapperDiv {
  position: absolute;
  left: 0;
  top: 0;
}

.profileImgWrapperDiv img {
  border-radius: 50%;
}

.profileImgWrapper span {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

.profileImgWrapper h3 {
  color: #ff7200;
  font-weight: bold;
  font-size: 19px;
}

.profileNav1 {
  margin: 23px 0;
  padding: 0;
}

.profileNav1 a {
  display: block;
  padding: 17px 26px;
  color: #fff;
}

.profileNav1 a:hover {
  background: #ff7200;
}

.logOutBtn {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 36px;
  background: #5d3813;
  width: 100%;
  border-radius: 0px 0px 5px 5px;
  color: #fff;
}

.logOutBtn span {
  margin-right: 8px;
}

.logOutBtn:hover {
  background: #fff;
  color: #ff7200 !important
}

.profileBgSecwhite {
  background: #fff;
  padding: 37px 24px;
  border-radius: 5px;
  float: left;
  width: 100%
}

.profileBgSecwhite h3 {
  color: #444444;
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 30px;
}

.profileBgSecwhite a {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background: #ff7200;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
}

.profileBgSecwhite a:hover {
  background: #361f08
}

.spanGenderHeader {
  color: #444444;
  font-size: 20px;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}

.spanGenderNav {
  margin: 0 0 50px;
  padding: 0;
}

.spanGenderNav li {
  display: inline-block;
  padding-right: 10px;
}

.profileBgSecwhite h2 {
  color: #444444;
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 30px;
}

.profileBgSecwhite label {
  color: #444444;
  font-weight: 500;
  margin-bottom: 10px
}

.profileBgSecwhite p {
  color: #555555;
  margin-bottom: 30px;
  font-weight: normal;
}

.cartBgSecWrapperAllmain {
  position: relative;
  float: left;
  width: 100%;
}

.cartBgSecWrapper {
  background: #e4e4e4;
  padding: 20px;
  border-radius: 5px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.cartWrapper1 {
  position: relative;
  padding-left: 106px;
  min-height: 86px;
}

.cartWrapperDiv {
  position: absolute;
  left: 0;
  top: 0;
  width: 84px;
  height: 84px
}

.cartWrapperDiv img {
  border-radius: 4px
}

.cartWrapper1 h2 {
  color: #555555;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 5px;
}

.cartWrapper1 label {
  color: #939393;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 4px
}

.cartWrapper1 ul {
  margin: 0;
  padding: 0;
}

.cartWrapper1 li {
  display: inline-block;
  color: #515151;
  font-size: 17px;
  padding-right: 10px;
  font-weight: normal;
}

.cartWrapper1 li i {
  font-weight: bold;
  font-style: normal;
}

.cartFloat1 {
  float: left;
  width: 50%;
}

.cartFloat2 {
  float: left;
  width: 25%;
  text-align: center;
}

.quantityWrapper {
  position: relative;
  padding-left: 77px;
}

.quantityWrapperDiv {
  position: absolute;
  left: 0;
  top: 0;
}

.quantityWrapperDiv span {
  color: #555555;
  font-size: 17px;
  font-family: 'rawline';
  font-weight: normal;
  text-transform: capitalize
}

.qty {
  width: 58px;
  text-align: right;
  border-radius: 24px;
  border: none;
  background: #e3e3e3;
  padding: 2px 0px 5px;
  font-size: 18px;
  color: #444444;
  font-weight: normal;
}

input.qtyplus {
  border: none;
  width: 22px;
  height: 22px;
  background: #b6b6b6 url(../images/pluse.png) no-repeat center center;
  margin-top: 3px;
  border-radius: 50%;
  position: relative;
  left: -24px;
  top: 0;
  z-index: 10;
}

input.qtyminus {
  border: none;
  width: 22px;
  height: 22px;
  background: #b6b6b6 url(../images/minuse-icon.png) no-repeat center center;
  margin-top: 3px;
  border-radius: 50%;
  position: relative;
  left: 0px;
  z-index: 10;
  top: 29px;
}

.quantityWrappermain {
  position: relative;
  min-height: 65px;
  margin-top: 15px;
}

.quantityBtn1 {
  position: absolute;
  left: 0;
  top: 14px;
}

.savebtnmain {
  text-align: right;
  display: block;
  color: #555555;
  font-size: 18px;
  margin-bottom: 26px;
}

.cartFloat3 p {
  color: #555555;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
  text-align: right
}

.savebtnmain:hover {
  color: #ff7200
}

.closeBtnaallMain {
  position: absolute;
  right: -50px;
  top: 48px;
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
}

.commonSecwrapper1 {
  padding-right: 444px !important;
  border-bottom: 1px #ddd solid;
  float: left;
  width: 100%;
  padding-bottom: 40px;
  margin-bottom: 80px
}

.backToShopFloat {
  float: left
}

.backToShopFloat a {
  color: #444444;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  padding-left: 35px;
}

.backToShopFloat a span {
  position: absolute;
  left: 0;
  top: -2px;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.backToShopFloat a:hover span {
  left: -2px;
}

.backToShopFloat1 {
  float: right;
}

.backToShopFloat1 p {
  color: #444444;
  font-size: 18px;
  font-weight: normal;
}

.contactSecBg {
  background: url(../images/contact-bg-img.jpg) no-repeat;
  background-size: cover;
  padding: 110px 0px 70px
}

.contactWrapperAll {
  border-radius: 5px;
  position: relative;
  min-height: 737px;
  background: #fff;
  padding-right: 570px;
  padding-top: 53px;
  padding-left: 67px;
}

.contactWrapperDiv {
  position: absolute;
  right: 0;
  top: 0;
  width: 476px;
}

.contactsubmitBtn {
  background: #ff7200;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  text-align: center;
  display: block;
  width: 230px;
  font-size: 17px;
  border-radius: 5px;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.contactsubmitBtn:hover {
  background: #703706
}

.contactSocialMediaBg {
  min-height: 100px;
  background: #ff6f0d;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  border-radius: 0px 0px 5px 5px;
}

.contactWrapperDiv iframe {
  border-radius: 0px 5px 0px 0px;
}

.contactSocialWrapper {
  margin: 0;
  padding: 0;
  text-align: center
}

.contactSocialWrapper li {
  display: inline-block;
  padding: 0 10px
}

.contactSocialWrapper i {
  font-size: 30px;
  color: #fff
}

.contactSocialWrapper a {
  width: 57px;
  height: 57px;
  border: 2px transparent solid;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  border-radius: 50%
}

.contactSocialWrapper a:hover {
  border: 2px #fff solid;
}

.contactWrapperAll h3 {
  color: #444444;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: normal;
}

.contactWrapperAll p {
  color: #777777;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 30px;
}

.addressWrapper {
  text-align: center;
  max-width: 900px;
  margin: 0px auto 0;
}

.addressWrapper span {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
  color: #ff6f0d;
  font-size: 27px;
}

.addressWrapper p {
  line-height: 35px;
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 20px;
  color: #555555
}

.addressWrapper ul {
  margin: 0;
  padding: 0;
}

.addressWrapper li {
  display: inline-block;
  padding: 10px;
  color: #555555;
  font-size: 26px;
  font-weight: normal;
}

.addressBgSecMain {
  padding: 0 0px 100px;
  float: left;
  width: 100%
}

.contactSubBg {
  padding-top: 70px;
}

.productDeatilBgSecMain {
  background: #fff
}

.productDeatilTxt1Div {
  border-bottom: 1px #dadada solid;
  padding-bottom: 23px;
  margin-bottom: 30px;
}

.productDeatilTxt1Div h2 {
  font-size: 36px;
  font-weight: normal;
  color: #444444;
  margin-bottom: 10px;
}

.productDeatilTxt1Div p {
  color: #acacac;
  font-size: 19px;
  font-weight: normal;
  margin-bottom: 40px;
}

.productDeatilTxt1Div span {
  color: #555555;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  display: inline-block;
  text-align: right;
  top: 0;
  right: 12px;
  padding-left: 15px;
}

.productDeatilTxt1Div span:before {
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  background: #24b432;
  width: 10px;
  height: 10px;
  content: "";
}

.productDeatilTxt2Div {
  margin-bottom: 55px
}

.productDeatilTxt2Div span {
  color: #444444;
  font-size: 19px;
  font-weight: normal;
  margin-bottom: 10px;
  display: block
}

.productDeatilTxt2Div ul {
  margin: 0;
  padding: 0
}

.productDeatilTxt2Div li {
  display: inline-block;
  padding-right: 5px;
}

.productDeatilTxt2Div li a {
  border-radius: 5px;
  display: block;
  width: 70px;
  padding: 10px;
  background: #e6e7e9;
  text-align: center;
  color: #1c1c1c;
  font-size: 16px;
  font-weight: normal;
}

.productDeatilTxt3Div {
  margin-bottom: 55px
}

.productDeatilTxt3Div span {
  color: #444444;
  font-size: 19px;
  font-weight: normal;
  margin-bottom: 10px;
  display: block
}

.productDeatilTxt3Div ul {
  margin: 0;
  padding: 0
}

.productDeatilTxt3Div li {
  display: inline-block;
  padding-right: 5px;
}

.productDeatilTxt3Div li a {
  border-radius: 50%;
  display: block;
  width: 28px;
  height: 28px;
}

.colorMain {
  background: #24b432
}

.colorMain1 {
  background: #b5694b
}

.colorMain2 {
  background: #371b13
}

.colorMain3 {
  background: #1e8dd4
}

.colorMain4 {
  background: #ea2a2a
}

.colorMain5 {
  background: #ff9600
}

.colorMain6 {
  background: #f948a8
}

.productDeatilTxt4Div li {
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 50px;
  width: 49%;
}

.addToCartBtn {
  width: 100%;
  padding: 18px 12px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background: #24b432;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 5px;
  margin-top: 0px;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  display: block;
}

.addToCartBtn:hover {
  background: #e85c00
}

.buyNoBtn {
  width: 100%;
  padding: 18px 12px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background: #e85c00;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 5px;
  margin-top: 0px;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  display: block;
}

.buyNoBtn:hover {
  background: #24b432
}

.socialMediaDeatilPage {
  margin: 0;
  padding: 0
}

.socialMediaDeatilPage li {
  display: inline-block;
  padding-right: 10px;
}

.socialMediaDeatilPage li span {
  color: #444444;
  font-size: 17px;
  font-weight: normal;
}

.socialMediaDeatilPage a {
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  color: #fff;
  font-size: 14px
}

.socialMediaDeatilPageColor1 {
  background: #3b5998
}

.socialMediaDeatilPageColor2 {
  background: #00acee
}

.socialMediaDeatilPageColor3 {
  background: #3f729b
}

.socialMediaDeatilPageColor4 {
  background: #0e76a8
}

.produtDeatilMaxWidth {
  max-width: 1920px;
  padding: 0 40px;
  border-bottom: 1px #ddd solid;
  padding-bottom: 90px;
  margin: 0 auto 30px
}

.produtDeatilcategriesWrapper {
  position: relative;
  padding-left: 249px;
}

.produtDeatilcategriesWrapperDiv {
  position: absolute;
  left: 0;
  top: 0;
  width: 246px;
  border-right: 1px #ddd solid
}

.deatilCategoriesNav li a {
  color: #444444;
  font-size: 18px;
  font-weight: normal;
  display: block;
  padding-bottom: 20px
}

.deatilCategoriesNav li {
  display: block;
  position: relative;
  padding-left: 22px;
}

.deatilCategoriesNav li:before {
  position: absolute;
  left: 0;
  top: 12px;
  background: #e85c00;
  width: 11px;
  height: 2px;
  content: "";
}

.produtDeatilcategriesWrapperDiv h3 {
  border-right: none !important;
  margin-bottom: 20px;
  font-size: 25px;
  color: #e85c00;
  font-weight: normal;
  border: 1px #ddd solid;
  padding: 20px 22px;
}

.deliveryNavTxt {
  margin: 0 0 70px;
  padding: 0;
  text-align: center
}

.deliveryNavTxt li {
  display: inline-block;
  color: #555555;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 20px;
  position: relative
}

.deliveryNavTxt li:before {
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  width: 1px;
  height: 11px;
  background: #9e9e9e;
}

.deliveryNavTxt li:first-child:before {
  display: none;
}

.produtDeatilManinDivTxt h3 {
  color: #444444;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.produtDeatilManinDivTxt p {
  color: #555555;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 20px;
}

.produtDeatilManinDivTxt a {
  color: #ef5f00;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.produtDeatilManinDivTxt a:hover {
  color: #333
}

.SubBgProductDeatil {
  background: #fff;
  padding: 50px 0px;
  position: relative
}

.subViewallProductBtn1 {
  bottom: 52px
}

.mainContentMobileDiv {
  display: none
}

.mainContentMobileDiv span {
  font-size: 15px;
  color: #595656;
  display: block;
  margin-top: 10px;
  margin-bottom: 4px;
}

.mainContentMobileDiv p {
  margin-bottom: 0;
  color: #333;
  font-size: 17px;
  position: relative;
  padding-left: 19px;
  font-weight: bold;
  margin-bottom: 5px;
}

.mainContentMobileDiv p i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #12a040
}

.rupeesDivFloat1 {
  float: left
}

.rupeesDivFloat1 i {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

.rupeesDivFloat2 {
  float: right;
  margin-top: -5px;
}

.rupeesDivFloat2 a {
  text-transform: uppercase;
  font-weight: bold;
  color: #e76e1e;
  width: 100px;
  text-align: center;
  border: 1px #bfbaba solid;
  text-align: center;
  padding: 5px;
  display: block;
  border-radius: 5px;
  font-size: 15px;
}

.rupeesDivFloat2 a:hover {
  background: #e76e1e;
  border: 1px #e76e1e solid;
  color: #fff
}

.productMobileDiv {
  float: left;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.mobilDeatiViewAll {
  display: none;
}

.filterDiv .modal-full {
  min-width: 100%;
  margin: 0;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.filterDiv .modal-full .modal-content {
  min-height: 100vh;
  border-radius: 0px;
  border: none;
}

.filterDiv .modal-dialog {
  padding: 0;
}

.filterDiv .modal-body {
  padding: 0
}

.filterDiv .modal-header {
  padding: 10px 11px;
  border: 1px #ddd solid;
}

.filterDiv .tabcontent {
  border: none;
}

.filterDiv .modal-footer {
  background: #fff;
  border: 1px #ddd solid;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 100;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.closeBtnMain {
  z-index: 100;
  background: none;
  color: #333;
  font-size: 17px;
  text-align: center;
  font-weight: normal;
  border: 1px #ddd solid;
  display: block;
  padding: 5px 30px;
  text-transform: capitalize;
  cursor: pointer
}

.applyBtnMain {
  z-index: 100;
  background: #ed2124;
  border: 1px #ed2124 solid;
  color: #fff !important;
  font-size: 17px;
  text-align: center;
  font-weight: normal;
  display: block;
  padding: 5px 30px;
  text-transform: capitalize;
  cursor: pointer
}

.clearAllBtn {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #ed2124
}

.modal-titleHeader {
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal
}

.tab {
  float: left;
  border: none;
  background-color: #ebeaea;
  width: 40%;
  height: 100vh;
}

.tab button {
  display: block;
  background-color: inherit;
  color: #333;
  padding: 25px 16px;
  font-weight: normal;
  width: 100%;

  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  border-bottom: 1px #d5d1d1 solid;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #fff;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 15px 12px;
  border: 1px solid #e2e0e0;
  width: 60%;
  border-left: none;
  height: 300px;
}

.popupSearchfooter {
  border: 1px #d5d1d1 solid;
  background: #ebeaea url(../images/search-icon1.png) no-repeat 10px;
  padding: 8px 10px 8px 37px;
  width: 100%;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0px;
}

.filtertabNav {
  margin: 0;
  padding: 0;
}

.filtertabNav li {
  position: relative;
  padding-bottom: 10px;
}

.filtertabNav a {
  font-size: 14px;
  color: #333;
  font-weight: normal;
  font-size: 12px;
}

.filtertabNav i {
  padding: 0 10px 0 0;
}

.filtertabNav span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #acabab;
  font-weight: normal;
}

.sortNavFooter {
  margin: 0;
  padding: 0;
}

.sortNavFooter li {
  position: relative;
  padding-bottom: 0px;
  padding-left: 37px;
}

.sortNavFooter li span {
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 16px
}

.sortNavFooter li a {
  color: #333;
  font-weight: normal;
  font-size: 14px;
  display: block;
  padding: 8px 0;
}

.mobile-filter {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 10000;
  padding: 14px 9px;
  display: none;
}

.sortBtnMain {
  background: none;
  border: 1px #333 solid;
  padding: 5px;
  text-align: center;
  color: #333;
  font-weight: normal;
  width: 100px;
  display: block
}

.filterBtnMain {
  float: right;
  background: #e76e1e;
  border-radius: 50%;
  text-align: center;
  color: #fff !important;
  font-weight: normal;

  width: 40px;
  height: 40px;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-animation: 2s infinite shadow1;
  -webkit-animation: 2s infinite shadow1;
  animation: 2s infinite shadow1;
}

@keyframes shadow1 {
  0% {
    -moz-box-shadow: 0px 0px 0px 7px #703706;
    -webkit-box-shadow: 0px 0px 0px 7px #703706);
    box-shadow: 0px 0px 0px 7px #703706;
  }

  50% {
    box-shadow: 0px 0px 0px 5px #703706);
    box-shadow: 0px 0px 0px 5px #703706;
    box-shadow: 0px 0px 0px 5px #703706;
  }

  100% {
    box-shadow: 0px 0px 0px 7px #703706;
  }
}

.sortBtnFloat {
  display: flex;
}

.sortBtnFloat div {
  flex: 1
}

#filterModal .modal-header {
  background: #ddd;
  padding: 10px
}

#filterModal .modal-title {
  font-size: 20px;
  font-weight: bold;
  color: #361f08;
  text-align: center;
  text-transform: uppercase;
}

#filterModal .modal-footer {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background: #fff
}

#filterModal .modal-dialog {
  margin: 0;
  position: fixed;
  top: 0;
  width: 100%
}

#filterModal .modal-content {
  border-radius: 0px;
  height: 100vh;
  width: 100%
}

.filterWrapper {
  position: relative;
  padding-left: 155px;
  height: 100vh;
  padding-right: 10px;
  padding-top: 10px;
}

.filterWrapperDiv {
  position: absolute;
  left: 0;
  top: 0px;
  height: 100%;
  background: #361f08;
  width: 150px;
}

.sideNavMainallFilter {
  width: auto !important
}

.desktop {
  display: block !important;
}

.phone {
  display: none !important;
}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1365px) {
  .subViewallProductBtn1 {
    bottom: 20px !important;
  }

  .subViewallProductBtn {
    position: static;
    text-align: center;
    display: block;
    margin-right: 0 !important
  }

  .viewallProductBtn {
    margin-right: -84px;
    right: 50%;
    bottom: -28px;
  }

  .productSlider .owl-nav {
    margin-right: -54px;
  }

  .footerSpacemain {
    padding-right: 109px;
  }
}

@media screen and (max-width:1199px) {
  .produtDeatilcategriesWrapperDiv {
    display: none;
  }

  .produtDeatilcategriesWrapper {
    padding-left: 0
  }

  .contactWrapperAll {
    padding-right: 522px;
    padding-top: 44px;
    padding-left: 43px;
  }

  .cartFloat3 p {
    font-size: 14px;
  }

  input.qtyminus {
    left: 3px;
  }

  .qty {
    padding-right: 19px;
  }

  .quantityBtn1 {
    left: -13px;
  }

  .cartWrapper1 {
    padding-left: 92px;
  }

  .cartBgSecWrapper {
    padding: 10px;
  }

  .cartWrapper1 h2 {
    font-size: 16px;
  }

  .cartWrapper1 li {
    font-size: 15px;
  }

  .sidebar {
    width: 30%
  }

  .mainContent {
    width: 70%
  }

  .homeaboutWrapperDiv {
    position: relative;
    margin: 0 auto
  }

  .ourVissionBtn h3 {
    margin-bottom: 10px;
  }

  .ourVissionBtn p {
    margin-bottom: 10px
  }

  .excelleanceBorderMain p {
    margin-top: 20px;
  }

  .excelleanceBorderMain {
    padding-top: 40px;
  }

  .homeaboutWrapper {
    padding-left: 0px;
    text-align: center;
    padding-top: 0
  }

  .excelleanceBorder {
    padding-right: 10px
  }

  .bigProductSecBg {
    padding-bottom: 285px;
    padding-top: 50px;
  }

  .produtWrapperMainDiv {
    position: static
  }

  .produtWrapperMain {
    padding-left: 0;
    text-align: center;
    padding-top: 0
  }

  .banner-slide .owl-nav {
    margin-right: -448px;
  }

  .banner-slide .owl-dots {
    margin-left: -448px;
  }

  .footerSpacemain {
    padding-right: 29px;
  }

  .excelleanceBorder {
    border-right: none;
    max-width: 600px;
    margin: 20px auto 0
  }

  .homeaboutSecMain {
    padding-bottom: 257px;
  }

  .produtWrapperMainDivAll {
    position: absolute
  }

  .produtWrapperMain1 {
    text-align: left
  }
}

@media screen and (max-width:991px) {
  .banner-sec {
    background: transparent;
    padding: 10px 20px;
  }

  .desktop {
    display: none !important;
  }

  .phone {
    display: block !important;
    border-radius: 10px;
    margin-top: 10px;
  }

  .categoriesFloat1 {
    min-height: auto;
    text-align: center;
    padding: 10px 10px;
  }

  .tab-content>.active {
    padding: 20px;
  }

  .sideNavMainallFilter li a {
    font-size: 15px !important;
    text-align: center;
    padding: 11px !important;
  }

  .mobile-filter {
    display: block;
  }

  .tab button {
    padding: 13px 8px;
    font-size: 13px;
  }

  .tabDivFloatRight {
    width: 100%;
  }

  .sidebar {
    display: none;
  }

  .mainContentMobileDiv {
    display: block
  }

  .mainContent {
    width: 100%;
    display: none;
  }

  .contactSpace {
    padding: 40px 40px;
  }

  .contactWrapperDiv {
    position: static;
    width: 100%
  }

  .contactWrapperAll {
    padding: 0px
  }

  .contactSecBg {
    padding: 50px 0px
  }

  .closeBtnaallMain {
    right: -26px;
  }

  .commonSecwrapper1 {
    padding-right: 0 !important;
  }

  .commonSecwrapper1 h2 {
    text-align: left !important
  }

  .profileBgSecwhite {
    float: none;
    overflow: hidden;
    margin-top: 20px;
  }

  .profilWrapperDiv {
    position: relative;
    width: 100%;
  }

  .profilWrapper {
    padding-right: 0;
  }

  .centerNavMain {
    margin-bottom: 20px
  }

  .commonSecwrapper h2 {
    text-align: center
  }

  .commonSubPageMainBg {
    padding: 40px 0px
  }

  .centerNavMain li {
    padding: 0 15px
  }

  .centerNavMain li::before {
    width: 15px;
    left: -10px;
  }

  .priceWrapperSecDiv {
    position: static;
    margin-top: 20px;
    width: 100%;
    float: left
  }

  .commonSecwrapper {
    padding-right: 0px;
  }

  header .toggle {
    right: 5px !important;
  }

  .banner-slide .owl-nav {
    display: none !important;
  }

  .banner-slide .owl-dots {
    margin-left: 0
  }

  .logo-frame {
    left: 13px;
    margin-left: 0;
    width: 87px;
  }

  .header-main {
    padding: 0 13px
  }

  .header-main::before {
    display: none;
  }

  .sticky .logo-frame {
    margin-left: 0;
    width: 87px
  }

  .mainmenuNav {
    display: none;
  }

  .footerBgMain {
    padding: 50px 0px 30px;
    text-align: center
  }

  .subScribeWrapper {
    margin-bottom: 10px;
  }

  .footerSpacemain {
    padding-right: 15px
  }

  .footerTxt {
    max-width: 400px;
    margin: 0 auto
  }

  .footerKnowMore {
    display: block;
    width: 150px;
    margin: 20px auto 20px
  }

  .footerEndFloat2 {
    margin-top: 10px;
    margin-bottom: 20px
  }

  .footerHeader {
    margin-bottom: 10px;
    margin-top: 20px
  }

  .footerMenunav1 {
    padding-top: 0 !important
  }

  .newsLetterMainDiv {
    margin-bottom: 0
  }

  .newsLetterMainDiv h3 {
    font-size: 25px;
    margin-bottom: 3px;
  }

  .newsLetterMainDiv p {
    margin: 0 auto 20px;
    font-size: 17px;
  }

  .footerNav1 {
    margin: 18px 0 8px;
  }

  .footerNav1 li {
    font-size: 22px;
  }

  .centerNavMainCart2::after {
    margin-left: -29px;
  }

  input.qtyminus {
    left: 2px;
  }

  .quantityBtn1 {
    left: 0;
  }
}


@media screen and (max-width:767px) {
  .productDeatilTxt1Div {
    margin-top: 20px;
  }

  .produtDeatilMaxWidth {
    padding: 0px 20px
  }

  .productDeatilTxt1Div span {
    display: none;
  }

  .addressBgSecMain {
    padding-bottom: 40px
  }

  .addressWrapper li {
    font-size: 23px;
    display: block;
    padding: 5px 0px
  }

  .closeBtnaallMain {
    display: none;
  }

  .profilWrapperDiv {
    min-height: auto
  }

  .profileDeatilDiv {
    padding: 14px;
  }

  .profileNav1 a {
    padding: 10px 14px;
  }

  .profileNav1 {
    margin: 0;
  }

  .logOutBtn {
    width: 100%;
    position: static;
    display: block;
    padding: 15px 14px;
  }

  .profileBgSecwhite {
    padding: 29px 7px;
  }

  .profileBgSecwhite h3 {
    margin-bottom: 18px;
    font-size: 21px;
  }

  .contactFieldMain {
    margin-bottom: 30px;
  }

  .spanGenderNav {
    margin-bottom: 20px
  }

  .profileBgSecwhite h2 {
    margin-bottom: 20px
  }

  .sideNavMainall {
    width: 241px;
  }

  .sideNavMainall a {
    font-size: 16px;
    padding: 13px;
  }

  .payementWrapper {
    padding: 20px 20px 30px 255px;
  }

  .cvvWrapperDiv {
    position: static
  }

  .cvvWrapper {
    padding-left: 0
  }

  .contactFieldMain1 {
    width: 100%
  }

  .closeDiv1 {
    width: 100%
  }

  .subPageBannerSec h1 {
    position: static;
    padding-top: 104px;
    font-size: 24px;
    text-align: center;
    margin-bottom: 5px;
  }

  .breadcrumbsAndSocial {
    position: static;
    text-align: center
  }

  .headerBlackMain1 span {
    font-size: 18px
  }

  .headerBlackMain1 {
    font-size: 25px;
    margin-bottom: 36px;
  }

  .featuredProductDiv {
    text-align: center;
    min-height: auto;
    margin-bottom: 20px
  }

  .productSlider .owl-nav {
    display: none !important
  }

  .productSlider .owl-prev:hover:before {
    color: #333 !important
  }

  .productSlider .owl-next:hover:before {
    color: #333 !important
  }

  .productSlider .owl-prev::before {
    color: #fff
  }

  .productSlider .owl-next::before {
    color: #fff
  }

  .productSlider .owl-prev::after {
    background: #fff
  }

  .productSlider .owl-nav {
    margin-right: -92px;
  }

  .viewallProductBtn:hover {
    color: #333 !important
  }

  .viewallProductBtn {
    position: static;
    text-align: center;
    color: #fff;
    display: block;
    margin-right: 0
  }

  .featuredProustsmain {
    background: #e76e1e;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 0
  }

  .headerBlackMainSub {
    color: #fff !important
  }

  .categoriesFloat1:nth-child(n) {
    background: #eeeeee;
    border: 1px #fff solid;
  }

  .categoriesFloat1 {
    width: 50%
  }

  .testmonialWrapper {
    display: none;
  }

  .headLeftmain:first-child {
    padding-right: 3px;
  }

  .banner-slide .owl-dots {
    bottom: 15px !important;
    margin-left: -11px;
  }

  .banner-sec {
    padding-top: 67px;
  }

  .homeaboutSecMain {
    display: none;
  }

  .bigProductSecBg {
    display: none;
  }

  .tabPannelsecbg {
    display: none;
  }

  .mainContainer {
    padding: 0 15px;
    max-width: 1240px;
  }

  .subPageaboutDivmain {
    padding: 24px 27px 5px;
  }

  .subPageaboutUsSec {
    padding: 49px 0px;
  }

  .commonSecwrapper1 {
    margin-bottom: 0;
    padding-top: 0px
  }

}

@media screen and (max-width:575px) {
  .addToCartBtn {
    padding: 12px;
  }

  .buyNoBtn {
    padding: 12px;
  }

  .produtDeatilManinDivTxt {
    text-align: center
  }

  .deliveryNavTxt {
    margin-bottom: 20px
  }

  .deliveryNavTxt li::before {
    display: none;
  }

  .deliveryNavTxt li {
    display: block
  }

  .productDeatilTxt4Div li {
    margin-bottom: 10px;
    padding-left: 0;
  }

  .socialMediaDeatilPage {
    margin-bottom: 10px
  }

  .productDeatilTxt2Div {
    margin-bottom: 10px;
  }

  .productDeatilTxt3Div {
    margin-bottom: 10px;
  }

  .productDeatilTxt1Div p {
    font-size: 16px
  }

  .productDeatilTxt1Div h2 {
    font-size: 27px
  }

  .productDeatilTxt1Div {
    padding-bottom: 0;
    margin-bottom: 10px;
  }

  .productDeatilTxt1Div p {
    margin-bottom: 10px
  }

  .productDeatilTxt2Div li a {
    margin-bottom: 10px;
  }

  .contactsubmitBtn {
    width: 100%
  }

  .contactSocialWrapper i {
    font-size: 20px;
  }

  .contactSocialWrapper a {
    width: 40px;
    height: 40px;
  }

  .contactSpace {
    padding: 30px 20px;
  }

  .thanksBgSec {
    padding: 40px 0px
  }

  .sideNavMainall {
    width: 187px;
  }

  .payementWrapper {
    padding: 20px 20px 30px 203px;
  }

  .menu-close {
    right: 10px;
    top: 10px;
  }

  .subScribeWrapperDiv {
    width: 91px;
    font-size: 14px;
  }

  .side-nav h3 {
    text-align: center
  }

  .side-nav p {
    text-align: center
  }

  .side-nav p::before {
    display: none
  }

  .loginFieldMain {
    margin-bottom: 10px;
  }

  .side-nav p {
    margin-bottom: 18px;
  }

  .side-nav {
    padding: 23px 20px;
  }

  .loginNav1 {
    text-align: center
  }

  .eyeMain {
    bottom: 28px;
  }

  .loginBtnmain {
    margin-bottom: 10px;
  }

  .floatDivClass2 {
    float: none;
  }

  .floatDivClass1 {
    float: none;
    margin-bottom: 10px;
  }

  .addressBoxWrapper {
    padding: 20px
  }

  .commonSecwrapper h2 {
    font-size: 24px
  }

  .adressNav1main li {
    display: block;
    padding-right: 0;
    padding-bottom: 10px;
  }

  .priceWrapperSecDiv {
    padding: 26px 22px 29px;
  }

  .priceWrapperSecDiv h3 {
    font-size: 23px;
    margin-bottom: 24px;
  }

  .pricenavmainall1 {
    margin: 0px 0 18px;
    padding: 0 0 2px;
  }

  .pricenavmainall2 {
    margin: 0px 0px 22px;
  }

  .cartBgSecWrapperAllmain h2 {
    font-size: 17px !important
  }

  .cartFloat1 {
    width: 100%
  }

  .cartFloat2 {
    width: 100%;
    clear: both
  }

  .cartWrapperDiv {
    position: static;
    margin: 0 auto 10px
  }

  .cartWrapper1 {
    padding-left: 0;
    text-align: center
  }

  .commonSecwrapper1 h2 {
    text-align: center !important
  }

  .cartFloat3 {
    clear: both;
  }

  .savebtnmain {
    text-align: center;
    margin-bottom: 0 !important;
  }

  .cartFloat3 p {
    text-align: center;
  }

  input.qtyplus {
    position: static;
    left: 0;
  }

  input.qtyminus {
    position: static;
    left: 0;
  }

  .quantityBtn1 {
    position: static
  }

  .quantityWrappermain {
    min-height: auto
  }

  .qty {
    padding-right: 0px;
    text-align: center;
  }

}

@media screen and (max-width:479px) {
  .rupeesDivFloat2 a {
    width: 67px;
    padding: 3px;
    font-size: 14px
  }

  .myOrderBtn {
    width: 100%
  }

  .addressWrapperBgSec {
    padding: 20px 10px 20px;
  }

  .addaddressBtnmain {
    width: 100%
  }

  .sideNavMainall {
    width: 100%
  }

  .tab-content>.active {
    padding: 20px
  }

  .payementWrapper {
    padding: 0px 0px 0px 0px;
  }

  .payementWrapperDiv {
    position: static
  }

  .subPageaboutDivmain {
    padding: 24px 20px 5px;
  }

  .subPageaboutDivmain h3 {
    font-size: 25px;
    text-transform: capitalize
  }

  .addFloat1 {
    width: 100%
  }

  .categoriesFloat1 {
    width: 100%
  }

  .categoriesFloat1:nth-child(n) {
    background: #eeeeee;
    border: 1px #fff solid;
  }

  .footerNav1 li {
    font-size: 20px;
    padding: 0;
    display: block
  }

  .footerNav2 li {
    padding: 0;
    display: block
  }
}