@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&display=swap');
/*-----------------------------------------------------------------------------------
 Template Name: Sample - Corporate Business Bootstrap4 HTML5 Template
 Template URI: site.com
 Description: Sample - Corporate Business Bootstrap4 HTML5 Template
 Author: BasicTheme
 Author URI: site.com
 Version: 1.0
 -----------------------------------------------------------------------------------
 CSS INDEX
 ===================
 01. Theme default CSS
 02. Header
 03. Hero
 04. Footer
 -----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
 /*----------------------------------------*/
/* 1. Theme default css */
body {
  font-family: 'Century Gothic';
  font-weight: normal;
  font-style: normal;
  color: #666;
  font-size: 14px; }

@font-face {
  font-family: 'Century Gothic';
  src: url('../themes/markit/assets/fonts/CenturyGothic-Bold.woff2') format('woff2'), url('../themes/markit/assets/fonts/CenturyGothic-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Century Gothic';
  src: url('../themes/markit/assets/fonts/CenturyGothic.woff2') format('woff2'), url('../themes/markit/assets/fonts/CenturyGothic.woff') format('woff');
  font-weight: normal;
  font-style: normal; }

.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, textarea, textarea:focus {
  outline: 0; }

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Century Gothic';
  font-weight: normal;
  color: #222;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  text-transform: normal; }

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: 26px;
  color: #666;
  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: #2c2929;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #2c2929;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #2c2929;
  color: #fff;
  text-shadow: none; }
/*--
 - Input Placeholder
 -----------------------------------------*/
*::-moz-placeholder {
  color: #2c2929;
  font-size: 14px;
  opacity: 1; }

*::placeholder {
  color: #2c2929;
  font-size: 14px;
  opacity: 1; }
/*--
 - Common Classes
 -----------------------------------------*/
.fix {
  overflow: hidden; }

.clear {
  clear: both; }
/*--
 - Background color
 -----------------------------------------*/
