/*-----------------------------------------------------------------------------------

    Template Name: Vistar - Clean, Minimal eCommerce HTML5 Template
    Description: Vistar - Clean, Minimal eCommerce HTML5 Template
    Author: BDevs
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. header
    03. slider
    04. banner
    05. product
    06. deal
    07. blog
    08. newsletter
    09. btn
    10. footer
    11. feature
    12. brand
    13. breadcrumb
    14. about
    15. team
    16. testimonial
    17. contact
    18. login

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900&display=swap");

body {
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #666666;
}

.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: "Microsoft YaHei", sans-serif;
  font-weight: normal;
  color: #222;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  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: 500;
}

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: 14px;
  font-weight: normal;
  line-height: 28px;
  color: #666666;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #222;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #222;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #222;
  color: #ffffff;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #222;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #222;
  font-size: 14px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #f4f7fc;
}

.grey-2-bg {
  background: #f5f5f5;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #222;
}

.theme-bg {
  background: #df4243;
}

/*--
    - color
-----------------------------------------*/
.white-color {
  color: #ffffff;
}

.black-color {
  color: #222;
}

.theme-color {
  color: #df4243;
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- 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;
}

.pt-305 {
  padding-top: 305px;
}

.pt-310 {
  padding-top: 310px;
}

.pt-315 {
  padding-top: 315px;
}

.pt-320 {
  padding-top: 320px;
}

.pt-325 {
  padding-top: 325px;
}

.pt-330 {
  padding-top: 330px;
}

.pt-335 {
  padding-top: 335px;
}

.pt-340 {
  padding-top: 340px;
}

.pt-345 {
  padding-top: 345px;
}

.pt-350 {
  padding-top: 350px;
}

.pt-355 {
  padding-top: 355px;
}

.pt-360 {
  padding-top: 360px;
}

.pt-365 {
  padding-top: 365px;
}

.pt-370 {
  padding-top: 370px;
}

.pt-375 {
  padding-top: 375px;
}

.pt-380 {
  padding-top: 380px;
}

.pt-385 {
  padding-top: 385px;
}

.pt-390 {
  padding-top: 390px;
}

.pt-395 {
  padding-top: 395px;
}

.pt-400 {
  padding-top: 400px;
}

/*-- 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;
}

.pb-305 {
  padding-bottom: 305px;
}

.pb-310 {
  padding-bottom: 310px;
}

.pb-315 {
  padding-bottom: 315px;
}

.pb-320 {
  padding-bottom: 320px;
}

.pb-325 {
  padding-bottom: 325px;
}

.pb-330 {
  padding-bottom: 330px;
}

.pb-335 {
  padding-bottom: 335px;
}

.pb-340 {
  padding-bottom: 340px;
}

.pb-345 {
  padding-bottom: 345px;
}

.pb-350 {
  padding-bottom: 350px;
}

.pb-355 {
  padding-bottom: 355px;
}

.pb-360 {
  padding-bottom: 360px;
}

.pb-365 {
  padding-bottom: 365px;
}

.pb-370 {
  padding-bottom: 370px;
}

.pb-375 {
  padding-bottom: 375px;
}

.pb-380 {
  padding-bottom: 380px;
}

.pb-385 {
  padding-bottom: 385px;
}

.pb-390 {
  padding-bottom: 390px;
}

.pb-395 {
  padding-bottom: 395px;
}

.pb-400 {
  padding-bottom: 400px;
}

/*-- 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;
}

#scrollUp {
  background: #df4243;
  height: 40px;
  width: 40px;
  right: 50px;
  bottom: 77px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  line-height: 40px;
}

#scrollUp:hover {
  background: #222;
}

/*--
    - 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: #222;
}

/*-- 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;
}

/* 1. header */
.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition: .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: #fff;
}

.box-padding {
  padding: 0 55px 0;
}

.box-width {
  width: 1545px;
  margin: auto;
}

.header-top-area {
  border-bottom: 1px solid #e9e9e9;
  padding-top: 15px;
}

.header-info {
  line-height: 1;
}

.header-info span {
  color: #242424;
  font-size: 13px;
  font-weight: 400;
  border-right: 2px dotted #666666;
  padding-right: 30px;
  margin-right: 30px;
}

.header-info span:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.header-info span i {
  position: relative;
  margin-right: 6px;
  top: 2px;
}

.header-lang {
  margin: 0 0 16px;
  display: inline-block;
  line-height: 1;
  margin-right: 30px;
  padding-right: 30px;
}

.lang-icon>a {
  font-size: 13px;
  color: #242424;
  font-weight: 400;
  margin-left: 6px;
}

.lang-icon i {
  font-size: 13px;
  position: relative;
  top: 2px;
  left: 2px;
  color: #666666;
}

.lang-icon a i {
  font-size: 13px;
  position: relative;
  top: 2px;
  color: #666666;
  left: 0;
}

.header-lang-list {
  position: absolute;
  width: 120px;
  opacity: 0;
  visibility: hidden;
  padding: 20px 15px;
  border-top: 3px solid #df4243;
  transition: .4s;
  z-index: 999;
  background: #fff;
  padding-bottom: 5px;
  padding-top: 4px;
  top: 100%;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  transition: .3s;
}

.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: #df4243;
}

.header-login {
  line-height: 1;
}

.header-login a {
  color: #242424;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.header-login a i {
  font-size: 13px;
  color: #666666;
  margin-right: 3px;
}

.header-search {
  overflow: hidden;
  margin-top: 30px;
  margin-left: 60px;
}

.header-search-form {
  position: relative;
}

.header-search-form input {
  background: #fff;
  border: 1px solid #e9e9e9;
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  padding-left: 20px;
  width: 250px;
  border-radius: 30px;
  position: relative;
}

.header-search-form input::-moz-placeholder {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 400;
}

.header-search-form input::placeholder {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 400;
}

.header-search-form button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #222222;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 11px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-search-form button:hover {
  color: #df4243;
}

.header-2-right {
  position: relative;
  margin-top: 40px;
}

.header-2-right ul li {
  display: inline-block;
  margin-left: 30px;
  line-height: 1;
  position: relative;
  padding-bottom: 27px;
}

