@import url("https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Montserrat:100,300,400,500,600,700,800,900|Roboto:100,300,400,500,700,900");
/*-------------------------------------
    Template Name: The Mart
    Description: This is html5 template
    Author: webstrot
    Version: 1.0
---------------------------------------

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

    1. Theme Default CSS (body, link color, section etc)
	2. Header area start here
	3. Slider area start here
	4. About area start here
	1. Banner area start here
	1. Blog area start here
	1. Contact area start here
	1. Footer area start here
	1. Breadcumb area start here
	1. Faq area start here

---------------------------------------*/
/*....................................
1.Theme default CSS
....................................*/
html,
body {
  font-size: 14px;
  color: #202026;
  font-family: "Roboto", sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

main {
  display: block;
  width: 100%;
  position: relative;
  padding: 50px 0 70px;
}

.home5 {
  background: #fafafa;
  display: block;
  position: relative;
  width: 100%;
}

/* ....................................
1.1 Reset CSS
.......................................*/
a {
  transition: all 0.3s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #096b89;
}
a:active {
  outline: 0 none;
  text-decoration: none;
}
a:focus {
  outline: 0px solid;
  text-decoration: none;
}

p {
  margin: 0 0 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 26px;
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

input {
  box-shadow: none;
  border-radius: 0;
  outline: none;
}
input:focus {
  outline: none;
  box-shadow: none;
}
input:active {
  outline: none;
  box-shadow: none;
}

textarea {
  outline: none;
  box-shadow: none;
  border-radius: 0;
}
textarea:focus {
  outline: none;
  box-shadow: none;
}
textarea:active {
  outline: none;
  box-shadow: none;
}

button {
  outline: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
button:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
button:active {
  outline: none;
  box-shadow: none;
  border: none;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-table {
  display: table;
}

.w-50 {
  width: 50%;
}

::-moz-selection {
  background: #00c3ff;
  text-shadow: none;
}

::selection {
  background: #00c3ff;
  text-shadow: none;
}

.browserupgrade {
  margin: 26px  0;
  background: #00c3ff;
  color: #202026;
  padding: 26px 0;
}

/***Typography***/
h1 {
  font-size: 36px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.f-22 {
  font-size: 22px;
}

.f-24 {
  font-size: 24px;
}

.f-26 {
  font-size: 26px;
}

.f-28 {
  font-size: 28px;
}

.f-30 {
  font-size: 30px;
}

.f-36 {
  font-size: 36px;
}

.f-40 {
  font-size: 40px;
}

.f-48 {
  font-size: 48px;
}

.f-60 {
  font-size: 60px;
}

.f-72 {
  font-size: 72px;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.t-u {
  text-transform: uppercase;
}

.t-c {
  text-transform: capitalize;
}

.t-l {
  text-transform: lowercase;
}

/*** Section ***/
.section {
  padding: 50px 0;
  display: block;
  position: relative;
}

.section2 {
  padding: 70px 0 100px;
  display: block;
  position: relative;
}

.section3 {
  padding: 70px 0 100px;
  display: block;
  position: relative;
}

.section4 {
  padding: 100px 0 70px;
  display: block;
  position: relative;
}

.section5 {
  padding: 70px 0 70px;
  display: block;
  position: relative;
}

.section-heading {
  display: block;
  position: relative;
  margin: 0 0 70px;
  padding: 0;
  text-align: center;
}
.section-heading h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #202026;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.section-heading p {
  margin: 0;
  font-family: Constantia;
  font-size: 14px;
  font-style: italic;
  color: #a5a5a5;
  padding: 0 0 23px;
  position: relative;
}
.section-heading p:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 40px;
  background: #d10000;
  margin: auto;
}

.section-heading2 {
  text-align: center;
  display: block;
  width: 100%;
}
.section-heading2 .heading-two {
  position: relative;
  display: inline-block;
  padding: 0 0 45px;
  margin: 0 0 70px;
}
.section-heading2 .heading-two:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  border-bottom: 1px dotted #a5a5a5;
}
.section-heading2 .heading-two:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  background: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.section-heading2 .heading-two h2 {
  margin: 0 0 5px;
  color: #202026;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 2px;
  font-weight: 700;
}
.section-heading2 .heading-two p {
  display: inline-block;
  margin: 0;
  font-family: Constantia;
  color: #a5a5a5;
  font-style: italic;
}
.section-heading2 .heading-two p:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border-radius: 100%;
  border: 1px solid #d10000;
  z-index: 999;
}

.section-heading3 {
  display: block;
  position: relative;
  margin: 0 0 70px;
  padding: 0;
  text-align: center;
}
.section-heading3 h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #202026;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.section-heading3 p {
  margin: 0;
  font-family: Constantia;
  font-size: 14px;
  font-style: italic;
  color: #a5a5a5;
  padding: 0 60px;
  position: relative;
  display: inline-block;
}
.section-heading3 p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  height: 5px;
  width: 40px;
  background: #e1e1e1;
}
.section-heading3 p:after {
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  height: 5px;
  width: 40px;
  background: #e1e1e1;
}
.shop_contact_no{
	font-size: 21px;
    padding-right: 40px;
    font-weight: 500;
}
.shop_contact_no i{
	color:#d10000;
}
.shop_inner_contact_no{
	font-size: 21px;
    font-weight: 500;
	position: absolute;
    right: 236px;
	top:2px;
}
.shop_inner_contact_no i{
	color:#d10000;
}
.color_change i{
	color:#c1a880;
}
/***Button***/
.btn1 {
  display: inline-block;
  background: #d10000;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 42px;
  height: 42px;
  padding: 0 34px;
  margin: 0;
}
.btn1:hover {
  background: #202026;
  color: #fff;
}

.btn2 {
  display: inline-block;
  height: 42px;
  line-height: 40px;
  padding: 0 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #d10000;
  border: 2px solid #d10000;
  background: transparent;
}
.btn2:hover {
  background: #d10000;
  color: #fff;
}

.btn3 {
  display: inline-block;
  height: 52px;
  line-height: 50px;
  padding: 0 45px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #d10000;
  border: 2px solid #d10000;
  background: transparent;
}
.btn3:hover {
  background: #d10000;
  color: #fff;
}

.btn4 {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  background: #fbfafa;
  font-family: Constantia;
  font-weight: 400;
  color: #333;
  padding: 0 20px;
}
.btn4:hover {
  background: #d10000;
  color: #fff;
}

.btn5 {
  display: inline-block;
  line-height: 40px;
  height: 42px;
  border: 2px solid #202026;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 25px;
  color: #333;
}
.btn5:hover {
  background: #d10000;
  color: #fff;
  border: 2px solid #d10000;
}

.btn6 {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 0 28px;
  background: #c1a880;
}
.btn6:hover {
  background: #333;
  color: #fff;
}

.btn7 {
  display: inline-block;
  color: #d10000;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.btn7:hover {
  color: #111;
}

/*** Reset ***/
.p-re {
  position: relative;
}

.p-ab {
  position: absolute;
}

.list-inline li {
  display: inline-block;
}

.af-be:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.af-be:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.af:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.be:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bg-img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 26px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 26px;
}

.aligncenter {
  display: block;
  margin: 0 auto 26px;
}

.dbox {
  overflow: hidden;
  z-index: 1;
  vertical-align: middle;
  width: 100%;
}
.dbox .dleft {
  display: inline-block;
  float: left;
  padding-right: 10px;
}
.dbox .dright {
  display: table;
  padding-left: 10px;
}

#scrollUp {
  bottom: 40px;
  right: 30px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  border-radius: 100%;
  background: #d10000;
  color: #fff;
  transition: all 0.3s;
  z-index: 9999 !important;
  opacity: 0.8;
}
#scrollUp:hover {
  background-color: #333;
  color: #fff;
  opacity: 1;
  line-height: 50px;
}

.home5 #scrollUp {
  background: #c1a880;
  color: #fff;
  opacity: 1;
}
.home5 #scrollUp:hover {
  background-color: #333;
  color: #fff;
  line-height: 50px;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999;
  text-align: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
  overflow: hidden;
  vertical-align: middle;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.spinner .double-bounce1, .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #d10000;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.spinner .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%,100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%,100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.fancybox-skin {
  padding: 0 !important;
  border-radius: 0;
  color: #848484;
}

.fancybox-skin .fancybox-close {
  top: 42px;
  left: 42px;
  right: auto;
  width: 50px;
  height: 50px;
  background: none;
}

.fancybox-skin .fancybox-close:before {
  content: "\f00d";
  font-family: fontawesome;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: block;
  background: #d10000;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
}

.fancybox-close:hover:before {
  background: #202026;
}

#mailchimp-popup {
  border: 5px dotted #d7d7d7;
  overflow: hidden;
  position: relative;
  max-height: 410px;
  height: 100%;
}

.mailchimp-popup-img {
  max-width: 300px;
  float: right;
  display: inline-block;
  position: absolute;
  display: block;
  top: -5px;
  right: -5px;
}

.mailchimp-popup-content {
  overflow: hidden;
  padding: 112px 30px 40px 40px;
  float: left;
  max-width: 490px;
}

.mailchimp-popup-content .title {
  font-weight: 900;
  font-size: 35px;
  margin: 0 0 6px;
  font-family: "Montserrat", sans-serif;
  color: #202026;
  text-transform: uppercase;
}

.mailchimp-popup-content #mc-form {
  margin: 0;
}

.overlay-pop {
  display: block;
  background: #ddd;
}
.overlay-pop:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.mailchimp-popup-content #mc-form #mc-email {
  font-style: italic;
  color: #848484;
  width: 100%;
  margin-right: 5px;
  height: 59px;
  padding: 19px 20px;
  line-height: 19px;
  border: 1px solid #e0e0e0;
  margin: 32px 0 39px;
}

.mailchimp-popup-content #mc-form .btn1 {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
}

.mailchimp-popup-content #mc-form .btn1:before {
  content: "\f003";
  font-family: fontawesome;
  color: #fff;
  margin: 0 10px 0 0;
}

.mailchimp-popup-content .mailchimp-caption-1 {
  font-size: 18px;
  font-weight: 300;
}

.mailchimp-popup-content .mailchimp-caption-2 {
  padding: 10px 0;
}

.mailchimp-popup-content .social-sharing a {
  color: #ccc;
  font-size: 25px;
  display: inline-block;
  margin-right: 10px;
}

.mailchimp-popup-content .social-sharing a:hover {
  text-decoration: none;
  color: #848484;
}

/***All plugins Reset***/
.offer-banner .owl-controls {
  margin: 0;
}
.offer-banner .owl-controls .owl-buttons {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.offer-banner .owl-controls .owl-buttons div {
  opacity: 1;
  display: block;
  border-radius: 0;
  background: #333333;
  color: #fff;
  width: 42px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  padding: 0;
  margin: 0;
  transition: all 0.3s;
}
.offer-banner .owl-controls .owl-buttons div:hover {
  background: #d10000;
}
.offer-banner .owl-controls .owl-buttons div.owl-prev {
  border-bottom: 1px solid #434242;
}

.faq-brand .owl-controls {
  margin: 0;
}
.faq-brand .brand-list .brands {width: 50%;}
.faq-brand .owl-controls .owl-pagination .owl-page {
  padding: 0 2px;
}
.faq-brand .owl-controls .owl-pagination .owl-page span {
  width: 17px;
  height: 17px;
  background: #f7f7f7;
  opacity: 1;
  position: relative;
  margin: 0 3px;
}
.faq-brand .owl-controls .owl-pagination .owl-page span:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 3px solid #d10000;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s;
}
.faq-brand .owl-controls .owl-pagination .owl-page.active span {
  background: transparent;
}
.faq-brand .owl-controls .owl-pagination .owl-page.active span:after {
  opacity: 1;
}

.slider-area-banner .owl-controls {
  margin: 0;
}
.slider-area-banner .owl-controls .owl-buttons {
  position: absolute;
  left: 50px;
  right: 50px;
  top: 42%;
}
.slider-area-banner .owl-controls .owl-buttons div {
  opacity: 1;
  display: inline-block;
  border-radius: 0;
  background: #d10000;
  color: #fff;
  width: 42px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  padding: 0;
  margin: 0;
  position: absolute;
  transition: all 0.3s;
  font-size: 17px;
}
.slider-area-banner .owl-controls .owl-buttons div:hover {
  background: #fff;
  color: #333;
}
.slider-area-banner .owl-controls .owl-buttons div.owl-prev {
  left: 0;
}
.slider-area-banner .owl-controls .owl-buttons div.owl-next {
  right: 0;
}