.grey-bg {
  background: #f6f6f6; }

.white-bg {
  background: #fff; }

.black-bg {
  background: #2c2929; }

.theme-bg {
  background: #f26957; }
/*--
 - color
 -----------------------------------------*/
.white-color {
  color: #fff; }

.black-color {
  color: #2c2929; }

.theme-color {
  color: #f26957; }
/*--
 - 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; }
/*-- 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; }
/*-- 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; }
/*-- 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; }

.btn-tr {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  font-size: 25px;
  color: #2c2929;
  font-weight: 400;
  background: #fff;
  display: inline-block;
  width: 155px;
  height: 39px;
  text-align: center;
  line-height: 38px;
  opacity: 0.7; }
/*--
 - 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: #fff; }

[data-overlay="dark"]::before {
  background-color: #2c2929; }
/*-- 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; }

.Tawhid {
  margin-bottom: 10px; }

Tasrip {
  margin-bottom: 10; }

.header-top-area {
  position: relative;
  z-index: 999; }

.header-color-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  padding-top: 105px; }

.header-top-area.sticky.pt-20.pb-20.scroll-header {
  position: fixed;
  background: #000;
  width: 100%;
  height: 100px;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 0 12px 2px rgba(213, 202, 198, 0.31); }

#scrollUp {
  position: fixed;
  right: 40px;
  width: 40px;
  height: 40px;
  content: "";
  bottom: 40px;
  background: #f2d74d;
  text-align: center;
  line-height: 40px;
  font-size: 33px;
  color: #009200;
  border-radius: 6px; }

.header-color-bg {
  background: #2c2929; }

.header__site-right {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.profile-active .owl-nav button {
  color: #fff !important;
  position: absolute;
  top: 50%;
  left: -18px;
  font-size: 44px !important;
  transform: translate(-50%, -50%); }

.profile-active .owl-nav button.owl-next {
  left: auto;
  right: -33px; }

.profile-active.owl-carousel .owl-item img {
  display: block;
  width: auto; }

.profile-active .owl-dots {
  display: none; }

.header__link-inner a {
  margin-left: 79px; }
  .header__link-info {
    margin-left: 28px; }
    .header__link-info a {
      width: 20px;
      height: 20px;
      background: #fff;
      display: inline-block;
      text-align: center;
      line-height: 20px;
      margin-left: 10px; }
  .header__link a {
    color: #fff;
    font-size: 16px;
    font-weight: 400; }
  .header__search {
    position: relative; }
    .header__search input {
      border: 0;
      background: 0;
      color: #fff;
      font-size: 20px;
      width: 289px;
      border-bottom: 2px solid #646262;
      text-align: center; }
    .header__search i {
      position: absolute;
      right: 6px;
      top: 13px;
      color: #fff; }
  .header__main-menu ul {
    text-align: center; }
    .header__main-menu ul li {
      display: inline-block;
      margin: 0 70px; }
      .header__main-menu ul li a {
        font-size: 20px;
        color: #fff;
        font-weight: 400;
        display: block;
        padding: 10px 0px 4px; }

.profile__thumb img {
  text-align: center;
  margin: 0 auto; }

.header__icon {
  margin-left: 50px;
  margin-top: 48px; }
  .header__icon a {
    color: #fff;
    font-size: 16px; }
  .header__menu ul li {
    display: inline-block;
    margin-left: 25px; }
    .header__menu ul li a {
      color: #fff;
      font-weight: 700;
      text-transform: uppercase;
      padding: 50px 0;
      display: block; }

.off-canvas-menu-wrap {
  display: none; }

.toggle-bar {
  display: none; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff; }

.welcom-area {
  background-size: cover;
  background-position: center top;
  position: relative;
  padding-top: 130px; }

.shape-bg-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.welcom {
  background: #fff;
  border: 1px solid #333;
  padding: 20px; }
  .welcom__content h2 {
    font-size: 40px;
    color: #2c2929;
    font-weight: 700; }
  .welcom__content p {
    font-size: 16px;
    color: #2c2929;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 20px; }
  .welcom__content p:last-child {
    margin-bottom: 14px; }
  .welcom__block__thumb {
    height: 511px;
    width: 100%;
    position: relative; }
  .welcom__block__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.makeup__thumb {
  position: relative;
  height: 444px;
  width: 100% !important; }
  .makeup__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .makeup__box {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translate(-50%); }
  .makeup__box a {
    font-size: 25px;
    color: #2c2929;
    font-weight: 400;
    display: inline-block;
    width: 155px;
    height: 39px;
    text-align: center;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.8); }
  .makeup__box a:hover {
    background: #858585;
    color: #fff; }

.add__link a:hover {
  background: #858585;
  color: #fff; }

.add__inner a:hover {
  background: #858585;
  color: #fff; }

.btn-tr:hover {
  background: #858585;
  color: #fff; }

.haves-active .owl-nav button {
  color: #2c2929;
  position: absolute;
  top: 50%;
  left: -18px;
  font-size: 44px !important;
  transform: translate(-50%, -50%); }

.haves-active .owl-nav button.owl-next {
  left: auto;
  right: -16px; }

.haves-active.owl-carousel .owl-item img {
  display: inline-block;
  width: auto !important; }

.haves-active .owl-dots {
  display: none; }

.add__inner a img {
  height: 26px; }

.haves__content p {
  font-size: 16px;
  color: #2c2929;
  line-height: 21px;
  font-weight: 400; }
  .haves__title h2 {
    font-size: 39px;
    color: #2c2929;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Century Gothic'; }

.haves-area {
  padding-bottom: 26px; }

.add-btn img {
  position: relative;
  right: -20px;
  top: -1px; }

.add {
  padding-top: 12px; }

.haves-items {
  height: auto;
  width: 100%; }
  .haves-items img {
    width: 100% !important;
    height: 100%;
    object-fit: cover; }

.add-btn {
  width: 196px !important; }

.add__link {
  text-align: center;
  margin-bottom: 6px; }
  .add__link a {
    border: 1px solid #000;
    width: 150px;
    height: 34px;
    margin-bottom: 2px !important;
    text-align: center;
    margin-bottom: 0px;
    line-height: 31px;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    box-shadow: 0 0 8px 4px rgba(221, 221, 221, 0.871); }
  .add__inner {
    text-align: center;
    margin-bottom: 6px; }
  .add__inner a {
    border: 1px solid #000;
    width: 150px;
    height: 34px;
    margin-bottom: 2px !important;
    text-align: center;
    margin-bottom: 0px;
    line-height: 31px;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    box-shadow: 0 0 8px 4px rgba(221, 221, 221, 0.871); }

.shop-area {
  background-size: cover;
  background-position: center; }

.shop-area {
  position: relative; }

.cat-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.boutiques-btn {
  text-align: center;
  margin-bottom: 30px; }

.boutiques-btn a {
  border: 2px solid #333;
  width: 194px;
  height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  color: #2c2929;
  font-weight: 400;
  line-height: 37px;
  text-transform: uppercase;
  font-weight: 600; }

.height {
  min-height: 1030px; }

.tab-slider_active .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  left: -22px;
  color: #fff !important;
  font-size: 30px !important; }

.tab-slider_active .owl-nav button {
  position: absolute;
  top: 40%;
  transform: translate(-50%);
  left: -22px;
  color: #fff !important;
  font-size: 44px !important; }

.tab-slider_active .owl-nav button.owl-next {
  left: auto;
  right: -40px; }

.tab-slider_active .owl-dots {
  display: none; }

.shop__text p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 12px; }
  .shop__text h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px; }

.shop__text.bls-text p {
  color: #2c2929;
  margin-bottom: 20px; }

.tab__thumb {
  background: #f9f9f9;
  position: relative;
  box-shadow: 0 0 11px 4px rgba(0, 0, 0, 0.102);
  margin-bottom: 40px; }
  .tab-btn a:hover {
    background: #858585;
    color: #fff; }

.tab-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px 4px rgba(221, 221, 221, 0.871);
  -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; }
  .tab-btn a {
    border: 2px solid #333;
    width: 152px;
    height: 37px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #2c2929;
    font-weight: 400;
    line-height: 33px; }

.google-add {
  border: 1px solid #333;
  max-width: 930px;
  background: #fff;
  margin: 0 auto; }
  .tab__wrapper ul li a {
    color: #fff;
    font-size: 25px; }

.tab-blk {
  display: inline-block;
  margin-bottom: 20px; }

.tab-blk li {
  display: inline-block; }

.tab-blk li a.active {
  position: relative;
  color: #fff; }

.tab-blk li a.active::before {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 3px;
  content: "";
  left: 0;
  bottom: 0; }

.fashon-tr {
  margin-bottom: 78px; }

.fashon-active .owl-dots {
  display: none; }

.fashon-area {
  position: relative; }

.shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 705px;
  width: 100%; }

.shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 635px;
  width: 100%; }

.fashon-active.owl-carousel .owl-item img {
  display: block;
  width: auto; }

.design-area {
  position: relative; }

.fashon__thumb {
  position: relative; }

.fashon__btn {
  position: absolute;
  bottom: 30px;
  left: 0; }

.fashon__btn a {
  color: #333;
  font-size: 16px;
  border: 1px solid #333;
  display: inline-block;
  position: relative;
  z-index: 9;
  width: 129px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8); }
  .fashon__btn a:hover {
    background: #858585;
    color: #fff; }

.fashon__content.tr {
  text-align: left; }

.fashon__content {
  margin-top: -50px;
  text-align: right; }
  .fashon__content h3 {
    font-size: 40px;
    color: #2c2929;
    font-weight: 700; }
  .fashon__content p {
    font-size: 16px;
    color: #2c2929;
    line-height: 21px;
    margin: 0; }
  .fashon__thumb {
    height: 477px;
    width: 100%;
    position: relative; }
  .fashon__thumb img {
    width: 100% !important;
    height: 100%;
    object-fit: cover; }
  .fashon__thumb__btn {
    position: absolute;
    bottom: 40px; }
  .fashon-active .owl-nav button {
    position: absolute;
    top: 50%;
    left: -24px;
    font-size: 44px !important;
    color: #2c2929 !important; }

.fashon-active .owl-nav button.owl-next {
  left: auto;
  right: -25px; }

.fashon-active::before {
  position: absolute;
  width: 128px;
  height: 100%;
  content: "";
  right: 0;
  z-index: 9;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#ffffff',GradientType=1); }

.contact-area {
  background: #2c2929; }

.contact {
  max-width: 636px;
  margin: 0 auto; }
  .contact__text p {
    font-size: 22px;
    color: #fff;
    line-height: 21px;
    margin-bottom: 20px; }
  .contact__form {
    position: relative;
    margin-bottom: 20px; }
  .contact__form input {
    width: 100%;
    height: 46px;
    font-size: 20px;
    font-weight: 400;
    padding: 0 20px;
    border: 1px solid #ddd;
    border-radius: 30px; }
  .contact__form button {
    position: absolute;
    right: 0;
    height: 46px;
    border: 1px solid #375970;
    font-size: 20px;
    font-weight: 700;
    color: #375970;
    padding: 0 30px;
    border-radius: 30px; }
  .contact__check {
    max-width: 636px;
    margin: 0 auto; }

.contact__check .containerr {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0; }
/* Hide the browser's default checkbox */
.contact__check .containerr input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }
/* Create a custom checkbox */
.contact__check .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee; }
/* On mouse-over, add a grey background color */
.contact__check .containerr:hover input ~ .checkmark {
  background-color: #fff; }
/* When the checkbox is checked, add a blue background */
.contact__check .containerr input:checked ~ .checkmark {
  background-color: #fff; }
/* Create the checkmark/indicator (hidden when not checked) */
.contact__check .checkmark:after {
  content: "";
  position: absolute;
  display: none; }
/* Show the checkmark when checked */
.contact__check .containerr input:checked ~ .checkmark:after {
  display: block; }
/* Style the checkmark/indicator */
.contact__check .containerr .checkmark::after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid #2196f3;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.footer-area {
  background: #000; }

.footer-bg-area {
  border-top: 3px solid #fff; }

.footer__list {
  position: relative; }

.footer__list:before {
  position: absolute;
  background: #fff;
  width: 1px;
  height: 100%;
  content: "";
  left: -50px;
  top: 0;
  opacity: 0.7; }

.footer__link ul li a img {
  position: absolute;
  left: 16px;
  padding-top: 6px; }

.footer__link ul li {
  margin-left: 35px; }

.footer-wrapper.fr {
  margin-left: 35px; }

.footer__widget {
  margin-bottom: 46px; }
  .footer__widget h4 {
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto', sans-serif; }
  .footer__link ul li {
    margin-bottom: 30px; }
    .footer__link ul li a {
      color: #fff;
      font-size: 19px;
      font-weight: 400;
      line-height: 32px;
      font-family: 'Roboto', sans-serif; }
  .footer__list ul li a {
    color: #fff;
    font-size: 19px;
    line-height: 42px;
    font-family: 'Roboto', sans-serif; }
  .footer__bottom h4 {
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto', sans-serif; }

.top-blk {
  border: 1px solid #707070;
  padding: 35px 20px 53px 20px;
  position: relative;
  z-index: 9;
  background: #fff; }

.top-slide-active {
  position: relative; }

.top-slide-active::before {
  position: absolute;
  width: 120px;
  height: 100%;
  content: "";
  right: 0;
  z-index: 9;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#ffffff',GradientType=1); }

.top-slide-active .owl-nav button {
  position: absolute;
  top: 50%;
  left: -12px;
  font-size: 44px !important;
  transform: translate(-50%, -50%); }

.top-slide-active .owl-nav button.owl-next {
  left: auto;
  right: -24px; }

.top-slide-active.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
  padding: 4px;
  border: 6px solid #f9f9f9;
  border-radius: 4px; }

.top-area {
  position: relative;
  padding-top: 130px; }

.shape-4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.top__title h2 {
  font-size: 39px;
  color: #2c2929;
  font-weight: 700;
  margin-bottom: 20px; }
  .top__thumb {
    height: 425px;
    width: 100%; }
  .top__thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.slide__text p {
  font-size: 16px;
  color: #2c2929;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 30px; }
  .slide__text p:last-child {
    margin-bottom: 0px; }

.buy-now a:hover {
  background: #858585;
  color: #fff; }

.basket-add-tr a:hover {
  background: #858585;
  color: #fff; }

.top__thumb {
  position: relative; }

.buy-now {
  position: absolute;
  bottom: 50px; }

.buy-now a {
  z-index: 99;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 3px 17px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #000; }

.basket-add-tr {
  position: absolute;
  bottom: 10px; }

.basket-add-tr a img {
  max-width: 20px;
  position: relative;
  right: -11px;
  top: -2px;
  display: inline-block;
  width: auto;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important; }

.basket-add-tr a {
  background: #fff;
  padding: 10px 56px;
  display: inline-block;
  padding: 3px 17px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #000; }

.number-fr {
  position: absolute;
  bottom: 0;
  right: 0px; }

.number-fr a {
  background: #fff;
  height: 130px;
  display: inline-block;
  font-size: 114px;
  text-align: right;
  color: #000;
  border: 1px solid #000;
  line-height: 130px;
  background: rgba(255, 255, 255, 0.8); }

.categori-area {
  position: relative;
  padding-top: 20px; }

.cat-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.categori__thumb {
  position: relative; }

.cate-2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 975px;
  width: 100%; }

.categori-btn {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translate(-50%); }

.categori-btn a:hover {
  background: #858585;
  color: #fff; }

.categori-btn a {
  line-height: 37px;
  text-align: center;
  display: inline-block;
  width: 146px;
  text-align: center;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #000; }

.gts-text {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translate(-50%); }

.gts-text h2 {
  font-size: 75px;
  color: #fff;
  font-weight: 700; }

.categori__thumb {
  height: 340px;
  width: 100%; }

.categori__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.categori__thumb {
  position: relative;
  margin-bottom: 30px; }
  .categori__title h2 {
    font-size: 39px;
    color: #2c2929;
    font-weight: 700; }
  .categori__sub-text {
    padding-top: 10px; }
  .categori__sub-text h5 {
    font-size: 15px;
    color: #2c2929;
    font-weight: 400;
    text-align: center; }

.categori__thumb.tr {
  margin-bottom: 60px; }

.categori-tab {
  display: inline-block; }

.categori-tab li {
  display: inline-block; }

.categori-tab li a {
  color: #000;
  font-size: 25px;
  font-weight: 400; }

.categori-tab li a.active {
  color: #000;
  position: relative; }

.categori-active .owl-dots {
  display: none; }

.categori-items {
  padding-bottom: 30px; }

.categori-tab li a.active::before {
  position: absolute;
  background: #375970;
  width: 100%;
  height: 3px;
  content: "";
  left: 0;
  bottom: -3px;
  z-index: 999; }

.categori-menu {
  position: relative;
  margin-bottom: 20px; }

.categori-menu:before {
  position: absolute;
  background: #298394;
  width: 100%;
  height: 1px;
  content: "";
  left: 0;
  bottom: -2px;
  z-index: 999; }

.shop-tab {
  position: relative; }

.shop-tab:after {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 1px;
  content: "";
  left: 0;
  bottom: 21px; }

.categori-active .owl-nav button {
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translate(-50%, -50%);
  color: #000 !important;
  font-size: 44px !important; }

.categori-active .owl-nav button.owl-next {
  left: auto;
  right: -32px; }

.popup-area {
  position: relative; }

.cat-5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 674px; }

.most-slider-active .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: -16px;
  font-size: 44px !important;
  color: #2c2929 !important; }

.most-slider-active .owl-nav button.owl-next {
  left: auto;
  right: -32px; }

.popup__title h2 {
  font-size: 39px;
  color: #fff;
  font-weight: 700;
  margin: 0; }
  .popup__text {
    max-width: 800px;
    margin: 0 auto; }
  .popup__text h3 {
    font-size: 39px;
    color: #fff;
    font-weight: 700; }
  .popup__thumb {
    max-width: 800px;
    margin: 0 auto;
    position: relative; }
  .popup__thumb a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #2c2929;
    z-index: 999;
    padding-left: 15px;
    padding-top: 5px; }
  .popup__thumb a:before {
    position: absolute;
    background: #fff;
    width: 100px;
    height: 100px;
    content: "";
    border-radius: 50%;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    opacity: 0.7;
    z-index: -1;
    border: 1px solid #000; }

.most__title h3 {
  font-size: 39px;
  color: #2c2929;
  font-weight: 700;
  margin: 10px 0; }
  .most__thumb {
    position: relative; }
  .most__thumb a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #2c2929;
    z-index: 999;
    padding-left: 15px;
    padding-top: 5px; }
  .most__thumb a:before {
    position: absolute;
    background: #fff;
    width: 70px;
    height: 70px;
    content: "";
    border-radius: 50%;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    opacity: 0.7;
    z-index: -1;
    border: 1px solid #000; }
  .most__thumb span {
    position: absolute;
    bottom: 10px;
    right: 0;
    background: #fff;
    color: #2c2929;
    font-size: 16px;
    font-weight: 400;
    padding: 2px 20px;
    opacity: 0.7;
    border: 1px solid #000;
    transition: 0.3s; }
  .most__thumb span:hover {
    background: #858585;
    color: #fff; }
  .most__body-text p {
    font-size: 16px;
    color: #2c2929;
    line-height: 21px;
    margin-bottom: 46px;
    font-weight: 400; }

.popup-area .container {
  max-width: 1050px;
  margin: 0 auto; }

.view-shop-blk a[aria-expanded="true"] i {
  transform: rotate(-180deg);
  transition: 0.3s; }

.latest-tr {
  border: 1px solid #707070;
  font-size: 16px !important;
  padding: 2px 40px 2px 6px; }

.view-area {
  padding-top: 150px; }

.view__flx {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 4px; }
  .view__site-left {
    border-bottom: 2px solid #ddd;
    padding-bottom: 2px;
    margin-bottom: 11px; }
  .view__site-left ul li {
    display: inline-block;
    padding-right: 12px; }
    .view__site-left ul li a {
      font-size: 20px;
      color: #2c2929; }
  .view__site-link a {
    font-size: 20px;
    color: #2c2929;
    font-weight: 400; }
  .view__wrapper {
    border: 1px solid #707070;
    background: #f9f9f9;
    margin-bottom: 20px; }
  .view__thumb {
    position: relative;
    height: 337px;
    width: 100%; }
  .view__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .view__thumb a {
    position: absolute;
    bottom: 20px;
    right: 40px;
    font-size: 35px;
    color: #fff; }
  .view__content {
    padding: 9px 9px; }
  .view__content a {
    background: #858585;
    display: inline-block;
    font-size: 22px;
    color: #2c2929;
    width: 161px;
    height: 35px;
    padding: 0 10px;
    margin-bottom: 10px;
    color: #fff; }
  .view__content span {
    display: block;
    font-size: 30px;
    color: #2c2929;
    font-weight: 700; }
  .view__content h4 {
    font-size: 22px;
    font-weight: 400;
    color: #2c2929;
    line-height: 22px;
    margin: 0; }
  .view__list {
    border-bottom: 1px solid #ddd; }
  .view__list ul li a {
    font-size: 25px;
    color: #2c2929;
    font-weight: 700;
    line-height: 40px; }
  .view__range {
    text-align: right; }
  .view__range a {
    display: block;
    font-size: 16px;
    color: #2c2929;
    font-weight: 400;
    margin-bottom: 20px; }
  .view__range a img {
    margin-left: 10px; }
  .view__range span {
    display: block;
    position: relative;
    left: -22px;
    margin-bottom: 20px; }
  .view__count span {
    display: inline-block;
    margin-left: 61px;
    font-size: 16px;
    color: #2c2929;
    font-weight: 400; }
  .view__lines-flx {
    display: flex;
    border: 1px solid #707070;
    padding: 0 30px;
    align-items: center;
    box-shadow: 0 7px 14px 1px rgba(230, 230, 230, 0.278);
    margin-bottom: 29px; }
  .view__heard {
    padding-right: 40px; }
  .view__heard a {
    font-size: 42px; }
  .view__pants {
    padding-right: 40px;
    height: 257px;
    width: 100%;
    max-width: 243px; }
  .view__pants img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .view__lines-text h4 {
    font-size: 40px;
    color: #2c2929;
    line-height: 40px;
    font-weight: 400;
    margin: 0; }
  .view__lines-text span {
    color: #2c2929;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 26px;
    display: block; }
  .view__lines-text a {
    background: #707070;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    width: 161px;
    height: 35px;
    display: inline-block;
    padding: 0 10px; }

.view-shop-blk.tr {
  padding-top: 0; }

.view__content:hover a {
  background: 0;
  border: 1px solid #858585;
  color: #2c2929; }

.view__thumb:hover a {
  color: #f00; }

.view__wrapper:hover {
  background: #fff; }

.view-shop-blk li a {
  color: #000;
  font-size: 20px;
  font-weight: 400; }

.view-shop-blk {
  text-align: right;
  padding-top: 80px; }

.view-shop-blk li.active a {
  font-size: 25px;
  font-weight: 700;
  border-bottom: 2px solid; }

#collapseExample li a {
  font-weight: 400;
  font-size: 20px;
  border-bottom: 0; }

.blt-tr {
  border-bottom: 2px solid; }

.view__heard:hover a {
  color: red; }

.view__lines-text a:hover {
  background: 0;
  color: #000;
  border: 1px solid #858585; }

.view__site-link {
  display: flex;
  align-items: center; }

.view__site-link a {
  font-size: 16px;
  color: #2c2929;
  font-weight: 400; }

.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
  border: 1px solid #707070; }

.latest-tr {
  border: 1px solid transparent;
  font-size: 16px !important;
  padding: 2px 40px 2px 6px; }

.btn-secondary {
  color: #333 !important;
  background-color: #fff;
  border-color: transparent;
  padding: 0 4px; }

.btn-secondary:hover {
  background: #fff;
  border: 1px solid #fff; }

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #fff;
  border-color: #4e555b;
  border: transparent; }

.lfrt {
  position: relative;
  left: -15px; }

.view-shop-mobi {
  display: none; }

.filter-btn {
  display: none; }

.user__blk img {
  position: relative;
  top: 1px; }
  .user__blk a {
    background: #2c2929;
    color: #fff;
    padding: 7px 17px;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    border-radius: 30px; }

.user a:hover {
  background: #efb049; }

.news-area {
  padding-top: 140px;
  position: relative; }

.news-shape-1 {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0; }

.news__wrapper {
  border: 2px solid #707070;
  padding: 64px 28px;
  background: #fff; }
  .news__flx {
    display: flex;
    justify-content: center;
    justify-content: space-between; }
  .news__text h5 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    margin-bottom: 26px; }
  .news__title h3 {
    font-size: 39px;
    color: #2c2929;
    font-weight: 700; }

.latest__flx {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #000;
  padding-bottom: 11px;
  margin-bottom: 18px; }
  .latest__thumb {
    flex: 0 0 386px;
    height: 282px;
    width: 100%; }
  .latest__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .latest__text-blk {
    margin-left: 20px; }
  .latest__text-blk h5 {
    font-size: 22px;
    color: #000;
    font-weight: 400; }
  .latest__text-blk p {
    font-size: 16px;
    color: #2c2929;
    font-weight: 400;
    line-height: 21px; }
  .latest__text-blk a {
    border: 1px solid #707070;
    width: 161px;
    height: 35px;
    padding: 0 10px;
    display: inline-block;
    line-height: 31px;
    font-size: 22px;
    font-weight: 400; }

.news__text.tr h5 {
  margin: 0; }

.news__flx.tr {
  position: relative;
  top: 34px; }

.latest__text-blk a:hover {
  background: #858585;
  color: #fff; }

.article-area {
  padding-top: 140px; }

.article__block {
  border: 2px solid #ddd;
  background: #fff; }
  .article__all-content {
    padding: 20px; }
  .article__all-content h3 {
    font-size: 39px;
    color: #2c2929;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .article__all-content h3:before {
    position: absolute;
    background: #2c2929;
    width: 250px;
    height: 1px;
    content: "";
    bottom: 0; }
  .article__all-content span {
    font-size: 20px;
    color: #2c2929;
    font-weight: 400;
    margin-bottom: 10px;
    display: block; }
  .article__thumb {
    margin-bottom: 20px;
    height: 565px;
    width: 100%; }
  .article__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .article__link {
    position: relative;
    margin-bottom: 20px; }
  .article__link:before {
    position: absolute;
    background: #2c2929;
    width: 500px;
    height: 2px;
    top: -8px;
    left: 0;
    content: ""; }
  .article__link:after {
    position: absolute;
    background: #2c2929;
    width: 500px;
    height: 2px;
    bottom: -8px;
    left: 0;
    content: ""; }
  .article__link ul li {
    display: inline-block;
    padding-right: 10px; }
    .article__link ul li a {
      font-size: 16px;
      color: #2c2929;
      font-weight: 700; }
  .article__body-text p {
    font-size: 16px;
    color: #2c2929;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 20px; }
  .article__body-text p span {
    font-size: 25px;
    color: #2c2929;
    margin-bottom: 5px;
    display: block; }
  .article__single-thumb {
    padding-top: 20px;
    height: 486px;
    width: 100%;
    margin-bottom: 50px;
    position: relative; }
  .article__single-thumb a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 45px; }
  .article__single-thumb a:before {
    position: absolute;
    width: 100px;
    height: 100px;
    content: "";
    background: #fff;
    opacity: 0.7;
    z-index: -1;
    top: -13px;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
    margin-left: -4px; }
  .article__single-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 860px; }
  .article__text {
    margin-bottom: 20px; }
  .article__text p {
    font-size: 16px;
    color: #2c2929;
    font-weight: 400;
    line-height: 21px; }
  .article__text p span {
    font-size: 25px;
    color: #2c2929;
    font-weight: 400;
    margin-bottom: 5px;
    display: block; }
  .article__title h3 {
    font-size: 39px;
    color: #2c2929;
    font-weight: 700; }

.article-wrapper {
  margin-left: 21px; }
  .article-wrapper p {
    color: #2c2929;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px; }

.article-area {
  position: relative; }

.articles-shape {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0; }

.collection-bg-area {
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 129px; }

.colle-height {
  min-height: 269px; }

.collection-title h3 {
  color: #2c2929;
  font-size: 39px;
  font-weight: 700; }

.ver-text-bg {
  text-align: center;
  position: relative;
  top: 154px; }
  .ver-text-bg img {
    text-align: center; }

.brand-active .owl-nav button {
  position: absolute;
  top: 50%;
  left: -2px;
  transform: translate(-50%, -50%);
  font-size: 44px !important;
  color: #000 !important; }

.brand-items {
  margin: 20px; }

.brand-active .owl-dots {
  display: none; }

.brand-active.owl-carousel .owl-item img {
  display: block;
  width: auto; }

.brand-active .owl-nav button.owl-next {
  left: auto;
  right: -19px; }

.brand-title h3 {
  font-size: 39px;
  color: #2c2929;
  font-weight: 700;
  margin-bottom: 30px; }

.brand__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  background: #fff;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.051); }
  .brand__thumb img {
    max-width: 160px; }

.basket-area {
  padding-top: 150px; }

.basker-flx {
  display: flex;
  align-items: center; }

.select-flx {
  display: flex;
  align-items: center; }

.basket__wrapper {
  border: 1px solid #707070;
  box-shadow: 0 5px 10px 3px rgba(221, 221, 221, 0.522);
  padding: 6px 0; }
  .basket__blk h4 {
    font-size: 25px;
    font-weight: 400;
    color: #2c2929; }
  .basket__blk h5 {
    font-size: 30px;
    font-weight: 400;
    color: #000;
    font-weight: 700; }
  .basket__thumb {
    flex: 0 0 172px;
    width: 169px;
    height: 169px;
    width: 100%; }
  .basket__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.amount__text a {
  display: block;
  font-size: 12px;
  color: #000;
  font-weight: 700;
  margin-bottom: 3px; }
  .amount__text span {
    display: block;
    font-size: 12px;
    color: #000;
    font-weight: 700; }

.size__inner p {
  display: block;
  font-size: 12px;
  color: #000;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  margin-bottom: 3px; }
  .size__inner span {
    display: block;
    font-size: 12px;
    color: #000;
    font-weight: 700; }

.basket-btn {
  margin-bottom: 20px; }
  .basket-btn a {
    background: #2c2929;
    width: 260px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 25px; }

.code__wrapper {
  border: 1px solid #707070;
  padding: 11px 40px;
  box-shadow: 0 5px 10px 3px rgba(221, 221, 221, 0.522);
  height: 609px;
  position: relative; }
  .code__blk h4 {
    font-size: 16px;
    font-weight: 400;
    color: #2c2929;
    margin-bottom: 18px; }
  .code__contact {
    position: relative; }
  .code__contact input {
    width: 277px;
    height: 46px;
    border: 2px solid #707070;
    padding: 0 10px;
    margin-bottom: 44px; }
  .code__contact button {
    width: 83px;
    height: 46px;
    border: 2px solid #707070;
    position: absolute;
    right: 0;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    background: none; }
  .code__inner {
    margin-bottom: 50px; }
  .code__inner h4 {
    font-size: 16px;
    color: #2c2929;
    font-weight: 400; }
  .code__inner span {
    font-size: 16px;
    color: #2c2929;
    font-weight: 400; }
  .code__body-text p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px; }
  .code__body-text p a {
    text-decoration: underline; }

.delete-tr {
  position: absolute;
  right: 34px;
  top: 10px; }

.delete-fr {
  position: absolute;
  right: 34px; }

.delete-rtt {
  position: absolute;
  right: 34px; }

.total__info {
  margin-bottom: 30px; }
  .total__info h5 {
    font-size: 16px;
    color: #2c2929;
    font-weight: 700;
    margin: 0; }

.continu-button {
  margin-bottom: 16px; }
  .continu-button button {
    width: 100%;
    background: #2c2929;
    height: 45px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    border: 0; }

.accept-card {
  margin-bottom: 20px; }
  .accept-card p {
    font-size: 12px;
    color: #2c2929;
    font-weight: 400;
    margin: 0; }
  .total-flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 2px solid; }

.code-flx {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.select__site .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0;
  border: solid 1px #333;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 25px;
  font-weight: normal;
  height: 38px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  width: 73px;
  color: #000;
  font-weight: 400;
  margin-right: 12px; }

.select__site .nice-select::after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: '';
  display: block;
  height: 12px;
  margin-top: -8px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 12px; }

.select__site a {
  position: relative;
  top: 11px; }

.select__site {
  flex: 0 0 150px;
  width: 10px; }

.amount__text {
  flex: 0 0 170px;
  width: 170px; }

.size__inner {
  width: 100%;
  flex: 0 0 142px; }

.basket__blk {
  margin-top: -8px; }

.register-area {
  padding-top: 180px; }

.register-form {
  border: 1px solid #707070;
  max-width: 792px;
  margin: 0 auto;
  box-shadow: 0 2px 20px 7px rgba(244, 244, 244, 0.541); }

.register__flx {
  display: flex;
  align-items: center;
  align-items: center;
  padding: 20px 28px 45px 28px; }
  .register__text {
    flex: 0 0 251px; }
  .register__logo {
    max-width: 140px; }
  .register__link {
    text-align: center;
    max-width: 260px;
    margin: 0 auto; }
  .register__link p {
    font-size: 20px;
    color: #000;
    text-align: left;
    margin-bottom: 24px; }
  .register__link h5 {
    font-size: 25px;
    color: #2c2929;
    text-align: left; }
  .register__link ul {
    margin-bottom: 20px; }
  .register__link ul li {
    position: relative;
    text-align: left;
    padding-left: 70px; }
    .register__link ul li img {
      position: absolute;
      left: 0; }
    .register__link ul li a {
      font-size: 25px;
      color: #2c2929;
      line-height: 55px; }
  .register__contact {
    display: flex;
    align-items: center;
    justify-content: center; }
  .register__input input {
    display: block;
    width: 313px;
    border: 0;
    border-bottom: 2px solid #2c2929;
    background: none;
    font-size: 20px;
    height: 45px; }
  .register__lable lable {
    display: block;
    font-size: 25px;
    color: #000; }

.register__text h5 {
  font-size: 25px;
  color: #2c2929;
  font-weight: 400;
  margin: 0; }
  .register__text p {
    font-size: 20px;
    color: #949494;
    font-weight: 400; }

.regi-content p {
  font-size: 12px;
  color: #9e9e9e;
  text-align: center;
  margin-bottom: 6px; }

.regi-btn button {
  width: 100%;
  color: #fff;
  background: #2c2929;
  font-size: 25px;
  height: 45px;
  border: 0; }

.regi-lable {
  text-align: right; }
  .regi-lable lable {
    display: block;
    font-size: 25px;
    color: #000;
    margin-bottom: 39px;
    line-height: 1; }
  .regi-lable lable:last-child {
    margin-bottom: 4px; }

.regi-input-blk input {
  display: block;
  border: 0;
  border-bottom: 2px solid #2c2929;
  width: 313px;
  background: 0;
  margin-bottom: 39px; }
  .regi-input-blk input:last-child {
    margin-bottom: 4px; }

.regi-blcok {
  padding: 0 111px; }

.regi-tr {
  font-size: 16px;
  color: #9e9e9e;
  font-weight: 400;
  text-align: center;
  display: block;
  margin-left: -242px;
  margin-bottom: 30px;
  text-align: center; }

.pd-tr {
  padding: 70px 70px 0px 70px; }

.pd-tr:last-child {
  padding: 0px 100px; }

.login-form-wrap {
  border: 2px solid #707070;
  max-width: 792px;
  margin: 0 auto;
  box-shadow: 0 2px 20px 7px rgba(244, 244, 244, 0.541); }

.login-area {
  padding-top: 170px;
  padding-bottom: 200px; }

.login__blk lable {
  display: block;
  font-size: 25px;
  color: #2c2929;
  line-height: 1;
  margin-bottom: 68px;
  text-align: center; }
  .login__blk lable:last-child {
    margin-bottom: 40px; }
  .login__contact input {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #2c2929;
    background: 0;
    margin-bottom: 68px; }
  .login__contact input:last-child {
    margin-bottom: 40px; }
  .login__sign-btn {
    margin-bottom: 16px; }
  .login__sign-btn button {
    width: 263px;
    height: 45px;
    background: #2c2929;
    color: #fff;
    font-size: 25px;
    border: 0; }
  .login__forget-btn {
    margin-bottom: 17px; }
  .login__forget-btn button {
    width: 100%;
    height: 45px;
    background: #2c2929;
    color: #fff;
    font-size: 25px;
    border: 0; }

.login-regi-btn {
  text-align: right;
  position: relative;
  top: 16px; }
  .login-regi-btn a {
    width: 167px;
    height: 45px;
    background: #2c2929;
    color: #fff;
    font-size: 25px;
    display: inline-block;
    text-align: center; }

.login-check {
  text-align: center;
  margin-bottom: 61px; }

.login-check lable {
  font-size: 25px; }

.login-check .containerr {
  font-size: 25px;
  color: #2c2929; }

.login-check input {
  width: 35px;
  height: 35px;
  border-radius: 0;
  border: 1px solid; }

.login-check input {
  width: 35px;
  height: 35px;
  border-radius: 0;
  border: 1px solid;
  position: relative;
  top: 7px;
  left: 10px; }

.about-area {
  padding-top: 150px;
  padding-bottom: 69px; }

.tweet-wrap {
  border: 2px solid #707070;
  padding: 16px 11px;
  box-shadow: 0 2px 20px 7px rgba(244, 244, 244, 0.541); }

.about__wrapper {
  border: 2px solid #707070;
  box-shadow: 0 2px 20px 7px rgba(244, 244, 244, 0.541); }
  .about__btn a {
    background: #2c2929;
    color: #fff;
    width: 252px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    padding: 0 30px;
    position: relative;
    top: 16px; }
  .about__content {
    padding: 80px 97px 228px 89px; }
  .about__content p {
    font-size: 16px;
    color: #2c2929;
    line-height: 24px; }

.tweet__title h4 {
  font-size: 22px;
  color: #2c2929;
  font-weight: 400;
  border-bottom: 2px solid #2c2929;
  margin: 0;
  padding-bottom: 6px;
  margin-bottom: 12px; }
  .tweet__title h4 a {
    color: #1492e6; }
  .tweet__flx {
    display: flex;
    align-items: center; }
  .tweet__logo {
    padding-right: 10px; }
  .tweet__inner h4 {
    font-size: 22px;
    color: #2c2929;
    margin: 0; }
  .tweet__inner a {
    font-size: 12px;
    color: #979797; }
  .tweet__body-text {
    border-bottom: 2px solid #707070;
    padding-bottom: 29px;
    margin-bottom: 20px; }
  .tweet__body-text p {
    font-size: 15px;
    color: #2c2929;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 5px; }

.tweet__body-text.tr {
  border-bottom: 0;
  margin-bottom: 0; }

.aboute-logo {
  margin-left: -20%; }

.contact-form {
  padding-top: 170px; }

.text-area textarea {
  width: 313px;
  height: 241px;
  border: 0;
  border: 2px solid #2c2929;
  padding: 20px;
  font-size: 15px;
  color: #2c2929;
  line-height: 20px; }

.contact-bd-blk {
  border: 2px solid #707070;
  max-width: 792px;
  margin: 0 auto;
  box-shadow: 0 2px 20px 7px rgba(244, 244, 244, 0.541); }

.cnt-bt {
  padding: 98px 83px 67px 83px; }

.contact__form-blk {
  margin-bottom: 33px; }
  .contact__form-blk input {
    display: block;
    width: 313px;
    border: 0;
    border-bottom: 2px solid #2c2929; }
  .contact__lable lable {
    display: block;
    font-size: 20px;
    color: #2c2929;
    font-weight: 400;
    text-align: right;
    font-size: 18px; }
  .contact__text-lable lable {
    color: #2c2929;
    font-size: 20px;
    float: right;
    position: relative;
    top: 24px; }

.contact-btn-tr a {
  background: #2c2929;
  width: 391px;
  display: inline-block;
  height: 45px;
  font-size: 20px;
  color: #fff;
  line-height: 45px; }

.product_details_section {
  padding-top: 20px;
  padding-bottom: 60px; }

.details__content h4 {
  font-size: 39px;
  color: #000;
  font-weight: 400;
  line-height: 39px;
  margin-bottom: 12px; }
  .details__content span {
    font-size: 39px;
    color: #375970;
    font-weight: 700;
    margin-bottom: 20px; }
  .details__flx {
    display: flex;
    margin-bottom: 20px; }
  .details__inner {
    width: 230px;
    flex: 0 0 230px; }
  .details__inner span {
    font-size: 17px;
    color: #000; }
  .details__inner-lft span {
    font-size: 17px;
    color: #000; }
  .details__button {
    max-width: 395px;
    position: relative;
    top: 92px; }
  .details__button a {
    background: #477e27;
    width: 145px;
    height: 31px;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    padding: 0 10px;
    border-radius: 2px;
    margin-right: 22px; }

.details-body-text {
  margin-left: 200px; }

.footer_slider {
  padding-right: 20px; }

.color-dot {
  margin-bottom: 35px; }
  .color-dot p {
    font-size: 17px;
    color: #000;
    margin: 0; }

.cls-color {
  background: #d89e19 !important; }

.detalis-title h4 {
  color: #375970;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px; }

.single-text {
  margin-bottom: 24px; }
  .single-text h5 {
    font-size: 20px;
    color: #000;
    margin: 0;
    font-weight: 700; }
  .single-text p {
    font-size: 16px;
    color: #000;
    margin: 0;
    font-weight: 400;
    line-height: 22px;
    padding-right: 248px; }
  .single-text p span {
    font-weight: 700; }

.cls-2 {
  background: #243782 !important; }

.cls-3 {
  background: #afaf26 !important; }

.color-dot span {
  width: 22px;
  height: 22px;
  line-height: 20px;
  background: #5c9c40;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  box-shadow: 1px 3px 6px 2px #efefef; }

.color-dot {
  position: relative; }

.details-select .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 31px;
  line-height: 42px;
  outline: none;
  padding-left: 0;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  width: 255px;
  border-bottom: 1px solid #8a8a8a;
  font-size: 15px;
  color: #8a8a8a; }
/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1449px) {
  .footer__list ul li a {
    font-size: 16px;
    line-height: 38px; }

  .footer__widget h4 {
    font-size: 18px; }

  .contact__check .containerr {
    font-size: 16px; }

  .contact__check .checkmark {
    top: 0px; }

  .contact__text p {
    font-size: 18px; }

  .fashon__content h3 {
    font-size: 32px; }

  .shop__text h2 {
    font-size: 32px;
    margin-bottom: 4px; }

  .tab__wrapper ul li a {
    font-size: 18px; }

  .haves__title h2 {
    font-size: 32px;
    margin-bottom: 15px; }

  .makeup__box a {
    font-size: 16px;
    line-height: 48px; }

  .btn-tr {
    font-size: 16px; }

  .welcom__content h2 {
    font-size: 32px; }

  .header__main-menu ul li a {
    font-size: 16px; }

  .categori__title h2 {
    font-size: 32px; }

  .categori-tab li a {
    font-size: 18px; }

  .gts-text h2 {
    font-size: 24px; }

  .cate-2 {
    height: 800px; }

  .popup__title h2 {
    font-size: 32px;
    margin-bottom: 20px; }

  .popup__text h3 {
    font-size: 32px; }

  .cat-5 {
    height: 580px; }

  .most__title h3 {
    font-size: 32px; }

  .view-area {
    padding-bottom: 50px; }

  .view__content h4 {
    font-size: 16px;
    line-height: 22px; }

  .view__content span {
    font-size: 24px; }

  .user-area {
    padding-bottom: 70px;
    padding-top: 50px; }

  .view__lines-text h4 {
    font-size: 32px; }

  .news__title h3 {
    font-size: 32px; }

  .news-area {
    padding-bottom: 50px; }

  .article__title h3 {
    font-size: 32px; }

  .article__all-content h3 {
    font-size: 32px; }

  .collection-title h3 {
    font-size: 32px; }

  .brand-title h3 {
    font-size: 32px; }

  .basket__blk h4 {
    font-size: 18px; }

  .basket__blk h5 {
    font-size: 24px; }

  .basket-btn a {
    line-height: 45px;
    font-size: 20px; }

  .register__text h5 {
    font-size: 18px; }

  .register__text p {
    font-size: 16px; }

  .register__link p {
    font-size: 17px; }

  .regi-lable lable {
    font-size: 18px;
    margin-bottom: 39px;
    line-height: 1; }

  .regi-input-blk input {
    display: block;
    margin-bottom: 27px; }

  .register__link ul li a {
    font-size: 18px;
    line-height: 55px; }

  .register__link h5 {
    font-size: 16px; }

  .regi-btn button {
    font-size: 16px; }

  .details__content h4 {
    font-size: 32px; }

  .product_details_section {
    padding-top: 20px;
    padding-bottom: 20px; } }
/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .footer__list ul li a {
    font-size: 16px;
    line-height: 38px; }

  .footer__widget h4 {
    font-size: 18px; }

  .contact__check .containerr {
    font-size: 16px; }

  .contact__check .checkmark {
    top: 0px; }

  .contact__text p {
    font-size: 18px; }

  .fashon__content h3 {
    font-size: 32px; }

  .shop__text h2 {
    font-size: 32px;
    margin-bottom: 4px; }

  .tab__wrapper ul li a {
    font-size: 18px; }

  .haves__title h2 {
    font-size: 32px;
    margin-bottom: 15px; }

  .makeup__box a {
    font-size: 16px;
    line-height: 48px; }

  .btn-tr {
    font-size: 16px; }

  .welcom__content h2 {
    font-size: 32px; }

  .header__main-menu ul li a {
    font-size: 16px; }

  .header__main-menu ul li {
    margin: 0 45px; }

  .categori__title h2 {
    font-size: 32px; }

  .categori-tab li a {
    font-size: 18px; }

  .gts-text h2 {
    font-size: 30px; }

  .cate-2 {
    height: 800px; }

  .popup__title h2 {
    font-size: 32px; }

  .popup__text h3 {
    font-size: 32px; }

  .cat-5 {
    height: 580px; }

  .most__title h3 {
    font-size: 32px; }

  .most-slider-active .owl-nav button {
    left: -9px;
    font-size: 34px !important; }

  .most-slider-active .owl-nav button.owl-next {
    left: auto;
    right: -20px; }

  .top__title h2 {
    font-size: 32px;
    margin-bottom: 20px; }

  .view-area {
    padding-bottom: 50px; }

  .view__content h4 {
    font-size: 16px;
    line-height: 22px; }

  .view__content span {
    font-size: 24px; }

  .user-area {
    padding-bottom: 70px;
    padding-top: 50px; }

  .view__thumb {
    height: auto; }

  .view__list ul li a {
    font-size: 18px; }

  .view-shop-blk li.active a {
    font-size: 20px;
    border-bottom: 2px solid; }

  .user__blk a {
    padding: 7px 17px;
    font-size: 15px; }

  .view__lines-text h4 {
    font-size: 22px; }

  .news__title h3 {
    font-size: 32px; }

  .news-area {
    padding-bottom: 50px; }

  .article__title h3 {
    font-size: 32px; }

  .article__all-content h3 {
    font-size: 32px; }

  .article-area {
    padding-bottom: 50px; }

  .collection-title h3 {
    font-size: 32px; }

  .brand-title h3 {
    font-size: 32px; }

  .basket__blk h4 {
    font-size: 18px; }

  .basket__blk h5 {
    font-size: 24px; }

  .basket-btn a {
    line-height: 45px;
    font-size: 20px; }

  .amount__text {
    flex: 0 0 130px;
    width: 130px; }

  .select__site {
    flex: 0 0 130px;
    width: 10px; }

  .basket-area {
    padding-bottom: 60px; }

  .tweet__title h4 {
    font-size: 18px; }

  .about__content {
    padding: 80px 97px 192px 89px; }

  .register__text h5 {
    font-size: 18px; }

  .register__text p {
    font-size: 16px; }

  .register__link p {
    font-size: 17px; }

  .regi-lable lable {
    font-size: 18px;
    margin-bottom: 39px;
    line-height: 1; }

  .regi-input-blk input {
    display: block;
    margin-bottom: 27px; }

  .register__link ul li a {
    font-size: 18px;
    line-height: 55px; }

  .register__link h5 {
    font-size: 16px; }

  .regi-btn button {
    font-size: 16px; }

  .details__content h4 {
    font-size: 32px; }

  .product_details_section {
    padding-top: 20px;
    padding-bottom: 20px; }

  .gallery-top .swiper-wrapper .swiper-slide img {
    max-width: 100%;
    height: 400px;
    width: 100% !important;
    max-width: 364px; }

  .single-text p {
    font-size: 16px;
    line-height: 22px;
    padding-right: 0; }

  .details-body-text {
    margin-left: 0; } }
/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .footer__list ul li a {
    font-size: 14px;
    line-height: 38px; }

  .footer__widget h4 {
    font-size: 14px; }

  .contact__check .containerr {
    font-size: 16px; }

  .contact__check .checkmark {
    top: 0px; }

  .contact__text p {
    font-size: 18px; }

  .fashon__content h3 {
    font-size: 32px; }

  .shop__text h2 {
    font-size: 32px;
    margin-bottom: 4px; }

  .tab__wrapper ul li a {
    font-size: 18px; }

  .haves__title h2 {
    font-size: 32px;
    margin-bottom: 15px; }

  .makeup__box a {
    font-size: 16px;
    line-height: 48px; }

  .btn-tr {
    font-size: 16px; }

  .welcom__content h2 {
    font-size: 32px; }

  .header__main-menu ul li a {
    font-size: 16px; }

  .header__main-menu ul li {
    margin: 0 35px; }

  .header__search input {
    width: 100%; }

  .header__link-inner a {
    margin-left: 13px; }

  .header__link-info {
    margin-left: 10px; }

  .makeup__thumb {
    height: auto;
    width: 100% !important; }

  .haves-items {
    width: 100%; }

  .fashon__thumb {
    height: 340px; }

  .fashon__content {
    margin-top: -50px;
    text-align: left;
    margin-bottom: 20px; }

  .fashon__content.tr {
    padding-top: 70px; }

  .footer__link ul li {
    margin-left: 28px; }

  .footer__link ul li a {
    font-size: 15px;
    line-height: 29px; }

  .footer-wrapper.fr {
    margin-left: 0; }

  .footer__list::before {
    width: 1px;
    left: -22px;
    top: 0; }

  .footer__widget {
    margin-bottom: 30px; }

  .footer__bottom h4 {
    font-size: 16px; }

  .off-canvas-menu-wrap {
    display: none; }

  .toggle-bar {
    display: none; }

  .categori__title h2 {
    font-size: 32px; }

  .categori-tab li a {
    font-size: 18px; }

  .gts-text h2 {
    font-size: 30px; }

  .cate-2 {
    height: 800px; }

  .popup__title h2 {
    font-size: 32px; }

  .popup__text h3 {
    font-size: 32px; }

  .cat-5 {
    height: 390px; }

  .most__title h3 {
    font-size: 32px; }

  .most-slider-active .owl-nav button {
    left: -9px;
    font-size: 34px !important; }

  .most-slider-active .owl-nav button.owl-next {
    left: auto;
    right: -20px; }

  .top__title h2 {
    font-size: 32px;
    margin-bottom: 20px; }

  .top__thumb {
    height: auto;
    width: 100%; }

  .view-area {
    padding-bottom: 50px; }

  .view__content h4 {
    font-size: 16px;
    line-height: 22px; }

  .view__content span {
    font-size: 24px; }

  .user-area {
    padding-bottom: 70px;
    padding-top: 50px; }

  .view__thumb {
    height: auto; }

  .view__list ul li a {
    font-size: 18px; }

  .view-shop-blk li.active a {
    font-size: 20px;
    border-bottom: 2px solid; }

  .user__blk a {
    padding: 7px 17px;
    font-size: 15px; }

  .view-shop-blk {
    text-align: left;
    padding-top: 60px; }

  .view__list {
    border-bottom: 1px solid #ddd;
    text-align: left !important; }

  .view__range {
    text-align: left; }

  .view__range span {
    left: 0; }

  .user__blk img {
    display: block;
    text-align: center;
    margin: 0 auto; }

  .user__blk {
    margin-bottom: 30px; }

  .view__lines-text h4 {
    font-size: 22px; }

  .news__title h3 {
    font-size: 32px; }

  .news-area {
    padding-bottom: 50px; }

  .latest__flx {
    display: block; }

  .latest__thumb {
    margin-bottom: 30px; }

  .latest__text-blk a {
    font-size: 18px; }

  .article__title h3 {
    font-size: 32px; }

  .article__all-content h3 {
    font-size: 32px; }

  .article-area {
    padding-bottom: 50px; }

  .article__body-text p span {
    font-size: 18px; }

  .collection-title h3 {
    font-size: 32px; }

  .brand-title h3 {
    font-size: 32px; }

  .basket__blk h4 {
    font-size: 18px; }

  .basket__blk h5 {
    font-size: 24px; }

  .basket-btn a {
    line-height: 45px;
    font-size: 20px; }

  .amount__text {
    flex: 0 0 130px;
    width: 130px; }

  .select__site {
    flex: 0 0 130px;
    width: 10px; }

  .basket-area {
    padding-bottom: 60px; }

  .login__blk lable {
    font-size: 20px;
    margin-bottom: 50px; }

  .login__contact input {
    background: 0;
    margin-bottom: 40px; }

  .login__forget-btn button {
    font-size: 18px; }

  .login-check .containerr {
    font-size: 18px; }

  .login__sign-btn button {
    font-size: 18px; }

  .login-regi-btn a {
    height: 45px;
    font-size: 18px;
    line-height: 42px; }

  .login-area {
    padding-top: 40px;
    padding-bottom: 70px; }

  .tweet__title h4 {
    font-size: 18px; }

  .about__content {
    padding: 80px 97px 100px 89px; }

  .about__wrapper {
    margin-bottom: 30px; }

  .contact__lable lable {
    font-size: 14px;
    margin: 4px 0; }

  .text-area textarea {
    height: 190px; }

  .cnt-bt {
    padding: 50px 83px 67px 83px; }

  .register__text h5 {
    font-size: 18px; }

  .register__text p {
    font-size: 16px; }

  .register__link p {
    font-size: 17px; }

  .regi-lable lable {
    font-size: 18px;
    margin-bottom: 39px;
    line-height: 1; }

  .regi-input-blk input {
    display: block;
    margin-bottom: 27px; }

  .register__link ul li a {
    font-size: 18px;
    line-height: 50px; }

  .register__link h5 {
    font-size: 16px; }

  .regi-btn button {
    font-size: 16px; }

  .register__link ul li img {
    position: absolute;
    left: 0;
    max-width: 40px; }

  .details__content h4 {
    font-size: 24px; }

  .product_details_section {
    padding-top: 20px;
    padding-bottom: 20px; }

  .gallery-top .swiper-wrapper .swiper-slide img {
    max-width: 100%;
    height: 400px;
    width: 100% !important;
    max-width: 364px; }

  .single-text p {
    font-size: 16px;
    line-height: 22px;
    padding-right: 0; }

  .details-body-text {
    margin-left: 0;
    padding-top: 70px; }

  .details__button {
    max-width: 395px;
    position: relative;
    top: 30px; }

  .view-shop-blk {
    padding-top: 0; }

  .view-shop-mobi {
    display: block;
    padding-top: 20px; }

  .view-shop.ttr {
    display: none; }

  .btn-primary {
    color: #fff;
    background-color: #2c2929;
    border-color: #2c2929;
    width: 100%;
    text-align: left; }

  .btn focus {
    outline: 0; }

  .view__site-link {
    text-align: center;
    margin-bottom: 30px;
    display: block;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px; }

  .filter-btn {
    position: absolute;
    right: 20px;
    top: -1px;
    font-size: 26px;
    display: block; }

  .profile-area {
    padding-bottom: 20px; }

  .view-shop-mobi a i {
    position: absolute;
    right: 30px;
    top: 30px; }

  .btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
    box-shadow: none !important; } }
/* SM Small Device :320px. */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* off-canvas css Start */
  /* off-canvas End */
    .off-canvas-menu-wrap {
      width: 300px;
      height: 100%;
      background: #fff;
      z-index: 99999;
      position: fixed;
      top: 0;
      left: 0;
      transition: 0.3s;
      transform: translateX(-300px); }
    .header__mbrt {
      padding: 20px;
      position: relative; }
    .header__mbrt input {
      width: 100%;
      border: 0;
      border-bottom: 1px solid #333;
      padding: 0 10px; }
    .header__mbrt i {
      position: absolute;
      left: 50%;
      transform: translate(-50%); }
    .header__mbrt input {
      width: 100%;
      border: 0;
      border-bottom: 1px solid #333;
      padding: 0 10px; }
    .off-canvas-menu-wrap.active {
      transform: translateX(0); }
    .off-canvas-menu {
      padding-top: 50px;
      padding-left: 20px;
      padding-right: 20px; }
    .off-canvas-menu li {
      list-style: none;
      padding: 0; }
    .off-canvas-menu li a {
      font-size: 16px;
      color: #333;
      position: relative;
      transition: 0.3s;
      font-weight: 500;
      display: block;
      padding: 10px 0;
      border-bottom: 1px solid #ddd; }
    .cls-off-canvas-menu {
      position: absolute;
      top: 26px;
      right: 20px;
      font-size: 28px;
      color: #222;
      cursor: pointer; }
    .toggle-bar i {
      font-size: 30px;
      color: #fff;
      cursor: pointer; }
    .toggle-bar {
      display: block; }
    .off-canvas-overlay {
      background: #000;
      position: fixed;
      width: 100%;
      height: 100%;
      opacity: 0;
      top: 0;
      left: 0;
      z-index: 9;
      visibility: hidden;
      transition: 0.3s;
      cursor: pointer; }
    .off-canvas-overlay.active {
      opacity: 0.5;
      visibility: visible; }
    .off-canvas-menu-wrap {
      display: block; }
    .toggle-bar {
      display: block; }
    .header__main-menu {
      display: none; }
    .header__site-right {
      display: none; }
    .header__search {
      display: none; }
    .profile-active .owl-nav button {
      left: -6px;
      font-size: 34px !important; }
    .profile-active .owl-nav button.owl-next {
      right: -19px; }
    .makeup__thumb {
      height: auto;
      width: 100% !important;
      margin-bottom: 30px; }
    .welcom__thumb {
      margin-bottom: 30px; }
    .btn-tr {
      bottom: 38px;
      font-size: 16px; }
    .welcom-wrapper {
      padding-bottom: 40px; }
    .haves-active .owl-nav button {
      left: -8px;
      font-size: 34px !important; }
    .haves-active .owl-nav button.owl-next {
      left: auto;
      right: -21px; }
    .tab__wrapper ul li a {
      font-size: 16px; }
    .tab-btn a {
      width: 117px;
      height: 28px;
      font-size: 12px;
      line-height: 25px; }
    .fashon__thumb {
      height: 260px;
      width: 100%; }
    .fashon__content {
      margin-top: -50px;
      text-align: left;
      margin-bottom: 30px; }
    .fashon-active .owl-nav button {
      top: 50%;
      left: -15px;
      font-size: 34px !important; }
    .fashon-active .owl-nav button.owl-next {
      left: auto;
      right: -14px; }
    .footer__list::before {
      display: none; }
    .contact__form button {
      font-size: 16px; }
    .footer-wrapper.fr {
      margin-left: 0; }
    .footer__widget {
      margin-bottom: 15px; }
    .footer__widget h4 {
      font-size: 16px; }
    .footer__list ul li a {
      font-size: 14px;
      line-height: 30px; }
    .footer-wrapper {
      margin-bottom: 30px; }
    .footer__link ul li a {
      font-size: 16px; }
    .header__logo {
      position: relative; }
    .toggle-bar {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(-50%, -50%); }
    .tab-slider_active .owl-nav button {
      top: 38%;
      left: 3px;
      color: #333 !important;
      font-size: 33px !important; }
    .tab-slider_active .owl-nav button.owl-next {
      left: auto;
      right: -7px; }
    .profile-area {
      padding-bottom: 30px; }
    .header__logo a img {
      max-width: 120px; }
    .categori__thumb {
      height: auto;
      width: 100%; }
    .categori__title h2 {
      font-size: 32px; }
    .categori-tab li a {
      font-size: 18px; }
    .gts-text h2 {
      font-size: 30px; }
    .cate-2 {
      height: 520px; }
    .popup__title h2 {
      font-size: 32px; }
    .popup__text h3 {
      font-size: 32px;
      margin-bottom: 20px; }
    .cat-5 {
      height: 350px; }
    .most__title h3 {
      font-size: 32px; }
    .most-slider-active .owl-nav button {
      left: 4px;
      font-size: 34px !important; }
    .most-slider-active .owl-nav button.owl-next {
      left: auto;
      right: -4px; }
    .top__title h2 {
      font-size: 32px;
      margin-bottom: 20px; }
    .top__thumb {
      height: auto;
      width: 100%; }
    .cat-3 {
      height: 360px; }
    .categori-active .owl-nav button {
      top: 50%;
      left: 3px; }
    .categori-active .owl-nav button.owl-next {
      left: auto;
      right: -13px; }
    .footer__bottom {
      padding-top: 20px; }
    .most__thumb a {
      font-size: 30px;
      z-index: 999;
      padding-left: 9px;
      padding-top: 5px; }
    .most__thumb a::before {
      width: 55px;
      height: 55px; }
    .popup__thumb a {
      font-size: 40px;
      padding-left: 7px;
      padding-top: 5px;
      line-height: 69px; }
    .popup__thumb a::before {
      width: 80px;
      height: 80px; }
    .view-area {
      padding-bottom: 50px; }
    .view__content h4 {
      font-size: 16px;
      line-height: 22px; }
    .view__content span {
      font-size: 24px; }
    .user-area {
      padding-bottom: 70px;
      padding-top: 50px; }
    .view__thumb {
      height: auto; }
    .view__list ul li a {
      font-size: 18px; }
    .view-shop-blk li.active a {
      font-size: 20px;
      border-bottom: 2px solid; }
    .user__blk a {
      padding: 7px 17px;
      font-size: 15px; }
    .view-shop-blk {
      text-align: left;
      padding-top: 60px; }
    .view__list {
      border-bottom: 1px solid #ddd;
      text-align: left !important; }
    .view__range {
      text-align: left; }
    .view__range span {
      left: 0; }
    .user__blk img {
      display: block;
      text-align: center;
      margin: 0 auto; }
    .user__blk {
      margin-bottom: 30px; }
    .haves-items {
      height: auto;
      width: 100%; }
    .categori-area {
      margin-bottom: 10px; }
    .view__lines-text h4 {
      font-size: 18px; }
    .view__lines-flx {
      display: block; }
    .view__pants {
      padding-right: 0;
      height: auto;
      width: 100%;
      max-width: 100%; }
    .view__lines-text {
      margin-bottom: 20px; }
    .news__title h3 {
      font-size: 32px; }
    .news-area {
      padding-bottom: 50px; }
    .latest__flx {
      display: block; }
    .latest__thumb {
      margin-bottom: 30px; }
    .latest__text-blk a {
      font-size: 18px; }
    .latest__thumb {
      height: auto;
      width: 100%; }
    .news__flx {
      display: block; }
    .news__text {
      text-align: center; }
    .article__title h3 {
      font-size: 32px; }
    .article__all-content h3 {
      font-size: 32px; }
    .article-area {
      padding-bottom: 50px; }
    .article__body-text p span {
      font-size: 18px; }
    .article__link::before {
      width: 100%; }
    .article__link::after {
      width: 100%; }
    .article__single-thumb {
      height: auto;
      width: 100%; }
    .article__thumb {
      height: auto;
      width: 100%; }
    .basket__blk h4 {
      font-size: 18px; }
    .basket__blk h5 {
      font-size: 24px; }
    .basket-btn a {
      line-height: 45px;
      font-size: 20px; }
    .amount__text {
      flex: 0 0 120px;
      width: 120px; }
    .select__site {
      flex: 0 0 123px;
      width: 10px; }
    .basket-area {
      padding-bottom: 60px; }
    .basker-flx {
      display: block; }
    .basket__thumb {
      width: 169px;
      height: auto;
      width: 100%; }
    .basket__blk {
      margin-top: -8px;
      padding: 0 17px; }
    .basket__wrapper {
      padding: 6px 0;
      margin-bottom: 26px; }
    .brand__thumb img {
      max-width: 100px; }
    .brand__thumb {
      height: 140px; }
    .basket-area {
      overflow: hidden; }
    .login__blk lable {
      font-size: 17px;
      margin-bottom: 58px; }
    .login__contact input {
      background: 0;
      margin-bottom: 40px; }
    .login__forget-btn button {
      font-size: 18px; }
    .login-check .containerr {
      font-size: 18px; }
    .login__sign-btn button {
      font-size: 18px; }
    .login-regi-btn a {
      height: 45px;
      font-size: 18px;
      line-height: 42px; }
    .login-area {
      padding-top: 40px;
      padding-bottom: 70px; }
    .pd-tr {
      padding: 40px 19px 0px 15px; }
    .login-check {
      text-align: center;
      margin-bottom: 30px; }
    .login-check input {
      width: 30px;
      height: 30px; }
    .login__logo img {
      max-width: 120px; }
    .tweet__title h4 {
      font-size: 18px; }
    .about__content {
      padding: 30px 15px; }
    .about__wrapper {
      margin-bottom: 30px; }
    .about__content p {
      font-size: 15px;
      margin: 0; }
    .aboute-logo {
      margin-left: 0;
      max-width: 120px;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 20px; }
    .text-area textarea {
      height: 190px; }
    .cnt-bt {
      padding: 50px 83px 67px 83px; }
    .contact__lable lable {
      font-size: 14px;
      margin: 4px 0; }
    .contact-btn-tr a {
      width: 230px;
      height: 45px;
      font-size: 16px; }
    .cnt-bt {
      padding: 20px; }
    .contact__form-blk input {
      width: 100%; }
    .text-area textarea {
      height: 190px;
      width: 100%; }
    .contact-form {
      padding-bottom: 60px;
      padding-top: 30px; }
    .contact-form-logo img {
      max-width: 120px; }
    .register__text h5 {
      font-size: 18px; }
    .register__text p {
      font-size: 16px; }
    .register__link p {
      font-size: 17px; }
    .regi-lable lable {
      font-size: 18px;
      margin-bottom: 39px;
      line-height: 1; }
    .regi-input-blk input {
      display: block;
      margin-bottom: 27px; }
    .register__link ul li a {
      font-size: 18px;
      line-height: 50px; }
    .register__link h5 {
      font-size: 16px; }
    .regi-btn button {
      font-size: 16px; }
    .register__link ul li img {
      position: absolute;
      left: 0;
      max-width: 40px; }
    .regi-blcok {
      padding: 0 12px; }
    .regi-input-blk input {
      width: 100%; }
    .regi-tr {
      margin-left: 0; }
    .register__text {
      flex: 0 0 200px; }
    .makeup__box a {
      font-size: 16px; }
    .haves__title h2 {
      font-size: 32px; }
    .shop__text h2 {
      font-size: 32px; }
    .fashon__content h3 {
      font-size: 32px; }
    .fashon__content p {
      padding-top: 20px; }
    .contact__text p {
      font-size: 16px;
      line-height: 21px;
      margin-bottom: 20px; }
    .contact__check .containerr {
      font-size: 16px; }
    .footer__logo a img {
      max-width: 120px; }
    .categori-btn::before {
      width: 120px;
      height: 40px; }
    .categori-btn a {
      line-height: 37px;
      width: 120px; }
    .categori-items {
      padding-bottom: 0px;
      margin: 15px; }
    .gts-text h2 {
      font-size: 24px; }
    .tab-items {
      margin: 15px; }
    .popup__title h2 {
      font-size: 32px;
      margin-bottom: 20px; }
    .most-slide-items {
      margin: 15px; }
    .most__thumb span {
      right: 4px;
      font-size: 11px;
      padding: 2px 8px; }
    .most__thumb a {
      font-size: 20px;
      padding-left: 4px;
      padding-top: 8px; }
    .most__thumb a::before {
      width: 48px;
      height: 48px; }
    .view__flx {
      display: block; }
    .view__site-left {
      text-align: center; }
    .view__site-link {
      text-align: center;
      margin-bottom: 30px; }
    .latest__text-blk {
      margin-left: 0; }
    .news-area {
      padding-bottom: 10px; }
    .user-area {
      padding-bottom: 40px;
      padding-top: 48px; }
    .colle-height {
      min-height: 193px; }
    .collection-title h3 {
      font-size: 32px; }
    .collection-title {
      margin-bottom: 30px; }
    .brand-active .owl-nav button {
      left: 4px; }
    .brand-active .owl-nav button.owl-next {
      left: auto;
      right: -12px; }
    .brand-title h3 {
      font-size: 32px;
      margin-bottom: 10px; }
    .details__content h4 {
      font-size: 24px; }
    .product_details_section {
      padding-top: 20px;
      padding-bottom: 20px; }
    .gallery-top .swiper-wrapper .swiper-slide img {
      max-width: 100%;
      height: 400px;
      width: 100% !important;
      max-width: 100%; }
    .single-text p {
      font-size: 16px;
      line-height: 22px;
      padding-right: 0; }
    .details-body-text {
      margin-left: 0;
      padding-top: 70px; }
    .details__button {
      max-width: 395px;
      position: relative;
      top: 30px; }
    .ver-text-bg {
      top: 132px; }
    .details__content span {
      font-size: 28px; }
    .details__inner-lft span {
      font-size: 14px; }
    .details__inner {
      width: 150px;
      flex: 0 0 150px; }
    .view-shop-blk {
      padding-top: 0; }
    .view-shop-mobi {
      display: block; }
    .view-shop.ttr {
      display: none; }
    .btn-primary {
      color: #fff;
      background-color: #2c2929;
      border-color: #2c2929;
      width: 100%;
      text-align: left; }
    .btn focus {
      outline: 0; }
    .view__site-link {
      text-align: center;
      margin-bottom: 30px;
      display: block;
      width: 200px;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 30px; }
    .filter-btn {
      position: absolute;
      right: 20px;
      top: -1px;
      font-size: 26px;
      display: block; }
    .profile-area {
      padding-bottom: 20px; }
    .view-shop-mobi a i {
      position: absolute;
      right: 30px;
      top: 11px; }
    .btn-primary.focus, .btn-primary:focus {
      color: #fff;
      background-color: #000 !important;
      border-color: #000 !important;
      box-shadow: none !important; } }
/* SM Small Device :550px. */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .header__search {
    display: inline;
    margin: auto; }

  .header-color-bg {
    padding-top: 110px; }

  .profile-area {
    padding-bottom: 5px; }

  .cart-item {
    margin-top: -10px; }

  .add__link a {
    font-size: 12px;
    width: 150px ! important; }

  .add__inner a {
    font-size: 12px;
    width: 150px ! important; }

  .product-hoverable__hover .add__link a {
    font-size: 12px;
    width: 130px ! important; }

  .product-hoverable__hover .add__inner a, .add-btn {
    font-size: 10px;
    width: 115px ! important;
    height: 28px;
    line-height: 25px; }

  .product-hoverable__hover label {
    font-size: 10px ! important; }

  .header__search input {
    width: 250px; } }

.menu-tr {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
  font-size: 25px;
  color: #2c2929;
  font-weight: 400;
  background: #fff;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  opacity: 0.7;
  padding: 10px; }
/*
 .menu-tr a {
 opacity: .7;
 }
 */
.menu-tr a:hover {
  opacity: 0.5; }

.to-show {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear; }

.to-hover:hover > .to-show {
  visibility: visible;
  opacity: 0.7; }

.number-fr {
  left: 200px; }

.top-slide-active .owl-item {
  display: flex;
  justify-content: center; }

.top-slide-active::before {
  display: none; }

.boutiques-btn a {
  width: auto;
  padding: 0px 10px; }

.tab-btn a {
  width: 120px;
  height: 28px;
  font-size: 11px;
  line-height: 25px; }

.fashon-active::before {
  display: none; }

.tab-btn a {
  background: #fff; }

.tab__thumb {
  min-height: 217.5px; }

.boutiques-btn a {
  background: #fff; }

.contact__check .containerr input {
  position: absolute;
  opacity: 1;
  height: 20px;
  width: 20px;
  left: 15px;
  top: 2px; }

.footer__link ul li a p {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
  font-family: 'Roboto', sans-serif; }

.product-hoverable {
  position: relative; }
  .product-hoverable .btn-cart {
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 30px; }
  .product-hoverable .btn-cart:hover {
    color: #fff; }
  .product-hoverable .btn-cart i {
    font-size: 12px; }
  .product-hoverable__title {
    font-weight: 400;
    text-transform: uppercase; }
  .product-hoverable__title a:hover {
    text-decoration: none; }
  .product-hoverable__hover {
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    transform: scale(0);
    width: 100%;
    height: 100%;
    transition: all 500ms ease; }
  .product-hoverable__excerpt {
    color: #999;
    font-size: 12px; }
  .product-hoverable__price {
    font-weight: 700; }

.product-hoverable__addcart:hover ~ .product-hoverable__hover {
  transform: scale(1); }

.product-hoverable__hover:hover {
  transform: scale(1); }

.popup__thumb a {
  z-index: 90; }

.popup__thumb span {
  position: absolute;
  bottom: 10px;
  right: 0;
  background: #fff;
  color: #2c2929;
  font-size: 16px;
  font-weight: 400;
  padding: 2px 20px;
  opacity: 0.7;
  border: 1px solid #000;
  transition: 0.3s; }

.detalis-title h1 {
  color: #375970;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px; }

@media (max-width: 991px) {
  .details-select {
    height: 30px; }

  .details__button {
    padding-bottom: 40px; }

  .detalis-title h1 {
    margin-top: 10px; }

  .footer_slider {
    margin: 0; } }

.gallery-thumbs .swiper-wrapper .swiper-slide img {
  display: none; }

.gallery-thumbs .swiper-wrapper .swiper-slide-visible img {
  display: inline; }

.detalis-title h2 {
  color: #375970;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px; }

.details__button {
  top: 45px; }