.header-2-right ul li:first-child {
  margin-left: 0;
}

.header-2-right ul li a {
  color: #222222;
  font-size: 20px;
  position: relative;
}

.header-2-right ul li a:hover {
  color: #df4243;
}

.cart-count {
  position: absolute;
  background: #df4243;
  color: #fff;
  height: 20px;
  width: 20px;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  border-radius: 50%;
  line-height: 20px;
  left: 14px;
  top: -21px;
}

/* minicart */
.header-2-right ul.minicart {
  background: #222222 none repeat scroll 0 0;
  opacity: 0;
  padding: 25px;
  position: absolute;
  right: 0;
  top: 100%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 350px;
  z-index: 9;
}

.header-2-right li:hover ul.minicart {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.header-2-right ul li .minicart .cart-img {
  float: left;
}

.header-2-right ul li .minicart .cart-content {
  float: left;
  padding-left: 15px;
  text-align: left;
}

.cart-content h3 {
  color: #ddd;
}

ul.minicart .cart-content a {
  color: #fff;
  font-size: 14px;
}

ul.minicart .cart-price span {
  color: #ddd;
  font-size: 13px;
}

ul.minicart .cart-price .newss {
  font-size: 14px;
}

ul.minicart .cart-price span {
  color: #777777;
  font-size: 13px;
}

.header-2-right ul li .minicart>li {
  display: block;
  margin-bottom: 15px;
  margin-left: 0;
  overflow: hidden;
  padding: 0;
}

.header-2-right ul li .minicart>li:last-child {
  margin-bottom: 0;
}

.header-2-right ul li .minicart .del-icon>a {
  color: #fff;
}

.header-2-right ul li .minicart .del-icon {
  float: right;
  margin-top: 30px;
}

.total-price span {
  color: #fff;
}

.total-price {
  border-top: 1px solid #333;
  overflow: hidden;
  padding-top: 25px;
  margin-top: 10px;
}

.header-2-right ul li .minicart .checkout-link a {
  background: #111 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-weight: 600;
  padding: 16px 30px;
  text-align: center;
  font-size: 12px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.header-2-right ul li .minicart .checkout-link a:last-child {
  margin: 0;
}

.header-2-right ul li .minicart .checkout-link a:hover {
  background: #df4243;
}

/* extra info */
.extra-info {
  background: #f6f6f6;
  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: #df4243;
  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: #fff;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}

.social-icon-right>a:hover {
  color: #df4243;
}

.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: #222;
  font-weight: 500;
  font-size: 18px;
}

.contact-list p {
  color: #222;
  opacity: .5;
  margin: 0;
  margin-bottom: 5px;
  line-height: 28px;
}

.side-menu ul li:hover a {
  color: #df4243;
}

/* menu */
.main-menu nav>ul>li {
  display: inline-block;
  position: relative;
  margin-left: 35px;
}

.main-menu nav>ul>li:first-child {
  margin-left: 0;
}

.main-menu nav>ul>li>a {
  color: #222;
  display: block;
  font-size: 16px;
  padding: 40px 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;
  font-weight: 400;
}

.main-menu nav>ul>li:hover>a,
.main-menu nav>ul>li.active>a {
  color: #df4243;
}

.menu-2 .main-menu nav>ul>li>a {
  padding: 66px 0;
}

.menu-2.sticky .main-menu nav>ul>li>a {
  padding: 35px 0;
}

/* sub-menu */
.main-menu nav>ul>li .sub-menu {
  background: #ffffff;
  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 #df4243;
  text-align: left;
}

.main-menu nav>ul>li:hover .sub-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-menu nav>ul>li .sub-menu li {
  display: block;
}

.main-menu nav>ul>li .sub-menu li a {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 13px 20px;
  text-transform: capitalize;
  display: block;
}

.main-menu nav>ul>li:hover>.sub-menu li>a:hover {
  color: #fff;
  background: #df4243;
}

.menu-2 .header-search {
  margin-top: 56px;
}

.menu-2 .header-2-right {
  margin-top: 68px;
}

.menu-2.sticky .header-search {
  margin-top: 25px;
}

.menu-2.sticky .header-2-right {
  margin-top: 36px;
}

/* 2. slider */
.slider-1-height {
  min-height: 950px;
}

.slider-2-height {
  min-height: 820px;
}

.slider-3-height {
  min-height: 850px;
}

.single-slider {
  background-size: cover;
  background-position: center center;
}

.slider-content span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  color: #222;
  margin-bottom: 6px;
}

.slider-content h1 {
  font-size: 44px;
  color: #222;
  margin-bottom: 12px;
  line-height: 1;
  font-weight: 500;
}

.slider-content p {
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 60px;
}

.slider-2-content h1 {
  font-size: 60px;
  margin-right: 20px;
  margin-bottom: 25px;
}

.slider-2-content p {
  margin-right: 146px;
}

.slider-text h1 {
  font-size: 48px;
  margin-bottom: 30px;
  text-transform: uppercase;
  border-bottom: 2px solid #222222;
  line-height: 1.2;
  display: inline-block;
}

.slider-text p {
  margin-right: 70px;
}

.slider-text .text-link::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #222;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider-text .text-link::before {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 100%;
  background: #df4243;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}

.slider-img img {
  margin-left: 206px;
}

.slider-button {
  margin-top: 24px;
}

.text-link {
  color: #222;
  font-size: 16px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: absolute;
  text-transform: uppercase;
  font-weight: 500;
  left: 23%;
  top: 53%
}

.text-link:hover {
  color: #df4243;
}

.text-link::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.text-link::before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 100%;
  background: #df4243;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}

.text-link:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.slider-active .slick-dots {
  text-align: center;
  bottom: 48px;
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
}

.slider2 .slider-active .slick-dots {
  bottom: 179px;
}

.slider-active .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.slider-active .slick-dots li button {
  height: 13px;
  width: 13px;
  text-indent: -9999px;
  transition: .3s;
  padding: 0;
  border-radius: 50%;
  background: none;
  border: 2px solid #cccccc;
}

.slider-active .slick-dots li.slick-active button {
  border-color: #292929;
}

.dot-none .slider-active .slick-dots li button {
  display: none;
}

/* 3. banner */
.banner-img {
  position: relative;
}

.banner-img img {
  width: 100%;
}

.banner-text {
  position: absolute;
  top: 50%;
  right: 20px;
  text-align: center;
  left: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.banner-wrapper:hover .banner-text {
  opacity: 1;
  transform: translateY(-50%);
}

.banner-inner {
  padding: 20px 70px;
  background: #fff;
  display: inline-block;
}

.banner-inner h2 {
  color: #222;
  font-size: 30px;
  margin-bottom: 0;
  transition: .3s;
  font-weight: 500;
}

.banner-inner h2:hover {
  color: #df4243;
}

.banner-2-img a img {
  width: 100%;
}

.instagram-single {
  position: relative;
}

.instagram-conent {
  background: #222;
  padding: 18px 40px;
  position: absolute;
  top: 50%;
  z-index: 99;
  left: 39%;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.instagram-conent h4 {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
}

.instagram-menu ul li {
  display: inline-block;
}

.instagram-menu ul li a {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  padding: 0 16px;
  transition: .3s;
}

.instagram-menu ul li a:hover {
  color: #df4243;
}

/* 4. product */
/* product-nav */
.product-nav li {
  margin: 0;
  position: relative;
  padding: 0 15px;
}

.product-nav li:last-child {
  padding-right: 0;
}

.product-nav li:first-child {
  padding-left: 0;
}

.product-nav li:last-child:before {
  display: none;
}

.product-nav li a {
  padding: 0;
  font-size: 16px;
  color: #8a8a8a;
  font-weight: 400;
  transition: .3s;
}

.product-nav li a:hover {
  color: #333333;
}

.product-nav li a.active {
  color: #333333;
}

.product-img {
  position: relative;
  overflow: hidden;
}

.product-img img {
  width: 100%;
}

img.secondary-img {
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s;
  opacity: 0;
}

.product-wrapper:hover img.secondary-img {
  opacity: 1;
  z-index: 1;
}

/* product-action */
.product-action {
  position: absolute;
  bottom: 30px;
  left: -50px;
  width: 45px;
  transition: .3s;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.product-wrapper:hover .product-action {
  left: 30px;
  opacity: 1;
  visibility: visible;
}

.product-action a {
  background: #fff;
  height: 45px;
  width: 45px;
  font-size: 16px;
  display: inline-block;
  color: #444444;
  text-align: center;
  line-height: 50px;
  margin-bottom: 7px;
  border-radius: 5px;
}

.product-action a:last-child {
  margin-bottom: 0;
}

.product-action a:hover {
  background: #df4243;
  color: #ffffff;
}

.new {
  background: #222;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 15px;
  position: absolute;
  right: 25px;
  text-align: center;
  text-transform: uppercase;
  top: 25px;
  z-index: 99;
}

.news {
  background: #1ecdca;
  border-radius: 30px;
  color: #000000;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 11px;
  position: absolute;
  right: 25px;
  text-align: center;
  text-transform: uppercase;
  top: 58px;
  z-index: 99;
}

.old {
  background: #df4243;
}

.yellow {
  background: #ffd965;
  color: #000000;
}

/* product-content */
.product-content {
  margin-top: 30px;
}

.product-content h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}

.product-content h4 a {
  color: #222;
  transition: .3s;
}

.product-content h4 a:hover {
  color: #df4243;
}

.pro-price span {
  font-weight: 400;
  font-size: 14px;
  color: #222;
}

.pro-rating {
  margin-bottom: 3px;
}

.pro-rating i {
  color: #df4243;
  font-size: 14px;
  padding: 0 3px;
}

.area-title h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 11px;
  text-transform: capitalize;
}

.area-title p {
  margin-bottom: 0;
  line-height: 25px;
}

.product-showing p {
  margin: 0;
  border: 2px solid #f2f2f2;
  padding: 17px 30px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #747691;
}

@media (max-width: 767px) {
  .product-showing p {
    padding: 17px 15px;
  }
}

.pro-filter {
  position: relative;
  display: inline-block;
}

@media (max-width: 767px) {
  .pro-filter {
    float: left;
  }
}

.pro-filter select {
  border: 2px solid #f2f2f2;
  padding: 17px 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  color: #6f7172;
  appearance: none;
  -moz-appearance: none;
  width: 145px;
  font-weight: 500;
}

.pro-filter::before {
  content: "\f107";
  right: 15px;
  top: 15px;
  position: absolute;
  color: #758799;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}

.basic-pagination ul {
  display: block;
}

.basic-pagination ul li {
  display: inline-block;
  margin: 0 5px;
}

@media (max-width: 767px) {
  .basic-pagination ul li {
    margin-bottom: 10px;
  }
}

.basic-pagination ul li a {
  height: 70px;
  width: 70px;
  background: #ffffff;
  color: #9990b8;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  line-height: 70px;
  margin: 0px;
  display: inline-block;
  text-align: center;
}

.basic-pagination ul li a:hover,
.basic-pagination ul li.active a {
  background: #df4243;
  color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(254, 69, 54, 0.3);
}

.basic-pagination-2 ul li a {
  background: transparent;
  color: #9990b8;
  border: 2px solid #eaebec;
  height: 60px;
  width: 60px;
  line-height: 56px;
}

.basic-pagination-2 ul li a:hover,
.basic-pagination-2 ul li.active a {
  background: #df4243;
  color: #ffffff;
  border-color: #df4243;
  box-shadow: 0px 8px 16px 0px rgba(254, 69, 54, 0.3);
}

/* shop widget */
.sidebar-box {
  padding: 26px 30px;
  border: 4px solid #f9f9f9;
}

.shop-widget {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px dashed #ede8ff;
}

.shop-widget:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0;
}

.shop-title {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-weight: 500;
}

.shop-search {
  position: relative;
}

.shop-search input {
  width: 100%;
  height: 60px;
  border: 0;
  background: #f9f9f9;
  border-radius: 30px;
  padding: 0 30px;
}

.shop-search button {
  position: absolute;
  background: #df4243;
  border: 0;
  color: #fff;
  height: 60px;
  width: 60px;
  right: 0;
  top: 0;
  border-radius: 50%;
  box-shadow: 0px 8px 16px 0px rgba(254, 69, 54, 0.3);
}

.shop-search button:hover {
  background: #84b77c;
}

.shop-link li {
  margin-bottom: 15px;
}

.shop-link li:last-child {
  margin-bottom: 0px;
}

.shop-link li a {
  color: #747691;
}

.shop-link li a i {
  color: #e7e7e7;
  margin-right: 10px;
  line-height: 1;
  transition: .3s;
}

.shop-link li a:hover i,
.shop-link li a:hover {
  color: #df4243;
}

.price-filter label {
  display: inline-block;
  margin-right: 16px;
  position: relative;
  top: -23px;
}

.price-lebel {
  display: inline-block;
}

#slider-range {
  background: #ece8fe;
  border: 0 none;
  border-radius: 0;
  height: 5px;
}

#slider-range span.ui-state-default {
  background: #df4243;
  border: 0 none;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

.ui-slider-horizontal .ui-slider-range {
  background: #df4243;
}

.price-filter input {
  border: 0 none;
  color: #444444;
  margin-top: 20px;
}

.shop-tag li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 6px;
}