.collections-area .owl-controls .owl-pagination {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.collections-area .owl-controls .owl-pagination .owl-page span {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #d10000;
  margin: 0 2px;
  transition: all 0.3s;
}
.collections-area .owl-controls .owl-pagination .owl-page.active span {
  background: transparent;
  border: 2px solid #d10000;
}
.collections-area .owl-controls .owl-buttons {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 28%;
}
.collections-area .owl-controls .owl-buttons div {
  background: transparent;
  opacity: 1;
  border-radius: 0;
  color: #333;
  font-size: 30px;
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
}
.collections-area .owl-controls .owl-buttons div:hover {
  color: #d10000;
}
.collections-area .owl-controls .owl-buttons div.owl-prev {
  left: -30px;
}
.collections-area .owl-controls .owl-buttons div.owl-next {
  right: -30px;
}

.categories-area-three .owl-controls {
  margin: 0;
  display: block;
}
.categories-area-three .owl-controls .owl-buttons {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}
.categories-area-three .owl-controls .owl-buttons div {
  background: #fff;
  color: #a5a5a5;
  border-radius: 0;
  font-size: 50px;
  background: transparent;
  opacity: 1;
  position: absolute;
}
.categories-area-three .owl-controls .owl-buttons div:hover {
  color: #d10000;
}
.categories-area-three .owl-controls .owl-buttons div.owl-prev {
  left: -55px;
}
.categories-area-three .owl-controls .owl-buttons div.owl-next {
  right: -55px;
}

.mfp-title {
  display: none;
}

.home5_sidebar .owl-controls {
  margin: 0;
}
.home5_sidebar .owl-controls .owl-pagination {
  position: absolute;
  left: 20px;
  bottom: 25px;
  line-height: 6px;
}
.home5_sidebar .owl-controls .owl-pagination .owl-page span {
  margin: 0 2px;
  width: 6px;
  height: 6px;
  opacity: 0.2;
  background: #c1a880;
  transition: all 0.3s;
}
.home5_sidebar .owl-controls .owl-pagination .owl-page.active span {
  opacity: 1;
}

.offer-banner-three .owl-controls {
  margin: 0;
}
.offer-banner-three .owl-controls .owl-buttons {
  position: absolute;
  left: 50px;
  right: 50px;
  top: 42%;
}
.offer-banner-three .owl-controls .owl-buttons div {
  opacity: 1;
  display: inline-block;
  border-radius: 0;
  background: #d10000;
  color: #fff;
  width: 42px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  padding: 0;
  margin: 0;
  position: absolute;
  transition: all 0.3s;
  font-size: 17px;
}
.offer-banner-three .owl-controls .owl-buttons div:hover {
  background: #fff;
  color: #333;
}
.offer-banner-three .owl-controls .owl-buttons div.owl-prev {
  left: 0;
}
.offer-banner-three .owl-controls .owl-buttons div.owl-next {
  right: 0;
}

/*** Margin ***/
.t-0 {
  top: 0;
}

.l-0 {
  left: 0;
}

.r-0 {
  right: 0;
}

.b-0 {
  bottom: 0;
}

.mr-0 {
  margin: 0;
}

.mr-t0 {
  margin-top: 0px;
}

.mr-t5 {
  margin-top: 5px;
}

.mr-t10 {
  margin-top: 10px;
}

.mr-t15 {
  margin-top: 15px;
}

.mr-t20 {
  margin-top: 20px;
}

.mr-t25 {
  margin-top: 25px;
}

.mr-t30 {
  margin-top: 30px;
}

.mr-t35 {
  margin-top: 35px;
}

.mr-t40 {
  margin-top: 40px;
}

.mr-t45 {
  margin-top: 45px;
}

.mr-t50 {
  margin-top: 50px;
}

.mr-t60 {
  margin-top: 60px;
}

.mr-t70 {
  margin-top: 70px;
}

.mr-t80 {
  margin-top: 80px;
}

.mr-t90 {
  margin-top: 90px;
}

.mr-t100 {
  margin-top: 100px;
}

.mr-t110 {
  margin-top: 110px;
}

.mr-t120 {
  margin-top: 120px;
}

.mr-t130 {
  margin-top: 130px;
}

.mr-t140 {
  margin-top: 140px;
}

.mr-t150 {
  margin-top: 150px;
}

.mr-b0 {
  margin-bottom: 0px;
}

.mr-b5 {
  margin-bottom: 5px;
}

.mr-b10 {
  margin-bottom: 10px;
}

.mr-b15 {
  margin-bottom: 15px;
}

.mr-b20 {
  margin-bottom: 20px;
}

.mr-b25 {
  margin-bottom: 25px;
}

.mr-b30 {
  margin-bottom: 30px;
}

.mr-b35 {
  margin-bottom: 35px;
}

.mr-b40 {
  margin-bottom: 40px;
}

.mr-b45 {
  margin-bottom: 45px;
}

.mr-b50 {
  margin-bottom: 50px;
}

.mr-b60 {
  margin-bottom: 60px;
}

.mr-b70 {
  margin-bottom: 70px;
}

.mr-b80 {
  margin-bottom: 80px;
}

.mr-b90 {
  margin-bottom: 90px;
}

.mr-b100 {
  margin-bottom: 100px;
}

.mr-b110 {
  margin-bottom: 110px;
}

.mr-b120 {
  margin-bottom: 120px;
}

.mr-b130 {
  margin-bottom: 130px;
}

.mr-b140 {
  margin-bottom: 140px;
}

.mr-b150 {
  margin-bottom: 150px;
}

.mr-l0 {
  margin-left: 0px;
}

.mr-l5 {
  margin-left: 5px;
}

.mr-l10 {
  margin-left: 10px;
}

.mr-l15 {
  margin-left: 15px;
}

.mr-l20 {
  margin-left: 20px;
}

.mr-l25 {
  margin-left: 25px;
}

.mr-l30 {
  margin-left: 30px;
}

.mr-l35 {
  margin-left: 35px;
}

.mr-l40 {
  margin-left: 40px;
}

.mr-l45 {
  margin-left: 45px;
}

.mr-l50 {
  margin-left: 50px;
}

.mr-l60 {
  margin-left: 60px;
}

.mr-l70 {
  margin-left: 70px;
}

.mr-l80 {
  margin-left: 80px;
}

.mr-l90 {
  margin-left: 90px;
}

.mr-l100 {
  margin-left: 100px;
}

.mr-l110 {
  margin-left: 110px;
}

.mr-l120 {
  margin-left: 120px;
}

.mr-l130 {
  margin-left: 130px;
}

.mr-l140 {
  margin-left: 140px;
}

.mr-l150 {
  margin-left: 150px;
}

.mr-r0 {
  margin-right: 0px;
}

.mr-r5 {
  margin-right: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-0 {
  margin: 0;
}

.mr-5 {
  margin: 5px;
}

.mr-10 {
  margin: 10px;
}

.mr-15 {
  margin: 15px;
}

.mr-20 {
  margin: 20px;
}

.mr-25 {
  margin: 25px;
}

.mr-30 {
  margin: 30px;
}

.mr-35 {
  margin: 35px;
}

.mr-40 {
  margin: 40px;
}

.mr-45 {
  margin: 45px;
}

.mr-50 {
  margin: 50px;
}

.mr-60 {
  margin: 60px;
}

.mr-70 {
  margin: 70px;
}

.mr-80 {
  margin: 80px;
}

.mr-90 {
  margin: 90px;
}

.mr-100 {
  margin: 100px;
}

.mr-110 {
  margin: 110px;
}

.mr-120 {
  margin: 120px;
}

.mr-130 {
  margin: 130px;
}

.mr-140 {
  margin: 140px;
}

.mr-150 {
  margin: 150px;
}

/*** Padding ***/
.pd-0 {
  padding: 0;
}

.pd-t0 {
  padding-top: 0px;
}

.pd-t5 {
  padding-top: 5px;
}

.pd-t10 {
  padding-top: 10px;
}

.pd-t15 {
  padding-top: 15px;
}

.pd-t20 {
  padding-top: 20px;
}

.pd-t25 {
  padding-top: 25px;
}

.pd-t30 {
  padding-top: 30px;
}

.pd-t35 {
  padding-top: 35px;
}

.pd-t40 {
  padding-top: 40px;
}

.pd-t45 {
  padding-top: 45px;
}

.pd-t50 {
  padding-top: 50px;
}

.pd-t60 {
  padding-top: 60px;
}

.pd-t70 {
  padding-top: 70px;
}

.pd-t80 {
  padding-top: 80px;
}

.pd-t90 {
  padding-top: 90px;
}

.pd-t100 {
  padding-top: 100px;
}

.pd-t110 {
  padding-top: 110px;
}

.pd-t120 {
  padding-top: 120px;
}

.pd-t130 {
  padding-top: 130px;
}

.pd-t140 {
  padding-top: 140px;
}

.pd-t150 {
  padding-top: 150px;
}

.pd-b0 {
  padding-bottom: 0px;
}

.pd-b5 {
  padding-bottom: 5px;
}

.pd-b10 {
  padding-bottom: 10px;
}

.pd-b15 {
  padding-bottom: 15px;
}

.pd-b20 {
  padding-bottom: 20px;
}

.pd-b25 {
  padding-bottom: 25px;
}

.pd-b30 {
  padding-bottom: 30px;
}

.pd-b35 {
  padding-bottom: 35px;
}

.pd-b40 {
  padding-bottom: 40px;
}

.pd-b45 {
  padding-bottom: 45px;
}

.pd-b50 {
  padding-bottom: 50px;
}

.pd-b60 {
  padding-bottom: 60px;
}

.pd-b70 {
  padding-bottom: 70px;
}

.pd-b80 {
  padding-bottom: 80px;
}

.pd-b90 {
  padding-bottom: 90px;
}

.pd-b100 {
  padding-bottom: 100px;
}

.pd-b110 {
  padding-bottom: 110px;
}

.pd-b120 {
  padding-bottom: 120px;
}

.pd-b130 {
  padding-bottom: 130px;
}

.pd-b140 {
  padding-bottom: 140px;
}

.pd-b150 {
  padding-bottom: 150px;
}

.pd-l0 {
  padding-left: 0px;
}

.pd-l5 {
  padding-left: 5px;
}

.pd-l10 {
  padding-left: 10px;
}

.pd-l15 {
  padding-left: 15px;
}

.pd-l20 {
  padding-left: 20px;
}

.pd-l25 {
  padding-left: 25px;
}

.pd-l30 {
  padding-left: 30px;
}

.pd-l35 {
  padding-left: 35px;
}

.pd-l40 {
  padding-left: 40px;
}

.pd-l45 {
  padding-left: 45px;
}

.pd-l50 {
  padding-left: 50px;
}

.pd-l60 {
  padding-left: 60px;
}

.pd-l70 {
  padding-left: 70px;
}

.pd-l80 {
  padding-left: 80px;
}

.pd-l90 {
  padding-left: 90px;
}

.pd-l100 {
  padding-left: 100px;
}

.pd-l110 {
  padding-left: 110px;
}

.pd-l120 {
  padding-left: 120px;
}

.pd-l130 {
  padding-left: 130px;
}

.pd-l140 {
  padding-left: 140px;
}

.pd-l150 {
  padding-left: 150px;
}

.pd-r0 {
  padding-right: 0px;
}

.pd-r5 {
  padding-right: 5px;
}

.pd-r10 {
  padding-right: 10px;
}

.pd-r15 {
  padding-right: 15px;
}

.pd-r20 {
  padding-right: 20px;
}

.pd-r25 {
  padding-right: 25px;
}

.pd-r30 {
  padding-right: 30px;
}

.pd-r35 {
  padding-right: 35px;
}

.pd-r40 {
  padding-right: 40px;
}

.pd-r45 {
  padding-right: 45px;
}

.pd-r50 {
  padding-right: 50px;
}

.pd-r60 {
  padding-right: 60px;
}

.pd-r70 {
  padding-right: 70px;
}

.pd-r80 {
  padding-right: 80px;
}

.pd-r90 {
  padding-right: 90px;
}

.pd-r100 {
  padding-right: 100px;
}

.pd-r110 {
  padding-right: 110px;
}

.pd-r120 {
  padding-right: 120px;
}

.pd-r130 {
  padding-right: 130px;
}

.pd-r140 {
  padding-right: 140px;
}

.pd-r150 {
  padding-right: 150px;
}

.pd-0 {
  padding: 0px;
}

.pd-5 {
  padding: 5px;
}

.pd-10 {
  padding: 10px;
}

.pd-15 {
  padding: 15px;
}

.pd-20 {
  padding: 20px;
}

.pd-25 {
  padding: 25px;
}

.pd-30 {
  padding: 30px;
}

.pd-35 {
  padding: 35px;
}

.pd-40 {
  padding: 40px;
}

.pd-45 {
  padding: 45px;
}

.pd-50 {
  padding: 50px;
}

.pd-60 {
  padding: 60px;
}

.pd-70 {
  padding: 70px;
}

.pd-80 {
  padding: 80px;
}

.pd-90 {
  padding: 90px;
}

.pd-100 {
  padding: 100px;
}

.pd-110 {
  padding: 110px;
}

.pd-120 {
  padding: 120px;
}

.pd-130 {
  padding: 130px;
}

.pd-140 {
  padding: 140px;
}

.pd-150 {
  padding: 150px;
}
.phone-head
{
  font-weight: 600;
  font-size: 15px;
    line-height: 27px;
    padding-left: 15px;
    margin: 0;
    line-height: 27px;
    display: flex;
    flex-flow: row wrap;
    width: 50%;
}
  .mail-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
}
  .mail-top span {padding-left: 20px;}
  .mail-top span:first-child {padding-left: 0;}

/*....................................
2. Header area start here
....................................*/
header .header-middel {
  display: block;
  background: #fff;
  position: relative;
}
header .header-middel .logo {
  display: block;
  padding: 30px 0 10px;
}
header .header-middel .logo a {
  display: inline-block;
}
header .header-middel .logo a img {
  display: block;
  width: 100%;
}
header .header-middel .cart-btn {
  display: block;
  position: relative;
  margin-top: 25px;
}
header .header-middel .cart-btn a {
  /*display: inline-block;
  background: #fbfafa;
  line-height: 56px;
  padding-left: 30px;*/
  color: #333333;
}
header .header-middel .cart-btn a strong {
  font-weight: 700;
  text-transform: uppercase;
}
header .header-middel .cart-btn a .icon {
  margin: 0 25px;
  font-size: 20px;
}
header .header-middel .cart-total {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  color: #fff;
  background: #d10000;
  display: inline-block;
  text-align: center;
  margin-right: -15px;
}
header .header-middel .cart-btn a:hover {
  color: #d10000;
}
header .middel-two {
  display: block;
  background: #fff;
  position: relative;
  line-height: 134px;
}
header .middel-two .logo-area {
  display: block;
  position: relative;
}
header .middel-two .logo-area a {
  display: inline-block;
}
header .middel-two .cat-ser {
  position: relative;
  line-height: 70px;
  height: 70px;
  background: #fff;
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 0 35px;
}
header .middel-two .cat-ser .catagery-list {
  display: inline-block;
}
header .middel-two .cat-ser .catagery-list span {
  color: #d10000;
}
header .middel-two .cat-ser .catagery-list select {
  color: #d10000;
  background: #fff;
  line-height: 40px;
  height: 40px;
  border: none;
      width: 243px;
  margin-right: 5px;
}
header .middel-two .cat-ser .search-box {
  display: inline-block;
  position: relative;
}
header .middel-two .cat-ser .search-box:after {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  background: #e5e5e5;
  top: 26px;
  bottom: 26px;
}
header .middel-two .cat-ser .search-box form input {
  line-height: 40px;
  height: 40px;
  background: transparent;
  width: 180px;
  border: none;
  padding-left: 15px;
  color: #333;
}
header .middel-two .cat-ser .search-box form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a5a5a5;
}
header .middel-two .cat-ser .search-box form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #a5a5a5;
}
header .middel-two .cat-ser .search-box form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #a5a5a5;
}
header .middel-two .cat-ser .search-box form input:-moz-placeholder {
  /* Firefox 18- */
  color: #a5a5a5;
}
header .middel-two .cat-ser .search-box form button {
  line-height: 40px;
  height: 40px;
  background: #fff;
  color: #d10000;
}
header .middel-three {
  display: block;
  position: relative;
  line-height: 134px;
}
header .middel-three .logo-area {
  display: block;
  position: relative;
}
header .middel-three .logo-area a {
  display: inline-block;
}
header .middel-three .lang-curency {
  position: absolute;
  right: 15px;
  background: #fff;
  line-height: 20px;
  padding: 25px;
  display: inline-block;
  top: 35px;
}
header .middel-three .lang-curency select {
  border: none;
  color: #c1a880;
  text-transform: capitalize;
}
header .middel-three .lang-curency span {
  color: #a5a5a5;
  position: relative;
  margin-left: 8px;
  padding-left: 12px;
  text-transform: capitalize;
}
header .middel-three .lang-curency span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #c1a880;
}
header .middel-four {
  display: block;
  position: relative;
  line-height: 134px;
}
header .middel-four .logo-area {
  display: block;
  position: relative;
}
header .middel-four .logo-area a {
  display: inline-block;
}
header .middel-four .lang-curency {
  position: absolute;
  right: 15px;
  background: #fff;
  line-height: 20px;
  padding: 25px;
  display: inline-block;
  top: 35px;
}
header .middel-four .lang-curency select {
  border: none;
  color: #c1a880;
  text-transform: capitalize;
}
header .middel-four .lang-curency span {
  color: #a5a5a5;
  position: relative;
  margin-left: 8px;
  padding-left: 12px;
  text-transform: capitalize;
}
header .middel-four .lang-curency span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #d10000;
}
header .main-menu {
  position: relative;
}
header .main-menu .cat-ser {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #d10000;
  display: inline-block;
  padding: 0 40px 0 30px;
}
header .main-menu .cat-ser .catagery-list {
  display: inline-block;
}
header .main-menu .cat-ser .catagery-list span {
  color: #fff;
}
header .main-menu .cat-ser .catagery-list select {
  color: #fff;
  background: #d10000;
  line-height: 40px;
  height: 40px;
  border: none;
  width: 180px;
}
header .main-menu .cat-ser .search-box {
  display: inline-block;
padding-top:14px;
}
header .main-menu .cat-ser .search-box form input {
  line-height: 40px;
  height: 40px;
  background: transparent;
  width: 180px;
  border: none;
  padding-left: 15px;
  color: #fff;
float:left;
    outline: none;
    border-radius: 0px;
}
header .main-menu .cat-ser .search-box form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
    outline: none;
    border-radius: 0px;
}
header .main-menu .cat-ser .search-box form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
    outline: none;
    border-radius: 0px;
}
header .main-menu .cat-ser .search-box form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
    outline: none;
    border-radius: 0px;
}
header .main-menu .cat-ser .search-box form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
    outline: none;
    border-radius: 0px;
}
header .main-menu .cat-ser .search-box form button {
  line-height: 40px;
  height: 40px;
  background: #d10000;
  color: #fff;
float:right;
outline: none;
    border-radius: 0px;
}
header .offset-overlay {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: url(images/icon/close.png) 25 25, pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s, transform 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
}
header .offset-overlay.is-visible {
  opacity: 1;
  transition: opacity 0.3s ease 0s, visibility 0s ease 0s, transform 0.3s ease 0s;
  visibility: visible;
}
header .offset-area .offset-body {
  background: #f8f8f8 none repeat scroll 0 0;
  box-shadow: 0 0 85px rgba(0, 0, 0, 0.2);
  display: block;
  height: 100vh;
  opacity: 0;
  overflow-y: scroll;
  position: fixed;
  right: -100%;
  top: 0;
  transition: all 0.25s ease 0s;
  width: 100%;
  z-index: 99999;
  width: 475px;
}
header .offset-area .offset-body.offset-body-on {
  opacity: 1;
  padding-bottom: 50px;
  right: calc(0px - 16px);
}
header .offset-area .offset-body .offset-heading {
  display: block;
  font-size: 24px;
  margin: 30px 30px 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #e6e5e5;
  position: relative;
}
header .offset-area .offset-body .offset-heading h3 {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 36px;
  margin: 0;
  color: #374250;
}
header .offset-area .offset-body .offset-heading .close-offset {
  cursor: pointer;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 999;
}
header .offset-area .offset-body .offset-heading .close-offset:hover {
  transform: rotate(180deg);
}
header .offset-area .offset-cart-area .cart-list {
  display: block;
  padding: 30px;
}
header .offset-area .offset-cart-area .cart-list table {
  width: 100%;
}
header .offset-area .offset-cart-area .cart-list table tbody tr td {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
header .offset-area .offset-cart-area .cart-list table tbody tr td.product-img {
  width: 25%;
}
header .offset-area .offset-cart-area .cart-list table tbody tr td .pro-img {
  margin-right: 20px;
}
header .offset-area .offset-cart-area .cart-list table tbody tr td .pro-img img {
  width: 100%;
}
header .offset-area .offset-cart-area .cart-list table tbody tr td .pro-con h4 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
header .offset-area .offset-cart-area .cart-list table tbody tr td .pro-con h4 a {
  color: #333;
}
header .offset-area .offset-cart-area .cart-list table tbody tr td .pro-con del {
  display: block;
  line-height: 20px;
}
header .offset-area .offset-cart-area .cart-list table tbody tr td .pro-con strong {
  line-height: 20px;
  display: block;
}
header .offset-area .offset-cart-area .cart-list table tbody tr td .item-pro input {
  width: 75px;
  height: 50px;
  background: transparent;
  border: 1px solid #d10000;
  padding: 0 15px;
  text-align: center;
}
header .offset-area .offset-cart-area .cart-list table tbody tr td .close {
  font-size: 14px;
}
header .offset-area2 .offset-body {
  background: #f8f8f8 none repeat scroll 0 0;
  box-shadow: 0 0 85px rgba(0, 0, 0, 0.2);
  display: block;
  height: 100vh;
  opacity: 0;
  overflow-y: scroll;
  position: fixed;
  right: -100%;
  top: 0;
  transition: all 0.25s ease 0s;
  width: 100%;
  z-index: 99999;
  width: 475px;
}
header .offset-area2 .offset-body.offset-body-on {
  opacity: 1;
  padding-bottom: 50px;
  right: calc(0px - 16px);
}
header .offset-area2 .offset-body .offset-heading {
  display: block;
  font-size: 24px;
  margin: 30px 30px 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #e6e5e5;
  position: relative;
}
header .offset-area2 .offset-body .offset-heading h3 {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 36px;
  margin: 0;
  color: #374250;
}
header .offset-area2 .offset-body .offset-heading .close-offset {
  cursor: pointer;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 999;
}
header .offset-area2 .offset-body .offset-heading .close-offset:hover {
  transform: rotate(180deg);
}
header .offset-area2 .offset-cart-area .cart-list {
  display: block;
  padding: 30px;
}
header .offset-area2 .offset-cart-area .cart-list table {
  width: 100%;
}
header .offset-area2 .offset-cart-area .cart-list table tbody tr td {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
header .offset-area2 .offset-cart-area .cart-list table tbody tr td.product-img {
  width: 25%;
}
header .offset-area2 .offset-cart-area .cart-list table tbody tr td .pro-img {
  margin-right: 20px;
}
header .offset-area2 .offset-cart-area .cart-list table tbody tr td .pro-img img {
  width: 100%;
}
header .offset-area2 .offset-cart-area .cart-list table tbody tr td .pro-con h4 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
header .offset-area2 .offset-cart-area .cart-list table tbody tr td .pro-con h4 a {
  color: #333;
}
header .offset-area2 .offset-cart-area .cart-list table tbody tr td .pro-con del {
  display: block;
  line-height: 20px;
}
header .offset-area2 .offset-cart-area .cart-list table tbody tr td .pro-con strong {
  line-height: 20px;
  display: block;
}
header .offset-area2 .offset-cart-area .cart-list table tbody tr td .item-pro input {
  width: 75px;
  height: 50px;
  background: transparent;
  border: 1px solid #c1a880;
  padding: 0 15px;
  text-align: center;
}
header .offset-area2 .offset-cart-area .cart-list table tbody tr td .close {
  font-size: 14px;
}

header .topbar {
  background: #202026 scroll 0 0;
  position: relative;
  display: block;
  line-height: 58px;
  height: 58px;
}
header .topbar .top-l-social ul li {
  padding: 0 4px;
  margin: 0;
}
header .topbar .top-l-social ul li a {
  display: block;
  height: 27px;
  line-height: 27px;
  width: 27px;
  text-align: center;
  color: #fff;
  background: #434242;
  border-radius: 3px;
}
header .topbar .top-l-social ul li a:hover {
  background: #d10000;
}
header .topbar .top-linked ul li {
  padding-left: 30px;
}
header .topbar .top-linked ul li:first-child {
  padding: 0;
}
header .topbar .top-linked ul li a {
  display: block;
  color: #fff;
}
header .topbar .top-linked ul li a i {
  padding-right: 10px;
}
header .topbar .top-linked ul li a:hover {
  color: #d10000;
}
header .topber2 {
  display: block;
  background: #333;
  line-height: 60px;
  height: 60px;
  position: relative;
}
header .topber2 .info-top ul li {
  color: #a5a5a5;
  letter-spacing: 0;
  position: relative;
  margin: 0;
  padding: 0 15px;
}
header .topber2 .info-top ul li:after {
  content: '';
  position: absolute;
  right: -1px;
  width: 2px;
  background: #434242;
  top: 22px;
  bottom: 22px;
  background: #434242;
}
header .topber2 .info-top ul li:first-child {
  padding-left: 0;
}
header .topber2 .info-top ul li:last-child {
  padding-right: 0;
}
header .topber2 .info-top ul li:last-child:after {
  display: none;
}
header .topber2 .info-top ul li i {
  padding-right: 8px;
}
header .topber2 .info-top ul li span {
  color: #d10000;
}
header .topber2 .topber-link ul li {
  padding: 0 14px;
}
header .topber2 .topber-link ul li a {
  color: #a5a5a5;
}
header .topber2 .topber-link ul li a:hover {
  color: #d10000;
}
header .topber2 .topber-link ul li a span {
  padding-right: 8px;
}
header .topber2 .topber-link ul li:first-child {
  padding-left: 0;
}
header .topber2 .topber-link ul li:last-child {
  padding-right: 0;
}
header .topber2 .topber-link ul li:last-child a {
  display: block;
  line-height: 40px;
  background: #d10000;
  color: #fff;
  padding: 0 20px;
  border-radius: 5px;
}
header .topber2 .topber-link ul li:last-child a i {
  padding-right: 5px;
}
header .topber2 .topber-link ul li:last-child a:hover {
  background: #fff;
  color: #202026;
}
header .topber3 {
  display: block;
  background: #333;
  line-height: 60px;
  height: 60px;
  position: relative;
}
header .topber3 .info-top ul li {
  color: #a5a5a5;
  letter-spacing: 0;
  position: relative;
  margin: 0;
  padding: 0 15px;
}
header .topber3 .info-top ul li:after {
  content: '';
  position: absolute;
  right: -1px;
  width: 2px;
  background: #434242;
  top: 22px;
  bottom: 22px;
  background: #434242;
}
header .topber3 .info-top ul li:first-child {
  padding-left: 0;
}
header .topber3 .info-top ul li:last-child {
  padding-right: 0;
}
header .topber3 .info-top ul li:last-child:after {
  display: none;
}
header .topber3 .info-top ul li i {
  padding-right: 8px;
}
header .topber3 .info-top ul li span {
  color: #c1a880;
}
header .topber3 .topber-link ul li {
  padding: 0 14px;
}
header .topber3 .topber-link ul li a {
  color: #a5a5a5;
}
header .topber3 .topber-link ul li a:hover {
  color: #c1a880;
}
header .topber3 .topber-link ul li a span {
  padding-right: 8px;
}
header .topber3 .topber-link ul li:first-child {
  padding-left: 0;
}
header .topber3 .topber-link ul li:last-child {
  padding-right: 0;
}
header .topber3 .topber-link ul li:last-child a {
  display: block;
  line-height: 40px;
  background: #c1a880;
  color: #fff;
  padding: 0 20px;
  border-radius: 5px;
}
header .topber3 .topber-link ul li:last-child a i {
  padding-right: 5px;
}
header .topber3 .topber-link ul li:last-child a:hover {
  background: #fff;
  color: #202026;
}
header .topber4 {
  display: block;
  background: #202026;
  line-height: 60px;
  height: 60px;
  position: relative;
}
header .topber4 .info-top ul li {
  color: #a5a5a5;
  letter-spacing: 0;
  position: relative;
  margin: 0;
  padding: 0 15px;
}
header .topber4 .info-top ul li:after {
  content: '';
  position: absolute;
  right: -1px;
  width: 2px;
  background: #434242;
  top: 22px;
  bottom: 22px;
  background: #434242;
}
header .topber4 .info-top ul li:first-child {
  padding-left: 0;
}
header .topber4 .info-top ul li:last-child {
  padding-right: 0;
}
header .topber4 .info-top ul li:last-child:after {
  display: none;
}
header .topber4 .info-top ul li i {
  padding-right: 8px;
}
header .topber4 .info-top ul li span {
  color: #d10000;
}
header .topber4 .topber-link ul li {
  padding: 0 14px;
}
header .topber4 .topber-link ul li a {
  color: #a5a5a5;
}
header .topber4 .topber-link ul li a:hover {
  color: #d10000;
}
header .topber4 .topber-link ul li a span {
  padding-right: 8px;
}
header .topber4 .topber-link ul li:first-child {
  padding-left: 0;
}
header .topber4 .topber-link ul li:last-child {
  padding-right: 0;
}
header .topber4 .topber-link ul li:last-child a {
  display: block;
  line-height: 40px;
  background: #d10000;
  color: #fff;
  padding: 0 20px;
  border-radius: 5px;
}
header .topber4 .topber-link ul li:last-child a i {
  padding-right: 5px;
}
header .topber4 .topber-link ul li:last-child a:hover {
  background: #fff;
  color: #202026;
}

header {
  position: relative;
  /* Mobile Menu css */
}
header .main-menu {
  display: block;
  width: 100%;
  line-height: 70px;
  height: 70px;
  background: #fbfafa;
  border-top: 1px solid #dadada;
}
header .main-menu .menu-list nav ul {
  margin: 0;
}
header .main-menu .menu-list nav ul li {
  padding: 0;
}
header .main-menu .menu-list nav ul li a {
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  padding: 0 25px;
  display: block;
  position: relative;
}
header .main-menu .menu-list nav ul li a:after {
  content: '';
  position: absolute;
  right: -1px;
  width: 2px;
  height: 12px;
  top: 29px;
  background: #ebebeb;
}
header .main-menu .menu-list nav ul li a:hover {
  color: #d10000;
}
header .main-menu .menu-list nav ul li:first-child a {
  padding-left: 0;
}
header .main-menu .menu-list nav ul li:last-child a {
  padding-right: 0;
}
header .main-menu .menu-list nav ul li:last-child a:after {
  display: none;
}
header .main-menu .menu-list nav ul li.lists-menus {
  position: relative;
}
header .main-menu .menu-list nav ul li.lists-menus .list-menu {
  width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 99999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s;
}
header .main-menu .menu-list nav ul li.lists-menus .list-menu li {
  display: block;
  padding: 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
header .main-menu .menu-list nav ul li.lists-menus .list-menu li a {
  line-height: 0px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  background: #fff;
  opacity: 0;
  transition: all 0.8s;
  padding: 0;
}
header .main-menu .menu-list nav ul li.lists-menus .list-menu li a:after {
  display: none;
}
header .main-menu .menu-list nav ul li.lists-menus .list-menu li a:before {
  content: '';
  position: absolute;
  left: -15px;
  right: 100%;
  bottom: -1px;
  height: 1px;
  background: #d10000;
  transition: all 0.5s;
}
header .main-menu .menu-list nav ul li.lists-menus .list-menu li a:hover:before {
  right: -15px;
}
header .main-menu .menu-list nav ul li.lists-menus .list-menu li:last-child {
  border: none;
}
header .main-menu .menu-list nav ul li .megamenu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 99999;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s;
}
header .main-menu .menu-list nav ul li .megamenu .links {
  padding: 40px 15px 50px;
}
header .main-menu .menu-list nav ul li .megamenu .links h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  padding: 0 15px 10px;
  margin: 0 0 15px;
  border-bottom: 1px solid #d10000;
  transition: all 0.8s;
  line-height: 0;
  opacity: 0;
}
header .main-menu .menu-list nav ul li .megamenu .links ul li {
  display: block;
  padding: 0 20px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header .main-menu .menu-list nav ul li .megamenu .links ul li a {
  line-height: 0px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  background: #fff;
  opacity: 0;
  transition: all 0.8s;
  padding: 0;
}
header .main-menu .menu-list nav ul li .megamenu .links ul li a:after {
  display: none;
}
header .main-menu .menu-list nav ul li .megamenu .links ul li a:before {
  content: '';
  position: absolute;
  left: -15px;
  right: 100%;
  bottom: -1px;
  height: 1px;
  background: #d10000;
  transition: all 0.5s;
}
header .main-menu .menu-list nav ul li .megamenu .links ul li a:hover:before {
  right: -15px;
}
header .main-menu .menu-list nav ul li:hover .list-menu {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}
header .main-menu .menu-list nav ul li:hover .list-menu li a {
  opacity: 1;
  line-height: 40px;
  transition: all 0.3s;
}
header .main-menu .menu-list nav ul li:hover .megamenu {
  visibility: visible;
  opacity: 1;
  display: block;
  z-index: 999999;
}
header .main-menu .menu-list nav ul li:hover .megamenu .links h4 {
  opacity: 1;
  line-height: 26px;
}
header .main-menu .menu-list nav ul li:hover .megamenu .links ul li a {
  opacity: 1;
  line-height: 40px;
  transition: all 0.3s;
}
header .main-menus {
  display: block;
  background: #fff;
  border-top: 1px solid #ebebeb;
  border-bottom: 2px solid #d10000;
}
header .main-menus .menu {
  display: block;
  width: 100%;
  line-height: 70px;
  height: 70px;
}
header .main-menus .menu nav ul {
  margin: 0;
}
header .main-menus .menu nav ul li {
  padding: 0;
}
header .main-menus .menu nav ul li a {
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  padding: 0 25px;
  display: block;
  position: relative;
}
header .main-menus .menu nav ul li a:after {
  content: '';
  position: absolute;
  right: -6px;
  width: 12px;
  height: 3px;
  top: 33px;
  background: url(images/icons/5.png) no-repeat center;
  background-size: cover;
}
header .main-menus .menu nav ul li a:hover {
  color: #d10000;
}
header .main-menus .menu nav ul li:first-child a {
  padding-left: 0;
}
header .main-menus .menu nav ul li:last-child a {
  padding-right: 0;
}
header .main-menus .menu nav ul li:last-child a:after {
  display: none;
}
header .main-menus .menu nav ul li.lists-menus {
  position: relative;
}
header .main-menus .menu nav ul li.lists-menus .list-menu {
  width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 99999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s;
}
header .main-menus .menu nav ul li.lists-menus .list-menu li {
  display: block;
  padding: 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header .main-menus .menu nav ul li.lists-menus .list-menu li a {
  line-height: 0px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  background: #fff;
  opacity: 0;
  transition: all 0.8s;
  padding: 0;
}
header .main-menus .menu nav ul li.lists-menus .list-menu li a:after {
  display: none;
}
header .main-menus .menu nav ul li.lists-menus .list-menu li a:before {
  content: '';
  position: absolute;
  left: -15px;
  right: 100%;
  bottom: -1px;
  height: 1px;
  background: #d10000;
  transition: all 0.5s;
}
header .main-menus .menu nav ul li.lists-menus .list-menu li a:hover:before {
  right: -15px;
}
header .main-menus .menu nav ul li.lists-menus .list-menu li:last-child {
  border: none;
}
header .main-menus .menu nav ul li .megamenu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 99999;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s;
}
header .main-menus .menu nav ul li .megamenu .links {
  padding: 40px 15px 50px;
}
header .main-menus .menu nav ul li .megamenu .links h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  padding: 0 15px 10px;
  margin: 0 0 15px;
  border-bottom: 1px solid #d10000;
  transition: all 0.8s;
  line-height: 0;
  opacity: 0;
}
header .main-menus .menu nav ul li .megamenu .links ul li {
  display: block;
  padding: 0 20px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header .main-menus .menu nav ul li .megamenu .links ul li a {
  line-height: 0px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  background: #fff;
  opacity: 0;
  transition: all 0.8s;
  padding: 0;
}
header .main-menus .menu nav ul li .megamenu .links ul li a:after {
  display: none;
}
header .main-menus .menu nav ul li .megamenu .links ul li a:before {
  content: '';
  position: absolute;
  left: -15px;
  right: 100%;
  bottom: -1px;
  height: 1px;
  background: #d10000;
  transition: all 0.5s;
}
header .main-menus .menu nav ul li .megamenu .links ul li a:hover:before {
  right: -15px;
}
header .main-menus .menu nav ul li:hover .list-menu {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}
header .main-menus .menu nav ul li:hover .list-menu li a {
  opacity: 1;
  line-height: 40px;
  transition: all 0.3s;
}
header .main-menus .menu nav ul li:hover .megamenu {
  visibility: visible;
  opacity: 1;
  display: block;
  z-index: 999999;
}
header .main-menus .menu nav ul li:hover .megamenu .links h4 {
  opacity: 1;
  line-height: 26px;
}
header .main-menus .menu nav ul li:hover .megamenu .links ul li a {
  opacity: 1;
  line-height: 40px;
  transition: all 0.3s;
}
header .main-menus3 {
  display: block;
  width: 100%;
  line-height: 70px;
  height: 70px;
  background: #333;
  position: relative;
}
header .main-menus3 .menu-list nav ul {
  margin: 0;
}
header .main-menus3 .menu-list nav ul li {
  padding: 0;
}
header .main-menus3 .menu-list nav ul li a {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 0 25px;
  display: block;
  position: relative;
}
header .main-menus3 .menu-list nav ul li a:after {
  content: '';
  position: absolute;
  right: -1px;
  width: 2px;
  height: 12px;
  top: 29px;
  background: #434242;
}
header .main-menus3 .menu-list nav ul li a:hover {
  color: #c1a880;
  background: #282828;
}
header .main-menus3 .menu-list nav ul li:last-child a:after {
  display: none;
}
header .main-menus3 .menu-list nav ul li.lists-menus {
  position: relative;
}
header .main-menus3 .menu-list nav ul li.lists-menus .list-menu {
  width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 99999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s;
}
header .main-menus3 .menu-list nav ul li.lists-menus .list-menu li {
  display: block;
  padding: 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header .main-menus3 .menu-list nav ul li.lists-menus .list-menu li a {
  line-height: 0px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  background: #fff;
  opacity: 0;
  color: #333;
  transition: all 0.8s;
  padding: 0;
}
header .main-menus3 .menu-list nav ul li.lists-menus .list-menu li a:after {
  display: none;
}
header .main-menus3 .menu-list nav ul li.lists-menus .list-menu li a:before {
  content: '';
  position: absolute;
  left: -15px;
  right: 100%;
  bottom: -1px;
  height: 1px;
  background: #c1a880;
  transition: all 0.5s;
}
header .main-menus3 .menu-list nav ul li.lists-menus .list-menu li a:hover:before {
  right: -15px;
}
header .main-menus3 .menu-list nav ul li.lists-menus .list-menu li:last-child {
  border: none;
}
header .main-menus3 .menu-list nav ul li .megamenu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 99999;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s;
}
header .main-menus3 .menu-list nav ul li .megamenu .links {
  padding: 40px 15px 50px;
}
header .main-menus3 .menu-list nav ul li .megamenu .links h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  padding: 0 15px 10px;
  margin: 0 0 15px;
  border-bottom: 1px solid #c1a880;
  transition: all 0.8s;
  line-height: 0;
  opacity: 0;
}
header .main-menus3 .menu-list nav ul li .megamenu .links ul li {
  display: block;
  padding: 0 20px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header .main-menus3 .menu-list nav ul li .megamenu .links ul li a {
  line-height: 0px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  background: #fff;
  opacity: 0;
  transition: all 0.8s;
  padding: 0;
  color: #333;
}
header .main-menus3 .menu-list nav ul li .megamenu .links ul li a:after {
  display: none;
}
header .main-menus3 .menu-list nav ul li .megamenu .links ul li a:before {
  content: '';
  position: absolute;
  left: -15px;
  right: 100%;
  bottom: -1px;
  height: 1px;
  background: #c1a880;
  transition: all 0.5s;
}
header .main-menus3 .menu-list nav ul li .megamenu .links ul li a:hover:before {
  right: -15px;
}
header .main-menus3 .menu-list nav ul li:hover .list-menu {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}
header .main-menus3 .menu-list nav ul li:hover .list-menu li a {
  opacity: 1;
  line-height: 40px;
  transition: all 0.3s;
}
header .main-menus3 .menu-list nav ul li:hover .megamenu {
  visibility: visible;
  opacity: 1;
  display: block;
  z-index: 999999;
}
header .main-menus3 .menu-list nav ul li:hover .megamenu .links h4 {
  opacity: 1;
  line-height: 26px;
}
header .main-menus3 .menu-list nav ul li:hover .megamenu .links ul li a {
  opacity: 1;
  line-height: 40px;
  transition: all 0.3s;
}
header .main-menus3 .search-area {
  background: #333;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
}
header .main-menus3 .search-area ul {
  magrin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
header .main-menus3 .search-area ul li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}
header .main-menus3 .search-area ul li:first-child {
  position: absolute;
  right: 35px;
  top: 0px;
  display: none;
}
header .main-menus3 .search-area ul li:first-child input {
  background: transparent none repeat scroll 0 0;
  border-color: -moz-use-text-color;
  border-image: none;
  border-style: none;
  border-width: medium 2px medium medium;
  color: #ffffff !important;
  padding: 0 10px;
  margin-top: 0;
  height: 50px;
  width: 270px;
  border: 1px solid #c1a880;
}
header .main-menus3 .search-area ul li:last-child i {
  border-left: 1px solid #434242;
  color: #ffffff;
  padding-left: 10px;
}
header .main-menus3 .search-area ul li a {
  color: #fff;
  display: block;
  transition: all 0.3s;
}
header .main-menus3 .search-area ul li a:hover {
  color: #ffffff;
}
header .main-menus4 {
  display: block;
  width: 100%;
  line-height: 70px;
  height: 70px;
  background: #333;
  position: relative;
}
header .main-menus4 .menu-list nav ul {
  margin: 0;
}
header .main-menus4 .menu-list nav ul li {
  padding: 0;
}
header .main-menus4 .menu-list nav ul li a {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 0 25px;
  display: block;
  position: relative;
}
header .main-menus4 .menu-list nav ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 0%;
  background: #d10000;
  opacity: 0;
  transition: all 0.3s;
}
header .main-menus4 .menu-list nav ul li a:before {
  content: '';
  position: absolute;
  left: 0%;
  width: 7px;
  height: 5px;
  transform: rotate(45deg);
  background: #282828;
  bottom: 1px;
  z-index: 999;
  margin-left: -5px;
  opacity: 0;
  transition: all 0.3s;
}
header .main-menus4 .menu-list nav ul li a:hover {
  color: #d10000;
  background: #282828;
}
header .main-menus4 .menu-list nav ul li a:hover:after {
  opacity: 1;
  width: 70%;
}
header .main-menus4 .menu-list nav ul li a:hover:before {
  opacity: 1;
  left: 70%;
}
header .main-menus4 .menu-list nav ul li.lists-menus {
  position: relative;
}
header .main-menus4 .menu-list nav ul li.lists-menus .list-menu {
  width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 99999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s;
}
header .main-menus4 .menu-list nav ul li.lists-menus .list-menu li {
  display: block;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header .main-menus4 .menu-list nav ul li.lists-menus .list-menu li:after {
  display: none;
}
header .main-menus4 .menu-list nav ul li.lists-menus .list-menu li a {
  line-height: 0px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  background: #fff;
  opacity: 0;
  color: #333;
  transition: all 0.8s;
  padding: 0 20px;
}
header .main-menus4 .menu-list nav ul li.lists-menus .list-menu li a:after {
  display: none;
}
header .main-menus4 .menu-list nav ul li.lists-menus .list-menu li a:before {
  display: none;
}
header .main-menus4 .menu-list nav ul li.lists-menus .list-menu li a:hover {
  color: #d10000;
}
header .main-menus4 .menu-list nav ul li.lists-menus .list-menu li:last-child {
  border: none;
}
header .main-menus4 .menu-list nav ul li .megamenu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 99999;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s;
}
header .main-menus4 .menu-list nav ul li .megamenu .links {
  padding: 40px 15px 50px;
}
header .main-menus4 .menu-list nav ul li .megamenu .links h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  padding: 0 15px 10px;
  margin: 0 0 15px;
  border-bottom: 1px solid #d10000;
  transition: all 0.8s;
  line-height: 0;
  opacity: 0;
}
header .main-menus4 .menu-list nav ul li .megamenu .links ul li {
  display: block;
  padding: 0 20px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header .main-menus4 .menu-list nav ul li .megamenu .links ul li:after {
  display: none;
}
header .main-menus4 .menu-list nav ul li .megamenu .links ul li a {
  line-height: 0px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  background: #fff;
  opacity: 0;
  transition: all 0.8s;
  padding: 0;
  color: #333;
}
header .main-menus4 .menu-list nav ul li .megamenu .links ul li a:after {
  display: none;
}
header .main-menus4 .menu-list nav ul li .megamenu .links ul li a:before {
  display: none;
}
header .main-menus4 .menu-list nav ul li .megamenu .links ul li a:hover {
  color: #d10000;
}
header .main-menus4 .menu-list nav ul li:hover .list-menu {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}
header .main-menus4 .menu-list nav ul li:hover .list-menu li a {
  opacity: 1;
  line-height: 40px;
  transition: all 0.3s;
}
header .main-menus4 .menu-list nav ul li:hover .megamenu {
  visibility: visible;
  opacity: 1;
  display: block;
  z-index: 999999;
}
header .main-menus4 .menu-list nav ul li:hover .megamenu .links h4 {
  opacity: 1;
  line-height: 26px;
}
header .main-menus4 .menu-list nav ul li:hover .megamenu .links ul li a {
  opacity: 1;
  line-height: 40px;
  transition: all 0.3s;
}
header .main-menus4 .search-area {
  background: #333;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
}
header .main-menus4 .search-area ul {
  magrin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
header .main-menus4 .search-area ul li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}
header .main-menus4 .search-area ul li:first-child {
  position: absolute;
  right: 35px;
  top: 0px;
  display: none;
}
header .main-menus4 .search-area ul li:first-child input {
  background: transparent none repeat scroll 0 0;
  border-color: -moz-use-text-color;
  border-image: none;
  border-style: none;
  border-width: medium 2px medium medium;
  color: #ffffff !important;
  padding: 0 10px;
  margin-top: 0;
  height: 50px;
  width: 270px;
  border: 1px solid #d10000;
}
header .main-menus4 .search-area ul li:last-child i {
  border-left: 1px solid #434242;
  color: #ffffff;
  padding-left: 10px;
}
header .main-menus4 .search-area ul li a {
  color: #fff;
  display: block;
  transition: all 0.3s;
}
header .main-menus4 .search-area ul li a:hover {
  color: #ffffff;
}
header .mobile-menu.visible-sm.visible-xs.mean-container {
  position: relative;
}
header .mobile-menu ul li ul li a {
  text-transform: capitalize !important;
}
header .mobilemenu1 .mean-container .mean-nav {
  background: #1D1D22;
  margin-top: 34px;
}
header .mobilemenu1 .mean-container .mean-nav ul li a {
  font-size: 13px;
  padding: 0 5%;
  line-height: 44px;
}
header .mobilemenu1 .mean-container .mean-nav ul li a.mean-expand {
  padding: 0;
  line-height: 44px;
  height: 44px !important;
  padding: 0 12px !important;
}
header .mobilemenu1 .mean-container .mean-nav ul li a.mean-expand:hover {
  background: #1D1D22;
}
header .mobilemenu1 .mean-container .mean-nav ul li a.mean-expand.mean-expand.mean-clicked {
  background: #1D1D22;
}
header .mobilemenu1 .mean-container .mean-nav ul li a:hover {
  color: #d10000;
  background: transparent;
}
header .mobilemenu1 .mean-container .mean-bar {
  background: inherit;
  padding: 0;
  min-height: 0;
  position: absolute;
  width: auto !important;
  left: 0;
  top: 21px;
  z-index: 9999;
}
header .mobilemenu1 .mean-container a.meanmenu-reveal {
  top: -2px;
  right: inherit !important;
  left: 0 !important;
  background: rgba(0, 0, 0, 0.4);
  height: 10px;
  padding: 8px 11px 17px;
}
header .mobilemenu2 {
  display: inline-block;
  height: 46px;
  position: absolute;
  right: 0;
  left: 15px;
  bottom: 58px;
}
header .mobilemenu2 .mean-container .mean-nav {
  background: #1D1D22;
  margin-top: 34px;
}
header .mobilemenu2 .mean-container .mean-nav ul li a {
  font-size: 13px;
  padding: 0 5%;
  line-height: 44px;
}
header .mobilemenu2 .mean-container .mean-nav ul li a.mean-expand {
  padding: 0;
  line-height: 44px;
  height: 44px !important;
  padding: 0 12px !important;
}
header .mobilemenu2 .mean-container .mean-nav ul li a.mean-expand:hover {
  background: #1D1D22;
}
header .mobilemenu2 .mean-container .mean-nav ul li a.mean-expand.mean-expand.mean-clicked {
  background: #1D1D22;
}
header .mobilemenu2 .mean-container .mean-nav ul li a:hover {
  color: #d10000;
  background: transparent;
}
header .mobilemenu2 .mean-container .mean-bar {
  background: inherit;
  padding: 0;
  min-height: 0;
  position: absolute;
  width: auto !important;
  left: auto;
  right: 15px;
  top: 21px;
  z-index: 9999;
}
header .mobilemenu2 .mean-container a.meanmenu-reveal {
  top: -2px;
  right: 0 !important;
  left: inherit !important;
  background: rgba(0, 0, 0, 0.4);
  height: 10px;
  padding: 8px 11px 17px;
  border-radius: 5px;
}
header .mobilemenu3 {
  display: inline-block;
  height: 46px;
  position: absolute;
  right: 0;
  left: 15px;
  bottom: 58px;
}
header .mobilemenu3 .mean-container .mean-nav {
  background: #1D1D22;
  margin-top: 34px;
}
header .mobilemenu3 .mean-container .mean-nav ul li a {
  font-size: 13px;
  padding: 0 5%;
  line-height: 44px;
}
header .mobilemenu3 .mean-container .mean-nav ul li a.mean-expand {
  padding: 0;
  line-height: 44px;
  height: 44px !important;
  padding: 0 12px !important;
}
header .mobilemenu3 .mean-container .mean-nav ul li a.mean-expand:hover {
  background: #1D1D22;
}
header .mobilemenu3 .mean-container .mean-nav ul li a.mean-expand.mean-expand.mean-clicked {
  background: #1D1D22;
}
header .mobilemenu3 .mean-container .mean-nav ul li a:hover {
  color: #d10000;
  background: transparent;
}
header .mobilemenu3 .mean-container .mean-bar {
  background: inherit;
  padding: 0;
  min-height: 0;
  position: absolute;
  width: auto !important;
  left: auto;
  right: 15px;
  top: 21px;
  z-index: 9999;
}
header .mobilemenu3 .mean-container a.meanmenu-reveal {
  top: -2px;
  right: 0 !important;
  left: inherit !important;
  background: rgba(0, 0, 0, 0.4);
  height: 10px;
  padding: 8px 11px 17px;
  border-radius: 5px;
}

/*....................................
3. Slider area start here
....................................*/
.slider-area {
  position: relative;
  display: block;
  width: 100%;
}
.slider-area .item .carousel-captions {
  /*height: 55vh;*/
  height: 590px;
  display: block;
  padding: 5vh 0;
}
.slider-area .item .carousel-captions .slider-content .content {
  display: block;
}
.slider-area .item .carousel-captions .slider-content .content strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 70px;
  line-height: 70px;
}
.slider-area .item .carousel-captions .slider-content .content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 70px;
  text-transform: uppercase;
  margin: 0;
  display: block;
  letter-spacing: 0;
}
.slider-area .item .carousel-captions .slider-content .content p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 40px;
  display: block;
}
.slider-area .item .carousel-captions.caption-1 {
  background: url(/assets/template_shop/images/banner-kepki-min.jpg) no-repeat;
  background-size: cover;
}
.slider-area .item .carousel-captions.caption-1 .slider-content .content {
  display: block;
  text-align: left;
}
.slider-area .item .carousel-captions.caption-1 .slider-content .content strong {
  color: #fff;
}
.slider-area .item .carousel-captions.caption-1 .slider-content .content h2 {
  color: #fff;
}
.slider-area .item .carousel-captions.caption-1 .slider-content .content p {
  color: #fff;
}
.slider-area .item .carousel-captions.caption-2 {
  background: url(/assets/template_shop/images/banner-kurtki-n.jpg) no-repeat center;
  background-size: cover;
}
.slider-area .item .carousel-captions.caption-2 .slider-content .content {
  display: block;
  text-align: left;
}
.slider-area .item .carousel-captions.caption-2 .slider-content .content strong {
  color: #fff;
}
.slider-area .item .carousel-captions.caption-2 .slider-content .content h2 {
  color: #fff;
}
.slider-area .item .carousel-captions.caption-2 .slider-content .content p {
  color: #fff;
}
.slider-area .item .carousel-captions.caption-3 {
  background: url(/assets/template_shop/images/slider2-pickup.png) no-repeat center;
  background-size: cover;
}
.slider-area .item .carousel-captions.caption-3 .slider-content .content {
  display: block;
  text-align: left;
}
.slider-area .item .carousel-captions.caption-3 .slider-content .content strong {
  color: #fff;
}
.slider-area .item .carousel-captions.caption-3 .slider-content .content h2 {
  color: #fff;
}
.slider-area .item .carousel-captions.caption-3 .slider-content .content p {
  color: #fff;
}
.slider-area .item .carousel-captions.caption-4 {
  background: url(/assets/template_shop/images/banner-husky-storm.png) no-repeat center;
  background-size: cover;
}
.slider-area .item .carousel-captions.caption-4 .slider-content .content {
  display: block;
  text-align: left;
}
.slider-area .item .carousel-captions.caption-4 .slider-content .content strong {
  color: #fff;
}
.slider-area .item .carousel-captions.caption-4 .slider-content .content h2 {
  color: #fff;
}
.slider-area .item .carousel-captions.caption-4 .slider-content .content p {
  color: #fff;
}
.slider-area .item .carousel-captions.caption-5 {
  background: url(/assets/template_shop/images/banner-futbolki.jpg) no-repeat center;
  background-size: cover;
}
.slider-area .item .carousel-captions.caption-5 .slider-content .content {
  display: block;
  text-align: left;
}
.slider-area .item .carousel-captions.caption-5 .slider-content .content strong {
  color: #fff;
}
.slider-area .item .carousel-captions.caption-5 .slider-content .content h2 {
  color: #fff;
}
.slider-area .item .carousel-captions.caption-5 .slider-content .content p {
  color: #fff;
}
.slider-area .item .carousel-captions.caption-6 {
  background: url(/assets/template_shop/images/Kurtki-Kodiak.png) no-repeat center;
  background-size: cover;
}
.slider-area .item .carousel-captions.caption-6 .slider-content .content {
  display: block;
  text-align: left;
}
.slider-area .item .carousel-captions.caption-6 .slider-content .content strong {
  color: #fff;
}
.slider-area .item .carousel-captions.caption-6 .slider-content .content h2 {
  color: #fff;
}
.slider-area .item .carousel-captions.caption-6 .slider-content .content p {
  color: #fff;
}
.slider-area .item .carousel-captions.caption-7 {
  background: url(/assets/template_shop/images/bannerbf2.png) no-repeat center;
  background-size: cover;
}
.slider-area .item .carousel-captions.caption-7 .slider-content .content {
  display: block;
  text-align: left;
}
.slider-area .item .carousel-captions.caption-7 .slider-content .content strong {
  color: #fff;
}
.slider-area .item .carousel-captions.caption-7 .slider-content .content h2 {
  color: #fff;
}
.slider-area .item .carousel-captions.caption-7 .slider-content .content p {
  color: #fff;
}
.slider-area .item .carousel-captions.caption-8 {
  background: url(/local/templates/shop/images/banner-cassowary-new.png) no-repeat center;
  background-size: cover;
}
.slider-area .item .carousel-captions.caption-8 .slider-content .content {
  display: block;
  text-align: left;
}
.slider-area .item .carousel-captions.caption-8 .slider-content .content strong {
  color: #fff;
}
.slider-area .item .carousel-captions.caption-8 .slider-content .content h2 {
  color: #fff;
}
.slider-area .item .carousel-captions.caption-8 .slider-content .content p {
  color: #fff;
}
.slider-area .item .carousel-captions.caption-9 {
  background: url(/assets/template_shop/images/banner-9900.png) no-repeat center;
  background-size: cover;
}
.slider-area .item .carousel-captions.caption-9 .slider-content .content {
  display: block;
  text-align: left;
}
.slider-area .item .carousel-captions.caption-9 .slider-content .content strong {
  color: #fff;
}
.slider-area .item .carousel-captions.caption-9 .slider-content .content h2 {
  color: #fff;
}
.slider-area .item .carousel-captions.caption-9 .slider-content .content p {
  color: #fff;
}
.mt-banner-title {padding:0;     margin-top: -2rem;}
.slider-area-banner .banner-slider-list {
  width: 100%;
  position: relative;
}
.slider-area-banner .banner-slider-list figure {
  position: relative;
  width: 100%;
  display: block;
}
.slider-area-banner .banner-slider-list figure img {
  display: block;
  width: 100%;
}
.slider-area-banner .banner-slider-list figure:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.slider-area-banner .banner-slider-list .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  text-align: center;
  z-index: 999;
}
.slider-area-banner .banner-slider-list .content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  display: block;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.slider-area-banner .banner-slider-list .content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 50px;
  color: #fff;
  display: block;
}
.slider-area-banner .banner-slider-list .content a {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #d10000;
  display: inline-block;
}
.slider-area-banner .banner-slider-list .content a:hover {
  color: #fff;
}
.slider-area-banner .banner-slider-list .content span {
  color: #d10000;
}

