@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Medibazar
    Description: Medibazar - Medical Equipment Store eCommerce HTML5 Template
    Author: BDevs
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1. Theme default css
    2. header
    3. heading
    4. slider
    5. btn
    6. banner
    7. product
    8. testimonial
    9. blog
    10. features
    11. footer
    12. breadcrumb
    13. about
    14. counter
    15. team
    16. cta
    17. contact

-----------------------------------------------------------------------------------*/

/* 1. Theme default css */
@font-face {
  font-family: "Cerebri Sans";
  src: url("../fonts/CerebriSans-Heavy.eot");
  src: url("../fonts/CerebriSans-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/CerebriSans-Heavy.woff2") format("woff2"), url("../fonts/CerebriSans-Heavy.woff") format("woff"), url("../fonts/CerebriSans-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cerebri Sans";
  src: url("../fonts/CerebriSans-Bold.eot");
  src: url("../fonts/CerebriSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CerebriSans-Bold.woff2") format("woff2"), url("../fonts/CerebriSans-Bold.woff") format("woff"), url("../fonts/CerebriSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cerebri Sans";
  src: url("../fonts/CerebriSans-ExtraBold.eot");
  src: url("../fonts/CerebriSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/CerebriSans-ExtraBold.woff2") format("woff2"), url("../fonts/CerebriSans-ExtraBold.woff") format("woff"), url("../fonts/CerebriSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cerebri Sans";
  src: url("../fonts/CerebriSans-Medium.eot");
  src: url("../fonts/CerebriSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CerebriSans-Medium.woff2") format("woff2"), url("../fonts/CerebriSans-Medium.woff") format("woff"), url("../fonts/CerebriSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cerebri Sans";
  src: url("../fonts/CerebriSans-Regular.eot");
  src: url("../fonts/CerebriSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CerebriSans-Regular.woff2") format("woff2"), url("../fonts/CerebriSans-Regular.woff") format("woff"), url("../fonts/CerebriSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cerebri Sans";
  src: url("../fonts/CerebriSans-SemiBold.eot");
  src: url("../fonts/CerebriSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/CerebriSans-SemiBold.woff2") format("woff2"), url("../fonts/CerebriSans-SemiBold.woff") format("woff"), url("../fonts/CerebriSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Cerebri Sans";
  font-weight: normal;
  font-style: normal;
  color: #9b9b9b;
  overflow-x: hidden;
}


.img, img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cerebri Sans";
  color: #333333;
  margin-top: 0px;
  font-style: normal;
  font-weight: 600;
  text-transform: normal;
  line-height: 1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 700;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 15px;
  font-weight: normal;
  line-height: 28px;
  color: #9b9b9b;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #333333;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #333333;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #333333;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #333333;
  color: #ffffff;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #333333;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #333333;
  font-size: 14px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #eaeaea;
}

.grey-2-bg {
  background: #f8f8f8;
}

.grey-3-bg {
  background: #e7e7e7;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #333333;
}

.blue-bg {
  background: #234969;
}

.theme-bg {
  background: #4e97fd;
}

/*--
    - color
-----------------------------------------*/
.white-color {
  color: #ffffff;
}

.black-color {
  color: #333333;
}

.theme-color {
  color: #4e97fd;
}

/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.mb-230 {
  margin-bottom: 230px;
}

.mb-235 {
  margin-bottom: 235px;
}

.mb-240 {
  margin-bottom: 240px;
}

.mb-245 {
  margin-bottom: 245px;
}

.mb-250 {
  margin-bottom: 250px;
}

.mb-255 {
  margin-bottom: 255px;
}

.mb-260 {
  margin-bottom: 260px;
}

.mb-265 {
  margin-bottom: 265px;
}

.mb-270 {
  margin-bottom: 270px;
}

.mb-275 {
  margin-bottom: 275px;
}

.mb-280 {
  margin-bottom: 280px;
}

.mb-285 {
  margin-bottom: 285px;
}

.mb-290 {
  margin-bottom: 290px;
}

.mb-295 {
  margin-bottom: 295px;
}

.mb-300 {
  margin-bottom: 300px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pt-230 {
  padding-top: 230px;
}

.pt-235 {
  padding-top: 235px;
}

.pt-240 {
  padding-top: 240px;
}

.pt-245 {
  padding-top: 245px;
}

.pt-250 {
  padding-top: 250px;
}

.pt-255 {
  padding-top: 255px;
}

.pt-260 {
  padding-top: 260px;
}

.pt-265 {
  padding-top: 265px;
}

.pt-270 {
  padding-top: 270px;
}

.pt-275 {
  padding-top: 275px;
}

.pt-280 {
  padding-top: 280px;
}

.pt-285 {
  padding-top: 285px;
}

.pt-290 {
  padding-top: 290px;
}

.pt-295 {
  padding-top: 295px;
}

.pt-300 {
  padding-top: 300px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-265 {
  padding-bottom: 265px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-275 {
  padding-bottom: 275px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-295 {
  padding-bottom: 295px;
}

.pb-300 {
  padding-bottom: 300px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/*
 	Flaticon icon font: Flaticon
 	Creation date: 15/07/2020 04:05
 	*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./Flaticon.svg#Flaticon") format("svg");
  }
}
[class^=flaticon-]:before, [class*=" flaticon-"]:before,
[class^=flaticon-]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
  margin-left: 0;
  line-height: 1;
}

.flaticon-cargo-ship:before {
  content: "";
}

.flaticon-ship:before {
  content: "";
}

.flaticon-checkmark:before {
  content: "";
}

.flaticon-pill:before {
  content: "";
}

.flaticon-hand-sanitizer-3:before {
  content: "";
}

.flaticon-temperature:before {
  content: "";
}

.flaticon-fashion:before {
  content: "";
}

.flaticon-sunglasses:before {
  content: "";
}

/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 10s;
  animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.button {
  cursor: pointer;
}

/* scrollUp */
#scrollUp {
  background: #4e97fd;
  height: 50px;
  width: 50px;
  right: 50px;
  bottom: 77px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  line-height: 50px;
}

#scrollUp:hover {
  background: #febd00;
}

@-moz-keyframes myfirst {
  0% {
    top: -25%;
  }
  to {
    top: 100%;
  }
}
@-webkit-keyframes myfirst {
  0% {
    top: -25%;
  }
  to {
    top: 100%;
  }
}
@keyframes myfirst {
  0% {
    top: -25%;
  }
  to {
    top: 100%;
  }
}
.top-bottom {
  -webkit-animation: myfirst 30s linear infinite;
  animation: myfirst 30s linear infinite;
}

.ctn-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
}

.ctn-preloader .animation-preloader {
  z-index: 1000;
}

.ctn-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #E2321A;
  height: 150px;
  margin: 0 auto 3.5em auto;
  width: 150px;
}

.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em "Poppins", sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.ctn-preloader.dark .animation-preloader .spinner {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
  color: rgba(255, 255, 255, 0.2);
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
  color: #fff;
}

.ctn-preloader p {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #3b3b3b;
}

.ctn-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.ctn-preloader .loader .row {
  height: 100%;
}

.ctn-preloader .loader .loader-section {
  padding: 0px;
}

.ctn-preloader .loader .loader-section .bg {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.ctn-preloader .loader.dark_bg .loader-section .bg {
  background: #111339;
}

.ctn-preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ctn-preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Poppins", sans-serif;
  }
}
@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em "Poppins", sans-serif;
  }
}
/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
[data-overlay=light]::before {
  background-color: #ffffff;
}

[data-overlay=dark]::before {
  background-color: #333333;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}


/* 2. header */
header {
  background: url('../img/bg/06.jpg') no-repeat top right content-box #eee;
}
.modal {
  z-index: 9999;
}

.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition: 0.4s;
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: url('../img/bg/06.jpg') no-repeat top right content-box #eee;
}

.pos-rel {
  position: relative;
}

.header-top-area {
  border-bottom: 1px solid #eaeaea;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-top-area {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-top-area {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-area {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .header-top-area {
    padding-right: 0;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .header-top-info {
    text-align: center;
    margin-bottom: 10px;
  }
}
.header-top-info span {
  color: #717171;
  font-size: 15px;
  font-weight: 400;
  margin-right: 30px;
}
.header-top-info span i {
  color: #e4573d;
  margin-right: 6px;
}
.header-top-info span a {
  color: #4e97fd;
  font-weight: 700;
}

@media (max-width: 767px) {
  .header-link {
    /* float: none;*/
    text-align: center;
    padding-bottom: 8px;
  }
}
.header-link span a {
  background: #4e97fd;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  padding: 7px 17px;
  border-radius: 30px;
}
.header-link span a i {
  padding-right: 5px;
}

@media (max-width: 767px) {
  .shop-menu {
    text-align: center;
  }
}
.shop-menu ul li {
  margin-left: 20px;
  display: inline-block;
}
.shop-menu ul li a {
  transition: 0.3s;
  font-size: 15px;
  font-weight: 600;
  color: #9b9b9b;
}
.shop-menu ul li a i {
  font-size: 16px;
  padding-right: 4px;
}
.shop-menu ul li a:hover {
  color: #4e97fd;
}

.header-right,
.header-left {
  margin-top: 23px;
}

.menu-bar {
  margin-top: 5px;
}
.menu-bar a {
  color: #333333;
  display: inline-block;
  text-align: center;
  font-size: 35px;
  transition: 0.3s;
  line-height: 1;
}
.menu-bar a:hover {
  color: #4e97fd;
}

.header-search {
  overflow: hidden;
  margin-right: 10px;
}

.header-search-form {
  position: relative;
}
.header-search-form input {
  background: #f8f8f8;
  /*border: none;*/
  border-radius: 8px;
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 500;
  padding-left: 35px;
  height: 50px;
  width: 100%; 
  position: relative;
}

.header-search-form input::-moz-placeholder {
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 500;
}

.header-search-form input::placeholder {
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 500;
}

.header-search-form button {
  background: none;
  border: none;
  color: #333333;
  font-size: 15px;
  position: absolute;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  z-index: 1;
}

.header-search-form button[type="submit"] {
  left: 10px;
  top: 15px;
}
.header-search-form button[type="button"] {
  right: 10px;
  top: 15px;
}

.header-search-form button[type="submit"]:hover,  
.header-search-form button[type="button"]:hover {
  color: #4e97fd;
}

.header-lang {
  padding: 4px 14px 7px;
  display: inline-block;
  border: 2px solid #d5d5d5;
  border-radius: 30px;
  margin-left: 40px;
  margin-top: 5px;
}

.lang-icon > a {
  font-size: 14px;
  color: #9b9b9b;
  margin-left: 5px;
}

.header-lang-list {
  position: absolute;
  width: 120px;
  opacity: 0;
  visibility: hidden;
  padding: 20px 15px;
  border-top: 3px solid #4e97fd;
  transition: 0.4s;
  z-index: 999;
  background: #fff;
  padding-bottom: 5px;
  padding-top: 4px;
  top: 110%;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-lang-list {
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-lang-list {
    right: 0;
  }
}

.header-lang:hover .header-lang-list {
  opacity: 1;
  visibility: visible;
}

.header-lang-list li {
  display: block;
  margin-bottom: 0;
  padding: 5px 0;
}
.header-lang-list li a {
  display: block;
  color: #647589;
  font-size: 13px;
}
.header-lang-list li a:hover {
  color: #4e97fd;
}

.header-area {
  padding-top: 16px;
  padding-bottom: 19px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .header-area {
    padding-right: 0;
    padding-left: 0;
    padding-top: 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .se-icon {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .se-icon {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .my-icon {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-info {
    text-align: center;
    margin-bottom: 10px;
  }
}
.header-info span {
  color: #747474;
  font-size: 15px;
  font-weight: 400;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .header-info span {
    margin-right: 0;
  }
}
.header-info span i {
  font-size: 16px;
  color: #747474;
  margin-right: 6px;
}
.header-info span:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mails-header-icon {
    display: none;
  }
}

@media (max-width: 767px) {
  .mails-header-icon {
    display: none;
  }
}

@media (max-width: 767px) {
  .envelopes-header-icon {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-icon {
    float: none;
    text-align: center;
  }
}
.header-icon a {
  color: #a9a9a9;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  margin-left: 15px;
  transition: 0.3s;
}
.header-icon a:first-child {
  margin-left: 0;
}
.header-icon a:hover {
  color: #4e97fd;
}

.menu-02 .shop-menu ul li {
  margin-left: 28px;
}
.menu-02 .shop-menu ul li:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu-02 .shop-menu ul li {
    margin-left: 12px;
  }
}

.menu-02 .shop-menu ul li a {
  color: #333333;
  transition: 0.3s;
}
.menu-02 .shop-menu ul li a:hover {
  color: #4e97fd;
}

.header-search-area {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-search-area {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-search-area {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-search-area {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .header-search-area {
    padding-right: 0;
    padding-left: 0;
    padding-top: 10px;
  }
}

.menu-bar-2 {
  margin-top: 21px;
}
@media (max-width: 767px) {
  .menu-bar-2 {
    margin-top: 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-bar-2 {
    margin-top: 11px;
  }
}
.menu-bar-2 a {
  color: #4e97fd;
}
.menu-bar-2 span {
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  margin-left: 25px;
  position: relative;
  top: -4px;
}
@media (max-width: 767px) {
  .menu-bar-2 span {
    display: none;
  }
}

.menu-bar-3 {
  margin-top: 6px;
  margin-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu-bar-3 {
    display: none;
  }
}

.header-02-right {
  margin-top: 14px;
}
@media (max-width: 767px) {
  .header-02-right {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-02-right {
    margin-top: 3px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-02-right .header-lang {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .header-02-right .header-lang {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-02-right .header-lang-list {
    right: 0;
  }
}
@media (max-width: 767px) {
  .header-02-right .header-lang-list {
    right: 0;
  }
}

.header-02-right .header-lang {
  border: 2px solid #a0b4bb;
}

.header-02-search {
  margin-right: 0;
}

.header-02-search .header-search-form input {
  background: #ededed;
  border: none;
  color: #868686;
  font-size: 22px;
  font-weight: 500;
  height: 80px;
  padding-left: 40px;
  width: 100%;
  border-radius: 40px;
  position: relative;
}

.header-02-search .header-search-form input::-moz-placeholder {
  color: #868686;
  font-size: 22px;
  font-weight: 500;
}

.header-02-search .header-search-form input::placeholder {
  color: #868686;
  font-size: 22px;
  font-weight: 500;
}

.header-02-search .header-search-form button {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  height: 62px;
  width: 62px;
  line-height: 62px;
  background: #4e97fd;
  border-radius: 50%;
}
.header-02-search .header-search-form button:hover {
  color: #e4573d;
}

.menu-03 .header-right {
  margin-top: 0;
}

@media (max-width: 767px) {
  .header-02-link {
    float: none;
    text-align: center;
  }
}
.header-02-link a {
  background: #ffffff;
  color: #333333;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  padding: 7px 15px;
  border-radius: 30px;
}
.header-02-link span {
  color: #ffffff;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 400;
}

.header-top {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-top .header-info span {
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-top .header-info span {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top .header-info span {
    margin-right: 15px;
  }
}
.header-top .header-info span i {
  color: #ffffff;
}
@media (max-width: 767px) {
  .header-top .header-info {
    margin-bottom: 0;
    margin-top: 10px;
  }
}

.menu-03 .header-search {
  overflow: hidden;
  margin-top: 22px;
  margin-right: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .menu-03 .header-search {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu-03 .header-search {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-03 .header-search {
    display: none;
  }
}
@media (max-width: 767px) {
  .menu-03 .header-search {
    display: none;
  }
}

.menu-03 .header-search-form {
  position: relative;
}
.menu-03 .header-search-form input {
  background: #ededed;
  border: none;
  color: #868686;
}

.menu-03 .header-search-form input::-moz-placeholder {
  color: #868686;
  font-size: 16px;
  font-weight: 500;
}

.menu-03 .header-search-form input::placeholder {
  color: #868686;
  font-size: 16px;
  font-weight: 500;
}

.menu-03 .header-search-form button {
  transition: 0.3s;
  color: #003242;
}
.menu-03 .header-search-form button:hover {
  color: #4e97fd;
}

.cart-icon {
  margin-top: 12px;
  margin-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .cart-icon {
    margin-right: 15px;
  }
}
.cart-icon a {
  font-size: 16px;
  color: #333333;
  line-height: 1;
  display: inline-block;
  transition: 0.3s;
  margin-right: 25px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .cart-icon a {
    margin-right: 15px;
  }
}
.cart-icon a:hover {
  color: #4e97fd;
}
.cart-icon a:last-child {
  margin-right: 0;
}

.cart-1 {
  position: absolute;
  height: 25px;
  width: 25px;
  background: #febd00;
  line-height: 25px;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  text-align: center;
  border-radius: 50%;
  top: -29px;
  right: -20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu-03 .header-lang {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-03 .header-lang {
    display: none;
  }
}
@media (max-width: 767px) {
  .menu-03 .header-lang {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mail1-header-icon {
    display: none;
  }
}
@media (max-width: 767px) {
  .mail1-header-icon {
    display: none;
  }
}

@media (max-width: 767px) {
  .mail2-header-icon {
    display: none;
  }
}

/* extra info */
.extra-info {
  background: #152136;
  height: 100%;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.7s ease 0s;
  width: 340px;
  z-index: 9999;
  transform: translateX(100%);
  padding-bottom: 40px;
}

.extra-info.info-open {
  transform: translateX(0);
}

.extra-info-left {
  right: inherit;
  left: 0;
  transform: translateX(-100%);
}

.extra-info.extra-info-left.info-open {
  transform: translateX(0);
}

.close-icon {
  margin-top: -16px;
  text-align: right;
}

.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #4e97fd;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.extra-info > p {
  color: #ddd;
  font-size: 15px;
  line-height: 28px;
}

.extra-info.extra-info-left.info-open {
  transform: translateX(0);
}

.instagram img {
  width: 100%;
}

.social-icon-right > a {
  color: #ffffff;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}

.social-icon-right > a:hover {
  color: #4e97fd;
}

.instagram {
  overflow: hidden;
  margin: 0 -4px;
}

.instagram > a {
  float: left;
  width: 33.33%;
  padding: 0 4px;
  margin-bottom: 7px;
}

.side-info {
  border-top: 1px solid #344159;
  padding-top: 25px;
}

.contact-list h4 {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.contact-list p {
  color: #fff;
  opacity: 0.5;
  margin: 0;
  margin-bottom: 5px;
  line-height: 28px;
}

.side-menu ul li:hover a {
  color: #4e97fd;
}

/* menu */
.main-menu ul li {
  display: inline-block;
  position: relative;
  margin-right: 37px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-menu ul li {
    margin-right: 20px;
  }
}
.main-menu ul li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu ul li {
    margin-right: 36px;
  }
}
.main-menu ul li a {
  display: block;
  font-size: 16px;
  padding: 39px 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: transparent;
  line-height: 1;
  position: relative;
  text-transform: capitalize;
  color: #9b9b9b;
  font-weight: 600;
}
.main-menu ul li a i {
  font-size: 14px;
  position: relative;
  left: 2px;
  top: 1px;
}
.main-menu ul li.active > a {
  color: #4e97fd;
}
.main-menu ul li:hover > a {
  color: #4e97fd;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .menu-01 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu-01 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-01 {
    padding-right: 0px;
    padding-left: 0px;
    /*padding-top: 15px;*/
  }
}
@media (max-width: 767px) {
  .menu-01 {
    padding-right: 0;
    padding-left: 0;
    /* padding-top: 15px; */
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .menu-02 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu-02 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-02 {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .menu-02 {
    padding-right: 0;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 2px;
  }
}

.menu-02 .main-menu ul li a {
  color: #333333;
}

.menu-02 .main-menu nav > ul > li:hover > a, .menu-02 .main-menu nav > ul > li.active > a {
  color: #4e97fd;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu-02 .main-menu ul li {
    margin-right: 23px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu-03 .main-menu ul li {
    margin-right: 22px;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
  .menu-03 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .menu-03 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu-03 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-03 {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .menu-03 {
    padding-right: 0;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 2px;
  }
}

.menu-03 .main-menu ul li a {
  color: #333333;
}

.menu-03 .main-menu nav > ul > li:hover > a, .menu-03 .main-menu nav > ul > li.active > a {
  color: #4e97fd;
}

/* sub-menu */
.main-menu ul li .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 120%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 220px;
  z-index: 9;
  border-top: 3px solid #4e97fd;
  text-align: left;
  padding: 15px 0;
}
.main-menu ul li .sub-menu li {
  display: block;
  margin: 0;
}
.main-menu ul li .sub-menu li a {
  color: #666666;
  font-size: 14px;
  margin: 0;
  padding: 13px 20px;
  text-transform: capitalize;
  display: block;
  font-size: 400;
}
.main-menu ul li .sub-menu li a:hover {
  color: #4e97fd;
}
.main-menu ul li:hover > .sub-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

/* category-menu */
.category-menu {
  position: absolute;
  top: 95px;
  z-index: 999;
  background: #fff;
  width: 250px;
  padding: 30px;
  left: 15px;
  display: none;
  box-shadow: 0px 15px 60px 0px rgba(216, 216, 216, 0.4);
  border-top: 3px solid #4e97fd;
  padding-bottom: 0;
}

.category-menu h4 {
  margin-bottom: 20px;
  padding-top: 25px;
}

.category-menu ul {
  margin-bottom: 30px;
  border-left: 3px solid #fff1f0;
  padding-left: 20px;
  margin-bottom: 30px;
}

.category-menu ul li:last-child {
  margin-bottom: 0px;
}

.category-menu ul li a {
  display: block;
  color: #747691;
  position: relative;
  padding: 10px 0;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
}

.category-menu ul li a::before {
  position: absolute;
  height: 0;
  width: 4px;
  background: #4e97fd;
  left: -24px;
  top: auto;
  bottom: 0;
  content: "";
  transition: 0.3s;
}

.category-menu ul li a:hover:before {
  height: 100%;
  top: 0;
  bottom: auto;
}

.category-menu ul li a:hover {
  color: #4e97fd;
}

.category-menu ul li a i {
  color: #4e97fd;
  width: 21px;
  display: inline-block;
}

/* 3. heading */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.section-title h2 {
  font-size: 30px;
  margin-bottom: 7px;
  font-weight: 500;
}
.section-title h2 > span {
  color: #4e97fd;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 34px;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 42px;
  }
}
.section-title p {
  margin-bottom: 0;
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title p {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .section-title p {
    margin-right: 0;
  }
}

.white-title h2 {
  color: #ffffff;
}
.white-title p {
  color: #ffffff;
  opacity: 0.6;
}

.white-2-title h2 {
  color: #ffffff;
}

/* 4. slider */

/* 5. btn */
.c-btn {
  backface-visibility: hidden;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 20px 40px 20px 40px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  transform: translateZ(0px);
  transition: 0.3s;
  transition-property: color;
  background: #4e97fd;
  font-weight: 700;
  transition: 0.3s;
  text-transform: uppercase;
}
.c-btn i {
  font-size: 13px;
  margin-left: 7px;
  transition: 0.3s;
  position: relative;
}
.c-btn:hover {
  color: #ffffff;
}
.c-btn:hover i {
  transform: translateX(5px);
}
.c-btn:hover {
  background: #e4573d;
}

.red-btn {
  background: #e4573d;
  transition: 0.3s;
}
.red-btn:hover {
  background: #4e97fd;
}

.blue-btn {
  background: #234969;
}

button {
  transition: 0.3s;
}

.b-button {
  display: inline-block;
}
.b-button > a {
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
  display: inline-block;
  position: relative;
}
.b-button > a i {
  font-size: 13px;
  margin-left: 6px;
}
.b-button > a::before {
  position: absolute;
  content: "";
  background: #333333;
  height: 2px;
  width: 100%;
  bottom: -3px;
  transition: 0.3s;
  left: 0;
}
.b-button > a::after {
  position: absolute;
  content: "";
  background: #4e97fd;
  height: 2px;
  width: 0;
  bottom: -3px;
  transition: 0.3s;
  left: 0;
}
.b-button > a:hover {
  color: #4e97fd;
}

.b-button a:hover::after {
  width: 100%;
}

.red-b-button > a {
  color: #e4573d;
  transition: 0.3s;
}
.red-b-button > a::before {
  background: #e4573d;
  transition: 0.3s;
}
.red-b-button > a::after {
  background: #4e97fd;
  transition: 0.3s;
}

.red-b-button a:hover::after {
  width: 100%;
}

.gray-b-button > a {
  color: #9b9b9b;
  transition: 0.3s;
}
.gray-b-button > a::before {
  background: #9b9b9b;
  transition: 0.3s;
}
.gray-b-button > a::after {
  background: #4e97fd;
  transition: 0.3s;
}

.gray-b-button a:hover::after {
  width: 100%;
}

.s-btn a i {
  font-size: 20px;
  position: relative;
  padding-left: 4px;
  top: 1px;
}

/* 6. banner */
.old-price {
  font-size: 18px;
  color: #87989e;
  font-weight: 400;
  margin-right: 6px;
  text-decoration: line-through;
  text-decoration-color: #5c5c5c;
}

.new-price {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: #e4573d;
}

.banner-tag {
  position: absolute;
  left: 40px;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 600;
  color: #333333;
  height: 90px;
  width: 90px;
  background: #febd00;
  line-height: 90px;
  border-radius: 50%;
  top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-tag {
    left: 0;
    top: -18px;
  }
}
@media (max-width: 767px) {
  .banner-tag {
    left: 0;
    top: -18px;
  }
}

.banner-price {
  margin-top: 27px;
  margin-bottom: 27px;
}

.banner-button a.c-btn {
  padding: 18px 31px 18px 31px;
}
.banner-button a.c-btn i {
  margin-left: 3px;
}

.banner-content {
  position: absolute;
  top: 25%;
  z-index: 99;
  left: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .banner-content {
    left: 40px;
    top: 17%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-content {
    left: 30px;
    top: 17%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-content {
    left: 30px;
    top: 20%;
  }
}
@media (max-width: 767px) {
  .banner-content {
    left: 15px;
    top: 15%;
  }
}
.banner-content span {
  font-size: 45px;
  color: #003242;
  font-weight: 300;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .banner-content span {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-content span {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-content span {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .banner-content span {
    font-size: 26px;
  }
}
.banner-content h2 {
  font-size: 85px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 18px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .banner-content h2 {
    font-size: 60px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-content h2 {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-content h2 {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .banner-content h2 {
    font-size: 35px;
  }
}
.banner-content p {
  font-size: 18px;
  color: #003242;
  line-height: 32px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-content p {
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .banner-content p {
    display: none;
  }
}

.bannerss-button a.c-btn {
  padding: 25px 55px 25px 55px;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .bannerss-button a.c-btn {
    display: none;
  }
}

.banners-active .slick-dots {
  text-align: center;
  bottom: 90px;
  position: absolute;
  left: 70px;
  z-index: 9;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banners-active .slick-dots {
    bottom: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banners-active .slick-dots {
    bottom: 50px;
  }
}

.banners-active .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.banners-active .slick-dots li button {
  height: 15px;
  width: 15px;
  text-indent: -9999px;
  transition: 0.3s;
  padding: 0;
  border: 3px solid #333333;
  border-radius: 50%;
  background: none;
  cursor: pointer;
}

.banners-active .slick-dots li.slick-active button {
  border-color: #4e97fd;
  background: #4e97fd;
}

/* 7. product */
.product-img a img {
  width: 100%;
}

img.secondary-img {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  opacity: 0;
}

.product-wrapper:hover img.secondary-img {
  opacity: 1;
  z-index: 1;
}

.product-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  transition: 0.3s;
  z-index: 9;
}

.product-wrapper:hover .product-action {
  bottom: 40px;
  opacity: 1;
}

.action-btn {
  height: 45px;
  width: 45px;
  display: inline-block;
  font-size: 15px;
  line-height: 45px;
  border-radius: 50%;
  color: #ffffff;
  margin: 0 3px;
  background: #4e97fd;
  transition: 0.3s;
  text-align: center;
}
.action-btn:hover {
  background: #e4573d;
  color: #ffffff;
}

.product-action a.c-btn {
  background: #e4573d;
  padding: 16px 24px 16px 24px;
  transition: 0.3s;
}
.product-action a.c-btn:hover i {
  transform: translateX(0);
}
.product-action a.c-btn:hover {
  background: #4e97fd;
}

.product-text {
  margin-top: 37px;
}
.product-text h5 {
  font-size: 13px;
  font-weight: 500;
  color: #9b9b9b;
  text-transform: uppercase;
}
.product-text h4 {
  font-size: 18px;
  margin-top: 15px;
}
.product-text h4 a {
  transition: 0.3s;
}
.product-text h4 a:hover {
  color: #4e97fd;
}
.product-text span {
  color: #e4573d;
  font-size: 16px;
  font-weight: 500;
}

.product-02-wrapper {
  transition: 0.3s;
  padding: 40px 10px 33px;
}
.product-02-wrapper:hover {
  box-shadow: 0px 15px 60px 0px rgba(216, 216, 216, 0.4);
}

.product-02-img a img {
  transition: 0.3s;
}

.product-02-wrapper:hover .product-02-img img {
  opacity: 0.2;
}

.shop-btn {
  display: inherit;
  margin-top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .shop-btn {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .shop-btn {
    margin-top: 0;
  }
}

.product-02-wrapper:hover .product-action {
  bottom: 0;
  opacity: 1;
}

.product-02-wrapper .product-text h4 {
  font-size: 20px;
}

.product-tag {
  position: absolute;
  left: 40px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  height: 25px;
  width: 90px;
  line-height: 25px;
  top: 10px;
  border-radius: 5px;
}

.hot-1 {
  background: #e4573d;
}

.hot-2 {
  background: #febd00;
}

.hot-3 {
  background: #4e97fd;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .fe-product {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .fe-product {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fe-product {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .fe-product {
    padding-left: 0;
    padding-right: 0;
  }
}

.fe-pro-border {
  border: 1px solid #e4e4e4;
  padding: 95px 50px 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .fe-pro-border {
    padding: 95px 15px 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .fe-pro-border {
    padding: 95px 15px 70px;
  }
}
@media (max-width: 767px) {
  .fe-pro-border {
    padding: 95px 15px 70px;
  }
}

.product-03-wrapper {
  padding: 48px 10px 35px 10px;
}

.product-03-wrapper:hover .product-action {
  bottom: 0;
  opacity: 1;
}

.pro-tag {
  bottom: 20px;
  left: 40px;
}

.product-03-wrapper .product-text h4 {
  font-size: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .product-03-wrapper .product-text h4 {
    font-size: 19px;
  }
}

.category-sidebar {
  background-image: -moz-linear-gradient(-48deg, rgba(78, 151, 253, 0.12157) 0%, rgba(126, 130, 191, 0.11) 32%, rgba(228, 87, 61, 0.1) 99%, #e4573d 100%);
  background-image: -webkit-linear-gradient(-48deg, rgba(78, 151, 253, 0.12157) 0%, rgba(126, 130, 191, 0.11) 32%, rgba(228, 87, 61, 0.1) 99%, #e4573d 100%);
  background-image: -ms-linear-gradient(-48deg, rgba(78, 151, 253, 0.12157) 0%, rgba(126, 130, 191, 0.11) 32%, rgba(228, 87, 61, 0.1) 99%, #e4573d 100%);
  padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .category-sidebar {
    padding: 30px 15px;
  }
}

.cat-title {
  font-size: 24px;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 26px;
}
.cat-title::before {
  position: absolute;
  content: "";
  background: #4e97fd;
  left: -30px;
  top: 0;
  height: 30px;
  width: 3px;
}

.category-item {
  margin-bottom: 30px;
}
.category-item ul li {
  padding-bottom: 12px;
  position: relative;
}
.category-item ul li a {
  font-size: 17px;
  color: #9b9b9b;
  padding-left: 18px;
  position: relative;
  font-weight: 400;
  transition: 0.3s;
}
.category-item ul li a:hover {
  color: #4e97fd;
}
.category-item ul li:last-child {
  padding-bottom: 0;
}
.category-item ul li::before {
  position: absolute;
  left: 0;
  content: "";
  font-family: "Font Awesome 5 Pro";
  top: 0;
  color: #9b9b9b;
  transition: 0.3s;
}
.category-item ul li:hover::before {
  color: #4e97fd;
}

.b-01-tag {
  position: absolute;
  left: 5%;
  color: black;
  line-height: 1.5em;
  border-radius: 50%;
  top: 2%;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .b-01-tag {
    left: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .b-01-tag {
    left: 2%;
  }
}
@media (max-width: 767px) {
  .b-01-tag {
    left: 2%;
  }
}

.b-02-tag {
  position: absolute;
  left: 14%;
  height: 95px;
  width: 95px;
  background: #febd00;
  line-height: 95px;
  border-radius: 50%;
  top: 32%;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .b-02-tag {
    left: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .b-02-tag {
    left: 4%;
  }
}
@media (max-width: 767px) {
  .b-02-tag {
    left: 4%;
  }
}
.b-02-tag h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.3px;
  margin-bottom: 0;
  position: relative;
  top: 28px;
}
.b-02-tag h3 span {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.b-03-tag {
  right: 8px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  left: inherit;
  top: -9px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .b-03-tag {
    right: -8px;
    top: -3px;
  }
}
.b-03-tag h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.3px;
  margin-bottom: 0;
  top: 18px;
}
.b-03-tag h3 span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.banner-pro-img > a img {
  width: 100%;
}

.product-single {
  transition: 0.3s;
  padding: 65px 10px 36px;
}

.pro-tab ul li {
  margin: 0 10px;
}
.pro-tab ul li a {
  border: 1px solid #e6e6e6;
  padding: 30px 10px;
  transition: 0.3s;
  width: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .pro-tab ul li a {
    width: 130px;
    padding: 17px 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pro-tab ul li a {
    width: 115px;
    padding: 15px 5px;
  }
}
@media (max-width: 767px) {
  .pro-tab ul li a {
    width: 115px;
    padding: 15px 5px;
    margin-bottom: 15px;
  }
}
.pro-tab ul li a:hover {
  background: #4e97fd;
  border-color: #4e97fd;
}
.pro-tab ul li a.active {
  background: #4e97fd;
  border-color: #4e97fd;
}

.pro-tab-icon i {
  font-size: 60px;
  color: #333333;
  line-height: 1;
  transition: 0.3s;
}

.pro-tab ul li:hover .pro-tab-icon i {
  color: #ffffff;
}

.pro-tab ul li a.active .pro-tab-icon i {
  color: #ffffff;
}

.pro-content h4 {
  font-size: 18px;
  text-transform: capitalize;
  margin-top: 6px;
  margin-bottom: 0;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pro-content h4 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .pro-content h4 {
    font-size: 15px;
  }
}

.pro-tab ul li:hover .pro-content h4 {
  color: #ffffff;
}

.pro-tab ul li a.active .pro-content h4 {
  color: #ffffff;
}

.product-02-tab ul li {
  margin-right: 10px;
}
.product-02-tab ul li:last-child {
  margin-right: 0;
}
.product-02-tab ul li a {
  border: 2px solid #e4e4e4;
  padding: 0;
  transition: 0.3s;
  color: #bfbfbf;
  font-size: 25px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
}
.product-02-tab ul li a:hover,
.product-02-tab ul li a.filter-bar:hover {
  color: #4e97fd;
}

.product-02-tab li a.active,
.product-02-tab li a.filter-bar.active {
  color: #4e97fd;
}

@media (max-width: 767px) {
  .pro-tab1-content {
    padding-top: 0;
  }
}
.pro-tab1-content h4 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.pro-filter {
  position: relative;
  display: inline-block;
}

@media (max-width: 767px) {
  .pro-filter {
    float: left;
  }
}
.pro-filter select {
  border: 2px solid #e4e4e4;
  padding: 15px 30px 15px 25px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1;
  color: #333333;
  appearance: none;
  -moz-appearance: none;
  /*width: 175px;*/
  font-weight: 500;
}

.pro-filter::before {
  content: "";
  right: 31px;
  top: 16px;
  position: absolute;
  color: #333333;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 15px;
}

.product-02-action {
  position: static;
  opacity: inherit;
  text-align: inherit;
}

.product-list-content p {
  font-size: 18px;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 28px;
  margin-right: 17px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .shhop-full-area {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .shhop-full-area {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shhop-full-area {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .shhop-full-area {
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .product-list-content .product-text {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .product-list-content .product-text {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-list-content .product-text {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .product-list-content .product-text {
    margin-top: 0;
  }
}

.col-xl-3.custom-col-2 {
  max-width: 19%;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .col-xl-3.custom-col-2 {
    max-width: 25%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .col-xl-3.custom-col-2 {
    max-width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-xl-3.custom-col-2 {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .col-xl-3.custom-col-2 {
    max-width: 100%;
  }
}

.cat-side {
  padding: 40px 36px 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cat-side {
    padding: 40px 20px 35px;
  }
}
.cat-side .category-item {
  margin-bottom: 0;
}
.cat-side .cat-title::before {
  left: -35px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .shop1-sidebar .cat-title::before {
    left: -21px;
  }
}

.cat-side .product-text {
  margin-top: 28px;
}
.cat-side .product-text h4 {
  font-size: 22px;
  margin-top: 0;
}
.cat-side .product-02-img {
  margin-top: 50px;
}
.cat-side .b-03-tag {
  right: 8px;
  top: -36px;
  background: #e4573d;
}
.cat-side .b-03-tag h3 {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 3px;
}
.cat-side .b-03-tag h3 span {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
}

.c-side-button a.c-btn {
  padding: 18px 31px 18px 31px;
}

.cat-widget-color span {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
}
.cat-widget-color span:last-child {
  margin-right: 0;
}

.c-1 {
  background: #e4573d;
}

.c-2 {
  background: #4e97fd;
}

.c-3 {
  background: #febd00;
}

.c-4 {
  background: #224081;
}

.c-5 {
  background: #004bc8;
}

.c-6 {
  background: #ec008c;
}

.c-7 {
  background: #25d345;
}

.c-8 {
  background: #df2700;
}

.c-9 {
  background: #36524c;
}

.pro-tab-info {
  margin-top: 0;
}

.shop-thumb-tab {
  overflow: hidden;
}
.shop-thumb-tab ul {
  display: block;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin: 0 -15px;
}
.shop-thumb-tab ul li {
  margin-bottom: 20px;
  float: left;
  width: 33.33%;
  padding: 0 15px;
}
.shop-thumb-tab ul a {
  padding: 30px;
  border: 2px solid #e9e9e9;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .shop-thumb-tab ul a {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .shop-thumb-tab ul a {
    padding: 15px;
  }
}
.shop-thumb-tab ul img {
  width: 100%;
}

.product-details-img {
  border: 2px solid #e9e9e9;
  padding: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .product-details-img {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .product-details-img {
    padding: 30px;
  }
}

.product-large-img img {
  width: 100%;
}

.product-details-wrapper {
  padding-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .product-details-wrapper {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .product-details-wrapper {
    padding-left: 0;
  }
}
.product-details-wrapper .product-text {
  margin-top: 0;
}
.product-details-wrapper .product-text h5 {
  font-size: 16px;
}
.product-details-wrapper .product-text h4 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .product-details-wrapper .product-text h4 {
    font-size: 30px;
  }
}
.product-details-wrapper .product-text > span {
  font-size: 20px;
}

.pro-rating {
  margin-bottom: 18px;
}
.pro-rating i {
  color: #febd00;
  font-size: 13px;
  padding-right: 4px;
}
.pro-rating > span {
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 500;
}

.product-desc p {
  margin-top: 11px;
  margin-bottom: 32px;
}

.product-info-list span {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-right: 25px;
  text-transform: capitalize;
}
.product-info-list a {
  font-size: 15px;
  font-weight: 700;
  color: #333333;
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 2px solid #e9e9e9;
  text-align: center;
  text-transform: uppercase;
  line-height: 36px;
  margin-right: 7px;
}
.product-info-list a:last-child {
  margin-right: 0;
}

.product2-info-list {
  margin-bottom: 20px;
  margin-top: 20px;
}
.product2-info-list span {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-right: 16px;
  text-transform: capitalize;
  top: -13px;
  position: relative;
}
.product2-info-list a {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 7px;
}
.product2-info-list a:last-child {
  margin-right: 0;
}

.p--1 {
  background: #e4573d;
}

.p--2 {
  background: #ff00ff;
}

.p--3 {
  background: #fdc689;
}

.p--4 {
  background: #4e97fd;
}

.stock {
  font-size: 18px;
  font-weight: 500;
  color: #4e97fd;
  text-transform: capitalize;
  margin-bottom: 30px;
  display: inline-block;
}

.pro-details-icon {
  margin-top: 15px;
  margin-bottom: 20px;
}
.pro-details-icon > a {
  color: #9b9b9b;
  font-size: 15px;
  border: 2px solid #e9e9e9;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  margin-right: 7px;
  transition: 0.3s;
}
.pro-details-icon > a:hover {
  color: #ffffff;
  background: #4e97fd;
  border-color: #4e97fd;
}
.pro-details-icon > a:last-child {
  margin-right: 0;
}

.product-02-list ul li {
  overflow: hidden;
  padding-bottom: 12px;
}
.product-02-list ul li:last-child {
  padding-bottom: 0;
}

.pro-02-list-info > span {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  width: 100px;
  margin-right: 10px;
}

.pro-02-list-text > span {
  font-size: 15px;
  font-weight: 400;
  color: #9b9b9b;
}

.pro-02-list-icon a {
  font-size: 13px;
  display: inline-block;
  text-align: center;
  margin-right: 4px;
  transition: 0.3s;
  height: 36px;
  width: 36px;
  color: #9b9b9b;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  border: 2px solid #eaeaea;
}
.pro-02-list-icon a:last-child {
  margin-right: 0;
}
.pro-02-list-icon a:hover {
  border-color: #4e97fd;
  color: #ffffff;
  background: #4e97fd;
}

.pro11 {
  position: relative;
  top: 6px;
}

.details-timer {
  display: inline-block;
}

.cart-plus-minus input {
  height: 55px;
  width: 165px;
  border: 0;
  text-align: center;
  -moz-appearance: none;
  appearance: none;
  background: #fff1f0;
  border-radius: 30px;
  font-weight: 500;
  color: #747691;
  font-size: 16px;
}

.cart-plus-minus {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

.cart-plus-minus .qtybutton {
  position: absolute;
  top: 8px;
  left: 9px;
  font-size: 20px;
  color: #c4bedd;
  cursor: pointer;
  line-height: 1;
  width: 40px;
  height: 40px;
  background: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  border-radius: 50%;
  transition: 0.3s;
}

.cart-plus-minus .qtybutton:hover {
  background: #e4573d;
  color: #ffffff;
}

.cart-plus-minus .inc {
  left: auto;
  right: 9px;
}

.plus-minus {
  display: inline-block;
}

.details-cart-btn {
  display: inline-block;
}
@media (max-width: 767px) {
  .details-cart-btn {
    margin-top: 15px;
  }
}
.details-cart-btn button {
  border: none;
}

.bakix-details-tab ul {
  border-bottom: 2px solid #e9e9e9;
}
.bakix-details-tab ul li a {
  font-size: 28px;
  font-weight: 500;
  color: #333333;
  padding: 0;
  text-transform: capitalize;
  position: relative;
  padding-right: 100px;
}
.bakix-details-tab ul li a.active {
  color: #4e97fd;
}
.bakix-details-tab ul li a.active:before {
  position: absolute;
  bottom: -32px;
  left: 0;
  height: 3px;
  width: 200px;
  content: "";
  background: #4e97fd;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .bakix-details-tab ul li a.active:before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bakix-details-tab ul li a.active:before {
    display: block;
  }
}
.bakix-details-tab ul li:last-child a {
  padding-right: 0;
}

.additional-info .table td, .additional-info .table th {
  padding: 0.75rem 0;
  vertical-align: top;
  border-top: 1px solid #e9e9e9;
  font-weight: 400;
}

.product-desc-img {
  margin-left: 70px;
}
/* 15. Login */
.basic-login {
  padding: 90px;
  border: 2px solid #eaedff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .basic-login {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .basic-login {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .basic-login {
    padding: 30px;
  }
}
.basic-login h3 {
  font-size: 30px;
}

.basic-login input[type="text"],
.basic-login input[type="email"],
.basic-login input[type="password"] {
  width: 100%;
  height: 60px;
  border: 2px solid #eaedff;
  color: #6f7172;
  padding: 0 20px;
  margin-bottom: 20px;
}

.basic-login label {
  color: #222;
  display: block;
}

.basic-login label span {
  color: #e4573d;
}

.login-action input {
  width: inherit;
  height: auto;
}

.login-action label {
  display: inline-block;
  margin-left: 5px;
}

.or-divide {
  border-top: 2px solid #eaedff;
  margin: 40px 0;
  text-align: center;
  position: relative;
}

.or-divide span {
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  background: #ffffff;
  display: inline-block;
  width: 40px;
  margin: auto;
  line-height: 1;
  font-weight: 500;
}

@media (max-width: 767px) {
  .forgot-login {
    float: none;
  }
}
.forgot-login a {
  color: #e4573d;
}

.forgot-login a:hover {
  color: #4e97fd;
}

@media (max-width: 767px) {
  .log-rem {
    float: none;
    margin-bottom: 10px;
    display: block;
  }
}
/* 16. Cart */
.table-content table {
  background: #ffffff;
  border-color: #eaedff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.table-content table td.product-name {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.table-content table td.product-name a:hover {
  color: #e4573d;
}

.product-quantity button.c-btn {
  border: none;
  cursor: pointer;
}

.basic-login button.c-btn {
  border: none;
  cursor: pointer;
}

.order-button-payment button.c-btn {
  border: none;
  cursor: pointer;
}

.coupon-info button.c-btn {
  border: none;
  cursor: pointer;
}

.coupon button.c-btn {
  border: none;
  cursor: pointer;
}

.coupon2 input.c-btn {
  border: none;
  cursor: pointer;
}

.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 16px;
}

.table-content table th, .table-content table td {
  border-bottom: 1px solid #eaedff;
  border-right: 1px solid #eaedff;
}

.product-quantity input {
  border: none;
  color: #6f7172;
  font-size: 14px;
  font-weight: normal;
  border: 0;
}

.table td, .table th {
  border-top: 1px solid #eaedff;
}

.product-quantity > input {
  width: 80px;
  border-radius: 3px;
}

.table-content table td.product-subtotal {
  font-size: 16px;
}

.table-content table td .cart-plus-minus {
  float: none;
  margin: 0 auto;
}

.coupon-all {
  margin-top: 50px;
}

.coupon {
  float: left;
}

@media (max-width: 767px) {
  .coupon {
    float: none;
  }
}
#coupon_code {
  height: 57px;
  border: 2px solid #eaedff;
  padding: 0 15px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  #coupon_code {
    margin-bottom: 15px;
  }
}
.coupon2 {
  float: right;
}

@media (max-width: 767px) {
  .coupon2 {
    float: none;
    margin-top: 15px;
  }
}
.cart-page-total {
  padding-top: 50px;
}

.cart-page-total > h2 {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.cart-page-total > ul {
  border: 1px solid #eaedff;
}

.cart-page-total > ul > li {
  list-style: none;
  font-size: 15px;
  color: #6f7172;
  padding: 10px 30px;
  border-bottom: 1px solid #eaedff;
  font-weight: 400;
}

.cart-page-total ul > li > span {
  float: right;
}

.cart-page-total li:last-child {
  border-bottom: 0;
}

td.product-thumbnail img {
  width: 125px;
}

/* 17. Checkout */
.coupon-accordion h3 {
  background-color: #fff1f0;
  border-top: 3px solid #e4573d;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 25px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}

.coupon-accordion h3::before {
  content: "";
  left: 15px;
  top: 13px;
  position: absolute;
  color: #6f7172;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}

.coupon-accordion span {
  color: #6f7172;
  cursor: pointer;
  transition: 0.3s;
}

.coupon-accordion span:hover, p.lost-password a:hover {
  color: #FE4536;
}

.coupon-content {
  border: 1px solid #eaedff;
  display: none;
  margin-bottom: 20px;
  padding: 30px;
}

.coupon-info p.coupon-text {
  margin-bottom: 15px;
}

.coupon-info p {
  margin-bottom: 0;
}

.coupon-info p.form-row-first label, .coupon-info p.form-row-last label {
  display: block;
  color: #6f7172;
}

.coupon-info p.form-row-first label span.required, .coupon-info p.form-row-last label span.required {
  color: #e4573d;
  font-weight: 700;
}

.coupon-info p.form-row-first input, .coupon-info p.form-row-last input {
  border: 1px solid #eaedff;
  height: 45px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 100%;
}

.coupon-info p.form-row input[type=submit]:hover, p.checkout-coupon input[type=submit]:hover {
  background: #FE4536 none repeat scroll 0 0;
}

.coupon-info p.form-row input[type=checkbox] {
  position: relative;
  top: 2px;
}

.form-row > label {
  margin-top: 15px;
  margin-left: 15px;
  color: #6f7172;
}

.buttons-cart input, .coupon input[type=submit], .buttons-cart a, .coupon-info p.form-row input[type=submit] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

p.lost-password {
  margin-top: 15px;
}

p.lost-password a {
  color: #6f6f6f;
}

p.checkout-coupon input[type=text] {
  height: 45px;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #eaedff;
  margin-bottom: 15px;
}

.coupon-checkout-content {
  display: none;
}

.checkbox-form h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 26px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.country-select {
  margin-bottom: 30px;
  position: relative;
}

.country-select label, .checkout-form-list label {
  color: #6f7172;
  display: block;
  margin: 0 0 5px;
}

.country-select label span.required, .checkout-form-list label span.required {
  color: #e4573d;
}

.country-select select {
  -moz-appearance: none;
  border: 1px solid #eaedff;
  height: 45px;
  padding-left: 10px;
  width: 100%;
  color: #6f7172;
}

.country-select::before {
  content: "";
  right: 15px;
  top: 38px;
  position: absolute;
  color: #6f7172;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.checkout-form-list {
  margin-bottom: 30px;
}

.checkout-form-list label {
  color: #6f7172;
}

.checkout-form-list input[type=text], .checkout-form-list input[type=password], .checkout-form-list input[type=email] {
  background: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  height: 45px;
  padding: 0 0 0 10px;
  width: 100%;
}

.checkout-form-list input[type=text]::-moz-placeholder,
.checkout-form-list input[type=password]::-moz-placeholder,
.checkout-form-list input[type=email]::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type=text]::placeholder,
.checkout-form-list input[type=password]::placeholder,
.checkout-form-list input[type=email]::placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type=checkbox] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.create-acc label {
  color: #6f7172;
  display: inline-block;
}

.create-account {
  display: none;
}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
  color: #6f7172;
}

.order-notes textarea {
  border: 1px solid #eaedff;
  height: 90px;
  padding: 15px;
  width: 100%;
}

.order-notes textarea::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.order-notes textarea::placeholder {
  color: #6f7172;
  opacity: 1;
}

#ship-box-info {
  display: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default > .panel-heading {
  border-radius: 0;
}

.your-order {
  padding: 30px 40px 45px;
  border: 3px solid #eaedff;
}

@media (max-width: 767px) {
  .your-order {
    padding: 15px;
  }
}
.your-order h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.your-order-table table {
  background: none;
  border: 0;
  width: 100%;
}

.your-order-table table th, .your-order-table table td {
  border-bottom: 1px solid #eaedff;
  border-right: medium none;
  color: #6f7172;
  font-size: 14px;
  padding: 15px 0;
  text-align: left;
}

@media (max-width: 767px) {
  .your-order-table table th, .your-order-table table td {
    padding-right: 10px;
  }
}
.your-order-table table th {
  border-top: medium none;
  color: #6f7172;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.panel-body > p {
  color: #222;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px;
}

.your-order-table table .shipping ul li label {
  color: #6f7172;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: 0;
  font-size: 14px;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: #F9F9F9;
}

.your-order-table table tr.order-total td span {
  color: #e4573d;
  font-size: 18px;
  font-weight: 500;
}

.payment-method {
  margin-top: 40px;
}

.panel-title > a {
  display: block;
}

.order-button-payment input {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  margin: 0px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.order-button-payment input:hover {
  background: #e4573d;
}

.payment-method .btn-link {
  -moz-user-select: none;
  background: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 3px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.payment-method .card {
  background-color: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
  border: 1px solid #eaedff;
}

.card-header:first-child {
  border-radius: 0;
}

.payment-method .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
  width: 100%;
}

.deal-area {
  border-top: 1px solid #eaeaea;
}

.deal-count .time-count {
  color: #333333;
  display: inline-block;
  font-size: 40px;
  line-height: 0.8;
  font-weight: 600;
  margin-right: 60px;
  text-align: center;
  border: 2px solid #eaeaea;
  height: 90px;
  width: 90px;
  padding-top: 14px;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .deal-count .time-count {
    margin-right: 40px;
    margin-bottom: 10px;
  }
}
.deal-count .time-count::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  color: #003242;
  font-size: 24px;
  font-weight: 300;
  right: -37px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .deal-count .time-count::before {
    display: none;
  }
}

.deal-count .time-count:last-child::before {
  display: none;
}

.deal-count .time-count:last-child {
  margin-right: 0;
}

.time-count > span {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  color: #9b9b9b;
  text-transform: uppercase;
  margin-top: 9px;
}

.deal-bg {
  background-size: cover;
  background-position: center center;
  padding: 100px 120px 70px 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .deal-bg {
    padding: 100px 20px 70px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-bg {
    padding: 100px 40px 70px 40px;
  }
}
@media (max-width: 767px) {
  .deal-bg {
    padding: 100px 15px 70px 15px;
  }
}

.deal-img img {
  width: 100%;
}

.deal-02-wrapper {
  margin-top: 20px;
}

.deal-02-wrapper .deal-count .time-count {
  margin-right: 10px;
  border: none;
  background: #ffffff;
  border-radius: 5px;
  padding-top: 18px;
}

.deal-02-wrapper .deal-count .time-count::before {
  display: none;
}

.deal-02-wrapper .deal-count .time-count::after {
  position: absolute;
  content: "";
  background: #febd00;
  width: 50px;
  height: 3px;
  bottom: 0;
  left: 20px;
}

.deal-02-wrapper .deal-count .time-count:nth-child(2)::after {
  background: #e4573d;
  top: 0;
}

.deal-02-wrapper .deal-count .time-count:nth-child(3)::after {
  background: #4e97fd;
}

.deal-02-wrapper .deal-count .time-count:nth-child(4)::after {
  background: #ff7fe1;
  top: 0;
}

.deal-content h2 {
  font-size: 35px;
  color: #4e97fd;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .deal-content h2 {
    font-size: 30px;
  }
}
.deal-content h2 > span {
  color: #333333;
}
.deal-content > span {
  font-size: 20px;
  font-weight: 700;
  color: #e4573d;
  margin-bottom: 23px;
  display: block;
}

.deal-button a.c-btn {
  padding: 18px 31px 18px 31px;
}

/* 8. testimonial */

/* 9. blog */
.color-1 {
  background: #e4573d;
}

.color-2 {
  background: #4e97fd;
}

.color-3 {
  background: #febd00;
}

.search-form {
  position: relative;
}
.search-form input {
  width: 100%;
  height: 70px;
  border-radius: 10px;
  border: none;
  padding: 0 20px;
  font-size: 20px;
  color: #666666;
  background: #f5f5f5;
  font-weight: 600;
  text-transform: capitalize;
}
.search-form input::-moz-placeholder {
  font-size: 20px;
  color: #666666;
  font-weight: 600;
}
.search-form input::placeholder {
  font-size: 20px;
  color: #666666;
  font-weight: 600;
}
.search-form button {
  position: absolute;
  top: 0;
  font-size: 16px;
  right: 0;
  height: 100%;
  background: none;
  padding: 0 30px;
  color: #666666;
  line-height: 60px;
  border: 0;
  cursor: pointer;
}
.search-form button:hover {
  color: #4e97fd;
}

ul.cat li {
  border-top: 1px solid #eaedff;
  padding: 15px 0;
  overflow: hidden;
}
ul.cat li:first-child {
  border-top: 0;
  padding-top: 0;
}
ul.cat li :last-child {
  padding-bottom: 0;
}
ul.cat li a {
  display: block;
  color: #647589;
}
ul.cat li a:hover {
  color: #4e97fd;
}

.basic-pagination ul {
  display: block;
  margin: 0;
}
.basic-pagination ul li {
  display: inline-block;
  margin: 0 3px;
}
.basic-pagination ul li span.disabled,
.basic-pagination ul li a {
  /*background: #E3E2E2;*/
  color: #333333;
  font-size: 1em;
  font-weight: 500;
  margin: 0px;
  display: inline-block;
  text-align: center;
}
.basic-pagination ul li.active a {
  /*background: #4e97fd;*/
  /*color: #ffffff;*/
  color: #007bff!important;
}
.basic-pagination ul li:hover a {
  /*background: #4e97fd;*/
  /*color: #ffffff;*/
  color: #007bff!important;
}

@media (max-width: 767px) {
  .basic-pagination ul li {
    margin-bottom: 10px;
  }
  .basic-pagination ul li span.disabled,
  .basic-pagination ul li a {
    font-size: 0.5em;
  }
  .basic-pagination ul li.active a {}
  .basic-pagination ul li:hover a {}
}

/* 10. features */
.used-list-bg {
  border-top: 2px solid #f4f4f4;
}

.used-list-wrapper {
  margin-top: 15px;
}

.used-list-icon {
  margin-right: 35px;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .used-list-icon {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .used-list-icon {
    margin-right: 15px;
  }
}

.used-list-item ul li:hover .used-list-icon {
  transform: translateY(-6px);
}

.used-list-text {
  overflow: hidden;
}
.used-list-text h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .used-list-text h4 {
    font-size: 18px;
  }
}
.used-list-text p {
  color: #707f84;
  margin-bottom: 0;
}

.used-list-item ul li {
  padding-bottom: 42px;
}
.used-list-item ul li:last-child {
  padding-bottom: 0;
}

.used-list-img {
  margin-right: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .used-list-img {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .used-list-img {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .used-list-img {
    margin-right: 0;
  }
}
.used-list-img img {
  width: 100%;
}

/* 11. footer */
.footer-link ul li {
  padding-bottom: 8px;
}
.footer-link ul li:last-child {
  padding-bottom: 0;
}
.footer-link ul li a {
  font-size: 15px;
  font-weight: 400;
  transition: 0.3s;
  color: #9b9b9b;
}
.footer-link ul li a:hover {
  color: #4e97fd;
}

.copyright p {
  margin-bottom: 0;
  color: #9b9b9b;
  font-size: 15px;
}
.copyright p a {
  color: #e4573d;
}
@media (max-width: 767px) {
  .copyright p {
    text-align: center;
  }
}

.footer-bottom-area {
  border-top: 2px solid #eaeaea;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-bottom-area {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footer-bottom-area {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .footer-bottom-link {
    float: none;
    text-align: center;
  }
}
.footer-bottom-link ul li {
  display: inline-block;
  padding-right: 24px;
}
.footer-bottom-link ul li:last-child {
  padding-right: 0;
}
.footer-bottom-link ul li a {
  font-size: 15px;
  color: #9b9b9b;
  transition: 0.3s;
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
}
.footer-bottom-link ul li a:hover {
  color: #4e97fd;
}

/* 12. breadcrumb */

/* 13. about */
.about-img {
  padding-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .about-img {
    padding-right: 0;
  }
}
.about-img img {
  width: 100%;
}

.about-tag {
  position: absolute;
  background: #4e97fd;
  top: -52px;
  right: 30px;
  padding: 28px 26px 35px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .about-tag {
    right: 0;
  }
}
.about-tag h2 {
  color: #ffffff;
  font-size: 55px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 4px;
}
.about-tag span {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  line-height: 20px;
}

.about-wrapper {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .about-wrapper {
    margin-top: 0;
  }
}

.about-item ul li {
  padding-bottom: 32px;
}
.about-item ul li:last-child {
  padding-bottom: 0;
}

.about-text h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
}
.about-text h4 i {
  color: #4e97fd;
  padding-right: 15px;
  font-size: 20px;
}
.about-text p {
  font-size: 18px;
  line-height: 32px;
  font-size: 20px;
  margin-bottom: 0;
}

/* 14. counter */

/* 15. team */

/* 16. cta */

/* 17. contact */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-area {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-area {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .contact-area {
    padding-bottom: 70px;
  }
}

.contact-address-link li {
  padding-bottom: 30px;
  overflow: hidden;
}
.contact-address-link li:last-child {
  padding-bottom: 0;
}

.contact-address-icon i {
  font-size: 40px;
  color: #4e97fd;
  position: relative;
  top: 8px;
}

.contact-address-text {
  overflow: hidden;
}
.contact-address-text span {
  font-size: 16px;
  font-weight: 700;
  color: #9b9b9b;
  text-transform: uppercase;
}
.contact-address-text h4 {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 9px;
}

.contact-img {
  margin-left: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-img {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-img {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .contact-img {
    margin-left: 0;
  }
}
.contact-img img {
  width: 100%;
}

.con-01 {
  bottom: 11%;
  right: 49%;
}

.contacts-form input,
.contacts-form select {
  border: 2px solid #e9e9e9;
  height: 70px;
  margin-bottom: 30px;
  padding: 0 28px;
  width: 100%;
  font-size: 18px;
  color: #666666;
  font-weight: 500;
}
.contacts-form textarea {
  border: 2px solid #e9e9e9;
  height: 170px;
  margin-bottom: 30px;
  padding: 28px;
  width: 100%;
  font-size: 18px;
  color: #666666;
  font-weight: 500;
}

.contacts-form input:focus,
.contacts-form select:focus {
  border-color: #4e97fd;
}

.contacts-form textarea:focus {
  border-color: #4e97fd;
}

#contacts-form input::-moz-placeholder {
  font-size: 18px;
  color: #666666;
  font-weight: 500;
}

#contacts-form input::placeholder {
  font-size: 18px;
  color: #666666;
  font-weight: 500;
}

#contacts-form textarea::-moz-placeholder {
  font-size: 18px;
  color: #666666;
  font-weight: 500;
}

#contacts-form textarea::placeholder {
  font-size: 18px;
  color: #666666;
  font-weight: 500;
}

.contacts-icon {
  position: relative;
}

.contacts-icon::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 18px;
  text-align: center;
  right: 25px;
  color: #666666;
  top: 22px;
}

.contactss-message::after {
  content: "\f27a";
}

.contactss-typo::after {
  content: "\f02b";
}

.contactss-business::after {
  content: "\f08d";
}

.contactss-name::after {
  content: "\f007";
}

.contactss-email::after {
  content: "\f0e0";
}

.contactss-phone::after {
  content: "\f095";
}

.contactss-website::after {
  content: "\f0ac";
}

.contactss-subject::after {
  content: "\f02b";
}

.contactss-badge::after {
  content: "\f2c1";
}

.contacts-us-form-button .btn {
  padding: 23px 74px 25px;
}

.contacts-form-button button.c-btn {
  border: none;
  padding: 24px 70px 24px 70px;
}

.map-wrapper iframe {
  height: 700px;
  width: 100%;
  border: 0;
}