.shop-tag li a {
  border: 1px solid #e7e7e7;
  padding: 5px 15px;
  display: inline-block;
  color: #747691;
  font-size: 14px;
}

.shop-tag li a:hover {
  background: #df4243;
  color: #fff;
  border-color: #df4243;
}

.shop-link li span {
  height: 16px;
  width: 16px;
  background: transparent;
  display: inline-block;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0px 1px 10px 0px rgba(254, 69, 54, 0.2);
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.shop-link li span.blue {
  background: #0066ff;
}

.shop-link li span.green {
  background: #61a344;
}

.shop-link li span.orange {
  background: #ff9600;
}

.shop-link li span.navy {
  background: navy;
}

.shop-link li span.pinkish {
  background: #ff0090;
}

.shop-link li span.vista {
  background: #00fff6;
}

.side-pro-img {
  float: left;
}

.side-pro-img img {
  margin-right: 14px;
}

.side-pro-rating {
  margin-bottom: 5px;
}

.side-pro-rating i {
  color: #FFBA00;
  font-size: 12px;
}

.side-pro-content h5 {
  font-size: 14px;
  margin-bottom: 7px;
}

.side-pro-content h5 a:hover {
  color: #df4243;
}

.side-pro-price span {
  font-weight: 500;
  font-size: 13px;
  color: #747691;
}

.side-pro-content {
  overflow: hidden;
}

.shop-sidebar-product li {
  overflow: hidden;
  margin-bottom: 20px;
}

.shop-sidebar-product li:last-child {
  margin-bottom: 0px;
}

.product-details-img {
  margin-left: 180px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .product-details-img {
    margin-left: 0;
  }
}

.product-large-img img {
  width: 100%;
}

.product-details-title p {
  color: #6a667b;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.product-details-title h1 {
  font-size: 40px;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -2px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .product-details-title h1 {
    font-size: 36px;
  }
}

.details-price span {
  color: #df4243;
  font-size: 20px;
  font-weight: 300;
  margin-left: 0;
  margin-right: 10px;
}

.details-price {
  border-bottom: 2px solid #6666;
}

.product-cat span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #222;
}