.slider-area-two {
  position: relative;
  display: block;
}
.slider-area-two .slider-overlay-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  background: rgba(0, 0, 0, 0.25);
  z-index: 999;
}
.slider-area-two .slider-overlay-info .info-list {
  display: block;
  padding: 35px 0;
}
.slider-area-two .slider-overlay-info .info-list .info-ico {
  display: inline-block;
  float: left;
  position: relative;
  margin-right: 30px;
  line-height: 36px;
}
.slider-area-two .slider-overlay-info .info-list .info-con {
  display: table;
}
.slider-area-two .slider-overlay-info .info-list .info-con h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.slider-area-two .slider-overlay-info .info-list .info-con p {
  font-family: Constantia;
  font-style: italic;
  color: #a5a5a5;
  margin: 0;
}
.slider-area-two .item .carousel-captions {
  height: 100vh;
  display: block;
  padding: 45vh 0;
}
.slider-area-two .item .carousel-captions .slider-content .content {
  display: block;
}
.slider-area-two .item .carousel-captions .slider-content .content strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.slider-area-two .item .carousel-captions .slider-content .content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 70px;
  text-transform: uppercase;
  margin: 0;
  display: block;
  letter-spacing: 0;
}
.slider-area-two .item .carousel-captions .slider-content .content p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 40px;
  display: block;
}
.slider-area-two .item .carousel-captions.caption-1 {
  background: url(images/slider/7.jpg) no-repeat;
  background-size: cover;
}
.slider-area-two .item .carousel-captions.caption-1 .slider-content {
  text-align: center;
}
.slider-area-two .item .carousel-captions.caption-1 .slider-content .content {
  display: block;
}
.slider-area-two .item .carousel-captions.caption-1 .slider-content .content strong {
  color: #fff;
}
.slider-area-two .item .carousel-captions.caption-1 .slider-content .content h2 {
  color: #fff;
  margin: 0 0 45px;
}
.slider-area-two .item .carousel-captions.caption-2 {
  background: url(images/slider/4.jpg) no-repeat center;
  background-size: cover;
}
.slider-area-two .item .carousel-captions.caption-2 .slider-content .content {
  display: block;
  text-align: center;
}
.slider-area-two .item .carousel-captions.caption-2 .slider-content .content strong {
  color: #fff;
}
.slider-area-two .item .carousel-captions.caption-2 .slider-content .content h2 {
  color: #fff;
}
.slider-area-two .item .carousel-captions.caption-2 .slider-content .content p {
  color: #fff;
}
.slider-area-two .item .carousel-captions.caption-3 {
  background: url(images/slider/5.jpg) no-repeat center;
  background-size: cover;
}
.slider-area-two .item .carousel-captions.caption-3 .slider-content .content {
  display: block;
  text-align: left;
}
.slider-area-two .item .carousel-captions.caption-3 .slider-content .content strong {
  color: #fff;
}
.slider-area-two .item .carousel-captions.caption-3 .slider-content .content h2 {
  color: #fff;
}
.slider-area-two .item .carousel-captions.caption-3 .slider-content .content p {
  color: #fff;
}

.slider-area5 {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 35px;
}
.slider-area5 .item .carousel-captions {
  height: 70vh;
  display: block;
  padding: 15vh 15vh;
}
.slider-area5 .item .carousel-captions .slider-content .content {
  display: block;
}
.slider-area5 .item .carousel-captions .slider-content .content strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 70px;
  line-height: 70px;
}
.slider-area5 .item .carousel-captions .slider-content .content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 70px;
  text-transform: uppercase;
  margin: 0;
  display: block;
  letter-spacing: 0;
}
.slider-area5 .item .carousel-captions .slider-content .content p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 40px;
  display: block;
}
.slider-area5 .item .carousel-captions.caption-1 {
  background: url(images/slider/5.jpg) no-repeat;
  background-size: cover;
}
.slider-area5 .item .carousel-captions.caption-1 .slider-content .content {
  display: block;
  text-align: left;
}
.slider-area5 .item .carousel-captions.caption-1 .slider-content .content strong {
  color: #fff;
}
.slider-area5 .item .carousel-captions.caption-1 .slider-content .content h2 {
  color: #fff;
}
.slider-area5 .item .carousel-captions.caption-1 .slider-content .content p {
  color: #fff;
}
.slider-area5 .item .carousel-captions.caption-2 {
  background: url(images/slider/1.jpg) no-repeat center;
  background-size: cover;
}
.slider-area5 .item .carousel-captions.caption-2 .slider-content .content {
  display: block;
  text-align: center;
}
.slider-area5 .item .carousel-captions.caption-2 .slider-content .content strong {
  color: #fff;
}
.slider-area5 .item .carousel-captions.caption-2 .slider-content .content h2 {
  color: #fff;
}
.slider-area5 .item .carousel-captions.caption-2 .slider-content .content p {
  color: #fff;
}
.slider-area5 .item .carousel-captions.caption-3 {
  background: url(images/slider/4.jpg) no-repeat center;
  background-size: cover;
}
.slider-area5 .item .carousel-captions.caption-3 .slider-content .content {
  display: block;
  text-align: left;
}
.slider-area5 .item .carousel-captions.caption-3 .slider-content .content strong {
  color: #fff;
}
.slider-area5 .item .carousel-captions.caption-3 .slider-content .content h2 {
  color: #fff;
}
.slider-area5 .item .carousel-captions.caption-3 .slider-content .content p {
  color: #fff;
}
.carousel-nevigation{
	position:absolute;
	top:50%;
	float:left;
	width:100%;
}
.carousel-nevigation > .prev{
	left:-138px;
	position:absolute;
	width:90px;
	height:90px;
	background:#d10000;
	padding-top: 26px;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.carousel-nevigation > .next{
	right:-138px;
	position:absolute;
	width:90px;
	height:90px;
	background:#d10000;
	padding-top: 26px;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.the_shop_five_index_slider .carousel-nevigation > .prev,
.the_shop_five_index_slider .carousel-nevigation > .next{
	background:#c1a880;
}
.slider-area:hover .carousel-nevigation > .prev{
	left:0;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.slider-area:hover .carousel-nevigation > .next{
	right:0;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.carousel-nevigation > .next:hover, .carousel-nevigation > .prev:hover{
	background:#333333;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.carousel-nevigation > .prev i{
	width: 90px;
    text-align: right;
    color: #fff;
    font-size: 28px;
    padding-right: 20px;
}
.carousel-nevigation > .prev span{
	width:calc(100% - 35px);
	float:left;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	line-height: 17px;
}
.carousel-nevigation > .next i{
	width: 90px;
    text-align: left;
    color: #fff;
    font-size: 28px;
    padding-left: 20px;
}
.carousel-nevigation > .next span{
	width:calc(100% - 35px);
	float:left;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	line-height: 17px;
	text-align:right;
}
/*....................................
4. About area start here
....................................*/
.about-page .about-img figure img {
  width: 100%;
  display: block;
}
.about-page .about-con {
  padding-top: 5px;
}
.about-page .about-con span {
  font-size: 16px;
  color: #d10000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
}
.about-page .about-con h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #111;
  text-transform: uppercase;
}
.about-page .about-con p {
  font-size: 14px;
  font-family: Constantia;
}
.about-page .about-con a {
  padding: 0 50px;
  margin: 15px 0 30px;
}
.about-page .about-con img {
  display: block;
}

/*....................................
7. Blog area start here
....................................*/
.blog-area .blog {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 30px;
}
.blog-area .blog figure {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 0 40px;
}
.blog-area .blog figure img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.blog-area .blog figure span {
  display: inline-block;
  background: #f4454a;
  color: #fff;
  line-height: 28px;
  text-transform: uppercase;
  padding: 0 10px;
  position: absolute;
  left: 0;
  bottom: -14px;
  transition: all 0.3s;
}
.blog-area .blog .content .headings {
  display: block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  margin: 0 0 15px;
}
.blog-area .blog .content .headings .data {
  display: inline-block;
  text-align: center;
  float: left;
  padding: 0 15px;
}
.blog-area .blog .content .headings .data span {
  color: #f4454a;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.blog-area .blog .content .headings h3 {
  display: table;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  margin: 0;
  padding: 2px 0 0;
}
.blog-area .blog .content .headings h3 a {
  color: #333333;
}
.blog-area .blog .content .headings h3 a:hover {
  color: #f4454a;
}
.blog-area .blog .content p {
  font-family: Constantia;
  font-style: italic;
  color: #a5a5a5;
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}

.blog-area-two .blog2 {
  display: block;
  margin: 0 0 30px;
}
.blog-area-two .blog2 figure {
  position: relative;
  display: block;
  overflow: hidden;
  vertical-align: middle;
  margin: 0 0 40px;
}
.blog-area-two .blog2 figure img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.blog-area-two .blog2 .content {
  display: block;
  position: relative;
}
.blog-area-two .blog2 .content h3 {
  font-weight: 500;
  font-size: 21px;
}
.blog-area-two .blog2 .content h3 a {
  color: #333333;
  display: block;
}
.blog-area-two .blog2 .content h3 a:hover {
  color: #d10000;
}
.blog-area-two .blog2 .content p {
  font-family: Constantia;
  font-style: italic;
  color: #a5a5a5;
}
.blog-area-two .blog2 .content .post-det {
  display: block;
  line-height: 30px;
  background: #eaeaea;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
}
.blog-area-two .blog2 .content .post-det span {
  font-weight: 300;
  font-style: normal;
}
.blog-area-two .blog2 .content .post-det em {
  font-weight: 700;
  font-style: italic;
}
.blog-area-two .blog2:hover figure img {
  transform: scale(1.1, 1.1);
}

.blog-page-area .blog {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 55px;
}
.blog-page-area .blog figure {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 0 40px;
}
.blog-page-area .blog figure img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.blog-page-area .blog figure span {
  display: inline-block;
  background: #f4454a;
  color: #fff;
  line-height: 28px;
  text-transform: uppercase;
  padding: 0 10px;
  position: absolute;
  left: 0;
  bottom: -14px;
  transition: all 0.3s;
}
.blog-page-area .blog .content .headings {
  display: block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  margin: 0 0 15px;
}
.blog-page-area .blog .content .headings .data {
  display: inline-block;
  text-align: center;
  float: left;
  padding: 0 15px;
}
.blog-page-area .blog .content .headings .data span {
  color: #f4454a;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.blog-page-area .blog .content .headings h3 {
  display: table;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  margin: 0;
  padding: 2px 0 0;
}
.blog-page-area .blog .content .headings h3 a {
  color: #333333;
}
.blog-page-area .blog .content .headings h3 a:hover {
  color: #f4454a;
}
.blog-page-area .blog .content ul {
  display: block;
  margin: 0 0 20px;
}
.blog-page-area .blog .content ul li {
  display: inline-block;
  padding-right: 50px;
}
.blog-page-area .blog .content ul li:last-child {
  padding: 0;
}
.blog-page-area .blog .content ul li i {
  color: #d10000;
}
.blog-page-area .blog .content ul li span {
  color: #a5a5a5;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
}
.blog-page-area .blog .content p {
  font-family: Constantia;
  font-style: italic;
  color: #a5a5a5;
  font-weight: 500;
  font-size: 14px;
}

.blog-single .blog_details_con .blogdetails {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 55px;
}
.blog-single .blog_details_con .blogdetails figure {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 0 40px;
}
.blog-single .blog_details_con .blogdetails figure img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.blog-single .blog_details_con .blogdetails figure span {
  display: inline-block;
  background: #f4454a;
  color: #fff;
  line-height: 28px;
  text-transform: uppercase;
  padding: 0 10px;
  position: absolute;
  left: 0;
  bottom: -14px;
  transition: all 0.3s;
}
.blog-single .blog_details_con .blogdetails .content .headings {
  display: block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  margin: 0 0 15px;
}
.blog-single .blog_details_con .blogdetails .content .headings .data {
  display: inline-block;
  text-align: center;
  float: left;
  padding: 0 15px;
}
.blog-single .blog_details_con .blogdetails .content .headings .data span {
  color: #f4454a;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.blog-single .blog_details_con .blogdetails .content .headings h3 {
  display: table;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  margin: 0;
  padding: 2px 0 0;
}
.blog-single .blog_details_con .blogdetails .content .headings h3 a {
  color: #333333;
}
.blog-single .blog_details_con .blogdetails .content .headings h3 a:hover {
  color: #f4454a;
}
.blog-single .blog_details_con .blogdetails .content ul {
  display: block;
  margin: 0 0 20px;
}
.blog-single .blog_details_con .blogdetails .content ul li {
  display: inline-block;
  padding-right: 50px;
}
.blog-single .blog_details_con .blogdetails .content ul li:last-child {
  padding: 0;
}
.blog-single .blog_details_con .blogdetails .content ul li i {
  color: #d10000;
}
.blog-single .blog_details_con .blogdetails .content ul li span {
  color: #a5a5a5;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
}
.blog-single .blog_details_con .blogdetails .content p {
  font-family: Constantia;
  font-style: italic;
  color: #a5a5a5;
  font-weight: 500;
  font-size: 14px;
}
.blog-single .blog_details_con .blogdetails .content .img-block img {
  display: inline-block;
}
.blog-single .blog_details_con .blogdetails .content .img-block p {
  display: inline-block;
}
.blog-single .blog_details_con .blogdetails .content .testimonial-blog {
  background: #d10000;
  position: relative;
  margin: 0 0 30px;
  display: block;
}
.blog-single .blog_details_con .blogdetails .content .testimonial-blog:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  bottom: 0;
  background: url(images/blog/quote.png) no-repeat center;
}
.blog-single .blog_details_con .blogdetails .content .testimonial-blog .owl-carousel {
  z-index: 999;
}
.blog-single .blog_details_con .blogdetails .content .testimonial-blog .testimonial-list {
  text-align: left;
  padding: 75px 50px 50px;
}
.blog-single .blog_details_con .blogdetails .content .testimonial-blog .testimonial-list blockquote {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  line-height: 35px;
  letter-spacing: 1px;
  padding: 0;
  padding-right: 120px;
  border: none;
  font-family: "Montserrat", sans-serif;
}
.blog-single .blog_details_con .blogdetails .content .testimonial-blog .testimonial-list a {
  color: #fff;
}
.blog-single .blog_details_con .blogdetails .content .testimonial-blog .testimonial-list figure {
  width: 180px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
}
.blog-single .blog_details_con .blogdetails .content .testimonial-blog .testimonial-list figure img {
  width: 100%;
  display: block;
}
.blog-single .blog_details_con .admindetails {
  display: block;
  border: 2px solid #eee;
  padding: 20px;
  margin: 0 0 70px;
}
.blog-single .blog_details_con .admindetails figure {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.blog-single .blog_details_con .admindetails figure img {
  width: 100%;
  display: block;
}
.blog-single .blog_details_con .admindetails .content {
  display: block;
  position: relative;
  padding: 30px 0;
}
.blog-single .blog_details_con .admindetails .content h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #222222;
  font-size: 20px;
}
.blog-single .blog_details_con .admindetails .content h4 a {
  color: #d10000;
}
.blog-single .blog_details_con .admindetails .content p {
  font-family: Constantia;
  color: #a5a5a5;
  font-size: 14px;
  letter-spacing: 0;
}
.blog-single .blog_details_con .comments-area {
  display: block;
  padding: 0 0 90px;
}
.blog-single .blog_details_con .comments-area .comments-heading h2 {
  font-family: "Montserrat", sans-serif;
  color: #111;
  font-size: 20px;
  margin: 0 0 50px;
  text-transform: uppercase;
  font-weight: 400;
}
.blog-single .blog_details_con .comments-area .comments-heading h2 span {
  color: #d10000;
}
.blog-single .blog_details_con .comments-area .comments-list .media {
  padding: 50px 0;
  border-bottom: 1px solid #e1e1e1;
}
.blog-single .blog_details_con .comments-area .comments-list .media:first-child {
  padding-top: 0;
}
.blog-single .blog_details_con .comments-area .comments-list .media:first-child .media-body {
  padding: 0;
  border-bottom: none;
}
.blog-single .blog_details_con .comments-area .comments-list .media:first-child .media-body .media {
  padding: 50px 0 0;
  margin-top: 50px;
  border-top: 1px solid #e1e1e1;
  border-bottom: none;
}
.blog-single .blog_details_con .comments-area .comments-list .media .media-body h5 {
  color: #111;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 400;
  margin: 0 0 20px;
}
.blog-single .blog_details_con .comments-area .comments-list .media .media-body h5 span {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  padding-left: 20px;
  font-style: italic;
  font-size: 16px;
  color: #d10000;
}
.blog-single .blog_details_con .comments-area .comments-list .media .media-body h5 span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #e8e8e8;
}
.blog-single .blog_details_con .comments-area .comments-list .media .media-body h5 span a {
  color: #d10000;
  text-decoration: underline;
}
.blog-single .blog_details_con .comments-area .comments-list .media .media-body p {
  margin: 0;
}
.blog-single .blog_details_con .form-area {
  display: block;
  width: 100%;
}
.blog-single .blog_details_con .form-area .form-heading h2 {
  font-family: "Montserrat", sans-serif;
  color: #111;
  font-size: 20px;
  margin: 0 0 50px;
  text-transform: capitalize;
  font-weight: 400;
}
.blog-single .blog_details_con .form-area .form-heading h2 span {
  color: #d10000;
}
.blog-single .blog_details_con .form-area form fieldset {
  display: block;
  margin: 0 0 30px;
}
.blog-single .blog_details_con .form-area form fieldset .feld {
  position: relative;
}
.blog-single .blog_details_con .form-area form fieldset .feld input {
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 0 15px;
  height: 50px;
  transition: all 0.3s;
}
.blog-single .blog_details_con .form-area form fieldset .feld input:focus {
  border: 1px solid #d10000;
}
.blog-single .blog_details_con .form-area form fieldset .feld input:focus + span {
  color: #d10000;
}
.blog-single .blog_details_con .form-area form fieldset .feld input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}
.blog-single .blog_details_con .form-area form fieldset .feld input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}
.blog-single .blog_details_con .form-area form fieldset .feld input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}
.blog-single .blog_details_con .form-area form fieldset .feld input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}
.blog-single .blog_details_con .form-area form fieldset .feld span {
  position: absolute;
  right: 35px;
  top: 0;
  line-height: 50px;
  color: #797979;
  transition: all 0.3s;
}
.blog-single .blog_details_con .form-area form fieldset .feld span.msg {
  right: 20px;
}
.blog-single .blog_details_con .form-area form fieldset .feld textarea {
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 15px;
  height: 120px;
  transition: all 0.3s;
}
.blog-single .blog_details_con .form-area form fieldset .feld textarea:focus {
  border: 1px solid #d10000;
}
.blog-single .blog_details_con .form-area form fieldset .feld textarea:focus + span {
  color: #d10000;
}
.blog-single .blog_details_con .form-area form fieldset .feld textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}
.blog-single .blog_details_con .form-area form fieldset .feld textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}
.blog-single .blog_details_con .form-area form fieldset .feld textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}
.blog-single .blog_details_con .form-area form fieldset .feld textarea:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}

