html,
body {
  width: 100%;
  display: block;
}

body {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

a {
  color: #1a1a1a;
  outline: 0 none;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: 0 none;
}

a:active,
a:hover,
a:focus {
  color: #f49124;
}

p {
  font-family: "Poppins", sans-serif;
}

p a {
  color: #4c4c4c;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

hr {
  clear: both;
}

section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
  display: block;
}

.clear {
  clear: both;
}

/*____HEADING & TITLE 
======================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
  /* margin-bottom: 24px; */
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #1a1a1a;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #f49124;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 52px;
  color: #1a1a1a;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 38px;
  line-height: 44px;
  color: #1a1a1a;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  color: #1a1a1a;
  margin-bottom: 20px;
}

h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1a1a1a;
  margin-bottom: 15px;
}

h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #1a1a1a;
  margin-bottom: 10px;
}

h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.display-inline {
  display: inline;
}

.display-inline-block {
  display: inline-block;
}

.display-block {
  display: block;
}

.btn a {
  color: #fff !important;
}

.btn-warning {
  color: #fff;
  background-color: #f68718;
  border-color: #f68718;
}

/*____TEXT & PARAGRAPH 
======================================*/

p {
  line-height: 24px;
  margin-bottom: 24px;
  font-size: 16px;
}

strong {
  font-weight: 600;
}

/*-------------------------------------
      text align
  ------------------------------------ */

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

/*-------------------------------------
      text vertical align
  ------------------------------------ */

.v-align-t {
  vertical-align: top;
}

.v-align-m {
  vertical-align: middle;
}

.v-align-b {
  vertical-align: bottom;
}

/*-------------------------------------
	text transform
------------------------------------ */

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/*-------------------------------------
	text size
------------------------------------ */

.font-12 {
  font-size: 12px;
  line-height: 18px;
}

.font-14 {
  font-size: 14px;
  line-height: 20px;
}

.font-16 {
  font-size: 16px;
  line-height: 22px;
}

.font-18 {
  font-size: 18px;
  line-height: 24px;
}

.font-20 {
  font-size: 20px;
  line-height: 26px;
}

.font-22 {
  font-size: 22px;
  line-height: 28px;
}

.font-24 {
  font-size: 24px;
  line-height: 30px;
}

.font-26 {
  font-size: 26px;
  line-height: 32px;
}

.font-28 {
  font-size: 28px;
  line-height: 34px;
}

.font-30 {
  font-size: 30px;
  line-height: 36px;
}

.font-32 {
  font-size: 32px;
  line-height: 38px;
}

.font-34 {
  font-size: 34px;
  line-height: 40px;
}

.font-36 {
  font-size: 36px;
  line-height: 42px;
}

.font-38 {
  font-size: 38px;
  line-height: 44px;
}

.font-40 {
  font-size: 40px;
  line-height: 46px;
}

.font-45 {
  font-size: 46px;
  line-height: 52px;
}

.font-50 {
  font-size: 50px;
  line-height: 56px;
}

.font-60 {
  font-size: 60px;
  line-height: 66px;
}

.font-70 {
  font-size: 70px;
  line-height: 76px;
}

.font-80 {
  font-size: 80px;
  line-height: 86px;
}

.font-90 {
  font-size: 90px;
  line-height: 96px;
}

.font-100 {
  font-size: 100px;
  line-height: 106px;
}

.font-120 {
  font-size: 120px;
  line-height: 126px;
}

.font-140 {
  font-size: 140px;
  line-height: 146px;
}

.font-160 {
  font-size: 160px;
  line-height: 166px;
}

.font-180 {
  font-size: 180px;
  line-height: 186px;
}

/*____BOX SPACING (Padding & Margin)
======================================*/

/*-------------------------------------
	padding (around)
-------------------------------------*/

.p-a0 {
  padding: 0;
}

.p-a5 {
  padding: 5px;
}

.p-a10 {
  padding: 10px;
}

.p-a15 {
  padding: 15px;
}

.p-a20 {
  padding: 20px;
}

.p-a25 {
  padding: 25px;
}

.p-a30 {
  padding: 30px;
}

.p-a40 {
  padding: 40px;
}

.p-a50 {
  padding: 50px;
}

.p-a60 {
  padding: 60px;
}

.p-a70 {
  padding: 70px;
}

.p-a80 {
  padding: 80px;
}

.p-a90 {
  padding: 90px;
}

.p-a100 {
  padding: 100px;
}

.p-a110 {
  padding: 110px;
}

.p-a120 {
  padding: 120px;
}

.p-a130 {
  padding: 130px;
}

.p-a140 {
  padding: 140px;
}

.p-a150 {
  padding: 150px;
}

/*-------------------------------------
      Padding (top)
  -------------------------------------*/

.p-t0 {
  padding-top: 0;
}

.p-t5 {
  padding-top: 5px;
}

.p-t10 {
  padding-top: 10px;
}

.p-t15 {
  padding-top: 15px;
}

.p-t20 {
  padding-top: 20px;
}

.p-t30 {
  padding-top: 30px;
}

.p-t40 {
  padding-top: 40px;
}

.p-t50 {
  padding-top: 50px;
}

.p-t60 {
  padding-top: 60px;
}

.p-t70 {
  padding-top: 70px;
}

.p-t80 {
  padding-top: 80px;
}

.p-t90 {
  padding-top: 90px;
}

.p-t100 {
  padding-top: 100px;
}

.p-t110 {
  padding-top: 110px;
}

.p-t120 {
  padding-top: 120px;
}

.p-t130 {
  padding-top: 130px;
}

.p-t140 {
  padding-top: 140px;
}

.p-t150 {
  padding-top: 150px;
}

/*-------------------------------------
      Padding (bottom)
  -------------------------------------*/

.p-b0 {
  padding-bottom: 0;
}

.p-b5 {
  padding-bottom: 5px;
}

.p-b10 {
  padding-bottom: 10px;
}

.p-b15 {
  padding-bottom: 15px;
}

.p-b20 {
  padding-bottom: 20px;
}

.p-b30 {
  padding-bottom: 30px;
}

.p-b40 {
  padding-bottom: 40px;
}

.p-b50 {
  padding-bottom: 50px;
}

.p-b60 {
  padding-bottom: 60px;
}

.p-b70 {
  padding-bottom: 70px;
}

.p-b80 {
  padding-bottom: 80px;
}

.p-b90 {
  padding-bottom: 90px;
}

.p-b100 {
  padding-bottom: 100px;
}

.p-b110 {
  padding-bottom: 110px;
}

.p-b120 {
  padding-bottom: 120px;
}

.p-b130 {
  padding-bottom: 130px;
}

.p-b140 {
  padding-bottom: 140px;
}

.p-b150 {
  padding-bottom: 150px;
}

/*-------------------------------------
      Padding (left)
  -------------------------------------*/

.p-l0 {
  padding-left: 0;
}

.p-l5 {
  padding-left: 5px;
}

.p-l10 {
  padding-left: 10px;
}

.p-l15 {
  padding-left: 15px;
}

.p-l20 {
  padding-left: 20px;
}

.p-l30 {
  padding-left: 30px;
}