.product-cat a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
}

.product-cat a:hover {
  color: #df4243;
}

.product__img img {
  width: 100%;
}

.product-social a {
  margin-right: 10px;
  background: #f5f5ff;
  height: 50px;
  width: 50px;
  line-height: 48px;
  border-radius: 30px;
  color: #222;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 767px) {
  .product-social a {
    margin-bottom: 10px;
  }
}

.product-social a:hover {
  background: #df4243;
  color: #ffffff;
}

.plus-minus {
  display: inline-block;
}

@media (max-width: 767px) {
  .plus-minus {
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .plus-minus {
    display: inline-block;
    margin-bottom: 0;
  }
}

.action-btn {
  background: #df4243;
  padding: 20px 25px;
  border: none;
  margin-left: 15px;
  color: #ffffff;
  display: inline-block;
  border-radius: 4px;
}

.action-btn:hover {
  background: #df4243;
  color: #ffffff;
}

.product-action-list a {
  float: left;
}

@media (max-width: 767px) {
  .product-action-list a.btn {
    padding: 23px 30px;
    margin-bottom: 7px;
  }
}

@media (max-width: 767px) {
  .product-action-list a.action-btn {
    margin-left: 5px;
    margin-bottom: 7px;
  }
}

.cart-plus-minus input {
  height: 53px;
  width: 100px;
  border: 2px solid #666;
  text-align: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.cart-plus-minus {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

.cart-plus-minus .qtybutton {
  position: absolute;
  top: 15px;
  left: 17px;
  font-size: 20px;
  color: #c4bedd;
  cursor: pointer;
}

.cart-plus-minus .inc {
  left: auto;
  right: 17px;
}

.additional-info .table td,
.additional-info .table th {
  padding: .75rem 0;
  vertical-align: top;
  border-top: 1px solid #f6f6f6;
  font-weight: 400;
}

.shop-cat a {
  padding: 45px 30px;
  border: 2px solid #666;
  display: block;
}

.shop-cat a i {
  font-size: 100px;
  color: #df4243;
  margin-bottom: 30px;
  transition: .3s;
}

.shop-cat a h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  transition: .3s;
  letter-spacing: 1px;
}

.shop-cat a:hover {
  background: #df4243;
  border-color: #df4243;
}

.shop-cat a:hover i {
  color: #ffffff;
}

.shop-cat a:hover h4 {
  color: #ffffff;
}

.product-list-content .price span:first-child {
  margin-left: 0;
}

.tab-menu li {
  margin: 0 10px;
}

@media (max-width: 767px) {
  .tab-menu li {
    margin-bottom: 20px;
  }
}

.tab-menu li a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 25px 45px;
  border-radius: 30px;
  line-height: 1;
}

.tab-menu li a.active {
  color: #ffffff;
  background: #df4243;
}

.tab-menu ul {
  border-bottom: 2px solid #e1e1e1;
}

.tab-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #8c8bb5;
  letter-spacing: 2px;
  padding: 0;
  text-transform: capitalize;
  position: relative;
  padding: 0 25px;
}