/*....................................
9. Contact area start here
....................................*/
.contatc-us .info-list {
  display: block;
  position: relative;
  margin: 0 0 30px;
}
.contatc-us .info-list span {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 30px;
  border: 2px solid #e0e0e0;
  line-height: 76px;
  text-align: center;
}
.contatc-us .info-list span img {
  display: inline-block;
}
.contatc-us .info-list h4 {
  color: #d10000;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.contatc-us .info-list p {
  margin: 0;
  font-family: Constantia;
  font-size: 14px;
  letter-spacing: 0;
}
.contatc-us .contact-form {
  display: block;
  position: relative;
  background: #202026;
  padding: 80px 40px;
  margin: -30px 0 0;
  border: #fff solid 5px;
  box-shadow: -5px 5px 15px rgba(138, 136, 136, 0.47);
}
.contatc-us .contact-form h2 {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 35px;
}
.contatc-us .contact-form form {
  width: 99%;
  display: block;
}
.contatc-us .contact-form form fieldset {
  display: block;
  margin: 0 0 30px;
}
.contatc-us .contact-form form fieldset input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 50px;
  line-height: 48px;
  padding: 0 20px;
  background: transparent;
  color: #fff;
  transition: all 0.3s;
}
.contatc-us .contact-form form fieldset input:focus {
  border: 1px solid #d10000;
}
.contatc-us .contact-form form fieldset textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 220px;
  padding: 20px;
  background: transparent;
  color: #fff;
  transition: all 0.3s;
}
.contatc-us .contact-form form fieldset textarea:focus {
  border: 1px solid #d10000;
}
.contatc-us .contact-form form button {
  padding: 0 50px;
}

/*....................................
10. Footer area start here
....................................*/
.daily-deal {
  background: url(images/banner/bg-1.jpg);
}
.daily-deal:after {
  background: rgba(0, 0, 0, 0.7);
}
.daily-deal .widghet {
  position: relative;
  z-index: 999;
  margin: 0 0 50px;
}
.daily-deal .widghet h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin: 0 0 50px;
  padding-bottom: 15px;
  position: relative;
}
.daily-deal .widghet h4:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 3px;
  background: #d10000;
}
.daily-deal .recent-post .post-list {
  display: block;
  margin: 0 0 20px;
}
.daily-deal .recent-post .post-list:last-child {
  margin: 0;
}
.daily-deal .recent-post .post-list figure {
  width: 100px;
  float: left;
  display: inline-block;
}
.daily-deal .recent-post .post-list figure img {
  width: 100%;
}
.daily-deal .recent-post .post-list .content {
  display: table;
  background: #333333;
  padding: 21px 20px;
}
.daily-deal .recent-post .post-list .content h5 {
  font-family: Constantia;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  margin: 0 0 10px;
  font-weight: 400;
  letter-spacing: 0;
}
.daily-deal .recent-post .post-list .content h5 a {
  color: #fff;
}
.daily-deal .recent-post .post-list .content h5 a:hover {
  color: #d10000;
}
.daily-deal .recent-post .post-list .content span {
  color: #d10000;
  text-transform: uppercase;
}
.daily-deal .products-deal .product-lists {
  display: block;
  margin: 0 0 20px;
}
.daily-deal .products-deal .product-lists:last-child {
  margin: 0;
}
.daily-deal .products-deal .product-lists figure {
  width: 100px;
  float: left;
  display: inline-block;
}
.daily-deal .products-deal .product-lists figure img {
  width: 100%;
}
.daily-deal .products-deal .product-lists .content {
  display: table;
  padding: 21px 20px;
}
.daily-deal .products-deal .product-lists .content h5 {
  font-family: Constantia;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  margin: 0 0 10px;
  font-weight: 400;
  letter-spacing: 0;
}
.daily-deal .products-deal .product-lists .content h5 a {
  color: #fff;
}
.daily-deal .products-deal .product-lists .content h5 a:hover {
  color: #d10000;
}
.daily-deal .products-deal .product-lists .content span {
  color: #d10000;
  text-transform: uppercase;
}

footer .footer-bottom {
  background: #434242;
  display: block;
}
footer .footer-bottom .copyright {
  display: block;
  text-align: center;
}
footer .footer-bottom .copyright p {
  margin: 0;
  color: #a5a5a5;
  font-size: 12px;
  line-height: 58px;
}
footer .footer-bottom-two {
  display: block;
  position: relative;
  background: #2b2b2b;
}
footer .footer-bottom-two .copyright {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 60px;
}
footer .footer-bottom-two .copyright .foo-logo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
}
footer .footer-bottom-two .copyright p {
  margin: 0;
  color: #a5a5a5;
  font-size: 12px;
  display: block;
}

footer .footer-top {
  display: block;
  background: #202026;
  overflow: hidden;
  vertical-align: middle;
}
footer .footer-top .subs-form {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 0;
  height: 55px;
  line-height: 55px;
  z-index: 999;
}
footer .footer-top .subs-form form {
  width: 100%;
}
footer .footer-top .subs-form form input {
  width: 100%;
  border: none;
  background: #fff;
  padding: 0 45px;
}
footer .footer-top .subs-form form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: Constantia;
  font-size: 14px;
  font-style: italic;
  color: #a5a5a5;
}
footer .footer-top .subs-form form input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Constantia;
  font-size: 14px;
  font-style: italic;
  color: #a5a5a5;
}
footer .footer-top .subs-form form input:-ms-input-placeholder {
  /* IE 10+ */
  font-family: Constantia;
  font-size: 14px;
  font-style: italic;
  color: #a5a5a5;
}
footer .footer-top .subs-form form input:-moz-placeholder {
  /* Firefox 18- */
  font-family: Constantia;
  font-size: 14px;
  font-style: italic;
  color: #a5a5a5;
}
footer .footer-top .subs-form form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 25px;
  background: #d10000;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
footer .footer-top .footer-content {
  display: block;
  margin-top: 125px;
  text-align: center;
  padding-bottom: 65px;
}
footer .footer-top .footer-content .logo-foo {
  display: block;
  margin: 0 0 26px;
}
footer .footer-top .footer-content .logo-foo a {
  display: inline-block;
}
footer .footer-top .footer-content p {
  width: 65%;
  margin: 0 auto;
  color: #a5a5a5;
  font-family: Constantia;
  font-style: italic;
}
footer .footer-top .footer-content .foo-social {
  display: block;
  padding: 30px 0;
}
footer .footer-top .footer-content .foo-social li {
  padding: 0 4px;
  margin: 0;
}
footer .footer-top .footer-content .foo-social li a {
  display: block;
  height: 27px;
  line-height: 27px;
  width: 27px;
  text-align: center;
  color: #fff;
  background: #434242;
  border-radius: 3px;
}
footer .footer-top .footer-content .foo-social li a:hover {
  background: #d10000;
}
footer .footer-top .footer-content .foo-con-info li {
  padding: 0 12px;
}
footer .footer-top .footer-content .foo-con-info li:first-child {
  padding-left: 0;
}
footer .footer-top .footer-content .foo-con-info li:last-child {
  padding-right: 0;
}
footer .footer-top .footer-content .foo-con-info li i {
  color: #d10000;
}
footer .footer-top .footer-content .foo-con-info li span {
  color: #a5a5a5;
  padding-left: 15px;
}
footer .footer-top-two {
  display: block;
  position: relative;
  background: #333;
  padding: 100px 0 60px;
}
footer .footer-top-two .wighet h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  display: block;
  margin: 0 0 45px;
}
footer .footer-top-two .foo-about {
  padding-right: 15px;
}
footer .footer-top-two .foo-about p {
  font-family: Constantia;
  color: #a5a5a5;
  font-style: italic;
  line-height: 20px;
  font-size: 13px;
}
footer .footer-top-two .foo-about ul {
  overflow: hidden;
  vertical-align: middle;
}
footer .footer-top-two .foo-about ul li {
  display: block;
  float: left;
  margin: 0 0 10px;
}
footer .footer-top-two .foo-about ul li:last-child {
  margin: 0;
}
footer .footer-top-two .foo-about ul li i {
  color: #d10000;
  font-size: 15px;
  display: inline-block;
  float: left;
  margin-right: 8px;
}
footer .footer-top-two .foo-about ul li span {
  display: table;
  color: #a5a5a5;
  line-height: 18px;
  font-size: 13px;
}
footer .footer-top-two .foo-link {
  display: block;
  position: relative;
  padding: 0 15px;
  border-left: 1px solid #434242;
}
footer .footer-top-two .foo-link ul li {
  display: block;
  padding: 7px 0;
}
footer .footer-top-two .foo-link ul li:first-child {
  padding-top: 0;
}
footer .footer-top-two .foo-link ul li:last-child {
  padding-bottom: 0;
}
footer .footer-top-two .foo-link ul li a {
  display: block;
  color: #a5a5a5;
  position: relative;
  padding-left: 15px;
}
footer .footer-top-two .foo-link ul li a:hover {
  color: #d10000;
}
footer .footer-top-two .foo-link ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  border: 1px solid #d10000;
  top: 38%;
}
footer .footer-top-two .foo-social {
  display: block;
  padding: 0 15px;
  border-left: 1px solid #434242;
}
footer .footer-top-two .foo-social ul li {
  margin: 7px 4px;
  padding: 0;
}
footer .footer-top-two .foo-social ul li a {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #2b2b2b;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
}
footer .footer-top-two .foo-social ul li a:hover {
  background: #d10000;
}

/*....................................
11. Breadcumb area start here
....................................*/
.breadcumb-area {
  position: relative;
  display: block;
  background: #121212;
  padding: 55px 0 80px;
}
.breadcumb-area .breadcumb-cont {
  display: block;
  position: relative;
  text-align: center;
}
.breadcumb-area .breadcumb-cont h2 {
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  letter-spacing: 2px;
  font-weight: 700;
  margin: 0 0 15px;
}
.breadcumb-area .breadcumb-cont p {
  font-family: Constantia;
  color: #fff;
  font-style: italic;
  margin: 0 auto;
  width: 55%;
}
.breadcumb-area .breadcum-nav {
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -110px;
  line-height: 60px;
  height: 60px;
  background: #f5f5f5;
  padding: 0 45px;
  z-index: 999;
}
.breadcumb-area .breadcum-nav h4 {
  display: inline-block;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #d10000;
  text-transform: uppercase;
  line-height: 60px;
}
.breadcumb-area .breadcum-nav ul {
  display: inline-block;
  float: right;
}
.breadcumb-area .breadcum-nav ul li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  padding-left: 5px;
}
.breadcumb-area .breadcum-nav ul li:after {
  content: '\f101';
  position: absolute;
  right: 0;
  color: #a5a5a5;
  font-family: FontAwesome;
  font-size: 14px;
  top: -1px;
}
.breadcumb-area .breadcum-nav ul li a {
  color: #a5a5a5;
  font-style: italic;
  display: inline-block;
  text-transform: capitalize;
}
.breadcumb-area .breadcum-nav ul li a:hover {
  color: #d10000;
}
.breadcumb-area .breadcum-nav ul li:first-child {
  padding-left: 0;
}
.breadcumb-area .breadcum-nav ul li:last-child:after {
  display: none;
}
.breadcumb-area .breadcum-nav ul li:last-child a {
  color: #d10000;
}

/*....................................
6. Banner area start here
....................................*/
.offer-banner .offer-list {
  position: relative;
}
.offer-banner .offer-list figure {
  position: relative;
  display: block;
  width: 100%;
}
.offer-banner .offer-list figure img {
  width: 100%;
}
.offer-banner .offer-list .content-off {
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  text-align: center;
}
.offer-banner .offer-list .content-off span {
  color: #fff;
  display: block;
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.offer-banner .offer-list .content-off h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin: 0 0 10px;
}
.offer-banner .offer-list .content-off p {
  font-family: Constantia;
  color: #a5a5a5;
  font-style: italic;
  margin: 0 auto 40px;
  display: block;
  width: 48%;
}
.offer-banner .offer-count figure {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
  /*background: url(/assets/template_shop/images/banner-husky-storm-small.jpg) no-repeat center;*/
}
.offer-banner .offer-count figure img {
  width: 100%;
  transition: all 0.3s;
}
.offer-banner .offer-count figure .count-con {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.offer-banner .offer-count figure .count-con .but {
  line-height: 60px;
  height: 60px;
  display: inline-block;
  background: #333333;
  padding: 0 60px;
}
.offer-banner .offer-count figure .count-con .but strong {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 5px;
}
.offer-banner .offer-count figure .count-con .but span {
  color: #a5a5a5;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0;
  padding-left: 5px;
}
.offer-banner .offer-count figure .count-con .counter {
  background: #d10000;
  display: block;
  margin-top: -25px;
}
.offer-banner .offer-count figure .count-con .counter .count-list {
  padding: 57px 0 30px;
}
.offer-banner .offer-count figure .count-con .counter .count-list li {
  padding: 0 20px;
}
.offer-banner .offer-count figure .count-con .counter .count-list li span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 30px;
}
.offer-banner .offer-count figure .count-con .counter .count-list li p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.offer-banner .offer-count figure:hover img {
  transform: scale(1.1, 1.1);
}

.banner-area {
  background: url(images/banner/bg-1.png);
}
.banner-area .banner-content {
  text-align: center;
  display: block;
  padding: 200px 0;
  position: relative;
  z-index: 999;
}
.banner-area .banner-content span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #d10000;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-size: 16px;
  display: block;
  margin: 0 0 10px;
}
.banner-area .banner-content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 50px;
  color: #fff;
}
.banner-area .banner-content p {
  font-family: Constantia;
  color: rgba(255, 255, 255, 0.89);
  font-size: 14px;
  display: block;
  width: 50%;
  margin: 0 auto;
  font-size: initial;
}
.banner-area .banner-content .price {
  display: block;
  margin: 30px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
}
.banner-area .banner-content .price del {
  padding-right: 10px;
  position: relative;
}
.banner-area .banner-content .price del:after {
  content: '.';
  position: absolute;
  right: -4px;
  bottom: 2px;
  color: #fff;
  font-size: 34px;
}
.banner-area .banner-content .price strong {
  font-weight: 400;
  padding-left: 5px;
}

.offers-area .offers-list {
  margin: 0 0 30px;
  display: block;
}
.offers-area .offers-list figure {
  position: relative;
  display: block;
  overflow: hidden;
  vertical-align: middle;
}
.offers-area .offers-list figure img {
  display: block;
  transition: all 0.3s;
  width: 100%;
}
.offers-area .offers-list figure .content {
  position: absolute;
  left: 30px;
  right: 0;
  top: 110px;
  z-index: 999;
}
.offers-area .offers-list figure .content.two {
  top: 40px;
  left: 0;
}
.offers-area .offers-list figure .content.three {
  top: 40px;
}
.offers-area .offers-list figure .content.four {
  left: 0;
  top: initial;
  bottom: 45px;
}
.offers-area .offers-list figure .content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #333;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.offers-area .offers-list figure .content h2 span {
  color: #d10000;
}
.offers-area .offers-list figure .content p {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 20px;
}
.offers-area .offers-list figure .content .off span {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 300;
  color: #333;
  display: block;
  margin: 0 0 5px;
}
.offers-area .offers-list figure .content .off strong {
  color: #333;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.offers-area .offers-list figure:hover img {
  transform: scale(1.1, 1.1);
}

.banner-area-two .banners {
  position: relative;
  display: block;
  width: 100%;
}
.banner-area-two .banners figure {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  display: block;
  width: 100%;
}
.banner-area-two .banners figure img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.banner-area-two .banners:hover figure img {
  transform: scale(1.1, 1.1);
}
.banner-area-two .banners .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100px;
  right: 100px;
}
.banner-area-two .banners .content strong {
  font-family: Constantia;
  font-style: italic;
  font-size: 35px;
}
.banner-area-two .banners .content span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.banner-area-two .banners .content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 50px;
}
.banner-area-two .banners .content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 50px;
  margin: 0;
}
.banner-area-two .banners .content p {
  font-family: Constantia;
  font-style: italic;
  font-size: 20px;
  margin: 0 0 30px;
}
.banner-area-two .banners .content a.btn5 {
  background: transparent;
}
.banner-area-two .banners .content a.btn5:hover {
  background: #d10000;
}
.banner-area-two .banners.bann1 .content {
  top: 28%;
}
.banner-area-two .banners.bann1 .content span {
  color: #a5a5a5;
}
.banner-area-two .banners.bann1 .content h3 {
  color: #333333;
}
.banner-area-two .banners.bann1 .content p {
  color: #333333;
}
.banner-area-two .banners.bann2 {
  position: relative;
}
.banner-area-two .banners.bann2:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.banner-area-two .banners.bann2 .content {
  left: 60px;
  right: 60px;
  top: 60px;
  bottom: 60px;
  background: url(images/banner/7.jpg) no-repeat center;
  background-size: cover;
  padding: 80px;
  z-index: 999;
}
.banner-area-two .banners.bann2 .content strong {
  color: #333333;
}
.banner-area-two .banners.bann2 .content h2 {
  color: #333333;
}
.banner-area-two .banners.bann3 .content {
  top: 32%;
}
.banner-area-two .banners.bann3 .content h3 {
  color: #fff;
}
.banner-area-two .banners.bann3 .content p {
  color: #fff;
}
.banner-area-two .banners.bann3 .content a.btn5 {
  border: 2px solid #fff;
  color: #fff;
}
.banner-area-two .banners.bann3 .content a.btn5:hover {
  border: 2px solid #d10000;
}
.banner-area-two .banners.bann4 .content {
  top: 28%;
}
.banner-area-two .banners.bann4 .content span {
  color: #a5a5a5;
}
.banner-area-two .banners.bann4 .content h3 {
  color: #333333;
}
.banner-area-two .banners.bann4 .content p {
  color: #333333;
}
.banner-area-two .banners.bann5 .content {
  top: 33%;
}
.banner-area-two .banners.bann5 .content span {
  color: #fff;
}
.banner-area-two .banners.bann5 .content h3 {
  color: #fff;
}
.banner-area-two .banners.bann5 .content p {
  color: #fff;
}

.offer-banner-three .bann-img figure {
  position: relative;
  display: block;
  width: 100%;
}
.offer-banner-three .bann-img figure img {
  width: 100%;
  display: block;
}
.offer-banner-three .ban-con {
  display: block;
  background: #333333;
  display: block;
  padding: 76px 100px;
}
.offer-banner-three .ban-con h2 {
  font-weight: 100;
  color: #d10000;
  font-size: 50px;
  display: block;
  margin: 0;
}
.offer-banner-three .ban-con h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
  margin: 0 0 5px;
  padding: 0 0 10px;
  border-bottom: 1px solid #434242;
}
.offer-banner-three .ban-con span {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #d10000;
  text-transform: uppercase;
  margin: 0 0 15px;
  display: block;
}
.offer-banner-three .ban-con p {
  font-family: Constantia;
  font-style: italic;
  color: #a5a5a5;
  margin: 0;
}

.paginations {
  display: block;
  position: relative;
  margin-top: 50px;
}
.paginations ul {
  margin-left: -4px;
}
.paginations ul li {
  display: inline-block;
  padding: 0 4px;
}
.paginations ul li a {
  padding: 0px;
  font-size: 16px;
  color: #a5a5a5;
  background: #fff;
  height: 45px;
  line-height: 43px;
  width: 45px;
  border: 1px solid #f3f3f3;
  display: block;
  text-align: center;
}
.paginations ul li a:hover {
  color: #fff;
  background: #d10000;
  border: 1px solid #d10000;
}
.paginations ul li a.active {
  color: #fff;
  background: #d10000;
  border: 1px solid #d10000;
}
.paginations ul li a span {
  color: #d10000;
}
.paginations ul li:first-child {
  padding-right: 15px;
}
.paginations ul li:first-child a {
  width: auto;
  padding: 0 15px;
  font-size: 13px;
  text-transform: capitalize;
}
.paginations ul li:first-child a:hover span {
  color: #fff;
}
.paginations ul li:last-child {
  padding-left: 15px;
}
.paginations ul li:last-child a {
  width: auto;
  padding: 0 15px;
  font-size: 13px;
  text-transform: capitalize;
}
.paginations ul li:last-child a:hover span {
  color: #fff;
}

.collection-area .col-img figure img {
  width: 100%;
}
.collection-area .col-contents {
  display: block;
  margin-top: 20px;
}
.collection-area .col-contents span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #d10000;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.collection-area .col-contents h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #111;
  text-transform: uppercase;
}
.collection-area .col-contents p {
  font-family: Constantia;
  font-size: 16px;
  color: #a5a5a5;
  font-style: italic;
}
.collection-area .col-contents a {
  padding: 0 40px;
  text-transform: capitalize;
}

.login-register .orbtn .or-space {
  position: absolute;
  width: 96px;
  height: 96px;
  line-height: 96px;
  text-align: center;
  background: #d10000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 100%;
  right: -47px;
  z-index: 999;
  top: 40%;
}
.login-register .register {
  background: #2d2d2d;
  display: block;
  position: relative;
  padding: 45px 70px 45px 40px;
}
.login-register .register h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #d10000;
  text-transform: uppercase;
}
.login-register .register form fieldset {
  display: block;
  margin: 0 0 20px;
}
.login-register .register form fieldset input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 20px;
  color: #fff;
  transition: all 0.3s;
}
.login-register .register form fieldset input:focus {
  border: 1px solid #d10000;
}
.login-register .register form .chkbox {
  position: relative;
  margin: 6px 20px 0px 0;
  float: left;
  width: 20px;
}
.login-register .register form .chkbox label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0;
}
.login-register .register form .chkbox label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 5px;
  left: 5px;
  border: 3px solid #d10000;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.login-register .register form .chkbox label:hover::after {
  opacity: 0.3;
}
.login-register .register form .chkbox input[type=checkbox] {
  visibility: hidden;
}
.login-register .register form .chkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.login-register .register form p {
  display: table;
  color: #fff;
  font-family: Constantia;
  font-size: 14px;
  letter-spacing: 0;
}
.login-register .register form button {
  padding: 0 50px;
}
.login-register .login {
  background: #2d2d2d;
  display: block;
  position: relative;
  padding: 45px 50px 88px;
}
.login-register .login h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #d10000;
  text-transform: uppercase;
  margin: 0;
}
.login-register .login p {
  margin: 0 0 30px;
  color: #fff;
  font-family: Constantia;
}
.login-register .login form fieldset {
  display: block;
  margin: 0 0 20px;
}
.login-register .login form fieldset input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 20px;
  color: #fff;
  transition: all 0.3s;
}
.login-register .login form fieldset input:focus {
  border: 1px solid #d10000;
}
.login-register .login form button {
  padding: 0 50px;
  margin-top: 15px;
}
.login-register .login .orlog {
  display: block;
  text-align: center;
  color: #fff;
  font-style: italic;
  margin: 15px 0;
}
.login-register .login ul {
  overflow: hidden;
  vertical-align: middle;
}
.login-register .login ul li {
  display: inline-block;
  width: 33.3333%;
  float: left;
  padding: 2px;
}
.login-register .login ul li a {
  display: block;
  line-height: 70px;
  height: 70px;
  padding: 0 15px;
  text-align: center;
}
.login-register .login ul li a i {
  font-size: 16px;
  color: #fff;
}
.login-register .login ul li a span {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  padding-left: 8px;
}
.login-register .login ul li:nth-child(1) {
  padding-left: 0;
}
.login-register .login ul li:nth-child(1) a {
  background: #3b5998;
}
.login-register .login ul li:nth-child(2) a {
  background: #1dcaff;
}
.login-register .login ul li:nth-child(3) {
  padding-right: 0;
}
.login-register .login ul li:nth-child(3) a {
  background: #d34836;
}