.p-l40 {
  padding-left: 40px;
}

.p-l50 {
  padding-left: 50px;
}

.p-l60 {
  padding-left: 60px;
}

.p-l70 {
  padding-left: 70px;
}

.p-l80 {
  padding-left: 80px;
}

.p-l90 {
  padding-left: 90px;
}

.p-l100 {
  padding-left: 100px;
}

.p-l110 {
  padding-left: 110px;
}

.p-l120 {
  padding-left: 120px;
}

.p-l130 {
  padding-left: 130px;
}

.p-l140 {
  padding-left: 140px;
}

.p-l150 {
  padding-left: 150px;
}

/*-------------------------------------
      Padding (right)
  -------------------------------------*/

.p-r0 {
  padding-right: 0;
}

.p-r5 {
  padding-right: 5px;
}

.p-r10 {
  padding-right: 10px;
}

.p-r15 {
  padding-right: 15px;
}

.p-r20 {
  padding-right: 20px;
}

.p-r30 {
  padding-right: 30px;
}

.p-r40 {
  padding-right: 40px;
}

.p-r50 {
  padding-right: 50px;
}

.p-r60 {
  padding-right: 60px;
}

.p-r70 {
  padding-right: 70px;
}

.p-r80 {
  padding-right: 80px;
}

.p-r90 {
  padding-right: 90px;
}

.p-r100 {
  padding-right: 100px;
}

.p-r110 {
  padding-right: 110px;
}

.p-r120 {
  padding-right: 120px;
}

.p-r130 {
  padding-right: 130px;
}

.p-r140 {
  padding-right: 140px;
}

.p-r150 {
  padding-right: 150px;
}

/*-------------------------------------
      Padding (left right)
  -------------------------------------*/

.p-lr0 {
  padding-left: 0;
  padding-right: 0;
}

.p-lr5 {
  padding-left: 5px;
  padding-right: 5px;
}

.p-lr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.p-lr15 {
  padding-left: 15px;
  padding-right: 15px;
}

.p-lr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.p-lr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.p-lr40 {
  padding-left: 40px;
  padding-right: 40px;
}

.p-lr50 {
  padding-left: 50px;
  padding-right: 50px;
}

.p-lr60 {
  padding-left: 60px;
  padding-right: 60px;
}

.p-lr70 {
  padding-left: 70px;
  padding-right: 70px;
}

.p-lr80 {
  padding-left: 80px;
  padding-right: 80px;
}

.p-lr90 {
  padding-left: 90px;
  padding-right: 90px;
}

.p-lr100 {
  padding-left: 100px;
  padding-right: 100px;
}

.p-lr120 {
  padding-left: 120px;
  padding-right: 120px;
}

.p-lr150 {
  padding-left: 150px;
  padding-right: 150px;
}

/*-------------------------------------
      Padding (top bottom)
  -------------------------------------*/

.p-tb0 {
  padding-bottom: 0;
  padding-top: 0;
}

.p-tb5 {
  padding-bottom: 5px;
  padding-top: 5px;
}

.p-tb10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.p-tb15 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.p-tb20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.p-tb30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.p-tb40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.p-tb50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.p-tb60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.p-tb70 {
  padding-bottom: 70px;
  padding-top: 70px;
}

.p-tb80 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.p-tb90 {
  padding-bottom: 90px;
  padding-top: 90px;
}

.p-tb100 {
  padding-bottom: 100px;
  padding-top: 100px;
}

.p-tb120 {
  padding-bottom: 120px;
  padding-top: 120px;
}

.p-tb150 {
  padding-bottom: 150px;
  padding-top: 150px;
}

/*-------------------------------------
      margin (around)
  -------------------------------------*/

.m-a-1 {
  margin: -1px;
}

.m-a0 {
  margin: 0;
}

.m-a5 {
  margin: 5px;
}

.m-a10 {
  margin: 10px;
}

.m-a15 {
  margin: 15px;
}

.m-a20 {
  margin: 20px;
}

.m-a30 {
  margin: 30px;
}

.m-a40 {
  margin: 40px;
}

.m-a50 {
  margin: 50px;
}

.m-a60 {
  margin: 60px;
}

.m-a70 {
  margin: 70px;
}

.m-a80 {
  margin: 80px;
}

.m-a90 {
  margin: 90px;
}

.m-a100 {
  margin: 100px;
}

.m-a110 {
  margin: 110px;
}

.m-a120 {
  margin: 120px;
}

.m-a130 {
  margin: 130px;
}

.m-a140 {
  margin: 140px;
}

.m-a150 {
  margin: 150px;
}

/*-------------------------------------
      marging (top)
  -------------------------------------*/

.m-t0 {
  margin-top: 0;
}

.m-t5 {
  margin-top: 5px;
}

.m-t10 {
  margin-top: 10px;
}

.m-t15 {
  margin-top: 15px;
}

.m-t20 {
  margin-top: 20px;
}

.m-t30 {
  margin-top: 30px;
}

.m-t40 {
  margin-top: 40px;
}

.m-t50 {
  margin-top: 50px;
}

.m-t60 {
  margin-top: 60px;
}

.m-t70 {
  margin-top: 70px;
}

.m-t80 {
  margin-top: 80px;
}

.m-t90 {
  margin-top: 90px;
}

.m-t100 {
  margin-top: 100px;
}

.m-t110 {
  margin-top: 110px;
}

.m-t120 {
  margin-top: 120px;
}

.m-t130 {
  margin-top: 130px;
}

.m-t140 {
  margin-top: 140px;
}

.m-t150 {
  margin-top: 150px;
}

/*-------------------------------------
      marging (bottom)
  -------------------------------------*/

.m-b0 {
  margin-bottom: 0;
}

.m-b5 {
  margin-bottom: 5px;
}

.m-b10 {
  margin-bottom: 10px;
}

.m-b15 {
  margin-bottom: 15px;
}

.m-b20 {
  margin-bottom: 20px;
}

.m-b30 {
  margin-bottom: 30px;
}

.m-b40 {
  margin-bottom: 40px;
}

.m-b50 {
  margin-bottom: 50px;
}

.m-b60 {
  margin-bottom: 60px;
}

.m-b70 {
  margin-bottom: 70px;
}

.m-b80 {
  margin-bottom: 80px;
}

.m-b90 {
  margin-bottom: 90px;
}

.m-b100 {
  margin-bottom: 100px;
}

.m-b110 {
  margin-bottom: 110px;
}

.m-b120 {
  margin-bottom: 120px;
}

.m-b130 {
  margin-bottom: 130px;
}

.m-b140 {
  margin-bottom: 140px;
}

.m-b150 {
  margin-bottom: 150px;
}

/*-------------------------------------
      marging (left)
  -------------------------------------*/

.m-l0 {
  margin-left: 0;
}

.m-l5 {
  margin-left: 5px;
}

.m-l10 {
  margin-left: 10px;
}

.m-l15 {
  margin-left: 15px;
}

.m-l20 {
  margin-left: 20px;
}

.m-l30 {
  margin-left: 30px;
}

.m-l40 {
  margin-left: 40px;
}