@media (max-width: 767px) {
  .tab-menu ul li a {
    padding: 0 10px;
  }
}

.tab-menu ul li a.active {
  color: #100d1c;
}

.tab-menu ul li a.active:before {
  position: absolute;
  bottom: -32px;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: #df4243;
  transition: .3s;
}

@media (max-width: 767px) {
  .tab-menu ul li a.active:before {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tab-menu ul li a.active:before {
    display: block;
  }
}

.bakix-details-tab ul {
  border-bottom: 2px solid #e1e1e1;
}

.bakix-details-tab ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #8c8bb5;
  letter-spacing: 2px;
  padding: 0;
  text-transform: capitalize;
  position: relative;
  padding: 0 25px;
}

@media (max-width: 767px) {
  .bakix-details-tab ul li a {
    padding: 0 10px;
  }
}

.bakix-details-tab ul li a.active {
  color: #100d1c;
}

.bakix-details-tab ul li a.active:before {
  position: absolute;
  bottom: -32px;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: #df4243;
  transition: .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;
  }
}

.shop-thumb-tab {
  width: 160px;
  float: left;
}

@media (max-width: 767px) {
  .shop-thumb-tab {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .shop-thumb-tab ul {
    margin: 0 -5px;
  }
}

.shop-thumb-tab ul li {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .shop-thumb-tab ul li {
    width: 33.33%;
    float: left;
    padding: 0 5px;
  }
}

.shop-thumb-tab ul li a {
  padding: 0;
}

.shop-thumb-tab ul li img {
  width: 100%;
}

.product-details-img {
  margin-left: 180px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .product-details-img {
    margin-left: 0;
  }
}

.product-large-img img {
  width: 100%;
}

.product-details-action .btn {
  padding: 20px 40px;
}

/* 5. deal */
.deal-bg {
  background-size: cover;
  background-position: center center;
  padding: 200px 0;
  background:url(../images/1.jpg)
}

.deal-wrapper {
  background: #ffffff;
  padding: 51px 20px;
}

.deal-text h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
}

.deal-text h1 {
  font-size: 60px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 15px;
}

.deal-text .deal-link {
  color: #222;
  font-size: 14px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
}

.deal-text .deal-link:hover {
  color: #df4243;
}

.deal-text .deal-link::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.deal-text .deal-link::before {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 100%;
  background: #df4243;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}

.deal-text .deal-link:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.deal-content {
  margin-left: 45px;
  margin-top: 31px;
}

.deal-content h1 {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
}

.deal-content h3 {
  font-size: 24px;
  font-weight: 400;
  margin-top: 34px;
  margin-bottom: 15px;
}

.deal-content h4 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 0;
}

.deal-content h4 span {
  font-size: 20px;
  color: #df4243;
}

.deal-count {
  margin-top: 50px;
}

.deal-count .time-count {
  color: #444444;
  display: inline-block;
  font-size: 35px;
  line-height: 1;
  font-weight: 500;
  margin-right: 12px;
  background: #fff;
  height: 80px;
  width: 80px;
  text-align: center;
  padding-top: 13px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.deal-count .time-count:last-child {
  margin-right: 0;
}

.time-count>span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 2px;
  color: #222222;
}

/* 6. blog */
.blog-img a img {
  width: 100%;
}

.blog-text {
  margin-top: 24px;
}

.blog-text h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

.blog-text h4 a {
  transition: .3s;
}

.blog-text h4 a:hover {
  color: #df4243;
}

.blog-meta span {
  font-size: 14px;
  font-weight: 400;
  margin-right: 11px;
  text-transform: capitalize;
}

.blog-meta span:last-child {
  margin-right: none;
}

.blog-meta span a {
  color: #666666;
  transition: .3s;
}

.blog-meta span a:hover {
  color: #df4243;
}

/* 21. Blog */
.blog-title {
  line-height: 1.3;
}

.post-text blockquote {
  background: #062a4d;
  padding: 50px;
  position: relative;
  padding-left: 120px;
}

@media (max-width: 767px) {
  .post-text blockquote {
    padding: 30px;
  }
}

.post-text blockquote p {
  font-size: 26px;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.3;
}

.post-text blockquote::before {
  content: "\f10d";
  left: 50px;
  top: 50px;
  position: absolute;
  color: #758799;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 41px;
}

@media (max-width: 767px) {
  .post-text blockquote::before {
    position: static;
  }
}

.post-text blockquote footer {
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}

.widget {
  border: 2px solid #eaedff;
  padding: 30px;
}

.b-0 {
  border: 0;
}

.search-form {
  position: relative;
}

.search-form input {
  width: 100%;
  height: 60px;
  border: 0;
  background: #f5f5f5;
  padding: 0 20px;
}

.search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #062a4d;
  padding: 0 25px;
  color: #ffffff;
  line-height: 60px;
  border: 0;
}

.search-form button:hover {
  background: #df4243;
}

.widget-title {
  font-size: 21px;
  margin-bottom: 0px;
  position: relative;
  display: inline-block;
  font-weight: 500;
}

.animate-border::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

.animate-border.border-white::after {
  border-color: #ffffff;
}

.animate-border.border-white::after {
  border-color: #ffffff;
}

.about-me img {
  margin-bottom: 25px;
}

.about-me h4 {
  font-size: 18px;
  letter-spacing: 1px;
}

.widget-social-icon a {
  display: inline-block;
  margin: 0 8px;
}

.widget-social-icon a:hover {
  color: #df4243;
}

.widget .recent-posts>li:first-child {
  border: 0;
  padding-top: 0;
}

.widget .recent-posts li:last-child {
  padding-bottom: 0;
}

.widget .recent-posts>li {
  border-top: 1px solid #eaedff;
  padding: 20px 0;
  overflow: hidden;
}

.widget-posts-image {
  float: left;
}

.widget-posts-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 15px;
}

.widget-posts-body {
  overflow: hidden;
}

.widget-posts-title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.3;
}

.widget-posts-title a:hover {
  color: #df4243;
}

.widget-posts-meta {
  font-size: 12px;
}

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;
}