/*....................................
5. Team area start here
....................................*/
/*....................................
8. Price list area start here
....................................*/
/*....................................
12. Faq area start here
....................................*/
.faq-content .panel-group .panel {
  border-radius: 0;
}
.faq-content .panel-group .panel .panel-heading {
  padding: 0;
  border-radius: 0;
}
.faq-content .panel-group .panel .panel-heading h4 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  display: block;
}
.faq-content .panel-group .panel .panel-heading h4 a {
  display: block;
  line-height: 74px;
  padding: 0 45px;
  background: #d10000;
  color: #fff;
  position: relative;
  padding-left: 80px;
}
.faq-content .panel-group .panel .panel-heading h4 a:after {
  content: '\f13d';
  position: absolute;
  left: 28px;
  font-size: 20px;
  line-height: 74px;
  color: #fff;
  font-family: FontAwesome;
}
.faq-content .panel-group .panel .panel-heading h4 a.collapsed {
  background: #f7f7f7;
  color: #333333;
}
.faq-content .panel-group .panel .panel-heading h4 a.collapsed:after {
  color: #333;
}
.faq-content .panel-group .panel .panel-collapse .panel-body {
  padding: 15px 30px;
}
.faq-content .panel-group .panel .panel-collapse .panel-body p {
  font-size: 16px;
  color: #646464;
  margin: 0 0 10px;
}
.faq-content .panel-group .panel .panel-collapse .panel-body ul li {
  display: block;
  position: relative;
  padding-left: 20px;
  font-family: Constantia;
  font-style: italic;
  font-size: 14px;
  color: #a5a5a5;
}
.faq-content .panel-group .panel .panel-collapse .panel-body ul li:after {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #333;
  top: 7px;
}

.brand-list {
  display: block;
  width: 100%;
  margin-top: -15px;
}
.brand-list .brands {
  width: 25%;
  display: inline-block;
  float: left;
  padding: 15px;
}
.brand-list .brands figure img {
  width: 100%;
}
.brand-list .brands figure img.nor {
  display: block;
}
.brand-list .brands figure img.hov {
  display: none;
}
.brand-list .brands figure:hover img.nor {
  display: none;
}
.brand-list .brands figure:hover img.hov {
  display: block;
}

.brand-area .beand2-slider figure img.nor {
  display: block;
}
.brand-area .beand2-slider figure img.hov {
  display: none;
}
.brand-area .beand2-slider figure:hover img.nor {
  display: none;
}
.brand-area .beand2-slider figure:hover img.hov {
  display: block;
}

/*....................................
12. Info area start here
....................................*/
.info-area {
  display: block;
  width: 100%;
  margin-top: 25px;
}
.info-area .info-list {
  display: block;
  background: #fbfafa;
  padding: 45px 0;
  transition: all 0.3s;
  margin: 0 0 30px;
  border: 1px solid #dadada;
}
.info-area .info-list span {
  color: #333333;
  font-size: 20px;
  display: block;
  margin: 0 0 30px;
}
.info-area .info-list h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #333333;
  display: block;
  margin: 0;
  text-transform: uppercase;
}
.info-area .info-list p {
  font-family: Constantia;
  font-style: italic;
  color: #a5a5a5;
  font-size: 14px;
  margin: 0;
  display: block;
}
.info-area .info-list:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.collections-area .headers {
  display: block;
  position: relative;
  margin: 0 0 54px;
}
.collections-area .headers p {
  font-family: Constantia;
  font-style: italic;
  color: #a5a5a5;
  margin: 0 0 8px;
}
.collections-area .headers h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  font-size: 27px;
}
.collections-area .top-seller .top-pro-list {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 0 30px;
  float: left;
}
.collections-area .top-seller .top-pro-list:last-child {
  margin: 0;
}
.collections-area .top-seller .top-pro-list figure {
  max-width: 180px;
  float: left;
  clear: both;
  padding-right: 20px;
}
.collections-area .top-seller .top-pro-list figure img {
  width: 100%;
}
.collections-area .top-seller .top-pro-list .content h4 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0 10px;
  letter-spacing: 2px;
  line-height: 30px;
}
.collections-area .top-seller .top-pro-list .content h4 a {
  color: #333;
}
.collections-area .top-seller .top-pro-list .content h4 a:hover {
  color: #d10000;
}
.collections-area .top-seller .top-pro-list .content ul {
  margin: 0 0 10px;
  display: block;
}
.collections-area .top-seller .top-pro-list .content ul li {
  padding: 0;
  color: #d10000;
  font-size: 19px;
}
.collections-area .top-seller .top-pro-list .content ul li:last-child {
  color: #a5a5a5;
}
.collections-area .top-seller .top-pro-list .content strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}
.collections-area .testimonil-list {
  display: block;
  background: #fbfafa;
  padding: 40px 30px;
}
.collections-area .testimonil-list figure {
  display: block;
  max-width: 168px;
  margin: 0 auto 24px;
  border-radius: 100%;
}
.collections-area .testimonil-list figure img {
  width: 100%;
  border-radius: 100%;
  transition: all 0.3s;
}
.collections-area .testimonil-list figure:hover img {
  opacity: 0.7;
}
.collections-area .testimonil-list h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.collections-area .testimonil-list ul {
  margin: 0 0 15px;
  display: block;
}
.collections-area .testimonil-list ul li {
  padding: 0;
  color: #d10000;
  font-size: 19px;
}
.collections-area .testimonil-list ul li:last-child {
  color: #a5a5a5;
}
.collections-area .testimonil-list p {
  font-family: Constantia;
  font-style: italic;
  color: #333333;
  margin: 0 0 30px;
}
.collections-area .collections-men-slider:hover .owl-controls .owl-buttons div {
  opacity: 1;
}
.collections-area .collections-men-slider:hover .owl-controls .owl-buttons div.owl-prev {
  left: 0;
}
.collections-area .collections-men-slider:hover .owl-controls .owl-buttons div.owl-next {
  right: 0;
}
.collections-area .collectionslist figure {
  display: block;
  position: relative;
  width: 100%;
}
.collections-area .collectionslist figure img {
  width: 100%;
}
.collections-area .collectionslist .content {
  display: block;
  position: relative;
  width: 100%;
  background: #fbfafa;
  text-align: center;
  padding-top: 25px;
}
.collections-area .collectionslist .content h4 {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.collections-area .collectionslist .content strong {
  font-weight: 700;
  font-size: 20px;
  color: #d10000;
  display: block;
  margin: 0 0 20px;
}
.collections-area .collectionslist .content a {
  display: block;
  background: #d10000;
  color: #fff;
  height: 70px;
  line-height: 70px;
  padding: 0 35px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
.collections-area .collectionslist .content a:hover {
  background: #333;
}
.collections-area .collectionslist .content a span {
  font-weight: 400;
  float: right;
}

.info-area2 .info-list {
  display: block;
  background: #fff;
  border: 1px solid #eae6db;
  text-align: center;
  height: 190px;
  padding: 45px 0;
  margin: 0 0 35px;
  transition: all 0.3s;
}
.info-area2 .info-list:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.info-area2 .info-list span {
  color: #333;
  font-size: 20px;
  display: block;
  margin: 0 0 28px;
}
.info-area2 .info-list h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #333;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.info-area2 .info-list p {
  margin: 0;
  font-family: Constantia;
  color: #a5a5a5;
  font-style: italic;
}

/*....................................
12. categories area start here
....................................*/
.categories-area .categories {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
.categories-area .categories figure {
  position: relative;
  display: block;
}
.categories-area .categories figure:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.categories-area .categories figure img {
  width: 100%;
  display: block;
}
.categories-area .categories .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 42%;
}
.categories-area .categories .content span {
  font-family: Constantia;
  font-style: italic;
  font-size: 25px;
  font-weight: 700;
  color: #d10000;
  display: block;
  margin: 0 0 10px;
  transition: all 0.3s;
}
.categories-area .categories .content h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin: 0;
  display: block;
}
.categories-area .categories .content h3 a {
  color: #fff;
}
.categories-area .categories .content h3 a:hover {
  color: #d10000;
}
.categories-area .categories:hover figure:after {
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.categories-area .categories:hover .content span {
  color: #fff;
}

.categories-area-two .catagery-list figure {
  position: relative;
  display: block;
  overflow: hidden;
  vertical-align: middle;
}
.categories-area-two .catagery-list figure:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.3s;
}
.categories-area-two .catagery-list figure img {
  display: block;
  width: 100%;
}
.categories-area-two .catagery-list figure .content {
  display: block;
  text-align: center;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  z-index: 999;
}
.categories-area-two .catagery-list figure .content span {
  color: #d10000;
  font-family: "Dancing Script", cursive;
  font-size: 25px;
  font-weight: 700;
  display: block;
  margin: 0 0 15px;
}
.categories-area-two .catagery-list figure .content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  display: block;
  margin: 0 0 15px;
}
.categories-area-two .catagery-list figure:hover:after {
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  opacity: 0;
}

.categories-area-three .catagery-list figure {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.categories-area-three .catagery-list figure img {
  width: 100%;
  transition: all 0.3s;
}
.categories-area-three .catagery-list:hover figure img {
  transform: scale(1.1, 1.1);
}
.categories-area-three .catagery-list .content {
  background: #333;
  display: block;
  position: relative;
  margin-right: 18px;
  margin-left: 18px;
  line-height: 82px;
  height: 82px;
  text-align: center;
  padding: 16px 0;
  margin-top: -41px;
}
.categories-area-three .catagery-list .content h4 {
  margin: 0;
  color: #fff;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.categories-area-three .catagery-list .content h4 a {
  color: #fff;
}
.categories-area-three .catagery-list .content h4 a:hover {
  color: #d10000;
}
.categories-area-three .catagery-list .content p {
  line-height: 26px;
  color: #a5a5a5;
  font-family: Constantia;
  font-style: italic;
}

/*....................................
12. Product area start here
....................................*/
.product-list {
  display: block;
  width: 100%;
  position: relative;
  transition: all 0.3s;
}
.product-list figure {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 0 30px;
  overflow: hidden;
  vertical-align: middle;
  transition: all 0.3s;
}
.product-list figure .offr {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #e5a818;
  border-radius: 100%;
  z-index: 999;
}
.product-list figure:after {
  /*content: '';*/
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s;
}
.product-list figure img {
  display: block;
  height: 300px;
}
.product-list figure ul {
  position: absolute;
  left: -41px;
  bottom: 20px;
  z-index: 999;
  transition: all 0.3s;
}
.product-list figure ul li {
  display: block;
  border-bottom: 1px solid #434242;
}
.product-list figure ul li:last-child {
  border-bottom: 0;
}
.product-list figure ul li a {
  display: inline-block;
  width: 40px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #333;
  color: #fff;
}
.product-list figure ul li a:hover {
  background: #d10000;
}
.product-list figure ul .btn-default {
  background: #333;
  color: #fff;
  border-radius: 0;
  border:none;
}
.product-list figure ul .btn-default:hover {
  background: #ea2c58;
}
.product-list .content {
  transition: all 0.3s;
  min-height: 170px;
}
.product-list .content h4 {
  display: block;
  min-height:80px;
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.product-list .content h4 a {
  color: #333;
}
.product-list .content h4 a:hover {
  color: #d10000;
}
.product-list .content h4 span {
  display: inline-block;
  color: #d10000;
  float: right;
}
.product-list .content p {
  margin-top: -10%;

  color: #a5a5a5;
  font-size: 14px;
  font-style: italic;
}
.product-list .content .artnumber{
  font-family: Constantia;
  min-height: 50px;
}
.product-list .content p.grid-p {
  display: block;
}
.product-list .content p.list-p {
  display: none;
}
.product-list:hover figure:after {
  background: rgba(255, 255, 255, 0.5);
}
.product-list:hover figure ul {
  left: 20px;
}

.list-item {
  width: 100% !important;
  display: block;
  position: relative;
  margin: 0 0 50px;
}
.list-item .product-list {
  display: block;
  width: 100%;
  position: relative;
  transition: all 0.3s;
}
.list-item .product-list figure {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
  width: 32%;
  float: left;
  margin-right: 25px;
  transition: all 0.3s;
}
.list-item .product-list figure:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s;
}
.list-item .product-list figure .offr {
  background: #d10000;
}
.list-item .product-list figure img {
  display: block;
  width: 100%;
}
.list-item .product-list figure ul {
  position: absolute;
  left: -41px;
  bottom: 20px;
  z-index: 999;
  transition: all 0.3s;
}
.list-item .product-list figure ul li {
  display: block;
  border-bottom: 1px solid #434242;
}
.list-item .product-list figure ul li:last-child {
  border-bottom: 0;
}
.list-item .product-list figure ul li a {
  display: inline-block;
  width: 40px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #333;
  color: #fff;
}
.list-item .product-list figure ul li a:hover {
  background: #d10000;
}
.list-item .product-list .content {
  display: table-cell;
  width: 65%;
  height: 400px;
  vertical-align: middle;
  transition: all 0.3s;
}
.list-item .product-list .content h4 {
  display: block;
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 20px;
  border-bottom: 2px dashed #ebebeb;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  width: 60%;
}
.list-item .product-list .content h4 a {
  color: #333;
}
.list-item .product-list .content h4 a:hover {
  color: #d10000;
}
.list-item .product-list .content h4 span {
  display: inline-block;
  color: #d10000;
  float: right;
}
.list-item .product-list .content p {
  margin: 0;
  font-family: Constantia;
  color: #a5a5a5;
  font-size: 14px;
  font-style: italic;
}
.list-item .product-list .content p.grid-p {
  display: none;
}
.list-item .product-list .content p.list-p {
  display: block;
}
.list-item .product-list:hover figure:after {
  background: rgba(255, 255, 255, 0.5);
}
.list-item .product-list:hover figure ul {
  left: 20px;
}

.product-list2 figure {
  position: relative;
  display: block;
  overflow: hidden;
  vertical-align: middle;
}
.product-list2 figure img {
  width: 100%;
}
.product-list2 figure ul {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  position: absolute;
  background: #fff;
  transition: all 0.3s;
}
.product-list2 figure ul li {
  width: 100%;
  text-align: center;
}
.product-list2 figure ul li a {
  display: block;
  line-height: 60px;
  background: #fff;
  color: #333;
  font-size: 20px;
}
.product-list2 figure ul li a:hover {
  background: #333;
  color: #fff;
}
.product-list2:hover figure ul {
  bottom: 10px;
}
.product-list2 .content {
  display: block;
  position: relative;
  width: 100%;
  margin: 30px 0 0;
}
.product-list2 .content .price-rate {
  display: block;
  width: 100%;
  padding: 0 0 15px;
  border-bottom: 2px dashed #f5f5f5;
}
.product-list2 .content .price-rate span {
  display: inline-block;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #d10000;
}
.product-list2 .content .price-rate ul {
  display: inline-block;
  float: right;
}
.product-list2 .content .price-rate ul li {
  padding: 0;
}
.product-list2 .content .price-rate ul li a {
  font-size: 18px;
  color: #d10000;
}
.product-list2 .content .price-rate ul li:last-child a {
  color: #a5a5a5;
}
.product-list2 .content h5 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 15px 0 0;
}
.product-list2 .content h5 a {
  color: #333;
}
.product-list2 .content h5 a:hover {
  color: #d10000;
}

.product-list3 {
  display: block;
  position: relative;
  margin: 0 0 30px;
}
.product-list3 .products {
  position: relative;
  display: block;
  width: 100%;
  border: 2px solid transparent;
  padding: 0px;
  transition: all 0.3s;
  margin: 0 0 25px;
}
.product-list3 .products figure {
  position: relative;
  z-index: 9;
}
.product-list3 .products figure img {
  width: 100%;
}
.product-list3 .products .other-photos ul {
  width: 92px;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0;
  transition: all 0.3s;
  border: 2px solid #ececec;
  padding: 4px;
  opacity: 0;
  z-index: 99;
  background: #fff;
}
.product-list3 .products .other-photos ul li {
  width: 100%;
  display: block;
  padding: 0 0 4px;
  margin: 0;
}
.product-list3 .products .other-photos ul li:last-child {
  padding: 0;
}
.product-list3 .products .other-photos ul li a {
  display: block;
  width: 100%;
}
.product-list3 .products .other-photos ul li a img {
  width: 100%;
}
.product-list3 .products .buttons .wiish {
  display: inline-block;
  position: absolute;
  top: 21px;
  right: 0;
  z-index: 999;
  line-height: 52px;
  height: 52px;
  width: 42px;
  color: #fff;
  font-size: 17px;
  background: #d10000;
  text-align: center;
  opacity: 0;
}
.product-list3 .products .buttons ul {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 999;
  opacity: 0;
  transition: all 0.3s;
}
.product-list3 .products .buttons ul li {
  display: block;
  border-bottom: 1px solid #434242;
}
.product-list3 .products .buttons ul li:last-child {
  border-bottom: 0;
}
.product-list3 .products .buttons ul li a {
  display: inline-block;
  width: 40px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #333;
  color: #fff;
}
.product-list3 .products .buttons ul li a:hover {
  background: #d10000;
}
.product-list3 .products:hover {
  border: 2px solid #ececec;
  border-left: 2px solid transparent;
  padding: 4px;
}
.product-list3 .products:hover .other-photos ul {
  transform: scale(1, 1);
  border-right: 0;
  padding-right: 0;
  left: -92px;
  opacity: 1;
}
.product-list3 .products:hover .buttons .wiish {
  opacity: 1;
  right: 21px;
}
.product-list3 .products:hover .buttons ul {
  opacity: 1;
  right: 21px;
}
.product-list3 .content p {
  font-family: Constantia;
  font-size: 10px;
  color: #a5a5a5;
  margin: 0;
  display: block;
  text-transform: uppercase;
}
.product-list3 .content h4 {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 0 5px;
  display: block;
}
.product-list3 .content h4 a {
  color: #333;
}
.product-list3 .content h4 a:hover {
  color: #d10000;
}
.product-list3 .content strong {
  font-weight: 700;
  color: #d10000;
  font-size: 25px;
  display: block;
  margin: 0 0 25px;
  padding: 0 0 20px;
  border-bottom: 2px dashed #fbfafa;
}

.product-list4 .products {
  position: relative;
  display: block;
  width: 100%;
  border: 2px solid transparent;
  padding: 0px;
  transition: all 0.3s;
  margin: 0 0 25px;
}
.product-list4 .products figure {
  position: relative;
  z-index: 9;
}
.product-list4 .products figure img {
  width: 100%;
}
.product-list4 .products .other-photos ul {
  width: 92px;
  position: absolute;
  top: -2px;
  bottom: -2px;
  right: 0;
  transition: all 0.3s;
  border: 2px solid #ececec;
  padding: 4px;
  opacity: 0;
  z-index: 99;
  background: #fff;
}
.product-list4 .products .other-photos ul li {
  width: 100%;
  display: block;
  padding: 0 0 4px;
  margin: 0;
}
.product-list4 .products .other-photos ul li:last-child {
  padding: 0;
}
.product-list4 .products .other-photos ul li a {
  display: block;
  width: 100%;
}
.product-list4 .products .other-photos ul li a img {
  width: 100%;
}
.product-list4 .products .buttons .wiish {
  display: inline-block;
  position: absolute;
  top: 21px;
  left: 0;
  z-index: 999;
  line-height: 52px;
  height: 52px;
  width: 42px;
  color: #fff;
  font-size: 17px;
  background: #d10000;
  text-align: center;
  opacity: 0;
}
.product-list4 .products .buttons ul {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 999;
  opacity: 0;
  transition: all 0.3s;
}
.product-list4 .products .buttons ul li {
  display: block;
  border-bottom: 1px solid #434242;
}
.product-list4 .products .buttons ul li:last-child {
  border-bottom: 0;
}
.product-list4 .products .buttons ul li a {
  display: inline-block;
  width: 40px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #333;
  color: #fff;
}
.product-list4 .products .buttons ul li a:hover {
  background: #d10000;
}
.product-list4 .products:hover {
  border: 2px solid #ececec;
  border-right: 2px solid transparent;
  padding: 4px;
}
.product-list4 .products:hover .other-photos ul {
  transform: scale(1, 1);
  border-left: 0;
  padding-left: 0;
  right: -92px;
  opacity: 1;
}
.product-list4 .products:hover .buttons .wiish {
  opacity: 1;
  left: 21px;
}
.product-list4 .products:hover .buttons ul {
  opacity: 1;
  left: 21px;
}
.product-list4 .content p {
  font-family: Constantia;
  font-size: 10px;
  color: #a5a5a5;
  margin: 0;
  display: block;
  text-transform: uppercase;
}
.product-list4 .content h4 {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 0 5px;
  display: block;
}
.product-list4 .content h4 a {
  color: #333;
}
.product-list4 .content h4 a:hover {
  color: #d10000;
}
.product-list4 .content strong {
  font-weight: 700;
  color: #d10000;
  font-size: 25px;
  display: block;
  margin: 0 0 25px;
  padding: 0 0 20px;
  border-bottom: 2px dashed #fbfafa;
}

.product-list5 figure {
  position: relative;
  display: block;
  overflow: hidden;
  vertical-align: middle;
}
.product-list5 figure img {
  width: 100%;
}
.product-list5 figure ul {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  position: absolute;
  background: #fff;
  transition: all 0.3s;
}
.product-list5 figure ul li {
  width: 100%;
  text-align: center;
}
.product-list5 figure ul li a {
  display: block;
  line-height: 60px;
  background: #fff;
  color: #333;
  font-size: 20px;
}
.product-list5 figure ul li a:hover {
  background: #333;
  color: #fff;
}
.product-list5 figure span {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #c1a880;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  width: 140px;
  text-align: center;
  margin: auto;
}
.product-list5 figure span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 9;
}
.product-list5 figure span:before {
  content: '';
  position: absolute;
  left: 69%;
  width: 8px;
  height: 8px;
  background: #000;
  bottom: 0;
  background: #c1a880;
  transform: rotate(55deg);
  z-index: 99;
}
.product-list5:hover figure ul {
  bottom: 10px;
}
.product-list5 .content {
  display: block;
  position: relative;
  width: 100%;
  padding: 28px;
  border-bottom: 2px dashed #f5f5f5;
  margin: 0 0 30px;
  text-align: center;
}
.product-list5 .content h5 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.product-list5 .content h5 a {
  color: #333;
}
.product-list5 .content h5 a:hover {
  color: #c1a880;
}
.product-list5 .content .price-rate {
  display: block;
  width: 100%;
}
.product-list5 .content .price-rate span {
  display: inline-block;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #c1a880;
}

.trands-product .tabs-nav {
  text-align: center;
  display: block;
  margin: 0 0 50px;
}
.trands-product .tabs-nav .nav-tabs {
  border: none;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
}
.trands-product .tabs-nav .nav-tabs li {
  position: relative;
  margin: 0;
  padding: 0 27px;
}
.trands-product .tabs-nav .nav-tabs li:after {
  content: '';
  position: absolute;
  right: -1px;
  width: 3px;
  height: 24px;
  background: rgba(0, 0, 0, 0.1);
}
.trands-product .tabs-nav .nav-tabs li a {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  color: #434242;
  border-bottom: 2px dotted #000000;
}
.trands-product .tabs-nav .nav-tabs li a i {
  padding-right: 5px;
}
.trands-product .tabs-nav .nav-tabs li a:hover {
  border: none;
  color: #d10000;
}
.trands-product .tabs-nav .nav-tabs li.active a {
  color: #d10000;
}
.trands-product .tabs-nav .nav-tabs li:first-child {
  padding-left: 0;
}
.trands-product .tabs-nav .nav-tabs li:last-child {
  padding-right: 0;
}
.trands-product .tabs-nav .nav-tabs li:last-child:after {
  display: none;
}
.trands-product .product-list {
  margin: 0 0 30px;
}

.trands-product2 .tabs-nav {
  text-align: center;
  display: block;
  margin: 0 0 50px;
}
.trands-product2 .tabs-nav .nav-tabs {
  border: none;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
}
.trands-product2 .tabs-nav .nav-tabs li {
  position: relative;
  margin: 0;
  padding: 0 40px;
}
.trands-product2 .tabs-nav .nav-tabs li:after {
  content: '';
  position: absolute;
  right: -1px;
  width: 3px;
  height: 24px;
  background: rgba(0, 0, 0, 0.1);
}
.trands-product2 .tabs-nav .nav-tabs li a {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  color: #434242;
  border: none;
}
.trands-product2 .tabs-nav .nav-tabs li a i {
  padding-right: 5px;
}
.trands-product2 .tabs-nav .nav-tabs li a:hover {
  border: none;
  color: #f4454a;
}
.trands-product2 .tabs-nav .nav-tabs li.active a {
  color: #f4454a;
}
.trands-product2 .tabs-nav .nav-tabs li:first-child {
  padding-left: 0;
}
.trands-product2 .tabs-nav .nav-tabs li:last-child {
  padding-right: 0;
}
.trands-product2 .tabs-nav .nav-tabs li:last-child:after {
  display: none;
}
.trands-product2 .product-list2 {
  margin: 0 0 30px;
}
.trands-product2 .load-btn {
  text-align: center;
  display: block;
  margin-top: 40px;
}

.season-product .seasons-list {
  position: relative;
}
.season-product .seasons-list figure {
  position: relative;
  display: block;
  overflow: hidden;
  vertical-align: middle;
}
.season-product .seasons-list figure:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.3s;
  opacity: 0;
}
.season-product .seasons-list figure a {
  display: block;
  position: relative;
}
.season-product .seasons-list figure a img {
  width: 100%;
  display: block;
}
.season-product .seasons-list figure a span {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  display: inline-block;
  font-size: 25px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  top: 28%;
  font-weight: 300;
  transition: all 0.3s;
  opacity: 0;
}
.season-product .seasons-list figure a span i {
  font-style: normal;
}
.season-product .seasons-list .cart-ico {
  position: absolute;
  right: 30px;
  top: 30px;
}
.season-product .seasons-list .cart-ico a {
  font-size: 26px;
  color: #fff;
  transition: all 0.3s;
  opacity: 0;
}
.season-product .seasons-list .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 48%;
  text-align: center;
  transition: all 0.3s;
  opacity: 0;
}
.season-product .seasons-list .content span {
  font-family: "Dancing Script", cursive;
  color: #d10000;
  font-weight: 700;
  font-size: 25px;
  display: block;
  margin: 0 0 15px;
}
.season-product .seasons-list .content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0;
}
.season-product .seasons-list .content h3 a {
  color: #fff;
}
.season-product .seasons-list:hover figure:after {
  opacity: 1;
}
.season-product .seasons-list:hover figure a span {
  opacity: 1;
}
.season-product .seasons-list:hover .cart-ico a {
  opacity: 1;
}
.season-product .seasons-list:hover .cart-ico a:hover {
  color: #d10000;
}
.season-product .seasons-list:hover .content {
  opacity: 1;
}