.m-l50 {
  margin-left: 50px;
}

.m-l60 {
  margin-left: 60px;
}

.m-l70 {
  margin-left: 70px;
}

.m-l80 {
  margin-left: 80px;
}

.m-l90 {
  margin-left: 90px;
}

.m-l100 {
  margin-left: 100px;
}

.m-l110 {
  margin-left: 110px;
}

.m-l120 {
  margin-left: 120px;
}

.m-l130 {
  margin-left: 130px;
}

.m-l140 {
  margin-left: 140px;
}

.m-l150 {
  margin-left: 150px;
}

/*-------------------------------------
      marging (right)
  -------------------------------------*/

.m-r0 {
  margin-right: 0;
}

.m-r5 {
  margin-right: 5px;
}

.m-r10 {
  margin-right: 10px;
}

.m-r15 {
  margin-right: 15px;
}

.m-r20 {
  margin-right: 20px;
}

.m-r30 {
  margin-right: 30px;
}

.m-r40 {
  margin-right: 40px;
}

.m-r50 {
  margin-right: 50px;
}

.m-r60 {
  margin-right: 60px;
}

.m-r70 {
  margin-right: 70px;
}

.m-r80 {
  margin-right: 80px;
}

.m-r90 {
  margin-right: 90px;
}

.m-r100 {
  margin-right: 100px;
}

.m-r110 {
  margin-right: 110px;
}

.m-r120 {
  margin-right: 120px;
}

.m-r130 {
  margin-right: 130px;
}

.m-r140 {
  margin-right: 140px;
}

.m-r150 {
  margin-right: 150px;
}

/*-------------------------------------
      marging (left right)
  -------------------------------------*/

.m-lr0 {
  margin-left: 0;
  margin-right: 0;
}

.m-lr5 {
  margin-left: 5px;
  margin-right: 5px;
}

.m-lr10 {
  margin-left: 10px;
  margin-right: 10px;
}

.m-lr15 {
  margin-left: 15px;
  margin-right: 15px;
}

.m-lr20 {
  margin-left: 20px;
  margin-right: 20px;
}

.m-lr30 {
  margin-left: 30px;
  margin-right: 30px;
}

.m-lr40 {
  margin-left: 40px;
  margin-right: 40px;
}

.m-lr50 {
  margin-left: 50px;
  margin-right: 50px;
}

.m-lr60 {
  margin-left: 60px;
  margin-right: 60px;
}

.m-lr70 {
  margin-left: 70px;
  margin-right: 70px;
}

.m-lr80 {
  margin-left: 80px;
  margin-right: 80px;
}

.m-lr90 {
  margin-left: 90px;
  margin-right: 90px;
}

.m-lr100 {
  margin-left: 100px;
  margin-right: 100px;
}

.m-lr120 {
  margin-left: 120px;
  margin-right: 120px;
}

.m-lr150 {
  margin-left: 150px;
  margin-right: 150px;
}

/*-------------------------------------
      marging (top bottom)
  -------------------------------------*/

.m-tb0 {
  margin-bottom: 0;
  margin-top: 0;
}

.m-tb5 {
  margin-bottom: 5px;
  margin-top: 5px;
}

.m-tb10 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.m-tb15 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.m-tb20 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.m-tb30 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.m-tb40 {
  margin-bottom: 40px;
  margin-top: 40px;
}

.m-tb50 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.m-tb60 {
  margin-bottom: 60px;
  margin-top: 60px;
}

.m-tb70 {
  margin-bottom: 70px;
  margin-top: 70px;
}

.m-tb80 {
  margin-bottom: 80px;
  margin-top: 80px;
}

.m-tb90 {
  margin-bottom: 90px;
  margin-top: 90px;
}

.m-tb100 {
  margin-bottom: 100px;
  margin-top: 100px;
}

.m-tb120 {
  margin-bottom: 120px;
  margin-top: 120px;
}

.m-tb150 {
  margin-bottom: 150px;
  margin-top: 150px;
}

/*-------------------------------------
	text
-------------------------------------*/

.text-white {
  color: #fff;
}

.text-primary {
  color: #f5be23;
}

.text-secondry {
  color: #1a1a1a;
}

.text-black {
  color: #000;
}

.text-gray {
  color: #f5f6f6;
}

.text-gray-dark {
  color: #d3d3d3;
}

.text-red {
  color: #99090a;
}

.text-green {
  color: #557131;
}

.text-yellow {
  color: #d5dd02;
}

.text-light-blue {
  color: #004f83;
}

/*-------------------------------------
	background color
-------------------------------------*/

.bg-transparent {
  background-color: transparent;
}

.bg-primary {
  background-color: #f49124;
}

.bg-secondry {
  background-color: #1a1a1a;
}

.bg-dark {
  background-color: #141414;
}
.bg-dark-light {
  background-color: #2a2a2a;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.bg-black-light {
  background-color: #212121;
}

.bg-gray {
  background-color: #f6f7f8;
}

.bg-gray-light {
  background-color: #f1f1f1;
}

.bg-gray-dark {
  background-color: #d3d3d3;
}

.bg-red {
  background-color: #fb5455;
}

.bg-green {
  background-color: #a5de5c;
}

.bg-yellow {
  background-color: #fff000;
}

.bg-dark-blue {
  background-color: #161b23;
}

.bg-light-blue {
  background-color: #3097db;
}

.inner-container {
  width: 85%;
  margin: 0px auto;
  padding: 0px 20px;
}

.page-content {
  width: 85%;
  margin: 0px auto;
  /* padding: 0px 20px; */
  background-color: #fff;
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    margin: 0px auto;
  }
}

@media (min-width: 768px) {
  .container {
    width: 100%;
    margin: 0px auto;
  }
}

@media screen and (max-width: 767px) {
  .page-content {
    padding: 0px !important;
  }

  .page-content {
    width: 93%;
    margin: 0px auto;
  }
}
.border-none {
  border-right: none !important;
}

/*================================= nav menu ====================================*/

.nav-cart-items {
  position: relative;
}

.nav-cart-items:before {
  border-bottom: 8px solid #efefef;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 15px;
  top: -12px;
  width: 0;
}

.nav-cart-title {
  border-bottom: 1px solid #eee;
}

.nav-cart-title h4 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0px;
  text-transform: uppercase;
}

.nav-cart-item {
  border-top: 1px solid #f5f5f5;
  margin-top: 15px;
  padding-top: 15px;
}

.nav-cart-item:first-child {
  border-top: 0 none;
  margin-top: 0;
  padding-top: 0;
}

.nav-cart-item-image {
  border: 2px solid #eee;
  float: left;
  height: 48px;
  margin-right: 15px;
  transition: border-color 0.2s linear 0s;
  width: 48px;
}

.nav-cart-item-image a,
.nav-cart-item-image img {
  display: block;
  height: 44px;
  width: 44px;
}

.nav-cart-item-image:hover {
  border-color: #243447;
}

.nav-cart-item-desc {
  overflow: hidden;
  position: relative;
}

.nav-cart-item-desc a {
  font-size: 12px;
  height: auto;
  text-align: left;
  width: auto;
  color: #000;
}