ul.cat li a:hover {
  color: #df4243;
}

.social-profile a {
  height: 50px;
  width: 50px;
  text-align: center;
  background: #062a4d;
  line-height: 50px;
  margin-right: 2px;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 5px;
}

.social-profile a:hover {
  background: #df4243;
}

#Instafeed {
  margin: 0 -5px;
  overflow: hidden;
}

#Instafeed li {
  width: 33.33%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}

#Instafeed li img {
  width: 100%;
}

.tag a {
  display: inline-block;
  line-height: 1;
  padding: 10px 15px;
  background: #f5f5f5;
  margin-bottom: 8px;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #5f5b5b;
}

.tag a:hover {
  background: #df4243;
  color: #ffffff;
}

.bg-none {
  background: none;
}

.blog-post-tag span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 17px;
  font-family: "Microsoft YaHei", sans-serif;
  color: #062a4d;
}

.blog-post-tag a {
  color: #646974;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #eaedff;
  padding: 12px 24px;
  margin-right: 10px;
  transition: .3s;
  border-radius: 5px;
  margin-bottom: 10px;
}

.blog-post-tag a:hover {
  color: #fff;
  background: #df4243;
  border-color: #df4243;
}

.blog-post-tag a:last-child {
  margin-right: 0;
}

.blog-share-icon span {
  font-size: 18px;
  font-weight: 600;
  font-family: "Microsoft YaHei", sans-serif;
  color: #062a4d;
  display: block;
  margin-bottom: 17px;
}

.blog-share-icon a {
  color: #6f7172;
  font-size: 18px;
  transition: .3s;
  margin-right: 22px;
}

.blog-share-icon a:hover {
  color: #df4243;
}

.blog-share-icon a:last-child {
  margin-right: 0;
}

.blog-details-border {
  border-top: 1px solid #eaedff;
  border-bottom: 1px solid #eaedff;
  padding-top: 33px;
  padding-bottom: 23px;
  margin-bottom: 42px;
}

.author {
  background: #f5f5f5;
  padding: 0 60px 44px 60px;
}

@media (max-width: 767px) {
  .author {
    padding: 0 30px 44px 30px;
  }
}

.author-img {
  margin-bottom: 35px;
}

.author-img img {
  margin-top: -60px;
}

.author-text h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.author-text p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 28px;
}

.author-icon {
  margin-top: 6px;
  margin-bottom: 25px;
}

.author-icon a {
  font-size: 14px;
  color: #9498b6;
  margin: 0 5px;
  transition: .3s;
}

.author-icon a:hover {
  color: #df4243;
}

.post-comments {
  border-bottom: 1px solid #eaedff;
  margin-bottom: 42px;
  padding-bottom: 46px;
}

.blog-coment-title h2 {
  font-size: 26px;
  margin-bottom: 0;
}

.comments-avatar {
  float: left;
}

@media (max-width: 767px) {
  .comments-avatar {
    float: none;
  }
}

.comments-avatar img {
  width: 100px;
  margin-right: 20px;
}

.latest-comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}

.latest-comments li:last-child .comments-box {
  border-bottom: 0;
  padding-bottom: 0;
}

.latest-comments li.children {
  margin-left: 100px;
}

@media (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 0;
  }
}

.comments-box {
  border-top: 1px solid #eaedff;
  padding: 30px 0;
}

.comments-text {
  overflow: hidden;
  padding-top: 4px;
}

@media (max-width: 767px) {
  .comments-text {
    margin-top: 15px;
  }
}

.comments-text p {
  margin-bottom: 0;
  margin-top: 8px;
}

.avatar-name h5 {
  font-size: 18px;
  margin-bottom: 7px;
}

.avatar-name span {
  color: #df4243;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.avatar-name {
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}

.reply {
  color: #6f7172;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  transition: .3s;
  line-height: 1;
  float: right;
  margin-top: 4px;
  position: absolute;
  right: 0;
  top: 0;
}

.reply:hover {
  color: #df4243;
}

.reply i {
  margin-right: 5px;
}

.post-comments-title {
  margin-bottom: 39px;
}

.post-comments-title h2 {
  font-size: 26px;
  color: #140a20;
  margin-bottom: 0;
}

.conatct-post-form {
  background: #f5f5f5;
  padding: 50px;
}

@media (max-width: 767px) {
  .conatct-post-form {
    padding: 20px;
  }
}

.conatct-post-form input {
  border: none;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 30px;
  width: 100%;
  font-size: 14px;
  color: #a7a7c1;
}

.conatct-post-form textarea {
  border: none;
  height: 150px;
  margin-bottom: 20px;
  padding: 30px;
  width: 100%;
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form input::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form input::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form textarea::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form textarea::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

.contact-icon {
  position: relative;
}

.contact-icon::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 30px;
  color: #df4243;
  top: 18px;
}

.contacts-message::after {
  content: "\f303";
}

.contacts-name::after {
  content: "\f007";
}

.contacts-email::after {
  content: "\f0e0";
}

.contacts-website::after {
  content: "\f0ac";
}

.navigation-border {
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}

.navigation-border {
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}

.bakix-navigation span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.bakix-navigation span a:hover {
  color: #df4243;
}

.bakix-navigation h4 {
  font-size: 24px;
  margin: 0;
}

.bakix-navigation h4 a:hover {
  color: #df4243;
}

/* 7. newsletter */
.newsletter-border {
  border-bottom: 1px solid #cccccc;
}