.products-page .item {
  margin: 0 0 30px;
}
.products-page .pro-banner {
  display: block;
  position: relative;
  text-align: center;
  background: url(images/products/banner1.jpg) no-repeat center;
  padding: 135px 0;
  margin: 0 0 60px;
}
.products-page .pro-banner h1 {
  margin: 0 0 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
.products-page .pro-banner p {
  margin: 0;
  font-family: "Dancing Script", cursive;
  font-size: 40px;
  font-style: italic;
  color: #fff;
}
.products-page .shopcatagoris {
  display: block;
  margin: 0 0 60px;
}
.products-page .shopcatagoris .con-top {
  display: block;
  position: relative;
  margin: 0 0 25px;
}
.products-page .shopcatagoris .con-top h5 {
  display: inline-block;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #333333;
}
.products-page .shopcatagoris .con-top span {
  display: inline-block;
  float: right;
  font-weight: 500;
  color: #333;
  font-size: 16px;
}
.products-page .shopcatagoris .cats {
  display: block;
  position: relative;
  background: #f5f5f5;
  border: 2px solid #eae6db;
  padding: 40px;
}
.products-page .shopcatagoris .cats h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: #333;
}
.products-page .shopcatagoris .cats .cat-slider {
  display: block;
  margin: 0 -9px;
}
.products-page .shopcatagoris .cats .cat-slider .cats-list {
  display: block;
  padding: 0 9px;
}
.products-page .shopcatagoris .cats .cat-slider .cats-list figure {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.products-page .shopcatagoris .cats .cat-slider .cats-list figure img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.products-page .shopcatagoris .cats .cat-slider .cats-list figure a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 44%;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.products-page .shopcatagoris .cats .cat-slider .cats-list figure a:hover {
  color: #d10000;
}
.products-page .shopcatagoris .cats .cat-slider .cats-list figure:hover img {
  transform: scale(1.1, 1.1);
}
.products-page .pro-filter {
  display: block;
  padding: 0 0 20px;
  border-bottom: 1px solid #eae6db;
  margin: 0 0 20px;
}
.products-page .pro-filter p {
  display: inline-block;
  margin: 0;
  color: #a5a5a5;
  font-size: 20px;
}
.products-page .pro-filter .gr-li {
  display: inline-block;
  float: right;
}
.products-page .pro-filter .gr-li ul li {
  padding: 0 2px;
}
.products-page .pro-filter .gr-li ul li a {
  color: #a5a5a5;
  font-size: 18px;
}
.products-page .pro-filter .gr-li ul li a:active {
  color: #d10000;
}
.products-page .pro-filter .gr-li ul li a:focus {
  color: #d10000;
}
.products-page .pro-file {
  display: block;
  position: relative;
  margin: 0 0 50px;
}
.products-page .pro-file .filtersd {
  float: right;
}
.products-page .pro-file .filtersd select {
  line-height: 42px;
  height: 42px;
  background: #f4f4f4;
  border: none;
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 25px;
  padding-right: 100px;
  cursor: pointer;
}
.products-page .pro-file .filtersd select:focus {
  outline: none;
}
.products-page .filters {
  display: block;
  padding: 0 0 15px;
  border-bottom: 1px solid #eae6db;
  margin: 0 0 50px;
  position: relative;
}
.products-page .filters .show-pro {
  display: inline-block;
  margin: 0;
  color: #a5a5a5;
  font-size: 20px;
}
.products-page .filters .filter-box-area {
  display: inline-block;
  float: right;
  margin-right: 35px;
}
.products-page .filters .filter-box-area .show-fil {
  display: inline-block;
  position: relative;
  line-height: 42px;
  height: 42px;
  padding: 0 80px 0 30px;
  background: #f4f4f4;
  text-transform: uppercase;
  font-size: 12px;
  color: #333333;
  margin-top: -15px;
}
.products-page .filters .filter-box-area .show-fil:after {
  content: '\f0dd';
  position: absolute;
  right: 20px;
  color: #a5a5a5;
  font-size: 12px;
  top: -2px;
  font-family: FontAwesome;
  transition: all 0.3s;
}
.products-page .filters .filter-box-area .show-fil:hover {
  background: #d10000;
  color: #fff;
}
.products-page .filters .filter-box-area .show-fil:hover:after {
  color: #fff;
}
.products-page .filters .filter-box-area .box-filter {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9999;
  background: #f4f4f4;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  padding: 40px 15px 30px;
  display: none;
}
.products-page .filters .filter-box-area .box-filter .filter-lists h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 20px;
}
.products-page .filters .filter-box-area .box-filter .filter-lists ul li {
  display: block;
  border-bottom: 2px solid #eae6db;
}
.products-page .filters .filter-box-area .box-filter .filter-lists ul li a {
  line-height: 35px;
  height: 35px;
  display: block;
  padding: 0 15px;
  font-weight: 500;
  font-size: 16px;
  color: #a5a5a5;
  text-transform: capitalize;
}
.products-page .filters .filter-box-area .box-filter .filter-lists ul li a i {
  padding-right: 10px;
  transition: all 0.3s;
}
.products-page .filters .filter-box-area .box-filter .filter-lists ul li a:hover {
  background: #fff;
  color: #333;
}
.products-page .filters .filter-box-area .box-filter .filter-lists ul li a:hover i {
  color: #d10000;
}
.products-page .filters .gr-li {
  display: inline-block;
  float: right;
}
.products-page .filters .gr-li .views {
  color: #a5a5a5;
  display: inline-block;
  padding-right: 10px;
}
.products-page .filters .gr-li ul {
  display: inline-block;
}
.products-page .filters .gr-li ul li {
  padding: 0 2px;
}
.products-page .filters .gr-li ul li a {
  color: #a5a5a5;
  font-size: 18px;
  display: inline-block;
}
.products-page .filters .gr-li ul li a:active {
  color: #d10000;
}
.products-page .filters .gr-li ul li a:focus {
  color: #d10000;
}

.recommended-products {
  display: block;
  background: #e8e8e8;
  position: relative;
  z-index: 9;
}
.recommended-products .recommended-con h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 30px;
}
.recommended-products .recommended-con p {
  font-size: 14px;
  font-family: Constantia;
  font-style: italic;
  line-height: 20px;
  color: #a5a5a5;
}
.recommended-products .recommended-con a {
  border-radius: 50px;
}

.compare-area .compare-product {
  display: block;
  margin: 0 0 30px;
  float: left;
}
.compare-area .compare-product figure {
  display: block;
  position: relative;
  margin: 0 0 30px;
}
.compare-area .compare-product figure img {
  width: 100%;
}
.compare-area .compare-product h4 {
  display: block;
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.compare-area .compare-product h4 a {
  color: #333;
}
.compare-area .compare-product h4 a:hover {
  color: #d10000;
}
.compare-area .compare-product h4 span {
  display: inline-block;
  color: #d10000;
  float: right;
}
.compare-area .compare-product ul li {
  display: inline-block;
  color: #d10000;
}
.compare-area .compare-product ul li:last-child {
  color: #a5a5a5;
}
.compare-area .compare-product .con {
  font-family: Constantia;
  color: #a5a5a5;
  font-size: 14px;
  font-style: italic;
  margin: 0 0 15px;
  padding: 0 0 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.compare-area .compare-product .footerd p {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.compare-area .compare-product .footerd p span {
  color: #d10000;
  padding-left: 10px;
}
.compare-area .compare-product .footerd a {
  border-radius: 50px;
}
.compare-area .search-box-com {
  display: block;
  position: relative;
  margin: 0 0 30px;
}
.compare-area .search-box-com form {
  display: block;
  position: relative;
}
.compare-area .search-box-com form input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 2px solid #e0e0e0;
  padding: 0 50px;
}
.compare-area .search-box-com form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a5a5a5;
  font-style: italic;
  font-size: 14px;
}
.compare-area .search-box-com form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #a5a5a5;
  font-style: italic;
  font-size: 14px;
}
.compare-area .search-box-com form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #a5a5a5;
  font-style: italic;
  font-size: 14px;
}
.compare-area .search-box-com form input:-moz-placeholder {
  /* Firefox 18- */
  color: #a5a5a5;
  font-style: italic;
  font-size: 14px;
}
.compare-area .search-box-com form button {
  background: transparent;
  position: absolute;
  line-height: 54px;
  height: 60px;
  top: 0;
  right: 50px;
  color: #a5a5a5;
  font-size: 18px;
}

.wishlist-area .wish-lists .table-responsive p {
  font-size: 18px;
  margin: 0 0 10px;
  color: #a5a5a5;
}
.wishlist-area .wish-lists .table-responsive table {
  margin: 0;
}
.wishlist-area .wish-lists .table-responsive table tbody tr td {
  padding: 50px 0;
  border-top: 1px solid #eae6db;
  display: table-cell;
  vertical-align: middle;
}
.wishlist-area .wish-lists .table-responsive table tbody tr td .close-ico {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 50px;
  border-radius: 100%;
  background: #333333;
  color: #a5a5a5;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}
.wishlist-area .wish-lists .table-responsive table tbody tr td .close-ico:hover {
  background: #d10000;
  color: #fff;
}
.wishlist-area .wish-lists .table-responsive table tbody tr td .products-detail .dleft {
  padding-right: 20px;
}
.wishlist-area .wish-lists .table-responsive table tbody tr td .products-detail .dleft figure {
  width: 170px;
  display: block;
  position: relative;
}
.wishlist-area .wish-lists .table-responsive table tbody tr td .products-detail .dleft figure img {
  width: 100%;
}
.wishlist-area .wish-lists .table-responsive table tbody tr td .products-detail .dright {
  display: table-cell;
  vertical-align: middle;
  padding: 38px 0;
}
.wishlist-area .wish-lists .table-responsive table tbody tr td .products-detail .dright span {
  color: #d10000;
  display: block;
  margin: 0 0 5px;
}
.wishlist-area .wish-lists .table-responsive table tbody tr td .products-detail .dright h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.wishlist-area .wish-lists .table-responsive table tbody tr td .products-detail .dright h4 a {
  color: #333;
}
.wishlist-area .wish-lists .table-responsive table tbody tr td .products-detail .dright h4 a:hover {
  color: #d10000;
}
.wishlist-area .wish-lists .table-responsive table tbody tr td .products-detail .dright ul {
  display: block;
  margin: 0 0 5px;
}
.wishlist-area .wish-lists .table-responsive table tbody tr td .products-detail .dright ul li {
  display: inline-block;
  font-size: 20px;
  color: #d10000;
}
.wishlist-area .wish-lists .table-responsive table tbody tr td .products-detail .dright ul li:last-child {
  color: #a5a5a5;
}
.wishlist-area .wish-lists .table-responsive table tbody tr td .products-detail .dright .cart-wishs {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #f5f5f5;
  color: #a5a5a5;
  font-size: 20px;
  text-align: center;
}
.wishlist-area .wish-lists .table-responsive table tbody tr td .products-detail .dright .cart-wishs:hover {
  background: #d10000;
  color: #fff;
}
.wishlist-area .wish-lists .table-responsive table tbody tr td .price {
  display: block;
  text-align: center;
  background: #fefefe;
  border: 1px dashed #e0e0e0;
  padding: 60px 20px;
}
.wishlist-area .wish-lists .table-responsive table tbody tr td .price span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #333333;
  display: block;
  margin: 0 0 5px;
}
.wishlist-area .wish-lists .table-responsive table tbody tr td .price strong {
  font-weight: 400;
  color: #a5a5a5;
  font-size: 20px;
  display: block;
  margin: 0;
}
.wishlist-area .wish-lists .table-responsive table tbody tr td .quantity {
  display: inline-block;
  text-align: center;
  background: #fefefe;
  border: 1px dashed #e0e0e0;
  padding: 60px 40px;
}
.wishlist-area .wish-lists .table-responsive table tbody tr td .quantity span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #333333;
  display: block;
  margin: 0 0 5px;
}
.wishlist-area .wish-lists .table-responsive table tbody tr td .quantity strong {
  font-weight: 400;
  color: #a5a5a5;
  font-size: 20px;
  display: block;
  margin: 0;
}
.wishlist-area .wish-lists .table-responsive table tbody tr:last-child td {
  border-bottom: 1px solid #eae6db;
}
.wishlist-area .cupon-code {
  border-bottom: 1px solid #eae6db;
  display: block;
  margin: 0 0 70px;
}
.wishlist-area .cupon-code table tbody tr td {
  display: table-cell;
  vertical-align: middle;
  padding: 50px 0;
  border: none;
  padding-right: 20px;
}
.wishlist-area .cupon-code table tbody tr td h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #333;
  padding-right: 50px;
  margin: 0;
  display: block;
}
.wishlist-area .cupon-code table tbody tr td input {
  line-height: 38px;
  height: 42px;
  width: 200px;
  padding: 0 20px;
  border: 2px solid #eae6db;
}
.wishlist-area .cupon-code table tbody tr td input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a5a5a5;
  font-style: italic;
  font-size: 14px;
}
.wishlist-area .cupon-code table tbody tr td input::-moz-placeholder {
  /* Firefox 19+ */
  color: #a5a5a5;
  font-style: italic;
  font-size: 14px;
}
.wishlist-area .cupon-code table tbody tr td input:-ms-input-placeholder {
  /* IE 10+ */
  color: #a5a5a5;
  font-style: italic;
  font-size: 14px;
}
.wishlist-area .cupon-code table tbody tr td input:-moz-placeholder {
  /* Firefox 18- */
  color: #a5a5a5;
  font-style: italic;
  font-size: 14px;
}
.wishlist-area .cupon-code table tbody tr td a {
  border-radius: 50px;
}
.wishlist-area .cupon-code table tbody tr td .aply {
  background: #f5f5f5;
  color: #a5a5a5;
}
.wishlist-area .cupon-code table tbody tr td .aply:hover {
  background: #d10000;
  color: #fff;
}
.wishlist-area .ship-box {
  display: block;
  position: relative;
}
.wishlist-area .ship-box .headers {
  display: block;
  position: relative;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  background: #333333;
  margin: 0 0 10px;
}
.wishlist-area .ship-box .headers h4 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}
.wishlist-area .ship-box .bodys {
  display: block;
  position: relative;
  margin: 0;
  padding: 25px;
  background: #f5f5f5;
}
.wishlist-area .ship-box .bodys table {
  margin: 0;
}
.wishlist-area .ship-box .bodys table tbody tr td {
  border: none;
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 0;
}
.wishlist-area .ship-box .bodys table tbody tr td h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  margin: 0;
}
.wishlist-area .ship-box .bodys table tbody tr td span {
  font-size: 16px;
}
.wishlist-area .ship-box .bodys table tbody tr:first-child td {
  padding-top: 0;
}
.wishlist-area .ship-box .bodys table tbody tr:last-child td {
  padding-bottom: 0;
  border: none;
}
.wishlist-area .ship-box .bodys form fieldset {
  width: 100%;
  display: block;
  margin: 0 0 10px;
}
.wishlist-area .ship-box .bodys form fieldset select {
  width: 100%;
  background: #fff;
  padding: 0 20px;
  color: #a5a5a5;
  transition: all 0.3s;
  cursor: pointer;
  border: none;
  line-height: 42px;
  height: 42px;
}
.wishlist-area .ship-box .bodys form fieldset select:focus {
  color: #333;
}
.wishlist-area .ship-box .bodys form fieldset input {
  width: 100%;
  background: #fff;
  padding: 0 20px;
  color: #a5a5a5;
  transition: all 0.3s;
  border: none;
  line-height: 42px;
  height: 42px;
}
.wishlist-area .ship-box .bodys form fieldset input:focus {
  color: #333;
}
.wishlist-area .ship-box .bodys form fieldset input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a5a5a5;
  font-size: 14px;
}
.wishlist-area .ship-box .bodys form fieldset input::-moz-placeholder {
  /* Firefox 19+ */
  color: #a5a5a5;
  font-size: 14px;
}
.wishlist-area .ship-box .bodys form fieldset input:-ms-input-placeholder {
  /* IE 10+ */
  color: #a5a5a5;
  font-size: 14px;
}
.wishlist-area .ship-box .bodys form fieldset input:-moz-placeholder {
  /* Firefox 18- */
  color: #a5a5a5;
  font-size: 14px;
}
.wishlist-area .ship-box .bodys form button {
  margin-top: 20px;
  border-radius: 50px;
}

.single-products {
  position: relative;
}
.single-products .single-products-slider .slider-for {
  margin: 0 0 25px;
}
.single-products .single-products-slider .slider-for .img-slid img {
  width: 100%;
}
.single-products .single-products-slider .sliders-nav {
  position: relative;
}
.single-products .single-products-slider .sliders-nav .img-slid {
  padding: 0 2px;
  cursor: pointer;
}
.single-products .single-products-slider .sliders-nav .img-slid:focus {
  outline: none !important;
}
.single-products .single-products-slider .sliders-nav .img-slid img {
  width: 100%;
}
.single-products .single-products-slider .sliders-nav .img-slid.slick-current img {
  border: 3px solid #d10000 !important;
}
.single-products .single-products-slider .sliders-nav .slick-list {
  padding: 0 !important;
  margin: 0 30px;
}
.single-products .slick-arrow {
  position: absolute;
  top: 35%;
  color: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 999;
  transition: all 0.3s;
}
.single-products .slick-arrow.slick-prev {
  left: 0;
}
.single-products .slick-arrow.slick-prev:after {
  content: '\f104';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  line-height: 50px;
  font-family: FontAwesome;
  font-size: 16px;
  color: #333;
  transition: all 0.3s;
}
.single-products .slick-arrow.slick-next {
  right: 0;
}
.single-products .slick-arrow.slick-next:after {
  content: '\f105';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  line-height: 50px;
  font-family: FontAwesome;
  font-size: 16px;
  color: #333;
  transition: all 0.3s;
}
.single-products .slick-arrow:hover {
  background: #d10000;
}
.single-products .slick-arrow:hover:after {
  color: #fff;
}
.single-products .product-details .stic span {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  position: relative;
  font-size: 14px;
}
.single-products .product-details .stic span.conlo {
  background: #24c869;
  color: #fff;
  padding-left: 30px;
  padding-right: 15px;
  border-radius: 3px 0 0 3px;
}
.single-products .product-details .stic span.conlo:after {
  content: '';
  position: absolute;
  left: 12px;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: #fff;
  top: 16px;
}
.single-products .product-details .stic span.sto {
  border-radius: 0 3px 3px 0;
  background: #fbfafa;
  color: #a5a5a5;
  padding: 0 15px;
}
.single-products .product-details h2 {
  font-weight: 400;
  color: #333333;
  font-family: "Montserrat", sans-serif;
  margin: 20px 0;
}
.single-products .product-details .ratings {
  display: block;
  margin: 0 0 20px;
}
.single-products .product-details .ratings ul {
  display: inline-block;
}
.single-products .product-details .ratings ul li {
  display: inline-block;
  font-size: 18px;
  color: #d10000;
}
.single-products .product-details .ratings ul li:last-child {
  color: #a5a5a5;
}
.single-products .product-details .ratings span {
  display: inline-block;
  padding-left: 8px;
  color: #a5a5a5;
}
.single-products .product-details p {
  font-family: Constantia;
  color: #a5a5a5;
  font-style: italic;
  width: 85%;
}
.single-products .product-details table {
  margin: 0 0 0px;
}
.single-products .product-details table tbody tr td {
  border: 1px dashed #e0e0e0;
}
.single-products .product-details table tbody tr td .input-group {
  width: 160px;
  border-radius: 0;
  line-height: 43px;
  border: 1px solid #e5e5e5;
  float: left;
}
.single-products .product-details table tbody tr td .input-group .btn {
  padding: 0 12px;
  line-height: 45px;
  border-radius: 0;
  background: #f9f9f9;
  color: #333;
  border: none;
  font-size: 20px;
}
.single-products .product-details table tbody tr td .input-group .btn:focus {
  outline: none;
}
.single-products .product-details table tbody tr td .input-group input {
  line-height: 45px;
  height: 45px;
  border: none;
  text-align: center;
}
.single-products .product-details table tbody tr td .siz {
  margin-left: -5px;
}
.single-products .product-details table tbody tr td .siz li {
  display: inline-block;
  padding: 0 5px;
  text-align: center;
}
.single-products .product-details table tbody tr td .siz li span {
  display: block;
  text-transform: uppercase;
  color: #333;
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  width: 40px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}
.single-products .product-details table tbody tr td .color {
  margin-left: -5px;
}
.single-products .product-details table tbody tr td .color li {
  display: inline-block;
  padding: 0 5px;
  text-align: center;
}
.single-products .product-details table tbody tr td .color li span {
  display: block;
  padding: 0 25px;
  line-height: 40px;
  height: 40px;
  text-transform: uppercase;
  cursor: pointer;
}
.single-products .product-details table tbody tr td .color li span.red {
  background: red;
  color: #fff;
}
.single-products .product-details table tbody tr td .color li span.yello {
  background: #ffe400;
  color: #333;
  padding: 0 20px;
}
.single-products .product-details table tbody tr td .color li span.black {
  background: #000;
  color: #fff;
  padding: 0 20px;
}
.single-products .product-details table tbody tr td:first-child {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #333;
  letter-spacing: 0;
  width: 140px;
  /*height: 60px;*/
  line-height: 50px;
  border-left: 0;
}
.single-products .product-details table tbody tr td:last-child {
  border-right: 0;
  padding-left: 5px;
  padding-right: 0px;
  padding-top: 5px;
}
.single-products .product-details strong {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  color: #333;
  display: block;
}
.single-products .product-details .btn1 {
  border-radius: 50px;
}
.single-products .product-details .servs {
  display: block;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  margin-top: 50px;
}
.single-products .product-details .servs .serv-list {
  display: block;
  border: 1px dashed #e0e0e0;
  text-align: center;
  padding: 40px 0 30px;
  height: 155px;
  margin: 0 0 30px;
}
.single-products .product-details .servs .serv-list span {
  display: block;
  margin: 0 0 25px;
}
.single-products .product-details .servs .serv-list h5 {
  margin: 0;
  font-weight: 400;
  color: #333;
  font-size: 15px;
}
.single-products .pro-describe {
  display: block;
  margin-top: 50px;
}
.single-products .pro-describe .navtabs {
  margin: 0 0 10px;
}
.single-products .pro-describe .navtabs li {
  display: inline-block;
  padding: 0 5px;
}
.single-products .pro-describe .navtabs li:first-child {
  padding-left: 0;
}
.single-products .pro-describe .navtabs li:last-child {
  padding-right: 0;
}
.single-products .pro-describe .navtabs li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  text-transform: uppercase;
  background: #f5f5f5;
  color: #a5a5a5;
}
.single-products .pro-describe .navtabs li.active a {
  background: #333;
  color: #fff;
}
.single-products .pro-describe .tab-content .tab-pane {
  background: #f5f5f5;
  padding: 50px 30px;
}
.single-products .pro-describe .tab-content .tab-pane h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 25px;
}
.single-products .pro-describe .tab-content .tab-pane p {
  font-family: Constantia;
  font-style: italic;
  color: #a5a5a5;
}
.single-products .pro-describe .tab-content .tab-pane p:last-child {
  margin: 0;
}
.single-products .pro-describe .tab-content .tab-pane p.qus {
  font-style: normal;
  color: #333;
  margin: 0 0 15px;
}
.single-products .pro-describe .tab-content .tab-pane p.qus span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #333;
}

/*....................................
12. Subscribe area start here
....................................*/
.subscribe-form .form-filed {
  display: block;
  position: relative;
  background: url(images/banner/1.jpg) no-repeat center;
  background-size: cover;
}
.subscribe-form .form-filed:after {
  content: '';
  position: absolute;
  left: 18px;
  right: 18px;
  top: 18px;
  bottom: 18px;
  border: 1px solid #fff;
}
.subscribe-form .form-filed .contant {
  position: relative;
  z-index: 999;
  width: 100%;
  padding: 85px 100px;
}
.subscribe-form .form-filed .contant h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-size: 22px;
}
.subscribe-form .form-filed .contant p {
  font-family: Constantia;
  font-style: italic;
  color: #a5a5a5;
}
.subscribe-form .form-filed .contant form {
  display: block;
  width: 50%;
  position: relative;
  margin: 0 0 30px;
}
.subscribe-form .form-filed .contant form input {
  width: 100%;
  display: block;
  height: 58px;
  line-height: 58px;
  border: none;
  background: #fff;
  padding: 0 28px;
}
.subscribe-form .form-filed .contant form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: Constantia;
  font-size: 14px;
  font-style: italic;
  color: #a5a5a5;
}
.subscribe-form .form-filed .contant form input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Constantia;
  font-size: 14px;
  font-style: italic;
  color: #a5a5a5;
}
.subscribe-form .form-filed .contant form input:-ms-input-placeholder {
  /* IE 10+ */
  font-family: Constantia;
  font-size: 14px;
  font-style: italic;
  color: #a5a5a5;
}
.subscribe-form .form-filed .contant form input:-moz-placeholder {
  /* Firefox 18- */
  font-family: Constantia;
  font-size: 14px;
  font-style: italic;
  color: #a5a5a5;
}
.subscribe-form .form-filed .contant form button {
  height: 58px;
  line-height: 58px;
  background: #d10000;
  color: #fff;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 28px;
  display: inline-block;
}
.subscribe-form .form-filed .contant form button i {
  padding-left: 5px;
}
.subscribe-form .form-filed .contant .social-sub li {
  padding: 0 4px;
  margin: 0;
}
.subscribe-form .form-filed .contant .social-sub li a {
  display: block;
  height: 27px;
  line-height: 27px;
  width: 27px;
  text-align: center;
  color: #fff;
  background: #434242;
  border-radius: 3px;
}
.subscribe-form .form-filed .contant .social-sub li a:hover {
  background: #d10000;
}

.subscribe-form2 .form-filed {
  display: block;
  position: relative;
  background: url(images/banner/1.jpg) no-repeat center;
  background-size: cover;
}
.subscribe-form2 .form-filed:after {
  content: '';
  position: absolute;
  left: 18px;
  right: 18px;
  top: 18px;
  bottom: 18px;
  border: 1px solid #fff;
}
.subscribe-form2 .form-filed .contant {
  position: relative;
  z-index: 999;
  width: 100%;
  padding: 85px 60px;
}
.subscribe-form2 .form-filed .contant h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-size: 22px;
}
.subscribe-form2 .form-filed .contant p {
  font-family: Constantia;
  font-style: italic;
  color: #a5a5a5;
}
.subscribe-form2 .form-filed .contant form {
  display: block;
  width: 70%;
  position: relative;
  margin: 0 0 30px;
}
.subscribe-form2 .form-filed .contant form input {
  width: 100%;
  display: block;
  height: 58px;
  line-height: 58px;
  border: none;
  background: #fff;
  padding: 0 28px;
}
.subscribe-form2 .form-filed .contant form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: Constantia;
  font-size: 14px;
  font-style: italic;
  color: #a5a5a5;
}
.subscribe-form2 .form-filed .contant form input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Constantia;
  font-size: 14px;
  font-style: italic;
  color: #a5a5a5;
}
.subscribe-form2 .form-filed .contant form input:-ms-input-placeholder {
  /* IE 10+ */
  font-family: Constantia;
  font-size: 14px;
  font-style: italic;
  color: #a5a5a5;
}
.subscribe-form2 .form-filed .contant form input:-moz-placeholder {
  /* Firefox 18- */
  font-family: Constantia;
  font-size: 14px;
  font-style: italic;
  color: #a5a5a5;
}
.subscribe-form2 .form-filed .contant form button {
  height: 58px;
  line-height: 58px;
  background: #d10000;
  color: #fff;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 28px;
  display: inline-block;
}
.subscribe-form2 .form-filed .contant form button i {
  padding-left: 5px;
}
.subscribe-form2 .form-filed .contant .social-sub li {
  padding: 0 4px;
  margin: 0;
}
.subscribe-form2 .form-filed .contant .social-sub li a {
  display: block;
  height: 27px;
  line-height: 27px;
  width: 27px;
  text-align: center;
  color: #fff;
  background: #434242;
  border-radius: 3px;
}
.subscribe-form2 .form-filed .contant .social-sub li a:hover {
  background: #d10000;
}

/*....................................
12. Services area start here
....................................*/
.services-area {
  display: block;
  position: relative;
  background: #f3f2f0;
  padding: 64px 0 34px;
}
.services-area .services-list {
  display: block;
  position: relative;
  margin: 0 0 30px;
}
.services-area .services-list .services-ico {
  display: inline-block;
  width: 90px;
  float: left;
  position: relative;
  margin-right: 25px;
}
.services-area .services-list .services-ico img {
  width: 100%;
}
.services-area .services-list .services-con {
  display: table;
  position: relative;
  padding: 10px 0;
}
.services-area .services-list .services-con h4 {
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: #333333;
}
.services-area .services-list .services-con p {
  margin: 0;
  font-family: Constantia;
  color: #a5a5a5;
  font-style: italic;
  line-height: 20px;
}