.nav-cart-item-desc a:hover {
  color: #243447;
}

.nav-cart-item-desc span.nav-cart-item-price {
  color: #999;
  display: block;
  font-size: 12px;
  line-height: 20px;
}

.nav-cart-item-desc a.nav-cart-item-quantity {
  color: #444;
  display: block;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 2px;
  padding: 0px 5px 2px 5px;
}

.nav-cart-item-desc a:hover.nav-cart-item-quantity {
  background-color: #000;
  color: #fff;
}

.nav-cart-action {
  border-top: 1px solid #eee;
}

/*/////////////////////////////////////////////////////////////////////*/

.top-header {
  background: ;
  color: #ffffff;
}

.top-header,
.top-header-links,
ul {
  margin: 0px;
  padding: 0px;
}

.top-header,
.top-header-links,
ul li {
  list-style: none;
}

.top-header {
  /* background: #005eb8; */
  background: linear-gradient(
    to right,
    #1b5bdf 1%,
    #4660ff 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #ffffff;
  /* background: linear-gradient(to right, #fc6c15 1%,#f6a61b 100%);  */
}

.top-header,
.top-header-links,
ul {
  margin: 0px;
  padding: 0px;
}

.top-header-links,
ul li {
  float: left;
  list-style: none;
}

.top-header-links,
ul li a {
  padding: 2px 0px;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  display: block;
  /* font-weight: bold; */
}
.top-header-links,
ul li a i {
  margin-right: 5px;
  font-size: 20px;
}

.sticky-header {
  box-shadow: 0 0.75rem 5.25rem 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #c1c1c1;
  border: 1px solid #f3f3f3;
}

@media only screen and (max-width: 1200px) {
  .site-header .container {
    width: auto;
  }
}

.site-header ul,
.site-header ol {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .sticky-wrapper {
    height: auto !important;
  }
}

/*-------------------------------------
      header full screen
  -------------------------------------*/

.nav-wide .container {
  width: 100%;
}

/*-------------------------------------
      without top bar
  -------------------------------------*/

.extra-nav {
  display: table;
  float: right;
  height: 70px;
  position: relative;
  z-index: 9;
}

.extra-nav .extra-cell {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}

.extra-nav .extra-cell > a {
  font-size: 18px;
}
.extra-nav .extra-cell > a i.arrow-animation {
  font-size: 24px;
}
/*-------------------------------------
      map page header
  -------------------------------------*/

#header-part.fix-map-header {
  height: 90px;
}

#header-part.fix-map-header .main-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

@media only screen and (max-width: 480px) {
  #header-part.fix-map-header {
    height: 160px;
  }
}

/*____ LOGO ( company identify  symbol )
  ======================================*/

/*-------------------------------------
      logo for header 
  -------------------------------------*/

.logo-header {
  display: table;
  float: left;
  width: 170px;
  height: 70px;
  vertical-align: middle;
  padding: 0;
  font-size: 36px;
  color: #1bbce8;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 11;
}

.logo-header-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.logo-header-inner img {
  /* max-width: 100%; */
  max-width: 350px !important;
  max-height: 100%;
}

@media only screen and (max-width: 991px) {
  .logo-header {
    width: 120px;
  }
}

@media only screen and (max-width: 480px) {
  .logo-header {
    width: 100px;
  }
}

/*-------------------------------------
      eamil-phone (left) 
  -------------------------------------*/
.e-p-bx {
  padding: 7px 0px;
}
.e-p-bx li {
  display: inline;
  font-size: 12px;
  padding-right: 10px;
  font-weight: 500;
}

.e-p-bx li a {
  color: #fff;
}

.e-p-bx li i {
  margin-right: 5px;
  vertical-align: middle;
}