.newsletter-text h4 {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

.newsletter-text p {
  margin-bottom: 0;
  font-size: 16px;
}

.single-newsletters {
  margin-left: 30px;
}

.newsletter-form form {
  position: relative;
}

.newsletter-form form input {
  height: 46px;
  background: #f4f7fc;
  color: #666666;
  font-size: 13px;
  border: 1px solid #cccccc;
  width: 370px;
  font-weight: 400;
  padding: 0 20px;
  float: left;
}

.newsletter-form form input::placeholder {
  color: #666666;
  font-size: 13px;
  font-weight: 400;
}

.newsletter-form form::-moz-placeholder {
  color: #666666;
  font-size: 13px;
  font-weight: 400;
}

.newsletter-form button.btn {
  margin-left: 11px;
}

.newsletters-form {
  overflow: hidden;
}

.newsletters-form form {
  position: relative;
}

.newsletters-form form input {
  height: 35px;
  background: none;
  color: #666666;
  font-size: 14px;
  width: 100%;
  font-weight: 400;
  padding: 0;
  float: left;
  border-bottom: 1px solid #cccccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  position: relative;
}

.newsletters-form form input::placeholder {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}

.newsletters-form form::-moz-placeholder {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}

.newsletters-form button {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
  color: #df4243;
  font-size: 16px;
  font-weight: 500;
}

.newsletters-form button i {
  font-size: 20px;
  padding-left: 5px;
  position: relative;
  top: 0;
}

.newsletter-content h2 {
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
}

.newsletter-content p {
  margin-bottom: 0;
  padding: 0 50px;
  line-height: 26px;
}

.newsletter-2-wrapper .newsletters-form form input {
  height: 60px;
  color: #666666;
  font-size: 14px;
  padding: 0 40px;
  border: 1px solid #ccc;
  border-radius: 30px;
}

.newsletter-2-wrapper .newsletters-form button {
  position: absolute;
  right: 30px;
  top: 19px;
  background: none;
  border: none;
  color: #df4243;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.newsletter-2-wrapper .newsletters-form button i {
  font-size: 16px;
  padding-left: 5px;
  position: relative;
  top: 1px;
}

/* 8. btn */
.btn {
  -moz-user-select: none;
  background: #222;
  border: medium none;
  display: inline-block;
  font-size: 14px;
  padding: 15px 40px;
  text-align: center;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 0;
  line-height: 1;
  color: #ffffff;
}

.btn:hover {
  background: #df4243;
  color: #ffffff;
}

/* 9. footer */
.footer-wrapper {
  overflow: hidden;
}

.footer-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.footer-menu li {
  padding-bottom: 4px;
}

.footer-menu li:last-child {
  padding-bottom: 0;
}

.footer-menu li a {
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  transition: .3s;
  text-transform: capitalize;
}

.footer-menu li a:hover {
  color: #df4243;
}

.footer-2-menu li {
  float: left;
  width: 30%;
}

.footer-link li {
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  line-height: 1.8;
  padding-bottom: 7px;
}

.footer-link li:last-child {
  padding-bottom: 0;
}

.copyright p {
  margin-bottom: 0;
  color: #878787;
}

.copyright p a {
  color: #df4243;
}

.footer-wrapper .newsletters-form button {
  font-size: 18px;
  text-transform: capitalize;
}

.footer-wrapper .newsletters-form form input {
  font-size: 16px;
  height: 38px;
}

.footer-wrapper .newsletters-form form input::placeholder {
  font-size: 16px;
}

.footer-wrapper .newsletters-form form::-moz-placeholder {
  font-size: 16px;
}

.footer-2-bottom {
  border-top: 1px solid #cccccc;
}

.footer-nfo p {
  font-size: 16px;
  margin-bottom: 20px;
}

.footer-text p {
  margin-bottom: 0;
  padding-right: 25px;
  margin-top: 22px;
}

.newsletters-2-form {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.newsletters-2-form form input {
  height: 50px;
  color: #666666;
  font-size: 14px;
  width: 100%;
  font-weight: 400;
  float: left;
  border: 0;
  position: relative;
  padding: 0 30px;
  background: #ffff;
  border-radius: 30px;
}

.newsletters-2-form form input::placeholder {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}

.newsletters-2-form form::-moz-placeholder {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}

.newsletters-2-form button {
  position: absolute;
  right: 20px;
  top: 12px;
  background: none;
  border: none;
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: .3s;
}

.newsletters-2-form button:hover {
  color: #df4243;
}

.footer-info-2 {
  margin-bottom: 20px;
}

.footer-info-2 h2 {
  font-size: 30px;
  font-weight: 500;
}

.footer-info-2 p {
  margin-bottom: 0;
}

.footer-2-text p {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 12px;
}

.footer-icon {
  margin-top: 20px;
}

.footer-icon a {
  color: #666666;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  transition: .3s;
  padding: 0 5px;
}

.footer-icon a:hover {
  color: #df4243;
}

/* 10. feature */
.feature-icon {
  margin-bottom: 27px;
}

.feature-text h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}

.feature-text p {
  margin-bottom: 0;
  padding: 0 22px;
}

/* 11. brand */
.brand-active.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.brand-bg {
  border: 1px solid #cccccc;
}

/* 12. breadcrumb */
.breadcrumb-text {
  position: relative;
  z-index: 1;
}

.breadcrumb-text>h1 {
  font-size: 25px;
  margin-bottom: 14px;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 500;
}

.breadcrumb-menu li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

.breadcrumb-menu li a {
  color: #aeacac;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.breadcrumb-menu li::before {
  content: "\e01a";
  display: inline-block;
  padding-bottom: 0;
  position: absolute;
  top: 1px;
  font-weight: 400;
  color: #666666;
  left: -10px;
  font-family: "dripicons-v2";
  font-size: 16px;
}

.breadcrumb-menu li:first-child::before {
  display: none;
}

.breadcrumb-menu span {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #222;
}

/* 13. about */
.about-wrapper {
  margin-left: 70px;
  margin-right: 70px;
  margin-top: 72px;
}

.about-text h1 {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.1;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
  text-transform: capitalize;
}

.about-text h1::before {
  position: absolute;
  content: "";
  background: #222;
  height: 3px;
  width: 100px;
  left: 0;
  bottom: 0;
}

.about-text p {
  line-height: 30px;
  padding-right: 39px;
  margin-bottom: 18px;
}

.about-text p:last-child {
  margin-bottom: 0;
}

.about-bg-area {
  background-size: cover;
  background-position: center center;
}

.about-content h1 {
  font-size: 48px;
  font-weight: 400;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 31px;
}

.about-content h1::before {
  position: absolute;
  content: "";
  background: #222;
  height: 3px;
  width: 100px;
  left: 0;
  bottom: 0;
}

.about-content p {
  margin-bottom: 0;
  line-height: 30px;
  padding-right: 26px;
}

/* 14. team */
.team-img {
  position: relative;
}

.team-img img {
  width: 100%;
}

.team-text {
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 20px;
  bottom: 0;
  padding: 22px 10px 20px;
  transition: .3s;
  opacity: 0;
}

.team-text h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
}