/*....................................
12. Sidebar area start here
....................................*/
.home5_sidebar .widget {
  display: block;
  position: relative;
  width: 100%;
  border: 2px solid #eae6db;
  margin: 0 0 30px;
  background: #fff;
}
.home5_sidebar .widget:last-child {
  margin: 0;
}
.home5_sidebar .widget .heading {
  position: relative;
  display: block;
  line-height: 70px;
  height: 70px;
  padding: 0 20px;
  background: #c1a880;
  overflow: hidden;
  vertical-align: middle;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
}
.home5_sidebar .widget .heading:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 9;
}
.home5_sidebar .widget .heading:before {
  content: '';
  position: absolute;
  left: 59%;
  width: 8px;
  height: 8px;
  background: #000;
  bottom: 0;
  background: #c1a880;
  transform: rotate(55deg);
  z-index: 99;
}
.home5_sidebar .widget .heading h4 {
  display: block;
  margin: 0;
  position: relative;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 70px;
  padding-left: 25px;
}
.home5_sidebar .widget .heading h4:after {
  content: '';
  position: absolute;
  left: 0;
  top: 46%;
  width: 14px;
  height: 5px;
  background: url(images/icons/6.png) no-repeat center;
  background-size: cover;
}
.home5_sidebar .categories-list {
  display: block;
  padding: 20px;
  background: #fff;
}
.home5_sidebar .categories-list ul li {
  display: block;
  padding: 20px 0;
  border-top: 1px solid #eae6db;
  border-bottom: 1px solid #eae6db;
}
.home5_sidebar .categories-list ul li:first-child {
  padding-top: 0;
  border-top: 0;
}
.home5_sidebar .categories-list ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.home5_sidebar .categories-list ul li a {
  display: block;
  font-weight: 500;
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  position: relative;
}
.home5_sidebar .categories-list ul li a:after {
  content: '\f105';
  position: absolute;
  font-family: FontAwesome;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 30px;
  color: #a5a5a5;
  font-size: 14px;
  transition: all 0.3s;
}
.home5_sidebar .categories-list ul li a:hover {
  color: #c1a880;
}
.home5_sidebar .categories-list ul li a:hover:after {
  right: 5px;
}
.home5_sidebar .categories-list ul li a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #c1a880;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  position: relative;
  margin-right: 8px;
}
.home5_sidebar .sidebar-products .pro-list figure {
  position: relative;
  display: block;
  width: 100%;
}
.home5_sidebar .sidebar-products .pro-list figure img {
  width: 100%;
  display: block;
}
.home5_sidebar .sidebar-products .pro-list .content {
  display: block;
  position: relative;
  margin: 30px 20px 60px;
}
.home5_sidebar .sidebar-products .pro-list .content strong {
  font-weight: 700;
  font-size: 18px;
  color: #c1a880;
  display: block;
  margin: 0 0 5px;
}
.home5_sidebar .sidebar-products .pro-list .content h4 {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.home5_sidebar .sidebar-products .pro-list .content h4 a {
  color: #333;
}
.home5_sidebar .sidebar-products .pro-list .content h4 a:hover {
  color: #c1a880;
}
.home5_sidebar .sidebar-products .pro-list .content p {
  margin: 0;
  font-family: Constantia;
  color: #a5a5a5;
  font-style: italic;
  line-height: 20px;
}
.home5_sidebar .pro-size {
  display: block;
  position: relative;
  padding: 20px;
}
.home5_sidebar .pro-size ul {
  margin: 0;
}
.home5_sidebar .pro-size ul li {
  padding: 0 3px;
  text-align: center;
}
.home5_sidebar .pro-size ul li:first-child {
  padding-left: 0;
}
.home5_sidebar .pro-size ul li:last-child {
  padding-right: 0;
}
.home5_sidebar .pro-size ul li span {
  display: block;
  height: 40px;
  width: 35px;
  line-height: 40px;
  background: #f4f4f4;
  color: #a5a5a5;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
}
.home5_sidebar .pro-size ul li span:hover {
  background: #c1a880;
  color: #fff;
}
.home5_sidebar .pro-size ul li.active span {
  display: block;
  height: 40px;
  width: 35px;
  line-height: 40px;
  background: #c1a880;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
}
.home5_sidebar .sale-pro {
  position: relative;
  display: block;
  width: 100%;
  padding: 35px 13px;
}
.home5_sidebar .sale-pro .pro-list {
  display: block;
  padding: 35px 0;
  border-bottom: 1px solid #eae6db;
}
.home5_sidebar .sale-pro .pro-list:first-child {
  padding-top: 0;
}
.home5_sidebar .sale-pro .pro-list:last-child {
  border: none;
  padding-bottom: 0;
}
.home5_sidebar .sale-pro .pro-list .dleft {
  width: 80px;
  height: 80px;
  overflow: hidden;
  vertical-align: middle;
}
.home5_sidebar .sale-pro .pro-list .dleft img {
  width: 100%;
}
.home5_sidebar .sale-pro .pro-list .dright {
  padding-left: 5px;
}
.home5_sidebar .sale-pro .pro-list .dright .con {
  display: table-cell;
  height: 80px;
  vertical-align: middle;
}
.home5_sidebar .sale-pro .pro-list .dright .con a {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
  display: inline-block;
}
.home5_sidebar .sale-pro .pro-list .dright .con a:hover {
  color: #c1a880;
}
.home5_sidebar .sale-pro .pro-list .dright .con strong {
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: #c1a880;
}
.home5_sidebar .price-range {
  display: block;
  padding: 35px 20px;
  text-align: center;
}
.home5_sidebar .price-range .range strong {
  display: block;
  color: #575560;
  margin: 0 0 20px;
}
.home5_sidebar .price-range .range .range-box {
  margin: 0 0 15px;
}
.home5_sidebar .price-range .range span {
  padding-right: 5px;
  color: #333;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
}
.home5_sidebar .price-range .range .price-box {
  padding: 4px 0;
  display: inline-block;
  border: none;
  width: 100px;
  color: #c1a880;
}
.home5_sidebar .price-range .ui-widget-content .ui-state-default {
  background: #c1a880;
  border-radius: 100%;
  cursor: pointer;
}
.home5_sidebar .price-range .ui-widget-content .ui-state-default:focus {
  outline: none;
}
.home5_sidebar .price-range .ui-widget-content .ui-state-default:last-child {
  background: #c1a880;
  border: 2px solid #c1a880;
}
.home5_sidebar .price-range .ui-widget-header {
  background: #c1a880;
  height: 5px;
  cursor: pointer;
}
.home5_sidebar .price-range .ui-widget-content {
  background: #f4f4f4;
  height: 5px;
  cursor: pointer;
}
.home5_sidebar .price-range .ui-widget-content {
  border: none;
}
.home5_sidebar .price-range .ui-slider-handle {
  width: 15px;
  height: 15px;
  top: -5px;
}
.home5_sidebar .price-range button {
  display: inline-block;
  line-height: 42px;
  height: 42px;
  border-radius: 50px;
  background: #c1a880;
  color: #fff;
  padding: 0 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  margin-top: 15px;
}
.home5_sidebar .price-range button:hover {
  background: #333;
}
.home5_sidebar .factures {
  display: block;
  padding: 0 20px;
  position: relative;
}
.home5_sidebar .factures ul li {
  display: block;
  border-bottom: 1px solid #eae6db;
  line-height: 70px;
}
.home5_sidebar .factures ul li a {
  color: #333;
  font-weight: 500;
  font-size: 16px;
}
.home5_sidebar .factures ul li a:hover {
  color: #c1a880;
}
.home5_sidebar .factures ul li span {
  float: right;
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #c1a880;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  border-radius: 100%;
  line-height: 28px;
  margin: 22px 0;
}
.home5_sidebar .offer-list figure {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
}
.home5_sidebar .offer-list figure img {
  width: 100%;
  transition: all 0.3s;
}
.home5_sidebar .offer-list figure:hover img {
  transform: scale(1.1, 1.1);
}
.home5_sidebar .offer-list .count-con {
  text-align: center;
  position: relative;
}
.home5_sidebar .offer-list .count-con .but {
  line-height: 70px;
  height: 70px;
  display: block;
  background: #c1a880;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 20px;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  top: -36px;
}
.home5_sidebar .offer-list .count-con .counter {
  background: #333;
  display: block;
  z-index: 9;
}
.home5_sidebar .offer-list .count-con .counter .count-list {
  padding: 55px 0 30px;
}
.home5_sidebar .offer-list .count-con .counter .count-list li {
  padding: 0 8px;
  position: relative;
}
.home5_sidebar .offer-list .count-con .counter .count-list li:after {
  content: ':';
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  font-size: 20px;
  font-weight: 900;
  color: #c1a880;
}
.home5_sidebar .offer-list .count-con .counter .count-list li:last-child:after {
  display: none;
}
.home5_sidebar .offer-list .count-con .counter .count-list li span {
  font-weight: 100;
  color: #fff;
  font-size: 30px;
}
.home5_sidebar .offer-list .count-con .counter .count-list li p {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.2;
}

.sidebar .widget {
  display: block;
  position: relative;
  width: 100%;
  border: 2px solid #eae6db;
  margin: 0 0 30px;
  background: #fff;
}
.sidebar .widget:last-child {
  margin: 0;
}
.sidebar .widget .heading {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  background: #fbfafa;
  overflow: hidden;
  vertical-align: middle;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
  font-size: 14px;
}
.sidebar .widget .heading:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 5px;
  background: #e8e8e8;
  z-index: 9;
}
.sidebar .widget .heading:before {
  content: '';
  position: absolute;
  left: 59%;
  width: 8px;
  height: 8px;
  background: #000;
  bottom: 0;
  background: #fbfafa;
  transform: rotate(55deg);
  z-index: 99;
}
.sidebar .widget .heading h4 {
  display: block;
  margin: 0;
  position: relative;
  color: #121212;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 50px;
  padding-left: 25px;
}
.sidebar .widget .heading h4:after {
  content: '';
  position: absolute;
  left: 0;
  top: 46%;
  width: 14px;
  height: 5px;
  background: url(images/icons/7.png) no-repeat center;
  background-size: cover;
}
.sidebar .categories-list {
  display: block;
  padding: 20px;
  background: #fff;
}
.sidebar .categories-list ul li {
  display: block;
  padding: 10px 0;
  /*border-top: 1px solid #eae6db;*/
  border-bottom: 1px solid #eae6db;
}
.sidebar .categories-list ul li a {
  display: block;
  font-weight: 400;
  color: #121212;
  position: relative;
}
.sidebar .categories-list ul li a:after {
  content: '\f105';
  position: absolute;
  font-family: FontAwesome;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 30px;
  color: #a5a5a5;
  font-size: 14px;
  transition: all 0.3s;
}
.sidebar .categories-list ul li a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #f4f4f4;
  color: #a5a5a5;
  text-align: center;
  border-radius: 100%;
  position: relative;
  margin-right: 8px;
  transition: all 0.3s;
}
.sidebar .categories-list ul li a:hover {
  color: #d10000;
}
.sidebar .categories-list ul li a:hover:after {
  right: 5px;
}
.sidebar .categories-list ul li a:hover span {
  background: #d10000;
  color: #fff;
}
.sidebar .categories-list ul li a.active span {
  background: #d10000;
  color: #fff;
}
.sidebar .categories-list ul li:first-child {
  padding-top: 0;
  border-top: 0;
}
.sidebar .categories-list ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.sidebar .pro-size {
  position: relative;
  padding: 2px 20px;
}
.sidebar .pro-size ul {
  margin: 0;
}
.sidebar .pro-size ul li {
  padding: 0 3px;
  text-align: center;
}
.sidebar .pro-size ul li:first-child {
  padding-left: 0;
}
.sidebar .pro-size ul li:last-child {
  padding-right: 0;
}
.sidebar .pro-size ul li span {
  display: block;
  height: 40px;
  width: 35px;
  line-height: 40px;
  background: #f4f4f4;
  color: #a5a5a5;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
}
.sidebar .pro-size ul li span:hover {
  background: #d10000;
  color: #fff;
}
.sidebar .pro-size ul li.active span {
  display: block;
  height: 40px;
  width: 35px;
  line-height: 40px;
  background: #d10000;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
}
.sidebar .sale-pro {
  position: relative;
  display: block;
  width: 100%;
  padding: 35px 13px;
}
.sidebar .sale-pro .pro-list {
  display: block;
  padding: 35px 0;
  border-bottom: 1px solid #eae6db;
}
.sidebar .sale-pro .pro-list:first-child {
  padding-top: 0;
}
.sidebar .sale-pro .pro-list:last-child {
  border: none;
  padding-bottom: 0;
}
.sidebar .sale-pro .pro-list .dleft {
  width: 80px;
  height: 80px;
  overflow: hidden;
  vertical-align: middle;
}
.sidebar .sale-pro .pro-list .dleft img {
  width: 100%;
}
.sidebar .sale-pro .pro-list .dright {
  padding-left: 5px;
}
.sidebar .sale-pro .pro-list .dright .con {
  display: table-cell;
  height: 80px;
  vertical-align: middle;
}
.sidebar .sale-pro .pro-list .dright .con a {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
  display: inline-block;
}
.sidebar .sale-pro .pro-list .dright .con a:hover {
  color: #d10000;
}
.sidebar .sale-pro .pro-list .dright .con strong {
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: #d10000;
}
.sidebar .price-range {
  display: block;
  padding: 35px 20px;
  text-align: center;
}
.sidebar .price-range .filter_slider {
  margin-top: 20px;
}
.sidebar .price-range .range strong {
  display: block;
  color: #575560;
  margin: 0 0 20px;
}
.sidebar .price-range .range .range-box {
  margin: 0 0 15px;
}
.sidebar .price-range .range span {
  padding-right: 5px;
  color: #333;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
}
.sidebar .price-range .range .price-box {
  padding: 4px 0;
  display: inline-block;
  border: none;
  width: 100px;
  color: #c1a880;
}
.sidebar .price-range .ui-widget-content .ui-state-default {
  background: #d10000;
  border-radius: 100%;
  cursor: pointer;
}
.sidebar .price-range .ui-widget-content .ui-state-default:focus {
  outline: none;
}
.sidebar .price-range .ui-widget-content .ui-state-default:last-child {
  background: #d10000;
  border: 2px solid #d10000;
}
.sidebar .price-range .ui-widget-header {
  background: #d10000;
  height: 5px;
  cursor: pointer;
}
.sidebar .price-range .ui-widget-content {
  background: #f4f4f4;
  height: 5px;
  cursor: pointer;
}
.sidebar .price-range .ui-widget-content {
  border: none;
}
.sidebar .price-range .ui-slider-handle {
  width: 15px;
  height: 15px;
  top: -5px;
}
.sidebar .price-range button {
  display: inline-block;
  line-height: 42px;
  height: 42px;
  border-radius: 50px;
  background: #d10000;
  color: #fff;
  padding: 0 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  margin-top: 15px;
}
.sidebar .price-range button:hover {
  background: #333;
}

.sideberb .widghet {
  display: block;
  position: relative;
  margin: 0 0 40px;
}
.sideberb .widghet:last-child {
  margin: 0;
}
.sideberb .widghet h3 {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #2d2d2d;
  margin: 0 0 20px;
  text-transform: capitalize;
}
.sideberb .search form {
  position: relative;
  display: block;
}
.sideberb .search form input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 48px;
  border: 1px solid #f7f7f7;
  padding: 0 20px;
  transition: all 0.3s;
}
.sideberb .search form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: two;
  font-size: 14px;
  font-style: italic;
  color: #a5a5a5;
}
.sideberb .search form input::-moz-placeholder {
  /* Firefox 19+ */
  color: pink;
}
.sideberb .search form input:-ms-input-placeholder {
  /* IE 10+ */
  color: pink;
}
.sideberb .search form input:-moz-placeholder {
  /* Firefox 18- */
  color: pink;
}
.sideberb .search form input:focus {
  border: 1px solid #d10000;
}
.sideberb .search form button {
  position: absolute;
  line-height: 50px;
  color: #d10000;
  height: 50px;
  top: 0;
  right: 0;
  padding: 0 25px;
  background: transparent;
}
.sideberb .search form button:hover {
  background: #d10000;
  color: #fff;
}
.sideberb .categorys ul li {
  display: block;
  padding: 6px 0;
}
.sideberb .categorys ul li:first-child {
  padding-top: 0;
}
.sideberb .categorys ul li:last-child {
  padding-bottom: 0;
}
.sideberb .categorys ul li a {
  color: #d3d3d3;
  display: block;
  font-family: Constantia;
}
.sideberb .categorys ul li a i {
  color: #d10000;
  padding-right: 8px;
  font-weight: 700;
}
.sideberb .categorys ul li a span {
  float: right;
  color: #d10000;
}
.sideberb .categorys ul li a:hover {
  color: #d10000;
}
.sideberb .posts .post-list {
  display: block;
  border-bottom: 1px solid #e4e4e4;
  padding: 30px 0;
}
.sideberb .posts .post-list .dbox .dleft figure {
  display: block;
  width: 75px;
  margin: 0;
  padding: 0;
  position: relative;
}
.sideberb .posts .post-list .dbox .dleft figure img {
  width: 100%;
  display: block;
}
.sideberb .posts .post-list .dbox .dright {
  padding-left: 0;
}
.sideberb .posts .post-list .dbox .dright .contents {
  display: block;
  position: relative;
}
.sideberb .posts .post-list .dbox .dright .contents a {
  font-family: Constantia;
  font-size: 14px;
  color: #222222;
  display: block;
  letter-spacing: 0;
  line-height: 16px;
  margin: 0 0 5px;
}
.sideberb .posts .post-list .dbox .dright .contents a:hover {
  color: #d10000;
}
.sideberb .posts .post-list .dbox .dright .contents span {
  display: inline-block;
  color: #d10000;
  font-family: Constantia;
}
.sideberb .posts .post-list:first-child {
  padding-top: 0;
}
.sideberb .posts .post-list:last-child {
  padding-bottom: 0;
  border: none;
}
.sideberb .l-pro .prod-list {
  display: block;
  border-bottom: 1px solid #e4e4e4;
  padding: 30px 0;
}
.sideberb .l-pro .prod-list .dbox .dleft figure {
  display: block;
  width: 75px;
  margin: 0;
  padding: 0;
  position: relative;
}
.sideberb .l-pro .prod-list .dbox .dleft figure img {
  width: 100%;
  display: block;
}
.sideberb .l-pro .prod-list .dbox .dright {
  padding-left: 0;
}
.sideberb .l-pro .prod-list .dbox .dright .contents {
  display: block;
  position: relative;
}
.sideberb .l-pro .prod-list .dbox .dright .contents a {
  font-family: Constantia;
  font-size: 14px;
  color: #222222;
  display: block;
  letter-spacing: 0;
  line-height: 16px;
  margin: 0 0 5px;
}
.sideberb .l-pro .prod-list .dbox .dright .contents a:hover {
  color: #d10000;
}
.sideberb .l-pro .prod-list .dbox .dright .contents ul {
  display: block;
  margin: 0 0 5px;
}
.sideberb .l-pro .prod-list .dbox .dright .contents ul li {
  padding: 0;
  display: inline-block;
  color: #efba3a;
}
.sideberb .l-pro .prod-list .dbox .dright .contents span {
  display: inline-block;
  color: #d10000;
  font-family: Constantia;
}
.sideberb .l-pro .prod-list .dbox .dright .contents del {
  color: #aaaaaa;
  display: inline-block;
  padding-left: 8px;
  font-family: Constantia;
}
.sideberb .l-pro .prod-list:first-child {
  padding-top: 0;
}
.sideberb .l-pro .prod-list:last-child {
  padding-bottom: 0;
  border: none;
}
.sideberb .adds a {
  display: block;
}
.sideberb .adds a figure {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.sideberb .adds a figure img {
  width: 100%;
  display: block;
}

/*....................................
12. Form area start here
....................................*/
.checkout-area .checkout-form .headers {
  display: block;
  margin: 0 0 60px;
}
.checkout-area .checkout-form .headers p {
  margin: 0;
  font-family: Constantia;
  font-style: italic;
  font-size: 14px;
  color: #a5a5a5;
}
.checkout-area .checkout-form .headers h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin: 0;
  font-size: 25px;
}
.checkout-area .checkout-form form {
  display: block;
  position: relative;
}
.checkout-area .checkout-form form fieldset {
  display: block;
  margin: 0 0 20px;
  position: relative;
}
.checkout-area .checkout-form form fieldset label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 0 0 2px;
  font-size: 14px;
  color: #333;
  text-transform: capitalize;
}
.checkout-area .checkout-form form fieldset select {
  height: 60px;
  line-height: 54px;
  padding: 0 20px;
  width: 100%;
  border: 2px solid #e0e0e0;
  color: #a5a5a5;
  font-size: 14px;
  font-style: italic;
  text-transform: uppercase;
  transition: all 0.3s;
}
.checkout-area .checkout-form form fieldset select:focus {
  outline: none;
  border: 2px solid #d10000;
}
.checkout-area .checkout-form form fieldset input {
  height: 60px;
  line-height: 54px;
  padding: 0 20px;
  width: 100%;
  border: 2px solid #e0e0e0;
  transition: all 0.3s;
}
.checkout-area .checkout-form form fieldset input:focus {
  outline: none;
  border: 2px solid #d10000;
}
.checkout-area .checkout-form form .cheackboxs {
  display: block;
  position: relative;
  margin-top: 45px;
}
.checkout-area .checkout-form form .cheackboxs ul li {
  display: inline-block;
  margin-right: 25px;
}
.checkout-area .checkout-form form .cheackboxs ul li span {
  font-family: "Montserrat", sans-serif;
  color: #333;
  padding-left: 8px;
  font-size: 14px;
  font-weight: 500;
}
.checkout-area .checkout-form form .cheackboxs ul li input {
  display: inline-block;
  position: relative;
  margin: 5px;
  cursor: pointer;
  border: none;
}
.checkout-area .checkout-form form .cheackboxs ul li input:before {
  content: '';
  background: #fff;
  border: 2px solid #e0e0e0;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  padding: 2px;
  top: -2px;
  left: -2px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
}
.checkout-area .checkout-form form .cheackboxs ul li input:checked:before {
  content: '';
  background: #d10000;
  border: 1px solid #d10000;
}
.checkout-area .checkout-form form .cheackboxs ul li input:checked + span {
  color: #d10000;
}
.checkout-area .checkout-form form .cheackboxs ul li:last-child {
  margin: 0;
}
.checkout-area .checkout-process {
  display: block;
  position: relative;
  padding: 80px 35px 50px;
  border: 2px solid #e0e0e0;
}
.checkout-area .checkout-process .bailing {
  display: block;
  position: relative;
  margin: 0 0 50px;
}
.checkout-area .checkout-process .bailing h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #d10000;
  text-transform: uppercase;
}
.checkout-area .checkout-process .bailing table {
  margin: 0;
}
.checkout-area .checkout-process .bailing table thead tr th {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  padding: 20px 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: none;
  color: #333;
}
.checkout-area .checkout-process .bailing table thead tr th:last-child {
  text-align: right;
}
.checkout-area .checkout-process .bailing table tbody tr td {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  padding: 20px 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: none;
  color: #333;
}
.checkout-area .checkout-process .bailing table tbody tr td:last-child {
  text-align: right;
  color: #d10000;
}
.checkout-area .checkout-process .bailing table tbody tr td table tr td {
  padding: 3px 0;
  border: none;
  text-transform: capitalize;
}
.checkout-area .checkout-process .bailing table tbody tr td table tr td:first-child {
  padding-top: 0;
}
.checkout-area .checkout-process .bailing table tbody tr td table tr td:last-child {
  padding-bottom: 0;
}
.checkout-area .checkout-process .bailing table tbody tr:last-child td {
  padding-bottom: 0;
}
.checkout-area .checkout-process .paymethods h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #d10000;
  text-transform: uppercase;
}
.checkout-area .checkout-process .paymethods .payment .payment-content .panel-group .panel-default {
  margin: 0 !important;
  border-radius: 0 !important;
  border: none;
}
.checkout-area .checkout-process .paymethods .payment .payment-content .panel-group .panel-default .panel-heading {
  padding: 0;
  background: transparent;
  border: none;
}
.checkout-area .checkout-process .paymethods .payment .payment-content .panel-group .panel-default .panel-heading h4 {
  font-weight: 500;
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  padding: 10px 0;
}
.checkout-area .checkout-process .paymethods .payment .payment-content .panel-group .panel-default .panel-heading h4.panel-title a {
  display: block;
  padding: 0;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  color: #d10000;
}
.checkout-area .checkout-process .paymethods .payment .payment-content .panel-group .panel-default .panel-heading h4.panel-title a:after {
  content: '';
  text-align: center;
  transform: none !important;
  background-size: cover;
  padding: 5px 0;
  font-size: 14px;
  width: 13px;
  height: 13px;
  margin-top: 2px;
  background: #d10000;
  border-radius: 100%;
}
.checkout-area .checkout-process .paymethods .payment .payment-content .panel-group .panel-default .panel-heading h4.panel-title a.collapsed {
  display: block;
  padding: 0;
  color: #333;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
}
.checkout-area .checkout-process .paymethods .payment .payment-content .panel-group .panel-default .panel-heading h4.panel-title a.collapsed:after {
  content: '';
  text-align: center;
  transform: none !important;
  background-size: cover;
  color: #ddd;
  padding: 5px 0;
  font-size: 14px;
  width: 13px;
  height: 13px;
  background: #ddd;
}
.checkout-area .checkout-process .paymethods .payment .payment-content .panel-group .panel-default .panel-heading h4.panel-title span {
  padding-left: 8px !important;
}
.checkout-area .checkout-process .paymethods .payment .payment-content .panel-group .panel-default .panel-body {
  padding: 0 15px 15px;
  border: none;
  font-family: Constantia;
  font-size: 14px;
  color: #a5a5a5;
  font-style: italic;
}
.checkout-area .checkout-process .paymethods .payment .payment-content .panel-group .panel-default [data-toggle="collapse"]:after {
  font-family: fontawesome;
  content: "\f0d8";
  /* "play" icon */
  float: left;
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
}
.checkout-area .checkout-process .paymethods .payment .payment-content .panel-group .panel-default [data-toggle="collapse"].collapsed:after {
  color: #ddd;
}
.checkout-area .checkout-process .paymethods .condition input {
  display: inline-block;
  position: relative;
  margin: 5px;
  cursor: pointer;
  border: none;
}
.checkout-area .checkout-process .paymethods .condition input:before {
  content: '';
  background: #fff;
  border: 2px solid #e0e0e0;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  padding: 2px;
  top: -2px;
  left: -2px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
}
.checkout-area .checkout-process .paymethods .condition input:checked:before {
  content: '';
  background: #d10000;
  border: 1px solid #d10000;
}
.checkout-area .checkout-process .paymethods .condition input:checked + span {
  color: #d10000;
}
.checkout-area .checkout-process .paymethods .btn1 {
  border-radius: 50px;
  margin-top: 30px;
}


.price-item__select_box .shk_param{
  display: none;
}
.single-products .product-details table tbody .price-item__select_box label {
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    min-width: 40px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    text-align: center;
}
.single-products .product-details table tbody .price-item__select_box label span {
  display: block;
  height: 100%;
  width: 100%;
}
.single-products .product-details table tbody .price-item__select_box div {
  display: inline-block;
  margin-right: 5px;
}
.single-products .product-details table tbody .price-item__select_box .active label{
  border:1px solid red;
}
.offset__option {margin-right:10px;}
.caption h3 a {
    color: #000;
    font-size: 16px;
}
.btn-info {
    color: #fff;
    background-color: #f4454a;
    border-color: #d10000;
}
.btn-info:hover {
    color: #fff;
    background-color: #d10000;
    border-color: f4454a;
}
.btn-info:activ {
    color: #fff;
    background-color: #d10000;
    border-color: f4454a;
}
.btn-primary {
    color: #fff;
    background-color: #f4454a;
    border-color: #d10000;
}
.btn-primary:hover {
    color: #fff;
    background-color: #d10000;
    border-color: f4454a;
}
.btn-primary:activ {
    color: #fff;
    background-color: #d10000;
    border-color: f4454a;
}
.btn-success {
    color: #fff;
    background-color: #f4454a;
    border-color: #d10000;
}
.btn-success:hover {
    color: #fff;
    background-color: #d10000;
    border-color: f4454a;
}
.btn-success:activ {
    color: #fff;
    background-color: #d10000;
    border-color: f4454a;
}
.btn-success:focus {
    color: #fff;
    background-color: #d10000;
    border-color: f4454a;
}
a {
    color: #d10000;
    text-decoration: none;
}
.jumbotron .h1, .jumbotron h1 {
    font-size: 43px;
    text-align: center;
}
@media screen and (min-width: 768px)
.jumbotron .h1, .jumbotron h1 {
    font-size: 43px;
    text-align: center;
}

ul.dash

{margin-bottom: 15px;
margin-left: 15px;
}

.dash li:before

{
content: "\2013";
margin-right: 5px;
font-size: 18px;

color: #d40029;
}

.quote
{position: relative;
padding: 20px 0 20px 70px;
border: 1px solid #d7dee3;
border-left: none;
border-right: none;
margin-bottom: 30px;
margin-top: 40px;
}
.quote:before
{position: absolute;
top: 20px;
left: 15px;
font-family: Arial;
content: "\201C";
font-size: 152px;
line-height: 120px;
color: #d40029;
}

.bold
{font-weight: bold;
}

.block-red
{padding: 10px 20px;
border-left: 2px solid #fc2238;
}

.otz
{
text-align: right;
font-weight: 600;
font-size: 16px;
}