@media only screen and (max-width: 991px) {
  .header-top-info .mt-topbar-right {
    padding-left: 0px;
    padding-right: 0px;
  }
  .header-top-info .social-bx {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 480px) {
  .header-top-info {
    display: none;
  }
}

/*-----------------------------------*/

.main-bar {
  position: relative;
  width: 100%;
  padding: 10px 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.main-bar::after,
.main-bar::after {
  clear: both;
  content: "";
  display: table;
}

/*main bar with box view*/

@media only screen and (max-width: 480px) {
  .main-bar {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*header info css*/

.header-info {
  float: right;
  padding: 10px 0;
}

.header-info > ul {
  list-style: none;
  display: table;
}

.header-info > ul li {
  display: table-cell;
  padding: 15px 10px;
  vertical-align: middle;
}

.header-info > ul li .icon-sm {
  float: left;
  margin-right: 15px;
}

.header-info > ul li strong {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  color: #1a1a1a;
}

@media only screen and (max-width: 767px) {
  .header-info > ul li.btn-col-last,
  .header-info {
    display: none;
  }
}

.header-botton {
  background-color: #222;
}

.header-botton .header-nav .nav {
  float: none;
}

.header-botton .header-nav .nav > li > a {
  padding: 20px 12px;
  color: #fff;
}

.header-botton .extra-nav {
  padding: 13px 0;
}

.header-botton .extra-nav .site-search-btn {
  color: #fff;
  padding: 7px 15px;
}

.header-botton .extra-nav .mt-cart .woo-cart-count {
  border: 2px solid #fff;
  color: #fff;
  min-width: 36px;
  padding: 5px 5px 5px;
}

.header-botton .extra-nav .mt-cart .woo-cart-count::before {
  border-color: #fff;
}

.header-style-1 .is-fixed.color-fill .main-bar {
  background: #fff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.17);
}

.top-bar.bg-gray {
  color: inherit;
  padding: 0px 0;
  background-color: #eeeeee;
}
.top-bar.bg-gray .fa {
  color: #222;
}
.top-bar .fa {
  color: #ffffff;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.01);
  padding: 3px;
  /* width: 22px;
    height: 22px; */
  text-align: center;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  background: #9c5200;
  /* background-color: #2746b3; */
  text-align: center;
  padding: 5px 7px;
  border-radius: 4px;
}

.mt-topbar-left,
.mt-topbar-right,
.mt-topbar-center {
  padding-left: 15px;
  padding-right: 15px;
}
.mt-topbar-left {
  float: left;
}
.mt-topbar-right {
  float: right;
}
.mt-topbar-center {
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .header-style-1 .mt-topbar-left,
  .header-style-1 .mt-topbar-right {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .header-style-1 .mt-topbar-left ul li {
    display: block;
    padding-bottom: 1px;
  }
  .header-style-1 .mt-topbar-left ul li:last-child {
    padding-bottom: 0px;
  }
  .header-style-1 .top-bar .row {
    display: table;
    width: 100%;
    float: none;
    margin: 0px;
  }
  .header-style-1 .top-bar .row .mt-topbar-left,
  .header-style-1 .top-bar .row .mt-topbar-right {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 0px;
  }

  .header-style-1 .top-bar .row .mt-topbar-left {
    text-align: left;
  }
  .header-style-1 .top-bar .row .mt-topbar-left .e-p-bx {
    float: none !important;
  }

  .header-style-1 .top-bar .row .mt-topbar-right {
    text-align: right;
  }
}
@media only screen and (max-width: 480px) {
  .header-style-1 .top-bar .row .mt-topbar-left,
  .header-style-1 .top-bar .row .mt-topbar-right {
    display: block;
    vertical-align: middle;
    float: none;
    padding: 0px;
    margin-bottom: 10px;
  }
  .header-style-1 .top-bar .row .mt-topbar-left {
    text-align: left;
  }
  .header-style-1 .top-bar .row .mt-topbar-right {
    text-align: left;
  }
}

.top-bar.bg-gray {
  color: inherit;
}

/*____ NAVIGATIONS 
  ======================================*/

/*-------------------------------------
      mega-menu
  -------------------------------------*/

.navbar-toggle {
  border: none;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 15px;
  margin-right: -10px;
  padding: 12px 10px;
}

.navbar-toggle .icon-bar {
  background: #000;
  height: 3px;
  border-radius: 0;
  -webkit-border-radius: 0;
}

@media only screen and (max-width: 480px) {
  .navbar-toggle {
    margin-left: 10px;
  }
  .extra-nav .extra-cell {
    margin-left: 0;
  }
}

.is-fixed .navbar-toggle {
  margin-top: 14px;
  margin-bottom: 14px;
}

.header-nav {
  position: relative;
  padding: 0px;
  z-index: 7;
}

.header-nav .nav {
  float: right;
}

.header-nav .nav i {
  /* font-size: 9px; */
  font-size: 18px;
  margin-left: 3px;
  margin-top: -3px;
  vertical-align: middle;
  opacity: 0.7;
}

.header-nav .nav > li {
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  margin: -10px 0;
  padding: 10px 0;
}

.header-nav .nav > li > a {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #222;
  font-size: 14px;
  padding: 35px 12px;
  cursor: pointer;
  margin: -10px 0;
  font-weight: 600;
}

.header-nav .nav > li > a:hover {
  background-color: transparent;
  color: #212427;
}

.header-nav .nav > li > a:active,
.header-nav .nav > li > a:focus {
  background-color: transparent;
}

.header-nav .nav > li.active > a,
.header-nav .nav > li.current-menu-item > a {
  background-color: transparent;
  color: #f49124;
}

.header-nav .nav > li:hover > a {
  color: #f49124;
}

.header-nav .nav > li:hover > .sub-menu,
.header-nav .nav > li:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-nav .nav > li .sub-menu {
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
  display: inline-block;
  left: -300px;
  top: 100%;
  list-style: none;
  margin: 20px 0 0;
  opacity: 0;
  padding: 0px;
  position: absolute;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0px 6px 5px 0px rgba(163, 163, 163, 1);
  -moz-box-shadow: 0px 6px 5px 0px rgba(163, 163, 163, 1);
  box-shadow: 0px 6px 5px 0px rgba(163, 163, 163, 1);
  min-width: 602px;
}

.header-nav .nav > li .sub-menu li {
  position: relative;
  text-transform: none;
  width: 200px;
  text-align: center;
}

.header-nav .nav > li .sub-menu li a {
  color: #333;
  display: block;
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 400;
  border-left: 0px solid transparent;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-right: 1px solid #f1f1f1;
  font-weight: 500;
  border-radius: 2px;
  /* margin-bottom: 10px; */
}

.header-nav .nav > li .sub-menu li a:hover {
  color: #fff !important;
  text-decoration: none;
  /* border-left: 10px solid #f49124; */
  background: linear-gradient(to right, #ea412a 0%, #f49124 100%);
}

.header-nav .nav > li .sub-menu li a:hover:after {
  width: 4px;
  left: -1px;
}

.header-nav .nav > li .sub-menu li:hover > a {
  color: #000;
  background-color: #f6f6f6;
}

.header-nav .nav > li .sub-menu li:last-child {
  border-bottom: 0px;
}

.header-nav .nav > li .sub-menu li .fa {
  color: #000;
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  top: 6px;
}

.header-nav .nav > li .sub-menu li:hover .fa {
  color: #000;
}

.header-nav .nav > li .sub-menu li > .sub-menu {
  left: 220px;
  top: 0px;
  margin: 0 0 0 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-nav .nav > li .sub-menu li:hover > .sub-menu {
  left: 248px;
  margin: 0px;
  opacity: 1;
  top: -1px;
  visibility: visible;
}

.header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
  background-color: transparent;
  bottom: 0px;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0px;
  width: 6px;
}

.header-nav .nav > li.has-mega-menu {
  position: inherit;
}

.header-nav .nav > li .mega-menu li a > i {
  font-size: 13px;
  margin-right: 5px;
  min-width: 20px;
}

.header-nav .nav > li .mega-menu {
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  display: table;
  left: 0px;
  list-style: none;
  opacity: 0;
  position: absolute;
  right: 0px;
  visibility: hidden;
  width: 100%;
  margin-top: 20px;
  z-index: 10;
}

.header-nav .nav > li .mega-menu > li {
  display: table-cell;
  padding: 10px 0;
  position: relative;
  vertical-align: top;
  width: 25%;
  text-transform: none;
}

.header-nav .nav > li .mega-menu > li:after {
  content: "";
  background-color: rgba(204, 204, 204, 0.4);
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 1px;
  height: 100%;
}

.header-nav .nav > li .mega-menu > li:last-child:after {
  display: none;
}

.header-nav .nav > li .mega-menu > li > a {
  color: #555555;
  display: block;
  font-size: 14px;
  padding: 0 20px;
}

.header-nav .nav > li .mega-menu > li ul {
  list-style: none;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}

.header-nav .nav > li .mega-menu > li ul a {
  color: #474747;
  display: block;
  font-size: 13px;
  line-height: 34px;
  padding: 2px 20px;
}

.header-nav .nav > li .mega-menu > li ul a:hover {
  color: #1bbce8;
  background-color: #f2f2f2;
}

.header-nav .nav > li.menu-item-has-children:before {
  content: "\f078";
  display: block;
  font-family: "FontAwesome";
  right: 4px;
  position: absolute;
  top: 50%;
  color: #999;
  margin-top: -8px;
  font-size: 8px;
}

/*-- Submenu direction---*/

.header-nav .nav > li.submenu-direction .sub-menu {
  left: auto;
  right: 0;
}

.header-nav .nav > li.submenu-direction .sub-menu li > .sub-menu {
  left: auto;
  right: 220px;
  margin: 0 20px 0 0;
}

.header-nav .nav > li.submenu-direction .sub-menu li:hover > .sub-menu {
  left: auto;
  right: 220px;
  margin: 0 0 0 0;
}

.has-child .submenu-toogle {
  position: absolute;
  right: 4px;
  top: 4px;
  color: #000;
  background-color: transparent;
  z-index: 900;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  display: none;
}

.header-nav .has-child li .submenu-toogle {
  opacity: 0.9;
}

.header-nav
  .has-child.nav-active
  > a
  + .submenu-toogle.fa.fa-angle-right:before {
  content: "\f107";
}

/*.header-nav .nav > li:last-child{display:none;}*/

@media only screen and (max-width: 991px) {
  header .logo {
    display: block;
    padding: 4px 0;
  }
  .header-nav .nav i {
    margin-top: 6px;
  }
  .header-nav .nav li.has-child.nav-active > a {
    color: #f49124;
  }
}

@media only screen and (max-width: 991px) {
  /* responsive strat when media screen [991px] css START*/
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  /* Responsive strat when medai screen [991px] css END*/
  .header-nav {
    clear: both;
    margin: 0 -15px;
    border-bottom: 1px solid #e9e9e9;
  }
  .header-nav .nav {
    float: none;
    margin: 0;
    background: #fff;
  }
  .header-nav .nav li {
    float: none;
  }
  .header-nav .nav > li .sub-menu > li,
  .header-nav .nav > li .mega-menu > li {
    float: none;
    display: block;
    width: auto;
  }
  .header-nav .nav li .sub-menu > li a {
    padding-left: 30px;
  }
  .header-nav .nav > li > a {
    padding: 12px 15px;
    border-top: 1px solid #e9e9e9;
    color: #777;
  }
  .header-nav .nav > li.active > a,
  .header-nav .nav > li.current-menu-item > a {
    color: #000;
  }

  .header-nav .nav i {
    display: none !important;
  }
  .header-nav .nav i {
    float: right;
  }
  .header-nav .nav > li > a:hover,
  .header-nav .nav > li > a:active,
  .header-nav .nav > li > a:focus {
    background-color: #f0f0f0;
    text-decoration: none;
  }
  .header-nav .nav > li .mega-menu > li:after {
    display: none;
  }
  .header-nav .nav > li ul,
  .header-nav .nav > li .sub-menu,
  .header-nav .nav > li .mega-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #f9f9f9;
  }
  .header-nav .nav > li ul.mega-menu ul {
    display: block;
  }
  .header-nav .nav > li .mega-menu > li {
    padding: 0px;
  }
  .header-nav .nav > li ul.mega-menu li:hover ul {
    display: block;
  }
  .header-nav .nav li.has-child {
    position: relative;
  }
  .header-nav .nav li .sub-menu,
  .header-nav .nav li .mega-menu {
    opacity: 1;
    margin: 0 !important;
  }
  .has-child .submenu-toogle {
    display: block;
  }
}

.right-nav-header {
  display: table-header-group;
  vertical-align: top;
}

.right-nav-header .r-nav-h-content {
  vertical-align: middle;
  display: table-cell;
}

.right-nav-footer {
  display: table-footer-group;
}

.right-nav-footer .r-nav-f-content {
  vertical-align: bottom;
  display: table-cell;
}

/*-------------------------------------
	header dark
-------------------------------------*/

.header-dark-1 .main-bar {
  background-color: #1a1a1a;
}
.header-dark-1 .main-bar .header-nav .nav > li.active > a {
  color: #f49124;
}
.header-dark-1 .main-bar .header-nav .nav > li > a {
  color: #fff;
}
.header-dark-1 .main-bar .header-nav .nav > li:hover > a {
  color: #f49124;
}

.header-dark-1 .main-bar .header-nav .nav > li .sub-menu li .fa {
  color: #fff;
}
.header-dark-1 .main-bar .header-nav .nav > li .sub-menu li:hover > a {
  background-color: #121212;
}

.header-dark-1 .main-bar .extra-cell a {
  color: #fff;
}

.header-dark-1 .main-bar .navbar-toggle .icon-bar {
  background-color: #fff;
}

.header-style-1.header-dark-1 .is-fixed.color-fill .main-bar {
  background: #1a1a1a !important;
}

/*-------------------------------------
      nav dark version
  -------------------------------------*/

.nav-dark.header-nav .nav > li .sub-menu,
.nav-dark.header-nav .nav > li .mega-menu {
  background-color: #1a1a1a;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.nav-dark.header-nav .nav > li .sub-menu li {
  border-bottom: 1px solid #23282f;
}

.nav-dark.header-nav .nav > li .sub-menu li:last-child {
  border-bottom: 0px;
}

.nav-dark.header-nav .nav > li .sub-menu li a,
.nav-dark.header-nav .nav > li .mega-menu > li ul a,
.nav-dark.header-nav .nav > li .mega-menu > li > a {
  color: #fff;
}

/*.nav-dark.header-nav .nav > li .sub-menu li a:hover {
      background-color: #f49124 ;
      color: #000;
  }*/

.nav-dark.header-nav .nav > li .mega-menu > li ul a:hover {
  background-color: #23282f;
  color: #ffbc13;
}

.nav-dark.header-nav .nav > li .mega-menu > li:after {
  background-color: rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 991px) {
  .nav-dark.header-nav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  }
  .nav-dark.header-nav .nav {
    background-color: #0f0f0f;
  }
  .nav-dark.header-nav .nav > li > a {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .nav-dark.header-nav .nav > li > a {
    color: #fff;
  }
  .nav-dark.header-nav .nav > li > a:hover,
  .nav-dark.header-nav .nav > li > a:active,
  .nav-dark.header-nav .nav > li > a:focus {
    background-color: #1a1a1a;
    color: #ffbc13;
  }
  .nav-dark.header-nav .nav > li ul,
  .nav-dark.header-nav .nav > li .sub-menu,
  .nav-dark.header-nav .nav > li .mega-menu {
    background-color: #1a1a1a;
  }

  .nav-dark .has-child .submenu-toogle {
    color: #fff;
  }
}

/*-------------------------------------
      when header is sticky
  -------------------------------------*/

.sticky-no .main-bar {
  position: static !important;
}

/*-------------------------------------
      when header is sticky
  -------------------------------------*/

.is-fixed .main-bar {
  /* position: fixed; */
  position: sticky;
  top: 0;
  left: 0;
}

/*-------------------------------------
   header id Fixed
  -------------------------------------*/

/*.is-fixed.color-fill .main-bar {    padding:0px 64px;}*/

.is-fixed.color-fill .header-nav .nav > li {
  margin: 0;
  padding: 0;
}

.is-fixed.color-fill .header-nav .nav > li > a {
  margin: 0;
  padding: 25px 12px;
}

@media only screen and (max-width: 767px) {
  .logo-header-inner img {
    width: 240px;
  }
  .header-nav .nav > li .sub-menu {
    min-width: 250px;
  }

  .header-nav .nav > li .sub-menu li {
    text-align: left;
  }
  .main-bar,
  .is-fixed .main-bar,
  .is-fixed.color-fill .main-bar {
    padding: 0px;
  }
}

.nav-cart-items {
  position: relative;
}

.nav-cart-items:before {
  border-bottom: 8px solid #efefef;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 15px;
  top: -12px;
  width: 0;
}

.nav-cart-title {
  border-bottom: 1px solid #eee;
}

.nav-cart-title h4 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0px;
  text-transform: uppercase;
}

.nav-cart-item {
  border-top: 1px solid #f5f5f5;
  margin-top: 15px;
  padding-top: 15px;
}

.nav-cart-item:first-child {
  border-top: 0 none;
  margin-top: 0;
  padding-top: 0;
}

.nav-cart-item-image {
  border: 2px solid #eee;
  float: left;
  height: 48px;
  margin-right: 15px;
  transition: border-color 0.2s linear 0s;
  width: 48px;
}

.nav-cart-item-image a,
.nav-cart-item-image img {
  display: block;
  height: 44px;
  width: 44px;
}

.nav-cart-item-image:hover {
  border-color: #243447;
}

.nav-cart-item-desc {
  overflow: hidden;
  position: relative;
}

.nav-cart-item-desc a {
  font-size: 12px;
  height: auto;
  text-align: left;
  width: auto;
  color: #000;
}

.nav-cart-item-desc a:hover {
  color: #243447;
}

.nav-cart-item-desc span.nav-cart-item-price {
  color: #999;
  display: block;
  font-size: 12px;
  line-height: 20px;
}

.nav-cart-item-desc a.nav-cart-item-quantity {
  color: #444;
  display: block;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 2px;
  padding: 0px 5px 2px 5px;
}

.nav-cart-item-desc a:hover.nav-cart-item-quantity {
  background-color: #000;
  color: #fff;
}

.nav-cart-action {
  border-top: 1px solid #eee;
}

/*////////////////////////////


    main page-start hear



/////////////////////////////////////////*/

body {
  background: linear-gradient(to bottom, #f6f8f9 0%, #d3d1d1 100%);
}

.top-header {
  background: ;
  color: #ffffff;
}

.top-header,
.top-header-links,
ul {
  margin: 0px;
  padding: 0px;
}

.top-header,
.top-header-links,
ul li {
  list-style: none;
}

.top-header {
  /* background: #005eb8; */
  /* background: linear-gradient(
    to right,
    #1b5bdf 1%,
    #4660ff 100%
  );  */
  color: #ffffff;
  /* background: linear-gradient(to right, #fc6c15 1%,#f6a61b 100%);  */
  background: linear-gradient(to bottom, #f6a61b 0%, #fc6c15 100%);
}

.top-header,
.top-header-links,
ul {
  margin: 0px;
  padding: 0px;
}

.top-header-links,
ul li {
  float: left;
  list-style: none;
  
  
}

.top-header-links,
ul li a {
  padding: 2px 0px;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  display: block;
  /* font-weight: bold; */
}
.top-header-links,
ul li a i {
  margin-right: 5px;
  font-size: 20px;
}

.sticky-header {
  box-shadow: 0 0.75rem 5.25rem 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #c1c1c1;
  border: 1px solid #f3f3f3;
}

.page-content {
  background-color: #fff;
  /* padding: 15px; */
  /* display: inline-block; */
  display: block;
}

 

/*=================== banner slider ======================*/

.slider{
		height:550px;
	}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  padding: 20px 20px !important;
  background-color: #ffffff4f;
  border: none !important;
  z-index: 0 !important;
  border: 1px solid #fff !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  padding: 20px 20px !important;
  background-color: #ffffff4f;
  border: none !important;
  z-index: 0 !important;
  border: 1px solid #fff !important;
}

.swiper-container {
  width: 100%;
  height: 100%;
  min-height: 450px;
  vertical-align: middle;
  display: grid;
}

.swiper-container {
  padding-bottom: 20px !important;
  z-index: 0 !important;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  font-size: 25px !important;
}

.carousel-caption {
  text-align: left;
  transform: skew(-20deg) !important;
}

.carousel-caption h5 {
  transform: skew(20deg) !important;
}

.carousel-caption h1 {
  transform: skew(20deg) !important;
}

.carousel-caption-inner {
  transform: skew(0deg) !important;
}

.carousel-caption {
  right: 10%;
  left: 7%;
  padding-bottom: 30px;
  padding-left: 3%;
  bottom: 71px;
}

.carousel-caption {
  text-align: left;
  /* width: 100%; */
  /* margin: 0px auto; */
  /* background: #00000057; */
  background: #00aaee57;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.swiper-slide {
  background-color: #fff;
  z-index: 999;
  /* border-bottom-right-radius: 300px; */
  /* border-radius: 83% 17% 78% 22% / 0% 70% 30% 100%; */
}

.swiper-container {
  /* background-color: #e7f2fd; */
  background-color: #ffffff;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: 25px !important;
}

.swiper-pagination {
  text-align: left !important;
}
.swiper-pagination-bullet {
  border-radius: 20% !important;
}

.swiper-button-next,
.swiper-button-prev {
  /* top: 57% !important; */
  top: 400px !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 12% !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 12% !important;
  right: auto;
}

@media only screen and (max-width: 767px) {
	.slider{
		height:250px;
	}
	
	
  .swiper-slide,
  .swiper-container {
    height: 250px !important;
    min-height: 250px !important;
  }

  .is-fixed.color-fill .header-nav .nav > li > a {
    margin: 0;
    padding: 15px 12px !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    /* top: 49% !important; */
    display: none;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev,
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    padding: 10px 15px !important;
  }

  .header-nav .nav > li .sub-menu {
    box-shadow: none !important;
  }
}


@media only screen and (max-width: 767px) {
	
}

/*=================== banner slider ======================*/

/*======================= list - product =================*/

.pt-20 {
  padding-top: 20px;
  display: inline-block;
}

.pb-20 {
  padding-bottom: 20px;
  display: inline-block;
}

.highlight {
  color: #f68718;
  border-bottom: 1px solid #6767671a;
  padding-bottom: 8px;
  display: block;
  margin-bottom: 20px;
}

.side-bar-list {
  margin: 0px;
  padding: 0px;
}

.side-bar-list .sub-menu {
  margin: 0px;
  padding: 0px;
}

.side-bar-list .sub-menu {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

.side-bar-list .sub-menu li {
  list-style: none;
  float: left;
  margin: 10px;
  width: 12%;
  border-right: 1px dashed #c1c1c1;
  text-align: center;
}

.side-bar-list .sub-menu li a {
  color: #424;
}

.side-bar-list .sub-menu li a:hover {
  font-weight: bold;
  /* color: #f49124; */
}

@media screen and (max-width: 767px) {
  .side-bar-list .sub-menu li {
    list-style: none;
    float: left;
    margin: 10px 10px;
    width: 41%;
    text-align: left;
  }
  .welcome-text {
  }

  .side-bar-list {
    margin: 0px;
    padding: 0px;
    width: 100%;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .side-bar-list .sub-menu li {
    list-style: none;
    float: left;
    margin: 10px;
    width: 16%;
    border-right: 1px dashed #c1c1c1;
    text-align: center;
  }
}
/*=================================== end slider bar =================================*/
/*=================================== welcome text =================================*/
#welcome-to-gardener {
  background: #313718;
  overflow: hidden;
  padding-bottom: 40px;
}

.welcome-text {
}

.welcome-text h4 {
  font-weight: bold;
}

.welcome-text p {
  font-size: 15px;
  color: #fff;
  text-align: justify;
  margin-bottom: 0px;
}

.welcome-img img {
  border: 3px solid #fff;
}

/*=================================== welcome text =================================*/

/*=================================== slider =================================*/
.col-item {
  border: 2px solid #d4d4d47a;
  border-radius: 5px;
  background: #fff;
}
.col-item .photo img {
  margin: 0 auto;
  /* width: 100%; */
}

.col-item .photo img:hover {
  cursor: pointer;
}

.col-item .info {
  /* padding: 10px; */
  border-radius: 0 0 5px 5px;
  margin-top: 1px;
}
.col-item:hover .info {
  background-color: rgb(246 135 24 / 24%);
  color: #fff !important;
}
.col-item .price {
  /*width: 50%;*/
  float: left;
  margin-top: 5px;
}

.col-item .price h5 {
  line-height: 20px;
  margin: 0;
}

.price-text-color {
  color: #00990e;
}

.col-item .info .rating {
  color: #003399;
}

.col-item .rating {
  /*width: 50%;*/
  float: left;
  font-size: 17px;
  text-align: right;
  line-height: 52px;
  margin-bottom: 10px;
  height: 52px;
}

.col-item .separator {
  border-top: 1px solid #d4d4d47a;
  text-align: center;
}

.clear-left {
  clear: left;
}

.col-item .separator p {
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}

.col-item .separator p i {
  margin-right: 5px;
}
.col-item .btn-add {
  width: 50%;
  float: left;
}

.col-item .btn-add {
  border-right: 1px solid #cc9999;
}

.col-item .btn-details {
  width: 50%;
  float: left;
  padding-left: 10px;
}
.controls {
  margin-top: 20px;
}
[data-slide="prev"] {
  margin-right: 10px;
  border: 1px solid #c1c1c1;
  color: #c1c1c1;
  padding: 8px;
}

[data-slide="next"] {
  margin-right: 10px;
  border: 1px solid #c1c1c1;
  color: #c1c1c1;
  padding: 8px;
}

.font-24 {
  font-size: 24px;
}

@media only screen and (max-width: 800px) and (min-width: 768px) {
  .welcome-img img {
    margin-top: 100px;
  }
}

/* @media only screen and (max-width: 800px) and (min-width: 767px) {
  .welcome-img img {
    margin-top: 100px;
  }
} */
/*=================================== slider =================================*/
@media only screen and (max-width: 767px) {
  .certification {
    display: block !important;
    margin-bottom: 50px;
  }
}

.certification {
  display: inline-block;
  margin-bottom: 50px;
}

.info h4 {
  font-size: 16px;
  text-transform: capitalize;
}

/*=============================== About Page =======================*/
.about {
  padding: 30px;
}
.about-title {
  font-weight: bold;
}

.about p {
  color: #292b1f;
  font-size: 15px;
  text-align:justify;
}

/*=============================== Product Page =======================*/
.product-title {
  margin-bottom: 30px;
}
.product-title h4 {
  color: #f68718;
  padding-bottom: 0px;
  display: block;
  margin-bottom: 5px;
}

.product-title small {
  border-bottom: 1px solid #6767671a;
  padding-bottom: 10px;
  font-size: 12px;
}

.product-desc h4 {
  font-size: 16px;
  color: #2b2b2b;
}
.product-desc p {
  color: #292b1f;
  font-size: 15px;
  text-align: justify;
}
.genuine img {
  margin-top: -74px;
  width: 27%;
  /* transform: skewY(20deg); */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(-20deg);
  float: right;
  margin-right: 22px;
}

.download-bro {
  /* display: inline-block; */
  widows: 100%;
  text-align: center;
}
/*=============================== footer =======================*/
.footer-dark .footer-top {
  background-color: #313718;
  padding: 30px;
}
.footer-dark.site-footer {
  border-top: 0px solid #212121;
}
.site-footer {
  background-position: center;
  background-size: cover;
  position: relative;
}
.call-to-action-wrap {
  position: absolute;
  z-index: 1;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.site-footer .widget > .widget-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #f68718;
}

.widget_address p {
  color: #fff;
  text-align: justify;
  font-size: 13px;
}

.widget_address li {
  margin-bottom: 20px;
  font-size: 14px;
  color: #fff;
}

.footer-dark .footer-bottom {
  background-color: #21250e;
}
.footer-large .footer-bottom {
  padding: 20px 0px;
  color: #787878;
  font-size: 13px;
}
.widget_address li {
  display: block;
  float: none;
}

.mt-footer-bot-center {
  text-align: center;
  font-size: 16px;
}
.mt-footer-bot-left,
.mt-footer-bot-right,
.mt-footer-bot-center {
  padding-left: 15px;
  padding-right: 15px;
}

.footer-dark .footer-bottom .copyrights-text {
  color: #b7b7b7;
  font-size: 14px;
}
.footer-bottom .copyrights-text {
  color: #000;
}

.copyrights-text a {
  color: orange;
}

.form input {
  color: #ffffff;
  background: #21250e;
  border: none;
  height: 35px;
  width: 190px;
  padding: 0 15px;
  margin: 0 0 8px 0;
  font-size: 11px;
}
.form textarea {
  color: #ffffff;
  background: #21250e;
  border: none;
  height: 85px;
  width: 190px;
  padding: 10px 15px;
  margin: 0 0 8px 0;
  font-size: 11px;
}

.form #submit {
  background: #fa9608;
  float: left;
  color: #fff !important;
  font-size: 13px;
  text-transform: uppercase;
  border: solid 1px #e88b06;
  text-decoration: none;
  cursor: auto;
  padding: 6px 22px 6px 22px !important;
  margin: 10px 0 0 0 !important;
}

/*================================== contact ===============================*/
.contact-one .form-control {
  border: 0px;
  border: 1px solid #ddd;
}
.form-control {
  border-color: #e1e6eb;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  height: 40px;
  font-size: 13px;
  line-height: 20px;
  padding: 9px 12px 9px 12px;
}

.btn-effect {
  letter-spacing: 4px;
  position: relative;
  text-transform: uppercase;
}
.site-button {
  background-color: orange !important;
  color: #fff !important;
  box-shadow: 0px 1px 3px #c15002;
}

.site-button a {
  color: #fff;
}
.site-button,
.site-button-secondry {
  padding: 5px 20px;
  display: inline-block;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  outline: none;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  line-height: 1.42857;
  margin-left: -1px;
  text-decoration: none !important;
  border-radius: 3px;
}

.submit-button {
  padding: 10px 20px !important;
}

.mt-icon-box-wraper.left .icon-xld,
.mt-icon-box-wraper.left .icon-xl,
.mt-icon-box-wraper.left .icon-lg,
.mt-icon-box-wraper.left .icon-md,
.mt-icon-box-wraper.left .icon-sm,
.mt-icon-box-wraper.left .icon-xs {
  float: left;
  margin-right: 10px;
  color: #333;
}

.icon-content {
  color: #333;
}

.icon-content p {
  color: #fff;
}

/*=============================== product gallery ========================*/

.supplements img {
  height: 300px;
}

.supplements h4 {
  font-size: 16px;
  color: #323232;
  text-align: center;
}

.supplements img:hover {
  box-shadow: 0px 0 20px rgb(33 33 33 / 68%);
  transition: opacity 0.3s ease-in-out;
}

@media only screen and (max-width: 800px) and (min-width: 768px) {
  .supplements img {
    height: 200px;
  }
}

 