.team-text span {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #666666;
}

.team-wrapper:hover .team-text {
  opacity: 1;
  bottom: 20px;
}

.section-title h1 {
  font-size: 48px;
  font-weight: 400;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 0;
}

.section-title h1::before {
  position: absolute;
  content: "";
  background: #222;
  height: 3px;
  width: 100px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

/* 15. testimonial */
.clientsay-name {
  overflow: hidden;
  margin-top: 15px;
}

.client-say-img {
  float: left;
  margin-right: 15px;
}

.client-say-content {
  padding-top: 9px;
  overflow: hidden;
}

.client-say-content h4 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
}

.client-say-content h4 span {
  font-size: 13px;
  font-weight: 400;
  color: #666666;
}

.testimonal-text p {
  margin-bottom: 0;
  margin-right: 49px;
}

/* 16. contact */
.contact-map {
  height: 600px;
}

/* 23. contact-area */
.contact-address-text h3 {
  color: #df4243;
  font-weight: 500;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.contact-address-text p {
  line-height: 26px;
  margin-bottom: 0;
}

.contact-list-address li {
  padding-bottom: 40px;
}

.contact-list-address li:last-child {
  padding-bottom: 0;
}

#contact-form input {
  height: 65px;
  width: 100%;
  border: 1px solid #e8e8ff;
  margin-bottom: 30px;
  padding: 0 25px;
  transition: .3s;
  background: none;
  text-transform: capitalize;
  font-size: 14px;
}

#contact-form input::-moz-placeholder {
  color: #6a6a6a;
  font-size: 14px;
}

#contact-form input::placeholder {
  color: #6a6a6a;
  font-size: 14px;
}

#contact-form textarea {
  width: 100%;
  border: 1px solid #e8e8ff;
  padding: 25px;
  height: 180px;
  margin-bottom: 30px;
  transition: .3s;
  background: none;
  text-transform: capitalize;
  font-size: 14px;
}

#contact-form textarea::-moz-placeholder {
  color: #6a6a6a;
  font-size: 14px;
}

#contact-form textarea::placeholder {
  color: #6a6a6a;
  font-size: 14px;
}

#contact-form .btn {
  cursor: pointer;
  border-radius: 0;
  transition: .3s;
  padding: 22px 97px;
  background: #df4243;
}

#contact-form .btn:hover {
  background: #252525;
}

/* 17. 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;
  font-weight: 500;
}

.basic-login input {
  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: #df4243;
}

.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: #df4243;
}

.forgot-login a:hover {
  color: #84b77c;
}

@media (max-width: 767px) {
  .log-rem {
    float: none;
    margin-bottom: 10px;
    display: block;
  }
}

.theme-btn-2 {
  background: #df4243;
  color: #fff;
  transition: .3s;
}

.theme-btn-2:hover {
  background: #222;
}

/* 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: #df4243;
}

.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: 45px;
  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 #df4243;
  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: "\f07b";
  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: .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: red;
  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: red;
}

.country-select select {
  -moz-appearance: none;
  border: 1px solid #eaedff;
  height: 45px;
  padding-left: 10px;
  width: 100%;
  color: #6f7172;
}

.country-select::before {
  content: "\f107";
  right: 15px;
  top: 38px;
  position: absolute;
  color: #6f7172;
  font-family: "Font Awesome 5 Pro";
  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: #df4243;
  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: #FE4536 none repeat scroll 0 0;
}

.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%;
}

.about{
  padding: 100px 0;
}

.about h2{
  text-align: center;
  margin-bottom: 20px;
}

.wrapper{
  padding: 100px 0;
}

.product-slide-nav .slicks-prev {
  left: 35%
  }
  
  .product-slide-nav .slicks-next {
  left: 50%
  }

.center{
  text-align: center;
}

.p-b-40{
  padding-bottom: 40px;
}

.contact .contact-info {
  margin-left: 35px;
}
.contact .contact-info .item {
	position: relative;
	display: inline-block;
	padding-left: 53px;
	margin-right: 40px;
	text-align: left;
	display: flex;
}

.contact .contact-info .item .icon-box {
	width: 53px;
	height: 53px;
	border-radius: 50%;
	text-align: center;
	line-height: 53px;
	border: 1px solid #5a9da5;
	margin-right: 10px;
}

.contact .contact-info .item .icon-box i:before {
	color: #5a9da5;
	font-size: 22px;
}

.contact .contact-info .item strong {
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: #222222;
	text-transform: capitalize;
}

.contact .contact-info .item span {
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	color: #777777;
}

.contact .contact-info ul li {
	display: table;
	margin-top: 20px;
}

.contact .contact-info ul li .icon-box {
	background: #000;
	color: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.contact .contact-info ul li .text-box {
	display: table-cell;
	padding-left: 20px;
}

.contact{
  padding: 100px 0;
}

.footer-logo{
  width: 80%;
  margin-bottom: 10px;
}


.about p{
  margin:0;
}

.deal-bg2 {
  background-size: cover;
  background-position: center center;
}

.bd{
  border-top: 1px solid #ccc;
  padding-top: 50px;
}

.header-right img{
  border: 1px solid #ccc;
}

#sticky-header .icon-box{
  width: 3%;
}

.contact .map img{
max-width:none;
}

.deal-area .deal-bg2 .top-img img{
  width: 100%;
}

.deal-area .deal-bg2 .bottom-img img{
  width: 100%;
  padding-top: 10px;
}

.deal-area .deal-bg2 .bottom-imgs img{
  padding-top: 10px;
}
.deal-area .deal-bg2 .img-box{
padding:0 5px;
}
.deal-area .deal-bg2 .img-box img{
  width: 100%;
}

@media (max-width: 767px) {
  .deal-area{
    padding-top:50px;
  }
  .deal-area .deal-bg2 .img-box{
   padding:20px  15px 0 15px;
}
}
/*# sourceMappingURL=main.css.map */