.margin-content
{margin-top: 30px;
}
.img-right{
float: right;
padding: 0px 0px 0px 10px;
}
.img-big
{box-shadow: -5px 5px 15px rgba(138, 136, 136, 0.47);
max-width: 1140px;
height: auto;
margin: 10px 15px 10px 15px;
}
.prop__item_box {margin-right: 10px;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #d3382e;
    border-color: #d3382e;
}
.pagination>li>a, .pagination>li>span {color: #d10000;}
.btn-success {
    color: #fff;
    background-color: #d10000;
    border-color: #f4454a;
}


/* FILTERS COLOR*/
.filter__box_init_paramcolorfilterin .filter_row input {display: none;}
.sidebar .pro-size.pro__filter_box_paramcolorfilterin {display: inline-block; cursor: pointer; width: 82px;padding: 4px 10px;}
.sidebar .pro-size.pro__filter_box_paramcolorfilterin sup {left: 2px;}
.filter_box_item {display: inline-block; width: 25px; height: 25px;vertical-align: bottom;cursor: pointer;}
.color_filter_red {background-color:#FF0632;}
.color_filter_blue {background-color:#1B23CB;}
.color_filter_greed {background-color:#359c55;}
.color_filter_olive {background-color:#808000;}
.color_filter_brown {background-color:#8a3324;}
.color_filter_gray {background-color:#808080;}
.color_filter_black {background-color:#000000;}
.color_filter_LimeGreen {background-color:#32CD32;}
.color_filter_Оранжевый {background-color:#ff7900;}
.color_filter_vishnya {background-color:#972020;}
.color_filter_white {background-color:#ffffff;border:1px solid black;}
.color_filter_khaki {background-color:#806b2a;}
.color_filter_Beige {background-color:#efe1c9;}
.color_filter_Brick {background-color:#ff4740;}
.color_filter_Camouflage {background-color:#806b2a;}
.color_filter_Muddygreen {background-color:#749864;}
.color_filter_Yellow {background-color:#ffd300;}
.color_filter_Camouflage42DarkGray {background-color:#49423D;}
.color_filter_Green {background-color:#8FBC8F;}
.color_filter_Grayblue {background-color:#708090;}
.color_filter_LightGray {background-color:#eaeaea;}
.color_filter_Darkgrey {background-color:#858585;}
.color_filter_Garnet {background-color:#FF0033;}
.color_filter_Greenbeige {background-color:#c9d179;}
.color_filter_Sand {background-color:#fcdd76;}
.color_filter_Darkblue {background-color:#082567;}
.color_filter_Emerald {background-color:#00a86b;}
.color_filter_Pink {background-color:#FFC0CB;}
.color_filter_Lightbrown {background-color:#45161c;}
.color_filter_Lime {background-color:#ccff00;}
.color_filter_Greentea {background-color:#d0f0c0;}
.color_filter_Mintgreen {background-color:#98FF98;}
.color_filter_Lightgreen {background-color:#00ff00;}
.color_filter_Olive2 {background-color:#808000;}
.color_filter_Browngreen {background-color:#826C34;}
.color_filter_Bluebeig {background-color:#0000FF;}
.color_filter_Jeans {background-color:#0000FF;}
.color_filter_Bronze {background-color:#CD7F32;}
.color_filter_Bordeaux {background-color:#af0c2e;}


.min__gallery {margin-top: 15px;}

tr.section__cart_item td span {display: inline-block;width: 25px;height: 25px;vertical-align: top;}

.js__init_filter_item {cursor: pointer;}
.wrap__section_f {display: none;}

.list-menu > li:hover > .list_sub-menu {display: block;}
.list_sub-menu {display: none; position: absolute;left: 100%;top: 0;background-color: #fff; min-width: 250px;}

.gallery__page {margin-top: 40px;}

.home-p p {margin: 0 0 15px;}
.home-p {font-size: 12px;}
.about-img {
    border: #fff solid 5px;
    box-shadow: -5px 5px 15px rgba(138, 136, 136, 0.47);
}
.breadcumb-area .breadcumb-cont h1 {
    text-transform: uppercase;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    letter-spacing: 2px;
    font-weight: 700;
    margin: 0 0 15px;
}

.fancybox-skin .fancybox-close {right: 42px; left: auto;}
.product-price
{padding-top: 10px;
}
.price-bold
{font-family: "Montserrat", sans-serif;
font-size: 30px;
color: #333;
display: block;
font-weight: bold;
}
.shop_contact_top{
font-weight: 600;
font-size: 20px;
}
.fa-phone:before {
content: "\f095";
color: #d20000;
}
footer .footer-bottom .copyright a{
    color: #a5a5a5;
}
.none_display {display: none;}
.none_display.selected {display: block;}
.breadcumb-area .breadcum-nav h2 {
    display: inline-block;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #d10000;
    text-transform: uppercase;
    line-height: 60px;
}
.fa span {
    display: none;
}
.shk-price { color: #d10000;}
footer .phone a{color:#a5a5a5;}
footer .email a{color:#a5a5a5;}
.phoneb a{color:#d10000}
.phones a{color:black}
.adr {font-size: 12px;color: #777;}
a:active, a:focus { outline: none; }

input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}
button:active, button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
.cart-header {
    background: #fbfafa;
    line-height: 56px;
}
.article {border-bottom: 1px dashed rgba(0, 0, 0, 0.1); margin-bottom: 10%;} .article a:hover{color:#000;}
.title h2 {margin-top: 20px; margin-bottom: 10px;} .period {margin-bottom:2%}
.contact-form p {color:#fff}
.t-up{text-transform:uppercase;}
.new-trands figure:before {content:""; background: url(/assets/images/new-min.png) no-repeat center; width:40px; height:18px; position:absolute; top:0; right:0;}
.taglink {border-bottom:2px dotted #000000; position:relative; padding-right:10px; margin-right: 10px; border-right:3px solid #eee;} /*.taglink:after {content: ""; background: #eee; width: 3px; top: 0; margin-left: 15px; height: 20px; position: absolute;}*/ .taglink:hover {border-bottom:none; color:#d10000;}
.phone-head-descr {display: block; font-size: 12px; font-weight: bold;} .dflex {display:flex !important;} @media (max-width:767px) {.dflex {display:block !important;}}
.mt-5 {margin-top:3rem;}
.phoneb .phone-head-descr {text-transform:initial;}
.min__gallery img {margin-bottom:0.5rem;}
.red {color:#ca0000;}
.grafik img {padding: 1rem 0; margin: 0 auto;}

.color_filter_Goluboi {
    background-color:#00BFFF;
}
.slider-area {position: relative;}
.slider-area:after {
    height: 176px;
    content: '';
    background: url(/local/templates/shop/images/banner-old-price.png) no-repeat;
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: none;
    background-size: contain;
    max-width: 1140px;
    margin-top: -5%;
}
.btn-primary {
  border-radius: 50px;
}
.slider-area .item .carousel-captions.caption .slider-content .content {
  display: block;
  text-align: left;
}
.slider-area .item .carousel-captions.caption .slider-content .content strong {
  color: #fff;
}
.slider-area .item .carousel-captions.caption .slider-content .content h2 {
  color: #fff;
}
.slider-area .item .carousel-captions.caption .slider-content .content p {
  color: #fff;
}
.product-item-container .product-list .content h4 a:hover {
    color: #d10000 !important;
}
.taglist {
    display: flex;
    flex-flow: row wrap;
}
.bx_catalog_text_ul.taglist li {float: inherit; width: auto !important; margin: 0;}
.bx-red .product-item-label-text span, .bx-red .product-item-label-ring {
    background-color: #f20;
}
.icon-new {  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);}
.catlist-inner {margin-bottom: 1rem;}
.catlist-inner .catalog-section-list-tile-list {
    display: flex;
    flex-flow: row wrap;}
.catlist-inner .catalog-section-list-tile-list .catalog-section-list-item {display: flex;
    flex-flow: row wrap;
    height: 100%; padding: 1rem;}
.catlist-inner ul li .catalog-section-list-tile-img-container {width: 25%;}
.catlist-inner ul li .catalog-section-list-item-inner {width: 75%;}
.catlist-inner  .catalog-section-list-item-link {color: #000;}
.catlist-inner  .catalog-section-list-item-link:hover {color: #d10000;}
@media (min-width:768px) and (max-width: 1199px) {
  .catlist-inner .catalog-section-list-tile-list .catalog-section-list-item {width: 33.33%;}
  .header-wrap {margin-bottom: 2rem;}
}
@media only screen and (max-width: 767px) {
  .catlist-inner .catalog-section-list-tile-list .catalog-section-list-item {width: 100%;}
  .inner-news .news-list-item {
    flex-basis: 100% !important;
    width: 100% !important;}
    .search-line input:first-child {
    width: 70%;}
.search-line input:last-child {
    width: 30%;}

}
.main-news .news-list-item .card-img-top, .inner-news .news-list-item .card-img-top {min-height: 100% !important;}
@media (min-width:768px) and (max-width: 991px) {
  .catlist-inner .catalog-section-list-tile-list .catalog-section-list-item {min-height: 90px;}
  .header-col .phone-head a {font-size: 16px;}
}
.main-news .news-list-item .card-img-top, .inner-news .news-list-item .card-img-top{
    width: 100%; min-height: 250px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.main-news .news-list-item .card-img-top:hover, .inner-news .news-list-item .card-img-top:hover  {opacity: 0.8;}
.inner-news .news-list-item .card-img-top {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
 }
.inner-news .news-list-item .card-img-top:hover{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 }
.title-news-block {
    display: flex;
    align-items: flex-end;
    margin-bottom: 2rem;
    justify-content: space-between;
}
.title-news-block a {color: #d10000;}
.title-news-block h2 {margin: 0;}
.main-news .news-list-item .card-img, .inner-news .news-list-item .card-img {position: relative;     margin-bottom: 1rem;}
.inner-news .news-list-item .card-img {overflow:hidden;}
.main-news .card-img .card-date-news{
    position: absolute;
    top: 10px;
    z-index: 2;
    left: 10px;
    padding: 10px 0px;
    width: 50px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
}
.main-news .card-date-news .date-day{
    font-size: 24px;
    color: #d10000;
    font-weight: 600;
}
.main-news .card-date-news .date-month{
    font-size: 12px;
    line-height: 14px;
    color: #d10000;
}
.section .main-news .card-title a {font-size: 16px; color: #000;}
.inner-news .card-title a {font-size: 18px; color: #000;}
.section .main-news .card-title a:hover, .section .inner-news .card-title a:hover {color: #d10000;}
.main-news .card-text p, .inner-news .card-text p {margin: 0;}
.main-news .card-text, .inner-news .card-text {margin-bottom: 0.5rem;}
.section .main-news .card-title, .section .inner-news .card-title {padding: 0 0 0.5rem;}
.main-news .news-list-more a, .inner-news .news-list-more a {color: #d10000;}
.inner-news {
    display: flex;
    flex-flow: row wrap;
}
.inner-news .news-list-item {
    flex-basis: calc(100%/3);
    width: calc(100%/3);
    padding: 0 1rem;
    margin-bottom: 2rem;
}
.inner-news .news-list-item  .news-list-icon {min-width: 26px; min-height: 26px;}
.product-item-detail-price-old {text-align: left  !important;}
.prod-price-block {
    display: flex;
    align-items: flex-end;
    flex-flow: row wrap;
}
.prod-price-block  .price-title {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-right: 0.5rem;
    line-height: 33px;
}
.search-line {display: flex;}
.search-line input:first-child {
    width: 90%;
    border: 1px solid #ccc;
    padding: 10px;
}
.search-line input:last-child {
    width: 10%;
    border: 1px solid #d10;
    background-color: #d10000;
    color: #fff;
}
.catlist-inner .catalog-section-list-tile-list {border-top: 0; border-left: 0;}
.catlist-inner .catalog-section-list-tile-list .catalog-section-list-item:nth-child(2n+5), .catlist-inner .catalog-section-list-tile-list .catalog-section-list-item:first-child {border-left: 1px solid #eee;}
.catlist-inner .catalog-section-list-tile-list .catalog-section-list-item:nth-child(-n+4) {border-top: 1px solid #eee;}
.catalog-section-list-tile-list .catalog-section-list-item {padding-top: 1rem;}
div.blog-post-edit-form, div.blog-comment-fields {
    border-radius: 10px;
}
.blog-comment-field.blog-comment-field-user input, .blog-comment-field.blog-comment-field-captcha input {border:1px solid #ccc;}
.blog-add-comment a {
    color: #fff !important;
    background: #d10000 !important;
    text-shadow: none !important;
    padding: 10px !important;
    height: auto !important;
    line-height: initial !important;
}
.blog-comment-edit .blog-comment-buttons input {
    border: none;
    background: #d10;
    color: #fff;
    padding: 10px !important;
    display: block;
    margin: 0 auto;
    min-width: 250px;
    border-radius: 10px;
}
.mobile-header__min, .mobile-header, .mob-search  {display: none;}

@media screen and (max-width: 767px) {
.mobile-header__min, .m-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}
.mobile-header__min i, .mobile-header, .mob-search {display: block;}
.icon-menu, .icons-dop {font-size: 20px;}
.icon-menu {font-size: 30px;}
.logo-mobile {width: 35%;}
header {display: none;}
.icons-dop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 15%;
}
.mobile-header .navbar-nav {margin: 0; margin-bottom: 1rem;}
.m-header i, .m-header a {display: block; font-size: 26px;}
.m-header {border-bottom: 1px solid #ccc;}
.m-header a {width: 35%; margin: 0 auto;}
.m-body {padding: 1rem; height: 100%;
    overflow: auto;}
.navbar-nav.menu-wrapper li a {color: #000; font-size: 18px;}
.m-body .navbar-toggler {background: none;}
.bx-wrapper {position: relative;}
.mobile-header {
    position: absolute;
    top: 0;
    z-index: 9999;
    background: #fff;
    height: 100%;
    left: -200vw;
    -webkit-transition: left 0.5s ease-in-out;
    -moz-transition: left 0.5s ease-in-out;
    -ms-transition: left 0.5s ease-in-out;
    -o-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
}
.mobile-header.show {left: 0;}
.m-contacts .phone-head {display: block; padding: 0;}
.m-contacts .adr{
    font-size: 14px !important;
    padding: 1rem 0;
}
.mob-search {
    border-top: 1px solid #ccc;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    z-index: 9999;
    top: -100vh;
}
.mob-search.show {top:initial !important;}
.mob-search table {width: 100%;}
.mob-search table input {
    width: 80%;
    border: 1px solid #ccc;
    padding: 0.5rem;
    border-radius: 10px;
}
.mob-search table button{
    min-width: 42px;
    min-height: 42px;
    border-radius: 10px;
    font-size: 18px;
}
.mob-search  .search-form {
    background: #fff;
    padding: 1rem;
}
.icons-dop .cart-btns strong {display: none;}
.icons-dop .cart-btns {color: #000; position: relative;}
.icons-dop .cart-btns .icon {float: left;}
.icons-dop .cart-btns .cart-total{
    position: absolute;
    top: 0;
    left: 100%;
    color: #d10;
}
.slider-content .content p, .slider-content .content strong, .slider-content .content h2 {text-align: center;}
.slider-area .item .carousel-captions .slider-content .content strong {font-size: 20px;}
.slider-area .item .carousel-captions .slider-content .content h2 {font-size: 40px;}
.m-body .navbar-nav.menu-wrapper li a {display: block; padding: 1rem 0;}
.m-body .navbar-nav.menu-wrapper li.parent {display: flex; align-items:center; justify-content: space-between; flex-flow: row wrap;}
.m-body .navbar-nav.menu-wrapper li.parent .navbar-collapse {width: 100%;}
.m-body .navbar-nav.menu-wrapper li.parent .navbar-collapse a {font-weight: 400;}
.m-body .navbar-nav.menu-wrapper li.parent a {font-weight: bold; min-width: 80%;}
.m-body .navbar-nav.menu-wrapper li {
    border-bottom: 1px solid #ccc;}
.m-body .navbar-nav.menu-wrapper li.parent button {font-size: 25px;}
.m-body .m-contacts .phone-head {
    width: 100%;
    display: flex;}
    .m-body .m-contacts .phone-head .phone-select i {display: none;}
.m-body .m-contacts    .phone-select {
    display: block;}
.phone-head i {     display: flex;
    align-items: center;
}
    .m-body .m-contacts .phone-select a.hide-phone {
     position: relative;
    top: 0;
    margin: 0;
    padding: 0;
    display: block;
}
.m-body .top-l-social {text-align: center;}
.m-body .top-l-social a i {font-size: 24px;}
}
.catalog-section-list-tile-list li a{color: #000;}
.catalog-section-list-tile-list li a:hover {color: #d10;}
.tooltip.top .tooltip-arrow {display: none !important;}
@media only screen and (min-width: 2000px) {
    .slider-area .item .carousel-captions {background-size: cover; height: 800px;}
}
.basket-item-block-actions {display: none;}
.top-left {
    display: flex;
    align-items: center;
}
.def-location {
    display: block;
    color: #fff;
}
.def-location span {padding-right: 10px;}
.top-left .top-l-social {margin-right: 10px;}
.def-location:hover {
    color: #d10000;
}
.top-location {position: relative;}
.location-list {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 9999;
    left: -6rem;
}
.top-location:hover .location-list {display: block;}
.location-list a {color: #000;}
.location-list li {line-height: 1;}
.location-list li a {
    padding: 1rem 0;
    display: block;
}
.main-grafik {background: #d10000;
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-size: 16px;
}
.main-grafik p {margin: 0;}
.regions-list {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #d10000;
}
.regions-list p {margin-bottom: 0; margin-right: 10px;}
.regions-list i {font-size: 18px;}
.regions-items {display: none;}
.phone-head {font-size: 18px;}
.phone-head-descr {
    font-size: 17px;}
.phone-head p {margin-bottom: 0;}
.phone-head i {margin-right: 10px;}
.phone-select {position: relative;
display: flex;
    align-items: center;
}
.phone-select i {margin-left: 10px; cursor: pointer;}
.phone-select a {display: block;}
.phone-select a.hide-phone {display: none;
    position: absolute;
    background: #fff;
    top: 25px;
    left: 0;
    transition: display 0.5s ease-in-out;
    min-width: 250px;
    margin-left: -25px;
    padding: 0 25px;}
.phone-head span {display: block; width: 100%;}
/*.phone-select:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f0d7";
    position: absolute;
    left: 100%;
    top: 15%;
    margin-left: 10px;
}*/
.phone-select:hover a.hide-phone {
    display: block;
    transition: display 0.5s ease-in-out;
}

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-flow: row wrap;
}
.header-col {width: calc((100%/3) - 3rem);}
.header-col .phone-head {padding: 30px 0 10px; width: 100%;}
.header-col .phone-head-descr {font-size: 22px;}
.header-col .phone-head a {color: #000;}
.header-col .phone-head i {display: flex; align-items:center;}
.label-bottom {font-family: "Montserrat", sans-serif; line-height: 1; font-size: 20px;}
.label-bottom.mt {margin-top: 23rem;}
.label-bottom.label-fs-20 {font-size: 20px;}
.label-bottom.label-fs-22 {font-size: 22px;}
.label-bottom.label-fs-24 {font-size: 24px;}
.label-bottom.label-fs-26 {font-size: 26px;}
.label-bottom.label-fs-28 {font-size: 28px;}
.label-bottom.label-fs-30 {font-size: 30px;}
.label-bottom.label-fs-32 {font-size: 32px;}
.label-bottom.label-fs-34 {font-size: 34px;}
.label-bottom.label-fs-36 {font-size: 36px;}
.label-bottom.label-fs-38 {font-size: 38px;}
.label-bottom.label-fs-40 {font-size: 40px;}
.label-bottom.label-fs-42 {font-size: 42px;}
.label-bottom.label-fs-44 {font-size: 44px;}
.label-bottom.label-fs-46 {font-size: 46px;}
.label-bottom.label-fs-48 {font-size: 48px;}
.label-bottom.label-fs-50 {font-size: 50px;}
.label-bottom.label-fs-52 {font-size: 52px;}
.label-bottom.label-c-white {color: #fff;}
.label-bottom.label-c-black {color: #000;}
.label-bottom.label-c-red {color: #d10000;}
.label-bottom.label-c-gray {color: #ddd;}
.label-bottom.label-bold {font-weight: 900;}

@media screen and (max-width: 991px) {
.label-bottom {font-size: 25px !important;}
.products-page.section .sidebar {display: none;}
}
@media screen and (max-width: 767px) {
  .label-bottom {font-size: 16px !important; text-align: center; }
}

.slider-area .item .carousel-captions.caption .slider-content .content .title {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
    font-size: 70px;
    text-transform: uppercase;
    margin: 0;
    display: block;
    letter-spacing: 0;
        line-height: 1.1;
}
.slider-price {    background: #d11d00;
    color: #fff;
    clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
    font-size: 60px;
    line-height: 1;
    padding: 1.75rem;
    max-width: 550px;
    margin-bottom: 8rem;
  }
.slider-area .item .carousel-captions .slider-content .content p.annotation {margin-bottom: 5rem;}
@media (max-width: 991px) {
  .slider-area .item .carousel-captions .slider-content .content p.annotation {margin-bottom: 2rem;}
  .label-bottom {
    margin-top: 5rem;}
  .slider-price {margin-bottom: 0;}
}
@media screen and (max-width: 767px) {
.slider-content .content p, .slider-content .content strong, .slider-content .content .title {
    text-align: center;
}
.slider-area .item .carousel-captions {padding: 2vh 0;}
.slider-area .item .carousel-captions.caption .slider-content .content .title {
    font-weight: 400;
    font-size: 30px;}
.slider-price {
  font-size: 20px;
padding: 1rem;
max-width: 250px;
margin: 0 auto;}
.slider-area .item .carousel-captions .slider-content .content p.annotation {margin-bottom: 0;}
.label-bottom {margin-top: 0rem;}
.label-bottom.mt {
    margin-top: 10rem;
}
.slider-area .item .carousel-captions {height: 50vh;}
}

.btn.interlabs-one-click-buy {padding-top: 12px; padding-bottom: 12px;}
@media (max-width: 991px) {
	.map-area .map-full {
height: max-content !important;
}
	.box-iframe {margin-bottom: 2rem;}
	.box-iframe iframe{
width: 100% !important;
max-width: 100% !important;
}
}

@media (max-width: 575px) {
	.box-iframe {margin-bottom: -6rem;}
	.contatc-us .contact-form h2 {font-size: 28px;}
}

.overflow-body {overflow: hidden;}
.mobile-header.show {position: fixed;}
.mobile-header.show .m-body .top-l-social {margin-bottom: 50px;}
@media (max-width: 767px) {
	.product-item-title {min-height: 30px !Important;}
	.color_list {min-height: max-content !Important;}
	.product-item .content h4 .button-pay {margin-bottom: 0px !important;}
	.product-item-container {min-height: max-content;}
	.search-line input:last-child {width: max-content;}
	.product-item-title {min-height: auto !important;}
	.color_list {min-height: auto !important;}
	.product-item-container {min-height: auto;}
	.trands-product .product-list {margin: 0;}
	.bx-touch .product-item {height: max-content !Important;}
	.product-item-detail-tab-content center iframe {max-width: 100%; height: 350px; width: 100%}
    html, body {
    overflow-x: hidden !important;
  }
	h1 {font-size: 30px;}
	h2 {font-size: 20px;}
	.mobile-header {display: none;}
	.collapse.in {height: max-content !important; display: block !important;}
	.search-form form table tbody tr td {
	  display: flex;
    justify-content: space-around;
	}
	.search-form form table tbody tr td input {order: 2;}
	.mob-search table button {background: #fff; order: 1;}

	.section-items .mb-4.row.catalog-section {
	  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-items .mb-4.row.catalog-section .product-item-small-card {
    width: 100%;
  }
  .section-items .product-item-price-container {
    margin: 10px 0 0px 0;
  }
	.section-items .col-sm-4.product-item-small-card {
	  width: 50%;
    text-align: center;
  }
	.section-items .product-list .content h4 span {float: none !important;}
	a.btn.btn-primary {margin: 0 auto;}
}
#scrollUp {left: 30px; right: 0;}
@media (max-width: 500px) {
	.breadcum-nav {width: 100%;}
	.breadcumb-area .breadcum-nav ul {    
	white-space: nowrap;
    overflow-x: auto !important;
    overflow-y: hidden;
    width: 100%;
}
	.breadcumb-area .breadcumb-cont h1 {font-size: 28px;}
	h1 {font-size: 28px;}
	.slider-area .item .carousel-captions.caption .slider-content .content .title {font-size: 28px;}
	.about-page .about-con h2 {font-size: 25px;}

}
@media (max-width: 768px) {
	
  .gallery__page img {max-width: 262px; margin: 1rem 0}
	.gallery__page {text-align: center; margin-top: 0;}

  .product-item-container {min-height: 400px;}

}

@media (max-width: 450px) {
	.bx-pagination .bx-pagination-container ul li span {
height: 25px !important;
width: 25px !important;
line-height: 25px !important;
}
	.bx-pagination .bx-pagination-container ul li.bx-pag-next a span, .bx-pagination .bx-pagination-container ul li.bx-pag-prev span {
	line-height: 20px !important;
    padding: 0 10px !important;
    width: max-content !important;
}
	.bx-pagination .bx-pagination-container ul {
	display: flex;
    justify-content: center;
}
}
@media (max-width: 340px) {
	.bx-pagination .bx-pagination-container ul li span {
height: 20px !important;
width: 20px !important;
line-height: 20px !important;
}
	.bx-pagination .bx-pagination-container ul li.bx-pag-next a span, .bx-pagination .bx-pagination-container ul li.bx-pag-prev span {
	line-height: 15px !important;
    padding: 0 5px !important;
	}
}
.mobile {display: none;}
@media (max-width: 728px) {
	.mobile {display: block;}
	.desktop {display: none;}
}
@media (max-width: 576px) {
	.section-items .product-item.product-list.shk-item.new-trands {padding: 0px !important;}
	.section-items .col-sm-4.product-item-small-card {padding-right: 0 !important; padding-left: 0 !important;}
}
@media (max-width: 500px) {
.section-items .product-list .content h4 {
	min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	}
	.section-items .product-item-image-wrapper {margin-bottom: 5px}
	.section-items .product-item-title {margin-bottom: 0px;}
	.section-items .nalichie {margin-bottom: 0px;}
	.section-items .product-list .content .artnumber {
	margin-bottom: 0px;
	padding-top: 0px;
}
	.section-items .color_list {margin-bottom: 0px;}
	.section-items .product-item-price-container {margin: 0px;}
	.section-items .product-item-price-current {white-space: inherit;}
	.section-items .product-list .content p {padding: 5px 0 0;}
	.section-contact-responsive {padding: 0px !important;}
	.section-contact-responsive .container-fluid {padding-right: 0px; padding-left: 0px;}
	.section-contact-responsive .container {padding-right: 0px; padding-left: 0px;}
	section.single-products.section {padding: 20px 0px !important;}
	.basket-items-list-item-descriptions-inner {flex-direction: row;}
	.basket-item-block-image {width: 50%; flex: auto;}
	.basket-item-block-info {width: 50%; flex: auto;}
	h2.basket-item-info-name {margin: 0px !important;}
	.basket-item-image {max-width: 100% !important; padding-right: 15px;}
	td.basket-items-list-item-descriptions {padding-bottom: 0px;}
	.basket-items-list-item-amount {padding: 0px;}
	.basket-item-block-price {padding-top: 0px;}
}

@media (max-width: 767px) {
	.single-products .product-item {display: none;}
	.single-products .product-details-inner {padding: 0 15px;}
	.single-products .box-props .mb-3 {padding: 0 15px;}
	.single-products .mt-4.mb-4 {padding: 0 15px;}
	.single-products .product-item-detail-pay-block {padding: 0 15px;}
	.single-products .product-item-detail-tab-content.active {margin: 0 15px;}
	.single-products .section-heading p {padding: 0 15px;}
	.single-products .product-item-detail-tab-content {margin: 0 15px;}
	.single-products  td .mb-3 {padding: 0 !important;}
	.single-products .product-item-detail-pay-block .mb-3 {padding: 0px;}
	.single-products .product-details .servs .serv-list h5 {margin-right: 0px !important; margin-left: 0px !important; tex-align: center;}
	.product-item {padding: 15px 5px 5px !important;}
	.mb-4.row.catalog-section.product-popular.owl-carousel.owl-theme {margin: 0px !important}
	.product-list .content h4 {text-align: center;}
	.product-list .content h4 span {float: none !Important;}
}

@media (max-width: 728px) {
	.single-products .mobile .bx-red {padding: 0 15px;}
	.single-products .mobile .product-item.product-list.shk-item.new-trands {padding: 0px !important;}
	.single-products .mobile .owl-carousel {margin-right: 0px !important; margin-left: 0px !important;}
	.mobile .product-list .content h4 span {float: none !important;}
	.mobile .product-list .content h4 {text-align: center !important;}
}
@media (max-width: 425px) {
	.container-position.bx-content-section .bx-content .section-items.products-page.section {padding: 20px 0 !important;}
}
.btn-link.product-item-detail-buy-button {
	height: max-content; 
	background: var(--theme-b-link);
    color: #ffff;
    border-radius: 5px;
}
.btn-link.product-item-detail-buy-button:hover {
border: 1px solid var(--theme-b-link);
color: var(--theme-b-link);
background: #fff;
}

.mobile-category-block {display: none;}
.mobile-category-block-all {display: none;}
@media (max-width: 499px) {
	.contact-form img {margin-right: 100%;}
}
@media (max-width: 767px){
	.desktop-category-block {display: none}
	.mobile-category-block {display: block;}
	.mb-4.row.catalog-section.product-viewed-block.owl-carousel.owl-theme {margin: 0px !important}
}