@import url(https://fonts.googleapis.com/css?family=Montserrat:100,300,400,700&subset=cyrillic);@import url(https://fonts.googleapis.com/css?family=Marck+Script&subset=cyrillic);/*
 * Title:   Vamus - Mutilpurpose eCommerce HTML Template
 * Author:  QTC Media
 */
/* --------------------------------------------------------
[Table of contents]

1. Google Font
2. Reset CSS
3. Variables
4. Mimin
5. Global
6. Slider
7. Header
8. Footer
9. Index
10. Index 2
11. Blog
12. Client
13. Products
14. Product Detail
15. Sidebar
16. Team Of Services
17. Contact
18. About
19. Faq
20. Portfolio
21. Policy

[End table of contents]
----------------------------------------------------------------------- */
/*----------------------
    Google Font
------------------------*/
/*----------------------
    Reset CSS
------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a,
a:hover, a:focus {
  cursor: pointer !important;
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
}

a, p {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
}

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

input:focus {
  outline: none;
  background: transparent;
}

/*----------------------
    Variables
------------------------*/
/*----------------------
    Mimin
------------------------*/
/**
 * Output media query block
 *
   `@include media-query(min, 640px);`
 *
 */
/**
 * Output media query block with min and max limits
 *
   `@include media-query-bracket(640px, 960px);`
 *
 */
/*----------------------
    Global
------------------------*/
/*
    Global
*/
.uk-grid {
  margin-left: -30px;
}

.uk-grid > * {
  padding-left: 30px;
}

.uk-grid.uk-grid-collapse {
  margin-left: 0;
}

.uk-grid.uk-grid-collapse > * {
  padding-left: 0;
}

.vm-padding-section {
  padding: 50px 0;
}

@media (min-width: 480px) {
  .vm-padding-section {
    padding: 70px 0;
  }
}

@media (min-width: 992px) {
  .vm-padding-section {
    padding: 110px 0;
  }
}

.vm-margin-product-v1 > * {
  margin-bottom: 30px;
}

.vm-button .button {
  outline: none;
  display: inline-block;
  line-height: 42px;
  height: 42px;
  background: #e72c4b;
  color: #ffffff;
  padding: 0 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  position: relative;
}

.vm-button .button:hover:before {
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}

.vm-button .button:before {
  content: '';
  background: #d9b154;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0) translateZ(0);
  transform: scale(0) translateZ(0);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.vm-button .button i {
  position: relative;
  z-index: 2;
}

.vm-image-box {
  overflow: hidden;
}

.vm-image-box:hover img {
  opacity: .8;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
}

.vm-image-box a {
  display: block;
  overflow: hidden;
  background: #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.vm-image-box img {
  width: calc(100% + 30px) !important;
  max-width: calc(100% + 30px) !important;
  -webkit-transition: opacity .35s,-webkit-transform .35s;
  transition: opacity .35s,-webkit-transform .35s;
  transition: opacity .35s,transform .35s;
  transition: opacity .35s,transform .35s,-webkit-transform .35s;
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}

.vm-title {
  margin-bottom: 35px;
}

.vm-title h3 {
  padding-bottom: 25px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  color: #222222;
}

.vm-title h3:before {
  content: '';
  width: 65px;
  height: 1px;
  background: #222222;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 480px) {
  .vm-title h3 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  .vm-title {
    margin-bottom: 50px;
  }
  .vm-title h3 {
    font-size: 36px;
    line-height: 36px;
  }
}

@media (min-width: 992px) {
  .vm-title {
    margin-bottom: 70px;
  }
  .vm-title h3 {
    font-size: 36px;
    line-height: 36px;
  }
}

.vm-backtop {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #222222;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  position: fixed;
  display: none;
  bottom: 50px;
  right: 30px;
  color: #222222;
  z-index: 999;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.vm-backtop:hover {
  border: 1px solid #e72c4b;
  color: #e72c4b;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.vm-backtop.show-backtop {
  display: block;
  -webkit-animation: bounceInUp 0.7s both;
  animation: bounceInUp 0.7s both;
}

.vm-stricky.stricky-fixed {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}

.vm-banner {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 40px 0;
}

.vm-banner .title h3 {
   font-family: 'Montserrat', sans-serif;
   font-weight: 700;
   font-size: 26px;
   line-height: 26px;
   color: #222222;
   text-transform: uppercase;
   margin-bottom: 12px;
 }
.vm-banner .title h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.vm-banner .breadcumb li {
  display: inline-block;
  margin: 0 8px;
}

.vm-banner .breadcumb li:hover a, .vm-banner .breadcumb li.uk-active a {
  color: #e72c4b;
}

.vm-banner .breadcumb li:last-child a:before {
  display: none;
}

.vm-banner .breadcumb li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #222222;
  position: relative;
}

.vm-banner .breadcumb li a:before {
  content: '\F105';
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #222222;
  position: absolute;
  right: -13px;
  top: 0;
  line-height: 20px;
}

@media (min-width: 480px) {
  .vm-banner {
    padding: 50px 0;
  }
  .vm-banner .title h3 {
    font-size: 36px;
    line-height: 36px;
  }

  .vm-banner .title h1 {
    font-size: 36px;
    line-height: 36px;
  }
}

.vm-pagination li {
  display: inline-block;
  margin: 6px;
}

.vm-pagination li:hover a:before, .vm-pagination li.uk-active a:before {
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}

.vm-pagination li a {
  display: inline-block;
  width: 42px;
  height: 42px;
  text-align: center;
  background: #444444;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #ffffff;
  position: relative;
}


.vm-pagination li a:before {
  content: '';
  background: #e72c4b;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0) translateZ(0);
  transform: scale(0) translateZ(0);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.vm-pagination li a i {
  position: relative;
  z-index: 2;
}



.vm-choose-layout {
  margin-bottom: 45px;
}

.vm-choose-layout .layout {
  float: none;
}

.vm-choose-layout .layout a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid #e5e5e5;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #222222;
  margin-right: 6px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.vm-choose-layout .layout a:hover, .vm-choose-layout .layout a.uk-active {
  color: #e72c4b;
  border: 2px solid #e72c4b;
}

.vm-choose-layout .sort-by-product {
  margin-top: 30px;
  float: none;
}

.vm-choose-layout .sort-by-product p {
  display: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  padding-right: 25px;
}

.vm-choose-layout .sort-by-product label {
  display: inline-block;
  outline: none;
  position: relative;
}

.vm-choose-layout .sort-by-product label:after {
  content: "\F0D7";
  height: 48px;
  width: 48px;
  background: #ffffff;
  line-height: 48px;
  font-family: 'FontAwesome';
  color: #222222;
  text-align: center;
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  font-size: 14px;
  cursor: pointer;
  pointer-events: none;
}

.vm-choose-layout .sort-by-product label select {
  width: 100%;
  height: 100%;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

.vm-choose-layout .sort-by-product label select:focus {
  outline: none;
}

.vm-choose-layout .sort-by-product .option-one {
  width: 120px;
  height: 50px;
  margin-right: 25px;
  line-height: 50px;
}

.vm-choose-layout .sort-by-product .option-one select {
  border: 1px solid #e5e5e5;
  padding: 0 45px 0 25px;
}

.vm-choose-layout .sort-by-product .option-one select:focus {
  border: 1px solid #e72c4b;
}

.vm-choose-layout .sort-by-product .option-one select option {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}

.vm-choose-layout .sort-by-product .option-two {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.vm-choose-layout .sort-by-product .option-two:after {
  width: 10px;
}

.vm-choose-layout .sort-by-product .option-two select {
  border: none;
  padding: 0 10px;
}

@media (min-width: 480px) {
  .vm-choose-layout .layout {
    float: left;
  }
  .vm-choose-layout .sort-by-product {
    margin-top: 0;
    float: right;
  }
}

@media (min-width: 768px) {
  .vm-choose-layout .sort-by-product p {
    display: inline-block;
  }
  .vm-choose-layout .sort-by-product .option-one {
    width: 175px;
  }
}

.vm-page-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/icon-page-loader.gif) center no-repeat rgba(0, 0, 0, 0.8);
}

.fixed-center {
  position: fixed;
  top: 50%;
  left: 10%;
  right: 10%;
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  z-index: 10000;
}

.fixed-center .vm-popup-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.fixed-center .vm-popup-form.show {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.fixed-center .vm-popup-form .content {
  width: 100%;
  display: inline-block;
  background: #ffffff;
  padding: 30px 20px 15px 20px;
  text-align: center;
}

.fixed-center .vm-popup-form .content h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #e72c4b;
}

.fixed-center .vm-popup-form .content p {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #444444;
}

.fixed-center .vm-popup-form .content p.note {
  font-size: 12px;
}

.fixed-center .vm-popup-form .content input {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: 1px solid #cccccc;
  padding: 0 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #444444;
}

.fixed-center .vm-popup-form .content input:focus {
  border: 1px solid #e72c4b;
}

.fixed-center .vm-popup-form .content .vm-button {
  margin-top: 20px;
  margin-bottom: 25px;
}

.fixed-center .vm-popup-form .box-image {
  display: none;
  width: 250px;
  background: url("../images/image-popup.jpg") no-repeat center center #ffffff;
  -ms-background-size: cover;
  background-size: cover;
}

.fixed-center .vm-popup-form .vm-close-popup {
  position: absolute;
  right: 0;
  top: -35px;
  z-index: 10000;
}

.fixed-center .vm-popup-form .vm-close-popup span {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #000000;
  cursor: pointer;
}

@media (min-width: 480px) {
  .fixed-center .vm-popup-form .content {
    padding: 40px;
  }
  .fixed-center .vm-popup-form .content h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .fixed-center .vm-popup-form .content p {
    margin-top: 25px;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .fixed-center {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .fixed-center .vm-popup-form {
    width: 650px;
  }
  .fixed-center .vm-popup-form .content {
    width: 400px;
  }
  .fixed-center .vm-popup-form .box-image {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .fixed-center .vm-popup-form {
    width: 830px;
  }
  .fixed-center .vm-popup-form .content {
    width: 500px;
    padding: 40px 80px;
  }
  .fixed-center .vm-popup-form .box-image {
    width: 330px;
  }
}

/*----------------------
    Slider
------------------------*/
/*
    Slider home 1
*/
.slider .banner-caption-h5, .slider-v2 .banner-caption-h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.slider .banner-caption-h1, .slider-v2 .banner-caption-h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.slider .banner-caption-p, .slider-v2 .banner-caption-p {
  display: none;
  font-family: 'Marck Script', cursive;
  font-size: 30px;
  font-weight: 300;
  color: #000000;
  text-align: center;
}

.slider .banner-caption-button .vm-button .button, .slider-v2 .banner-caption-button .vm-button .button {
  line-height: 30px !important;
  height: 30px !important;
  font-size: 12px !important;
  padding: 0 20px !important;
}

.slider .banner-caption-button .vm-button .button i, .slider-v2 .banner-caption-button .vm-button .button i {
  line-height: 30px !important;
  height: 30px !important;
  font-size: 12px !important;
}

@media (min-width: 480px) {
  .slider .banner-caption-p, .slider-v2 .banner-caption-p {
    display: block;
  }
  .slider .banner-caption-button .vm-button .button, .slider-v2 .banner-caption-button .vm-button .button {
    line-height: 35px !important;
    height: 35px !important;
    font-size: 13px !important;
    padding: 0 20px !important;
  }
  .slider .banner-caption-button .vm-button .button i, .slider-v2 .banner-caption-button .vm-button .button i {
    line-height: 35px !important;
    height: 35px !important;
    font-size: 13px !important;
  }
}

@media (min-width: 768px) {
  .slider .banner-caption-button .vm-button .button, .slider-v2 .banner-caption-button .vm-button .button {
    line-height: 42px !important;
    height: 42px !important;
    font-size: 14px !important;
    padding: 0 30px !important;
  }
  .slider .banner-caption-button .vm-button .button i, .slider-v2 .banner-caption-button .vm-button .button i {
    line-height: 42px !important;
    height: 42px !important;
    font-size: 14px !important;
  }
}

/*
    Slider home 2
*/
.slider-v2 .banner-caption-h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
  text-transform: uppercase;
}

.slider-v2 .banner-caption-h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
  text-transform: uppercase;
}

.slider-v2 .banner-caption-p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

@media (max-width: 479px) {
  .slider-v2 .banner-caption-p {
    display: none;
  }
  .slider-v2 .banner-caption-h5 {
    font-size: 11px !important;
    line-height: 16px !important;
  }
}

/*----------------------
    Header
------------------------*/
/*
    Toggle
*/
.bars-toggle {
  display: block;
  float: right;
  width: 20px;
  height: 16px;
  position: relative;
  top: 30px;
  cursor: pointer;
}

.bars-toggle:hover span {
  background: #e72c4b;
}

.bars-toggle.open span:nth-child(1) {
  width: 0%;
  left: 50%;
}

.bars-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bars-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.bars-toggle.open span:nth-child(4) {
  width: 0%;
  left: 50%;
}

.bars-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #222222;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.bars-toggle span:nth-child(1) {
  top: 0;
  width: 100%;
  left: 0;
}

.bars-toggle span:nth-child(2) {
  top: 7px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.bars-toggle span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.bars-toggle span:nth-child(4) {
  top: 14px;
  width: 100%;
  left: 0;
}

@media (min-width: 992px) {
  .bars-toggle {
    display: none;
  }
}

/*
    Mobile Menu
*/
.mobile-menu {
  background: #ffffff;
  max-height: 200px;
  overflow: auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}

.mobile-menu .nav-holder > ul > li {
  border-top: 1px solid #f4f4f4;
}

.mobile-menu .nav-holder > ul > li:hover a, .mobile-menu .nav-holder > ul > li.uk-active a {
  color: #e72c4b;
}

.mobile-menu .nav-holder > ul > li:hover a button, .mobile-menu .nav-holder > ul > li.uk-active a button {
  color: #e72c4b;
}

.mobile-menu .nav-holder > ul > li > a {
  background: #ffffff;
  display: block;
  color: #222222;
  padding: 0 30px;
  font-size: 14px;
  line-height: 42px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: 400;
}

.mobile-menu .nav-holder > ul > li > a button {
  border: none;
  color: #222222;
  background: #ffffff;
  position: absolute;
  right: 15px;
  width: 15px;
  height: auto;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.mobile-menu .nav-holder > ul > li > a button:focus {
  outline: none;
}

.mobile-menu .nav-holder > ul > li > a button span {
  font-size: 10px;
}

.mobile-menu .nav-holder > ul > li ul.submenu {
  background: #f8f8f8;
  display: none;
}

.mobile-menu .nav-holder > ul > li ul.submenu li {
  display: block;
  border-top: 1px solid #f2f2f2;
}

.mobile-menu .nav-holder > ul > li ul.submenu li:hover > a {
  color: #e72c4b;
}

.mobile-menu .nav-holder > ul > li ul.submenu li > a {
  display: block;
  line-height: 42px;
  padding: 0 40px;
  color: #222222;
  font-weight: 400;
}

@media (min-width: 992px) {
  .mobile-menu {
    display: none !important;
  }
}

/*
    Header V1
*/
.header-v1 .top-header, .header-v2 .top-header {
  height: 90px;
  line-height: 90px;
  background: url("../images/bg-top-header.jpg") no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
}

.header-v1 .top-header .search, .header-v2 .top-header .search {
  display: none;
  float: left;
}

.header-v1 .top-header .search form input, .header-v2 .top-header .search form input {
  background: transparent;
  border: 1px solid #c4c4c2;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  font-size: 14px;
  color: #444444;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.header-v1 .top-header .search form input:focus, .header-v2 .top-header .search form input:focus {
  border: 1px solid #e72c4b;
}

.header-v1 .top-header .search form button, .header-v2 .top-header .search form button {
  width: 50px;
  font-size: 14px;
  color: #444444;
  background: transparent;
  outline: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.header-v1 .top-header .logo, .header-v2 .top-header .logo {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.header-v1 .top-header .cart, .header-v2 .top-header .cart {
  float: right;
}

.header-v1 .top-header .cart ul, .header-v2 .top-header .cart ul {
  display: inline-block;
}

.header-v1 .top-header .cart ul li, .header-v2 .top-header .cart ul li {
  display: inline-block;
  margin-left: 32px;
  position: relative;
}

.header-v1 .top-header .cart ul li.qty:hover i, .header-v2 .top-header .cart ul li.qty:hover i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.header-v1 .top-header .cart ul li.qty i, .header-v2 .top-header .cart ul li.qty i {
  background: #ff5555;
  text-align: center;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  position: absolute;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  top: -9px;
  left: -14px;
}

.header-v1 .top-header .cart ul li a, .header-v2 .top-header .cart ul li a {
  display: block;
  text-align: center;
  border: 1px solid #c4c4c2;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.header-v1 .top-header .cart ul li a:hover span, .header-v2 .top-header .cart ul li a:hover span {
  color: #e72c4b;
}

.header-v1 .top-header .cart ul li a span, .header-v2 .top-header .cart ul li a span {
  font-size: 14px;
  color: #222222;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.header-v1 .top-header .cart select, .header-v2 .top-header .cart select {
  border: none;
  outline: none;
  background: transparent;
  margin-left: 10px;
  cursor: pointer;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #444444;
}

.header-v1 .header, .header-v2 .header {
  background: #ffffff;
}

.header-v1 .header.stricky-fixed .main-menu .menu li a, .header-v2 .header.stricky-fixed .main-menu .menu li a {
  line-height: 75px;
}

.header-v1 .header .main-menu, .header-v2 .header .main-menu {
  position: relative;
  float: left;
}

.header-v1 .header .main-menu .logo, .header-v2 .header .main-menu .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-v1 .header .main-menu .logo img, .header-v2 .header .main-menu .logo img {
  width: 80%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.header-v1 .header .main-menu .menu, .header-v2 .header .main-menu .menu {
  display: none;
}

.header-v1 .header .main-menu .menu li, .header-v2 .header .main-menu .menu li {
  display: inline-block;
  padding-right: 50px;
  position: relative;
}

.header-v1 .header .main-menu .menu li:hover > a, .header-v2 .header .main-menu .menu li:hover > a, .header-v1 .header .main-menu .menu li.uk-active > a, .header-v2 .header .main-menu .menu li.uk-active > a {
  color: #e72c4b;
}

.header-v1 .header .main-menu .menu li:hover > a span, .header-v2 .header .main-menu .menu li:hover > a span, .header-v1 .header .main-menu .menu li.uk-active > a span, .header-v2 .header .main-menu .menu li.uk-active > a span {
  color: #e72c4b;
}

.header-v1 .header .main-menu .menu li:hover .sub-menu, .header-v2 .header .main-menu .menu li:hover .sub-menu {
  opacity: 1;
  top: 100%;
  pointer-events: auto;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.header-v1 .header .main-menu .menu li a, .header-v2 .header .main-menu .menu li a {
  display: inline-block;
  line-height: 105px;
  font-size: 14px;
  color: #444444;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.header-v1 .header .main-menu .menu li a span, .header-v2 .header .main-menu .menu li a span {
  font-size: 14px;
  color: #444444;
  padding-left: 8px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.header-v1 .header .main-menu .menu li .sub-menu, .header-v2 .header .main-menu .menu li .sub-menu {
  width: 220px;
  padding: 10px 5px;
  background: #ffffff;
  border-top: 3px solid #e72c4b;
  -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 120%;
  left: 0;
  opacity: 0;
  z-index: 100;
  pointer-events: none;
}

.header-v1 .header .main-menu .menu li .sub-menu li, .header-v2 .header .main-menu .menu li .sub-menu li {
  display: block;
}

.header-v1 .header .main-menu .menu li .sub-menu li a, .header-v2 .header .main-menu .menu li .sub-menu li a {
  line-height: 36px;
}

.header-v1 .header .main-menu .menu li .sub-menu li a span, .header-v2 .header .main-menu .menu li .sub-menu li a span {
  padding-right: 10px;
}

.header-v1 .header .link-active, .header-v2 .header .link-active {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  font-size: 14px;
  color: #e72c4b;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

@media (min-width: 480px) {
  .header-v1 .header .main-menu .logo img, .header-v2 .header .main-menu .logo img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .header-v1 .top-header, .header-v2 .top-header {
    height: 130px;
    line-height: 130px;
  }
  .header-v1 .top-header .search, .header-v2 .top-header .search {
    display: block;
  }
  .header-v1 .top-header .cart ul li a, .header-v2 .top-header .cart ul li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .header-v1 .top-header .cart ul li.qty i, .header-v2 .top-header .cart ul li.qty i {
    height: 22px;
    width: 22px;
    line-height: 22px;
    font-size: 14px;
    top: -11px;
    left: -16px;
  }
}

@media (min-width: 992px) {
  .header-v1 .header .main-menu, .header-v2 .header .main-menu {
    float: none;
  }
  .header-v1 .header .main-menu .menu, .header-v2 .header .main-menu .menu {
    display: block;
  }
  .header-v1 .header .main-menu .logo, .header-v2 .header .main-menu .logo {
    display: none;
  }
  .header-v1 .header .link-active, .header-v2 .header .link-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-v1 .top-header .logo, .header-v2 .top-header .logo {
    display: block;
  }
}



@media (max-width: 992px) {


  .header-v1 .header.custom .main-menu .menu{
    display: none!important;
  }


}



/*
    Header V2
*/
.header-v2 .header.stricky-fixed .logo {
  height: 75px;
}

.header-v2 .header.stricky-fixed .main-menu .menu li a {
  line-height: 75px;
}

.header-v2 .header .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
  vertical-align: middle;
  margin-right: 0;
}

.header-v2 .header .logo img {
  width: 80%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.header-v2 .header .main-menu {
  display: inline-block;
}

.header-v2 .header .link-active {
  right: 30px;
}

@media (min-width: 480px) {
  .header-v2 .header .logo img {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .header-v2 .header .logo {
    height: 105px;
    margin-right: 60px;
  }
}

@media (min-width: 1220px) {
  .header-v2 .header .logo {
    height: 105px;
    margin-right: 80px;
  }
}

/*----------------------
    Footer
------------------------*/
/*
    Footer
*/
.footer {
  background: #111111;
  padding-top: 50px;
}

.footer .widget {
  margin-bottom: 20px;
}

.footer .widget .logo {
  margin-top: 6px;
}

.footer .widget h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #ffffff;
}

.footer .widget li a, .footer .widget li p {
  display: inline-block;
  padding: 7px 0;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #f8f8f8;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.footer .widget li a.padding, .footer .widget li p.padding {
  padding-left: 30px;
}

.footer .widget li a:hover, .footer .widget li p:hover {
  color: #e72c4b;
}

.footer .widget li a span, .footer .widget li p span {
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 12px;
}

.footer .widget li a i, .footer .widget li p i {
  font-size: 14px;
  padding-right: 7px;
}

.footer .widget li p:hover {
  color: #ffffff;
}

.footer .widget li p a {
  padding: 0;
}

@media (min-width: 480px) {
  .footer .footer {
    padding-top: 70px;
  }
}

/*
    Footer V1
*/
.footer-v1 .footer .widget a {
  display: inline-block;
}

.footer-v1 .footer .widget h3 {
  margin-top: 18px;
  margin-bottom: 25px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.footer-v1 .footer .widget li a, .footer-v1 .footer .widget li p {
  font-size: 14px;
}

.footer-v1 .footer .widget > p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #f8f8f8;
  margin: 30px 0;
}

.footer-v1 .footer .widget .social li {
  display: inline-block;
  padding-right: 30px;
}

.footer-v1 .footer .widget .social li:last-child {
  padding-right: 0;
}

.footer-v1 .footer .widget .social li a {
  color: #f8f8f8;
  font-size: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.footer-v1 .footer .widget .social li a:hover {
  color: #e72c4b;
}

.footer-v1 .footer .widget .social li a span {
  font-size: 20px;
  position: static;
}

.footer-v1 .footer .widget .payment {
  margin-top: 20px;
}

.footer-v1 .footer .widget .payment li {
  display: inline-block;
  margin-right: 6px;
}

.footer-v1 .footer .widget .payment li a {
  padding: 0;
}

.footer-v1 .footer .copyright {
  padding: 10px 0;
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #414141;
}

.footer-v1 .footer .copyright p {
  float: none;
}

.footer-v1 .footer .copyright p, .footer-v1 .footer .copyright a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  line-height: 36px;
}

.footer-v1 .footer .copyright ul {
  display: none;
  float: none;
}

.footer-v1 .footer .copyright ul li {
  display: inline-block;
  padding-left: 32px;
}

.footer-v1 .footer .copyright ul li:first-child {
  padding-left: 0;
}

.footer-v1 .footer .copyright ul li a:hover {
  color: #e72c4b;
}

@media (min-width: 480px) {
  .footer-v1 .footer .copyright {
    margin-top: 30px;
  }
  .footer-v1 .footer .copyright ul {
    display: block;
  }
}

@media (min-width: 768px) {
  .footer-v1 .footer .copyright {
    padding: 0;
    text-align: inherit;
  }
  .footer-v1 .footer .copyright ul {
    float: right;
  }
  .footer-v1 .footer .copyright p {
    float: left;
  }
  .footer-v1 .footer .copyright p, .footer-v1 .footer .copyright a {
    line-height: 65px;
  }
}

@media (min-width: 960px) {
  .footer-v1 .footer .widget {
    margin-bottom: 0;
  }
  .footer-v1 .footer .copyright {
    margin-top: 60px;
  }
}

/*
    Footer V2
*/
.footer-v2 .footer {
  position: relative;
}

.footer-v2 .footer:before {
  display: none;
  background: url("../images/bg-footer-left.jpg") no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  left: 0;
  content: '';
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.footer-v2 .footer .footer-left {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.footer-v2 .footer .footer-left a {
  display: inline-block;
}

.footer-v2 .footer .footer-left p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #f8f8f8;
  margin: 35px 0;
  padding-right: 25%;
}

.footer-v2 .footer .footer-left p.margin {
  margin: 20px 0 25px 0;
}

.footer-v2 .footer .footer-left h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #f8f8f8;
}

.footer-v2 .footer .footer-left .payment li {
  display: inline-block;
  margin-right: 6px;
}

.footer-v2 .footer .footer-right .widget {
  margin-bottom: 35px;
}

.footer-v2 .footer .footer-right .widget h3 {
  margin-bottom: 15px;
  font-weight: 400;
}

.footer-v2 .footer .footer-right .widget li a, .footer-v2 .footer .footer-right .widget li p {
  font-size: 12px;
}

.footer-v2 .footer .footer-right .copyright {
  border-top: 1px solid #414141;
}

.footer-v2 .footer .footer-right .copyright p {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  line-height: 70px;
}

@media (min-width: 960px) {
  .footer-v2 .footer:before {
    display: block;
  }
  .footer-v2 .footer .footer-left {
    margin-bottom: 0;
  }
  .footer-v2 .footer .footer-right .copyright p {
    text-align: left;
  }
}

/*----------------------
    Index
------------------------*/
/*
    Gender Categories
*/
.gender-cate .info-box h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #222222;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.gender-cate .info-box h3 a {
  margin-top: 30px;
  margin-bottom: 15px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #222222;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}


.gender-cate .info-box h3:hover {
  color: #e72c4b;
}

.gender-cate .info-box p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #444444;
}

@media (min-width: 480px) {
  .gender-cate .info-box h3 {
    margin-top: 40px;
    margin-bottom: 25px;
  }
}

/*
    Browse Categories
*/
.browse-cate {
  background: #e72c4b;
}

.browse-cate .title {
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.browse-cate .title:before {
  display: none;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 1px;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -2px;
}

.browse-cate .title h3 {
  display: inline-block;
  padding: 0;
  background: #e72c4b;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  color: #222222;
  position: relative;
  z-index: 2;
}

.browse-cate .info-box .vm-image-box:hover img {
  opacity: .4;
}

.browse-cate .info-box .vm-image-box img {
  opacity: .4;
}

.browse-cate .info-box .vm-image-box a {
  background: #ffffff;
  display: block;
  position: relative;
}

.browse-cate .info-box .vm-image-box a .cate-title {
  padding: 0 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.browse-cate .info-box .vm-image-box a .cate-title h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #222222;
  text-transform: uppercase;
}

.browse-cate .info-box .vm-image-box a .cate-title p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #444444;
  text-transform: uppercase;
}

@media (min-width: 480px) {
  .browse-cate .title h3 {
    padding: 0;
    font-size: 30px;
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  .browse-cate .title {
    margin-bottom: 50px;
  }
  .browse-cate .title:before {
    display: block;
  }
  .browse-cate .title h3 {
    padding: 0 45px;
    font-size: 36px;
    line-height: 36px;
  }
}

@media (min-width: 992px) {
  .browse-cate .title {
    margin-bottom: 70px;
  }
}

/*
    Featured Products
*/
.featured-product.vm-padding-section {
  padding-bottom: 20px;
}

@media (min-width: 480px) {
  .featured-product.vm-padding-section {
    padding-bottom: 40px;
  }
}

@media (min-width: 960px) {
  .featured-product.vm-padding-section {
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .featured-product.vm-padding-section {
    padding-bottom: 110px;
  }
}

/*
    Best Saller
*/
.best-saller {
  background: #f5f5f5;
}

.best-saller.vm-padding-section {
  padding-bottom: 0 !important;
}

.best-saller .filter .menu-filter {
  margin-bottom: 30px;
  padding: 0 15px;
  text-align: center;
}

.best-saller .filter .menu-filter li {
  display: inline-block;
  padding: 5px 0;
  margin: 0 3px;
}

.best-saller .filter .menu-filter li:hover a, .best-saller .filter .menu-filter li.uk-active a {
  border: 1px solid #e72c4b;
  background: #e72c4b;
  color: #ffffff;
}

.best-saller .filter .menu-filter li a {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  border: 1px solid #e5e5e5;
  padding: 0 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.best-saller .filter .uk-slidenav {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #222222;
  font-size: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.best-saller .filter .uk-slidenav-previous {
  left: 0;
}

.best-saller .filter .uk-slidenav-next {
  right: 0;
}

.best-saller .uk-position-relative:hover .uk-slidenav {
  opacity: 1;
}

@media (min-width: 480px) {
  .best-saller .filter .menu-filter {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .best-saller .filter .menu-filter {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .best-saller .filter .menu-filter {
    margin-bottom: 80px;
  }
}

/*----------------------
    Index 2
------------------------*/
/*
    Gender Categories
*/
.gender-cate-v2 {
  padding: 20px 20px 0 20px;
}

.gender-cate-v2 .uk-grid {
  margin-left: -20px;
}

.gender-cate-v2 .uk-grid > * {
  padding-left: 20px;
}

.gender-cate-v2 .info-box {
  background: #000000;
}

.gender-cate-v2 .info-box:hover img {
  opacity: .2;
}

.gender-cate-v2 .info-box img {
  width: 100%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.gender-cate-v2 .info-box .box-content {
  width: 300px;
  padding: 40px;
  position: absolute;
  margin-left: -140px;
  margin-top: -145px;
  background: #ffffff;
  text-align: center;
  top: 50%;
  left: 50%;
}

.gender-cate-v2 .info-box .box-content h3 {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #222222;
}

.gender-cate-v2 .info-box .box-content p {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #444444;
}

@media (min-width: 960px) and (max-width: 1219px) {
  .gender-cate-v2 .info-box .box-content {
    width: 250px;
    padding: 20px;
    margin-left: -115px;
    margin-top: -120px;
  }
  .gender-cate-v2 .info-box .box-content p {
    margin-top: 10px;
  }
}

@media (max-width: 479px) {
  .gender-cate-v2 {
    padding: 50px 0 0 0;
  }
  .gender-cate-v2 .info-box .box-content {
    width: 250px;
    padding: 20px;
    margin-left: -115px;
    margin-top: -120px;
  }
  .gender-cate-v2 .info-box .box-content p {
    margin-top: 10px;
  }
}

/*
    Fashion Trend
*/
.fashion-trend .box-image {
  margin-bottom: 30px;
  position: relative;
}

.fashion-trend .box-image img {
  margin: 0 auto;
  width: auto;
}

.fashion-trend .box-image .show-tooltip {
  position: absolute;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  background: #ffffff;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 0 10px rgba(0, 0, 0, 0.5);
}

.fashion-trend .box-image .show-tooltip.uk-active + .content-tooltip {
  opacity: 1;
  margin-top: 80px;
  pointer-events: auto;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.fashion-trend .box-image .content-tooltip {
  margin-top: 110px;
  margin-left: 15px;
  opacity: 0;
  pointer-events: none;
  width: 230px;
  z-index: 9;
  position: absolute;
  background: #ffffff;
  -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 0 10px rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
}

.fashion-trend .box-image .content-tooltip .box-border-shodow {
  width: 26px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fashion-trend .box-image .content-tooltip .box-border-shodow:before {
  content: '';
  background: #ffffff;
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 12px;
  left: 3px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.fashion-trend .box-image .content-tooltip h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #222222;
  text-transform: uppercase;
}

.fashion-trend .box-image .content-tooltip p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #444444;
  margin: 10px 0;
}

.fashion-trend .box-image .content-tooltip a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #ff5555;
  display: inline-block;
  position: relative;
}

.fashion-trend .box-image .content-tooltip a:hover:before {
  width: 100%;
}

.fashion-trend .box-image .content-tooltip a:before {
  content: '';
  width: 0;
  height: 1px;
  background: #ff5555;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

@media (min-width: 768px) {
  .fashion-trend .box-image {
    margin-bottom: 0;
  }
  .fashion-trend .box-image .content-tooltip {
    padding: 50px 35px;
    width: 100%;
    margin-left: 0;
  }
}

/*----------------------
    Blog
------------------------*/
/*
    Blog V1
*/
.blog.background {
  background: #f5f5f5;
}

.blog.vm-padding-section {
  padding-bottom: 30px;
}

.blog.blog-right-sidebar, .blog.blog-left-sidebar, .blog.blog-full-width {
  padding-bottom: 50px;
}

.blog .blog-list-item > * {
  margin-bottom: 30px;
}

.blog .box .content {
  border: 1px solid #f3ecdc;
  padding: 30px;
}

.blog .box .content .day p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #222222;
}

.blog .box .content .day p span {
  font-size: 14px;
}

.blog .box .content .comment p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #888888;
  font-size: 12px;
  margin: 10px 0;
}

.blog .box .content h3 {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #222222;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  font-size: 16px;
}

.blog .box .content h3:hover {
  color: #e72c4b;
}

.blog .box .content > p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #444444;
  font-size: 14px;
  margin: 15px 0;
}

.blog .box .content .read-more {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #e72c4b;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.blog .box .content .read-more:hover:before {
  width: 100%;
}

.blog .box .content .read-more:before {
  content: '';
  width: 0;
  height: 1px;
  background: #e72c4b;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

@media (max-width: 959px) {
  .blog .clear-position {
    position: static;
  }
}

@media (min-width: 480px) {
  .blog.vm-padding-section {
    padding-bottom: 40px;
  }
  .blog.blog-right-sidebar, .blog.blog-left-sidebar, .blog.blog-full-width {
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .blog.vm-padding-section {
    padding-bottom: 80px;
  }
  .blog.blog-right-sidebar, .blog.blog-left-sidebar, .blog.blog-full-width {
    padding-bottom: 110px;
  }
}

/*
    Blog Detail
*/
.blog-detail .box img {
  width: 100%;
}

.blog-detail .box .content .day i {
  display: block;
  margin-top: 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #444444;
}

.blog-detail .box .content .title h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #222222;
  padding: 10px 0;
}

.blog-detail .box .content > p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #444444;
}

.blog-detail .box .tags-share {
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.blog-detail .box .tags-share .tags ul li {
  margin-right: 0;
}

.blog-detail .box .tags-share h5 {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-size: 14px;
  color: #222222;
  font-weight: 400;
  min-width: 60px;
}

.blog-detail .box .tags-share ul {
  display: inline-block;
}

.blog-detail .box .tags-share ul li {
  display: inline-block;
  margin-right: 7px;
}

.blog-detail .box .tags-share ul li a {
  font-size: 14px;
  color: #444444;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.blog-detail .box .tags-share ul li a:hover {
  color: #e72c4b;
}

.blog-detail .comments {
  padding-top: 50px;
}

.blog-detail .comments h3 {
  font-size: 18px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.blog-detail .comments ul.uk-comment-list .uk-comment + ul {
  padding-left: 130px;
}

.blog-detail .comments ul.uk-comment-list li {
  border-bottom: 1px solid #e0e0e0;
}

.blog-detail .comments ul.uk-comment-list li article.uk-comment {
  margin: 35px 0 25px 0;
}

.blog-detail .comments ul.uk-comment-list li .comment .comment-img {
  display: none;
  width: 100px;
  height: 100px;
  overflow: hidden;
  float: left;
}

.blog-detail .comments ul.uk-comment-list li .comment .comment-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.blog-detail .comments ul.uk-comment-list li .comment .comment-content {
  margin-left: 0;
}

.blog-detail .comments ul.uk-comment-list li .comment .comment-content .meta .meta-author {
  margin-top: -5px;
}

.blog-detail .comments ul.uk-comment-list li .comment .comment-content .meta .meta-author h5 {
  display: inline-block;
  font-size: 18px;
  color: #222222;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.blog-detail .comments ul.uk-comment-list li .comment .comment-content .meta .meta-author h5 span {
  font-size: 14px;
  color: #888888;
  padding: 0 15px;
}

.blog-detail .comments ul.uk-comment-list li .comment .comment-content .meta .meta-author p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  display: inline-block;
  font-size: 14px;
  color: #888888;
}

.blog-detail .comments ul.uk-comment-list li .comment .comment-content > p {
  margin-top: 0;
  font-size: 14px;
  color: #444444;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

.blog-detail .comments ul.uk-comment-list li .comment .comment-content .meta-reply a {
  margin-top: 5px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #e72c4b;
}

.blog-detail .leave-comment {
  padding-top: 50px;
}

.blog-detail .leave-comment > h3 {
  padding-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}

.blog-detail .leave-comment form input, .blog-detail .leave-comment form textarea {
  background: transparent;
  border: 1px solid #e4e4e4;
  padding: 7px 20px;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  outline: none;
}

.blog-detail .leave-comment form input:focus, .blog-detail .leave-comment form textarea:focus {
  border: 1px solid #e72c4b;
  background: transparent;
}

.blog-detail .leave-comment form input {
  height: 45px;
  line-height: 45px;
}

@media (min-width: 480px) {
  .blog-detail .comments ul.uk-comment-list li .comment .comment-img {
    display: block;
  }
  .blog-detail .comments ul.uk-comment-list li .comment .comment-content {
    margin-left: 130px;
  }
  .blog-detail .comments ul.uk-comment-list li .comment .comment-content > p {
    margin-top: -70px;
  }
}

@media (max-width: 959px) {
  .blog-detail .clear-position {
    position: static;
  }
}

/*----------------------
    Client
------------------------*/
/*
    Client V1
*/
.client {
  background: #edebdf;
}

.client .box .content {
  background: #ffffff;
  padding: 30px 15px;
}

.client .box .content h3 {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #222222;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  font-size: 18px;
}

.client .box .content h3:hover {
  color: #e72c4b;
}

.client .box .content i {
  display: block;
  margin: 5px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #ff5555;
  font-size: 12px;
}

.client .box .content p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #444444;
  font-size: 14px;
}

.client .slidenav {
  width: 15px;
  height: 50px;
  line-height: 50px;
  margin-top: -17px;
  background: transparent;
  border: none !important;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222222;
  font-size: 24px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.client .slidenav:hover {
  color: #e72c4b;
  border: 1px solid #e72c4b;
}

.client .slidenav-previous {
  left: -25px;
}

.client .slidenav-next {
  right: -25px;
}

.client .large-12.columns {
  margin: 0;
}

@media (min-width: 1220px) {
  .client .slidenav {
    width: 50px;
    height: 65px;
    line-height: 65px;
    margin-top: -32px;
    background: #ffffff;
    border: 1px solid #ffffff;
  }
  .client .large-12.columns {
    margin: 0 100px;
  }
  .client .slidenav-previous {
    left: -100px;
  }
  .client .slidenav-next {
    right: -100px;
  }
}

@media (min-width: 480px) {
  .client .box .content {
    padding: 40px 35px;
  }
  .client .box .content i {
    margin: 15px 0;
  }
}

/*----------------------
    Products
------------------------*/
/*
    Product V1
*/
.vm-product-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.vm-product-box.set-margin-rsp {
  margin-bottom: 30px;
}

.vm-product-box:hover {
  border: 1px solid #e72c4b;
}

.vm-product-box:hover .info-box .product-name {
  opacity: 0;
  bottom: 100%;
  pointer-events: none;
}

.vm-product-box:hover .info-box .product-view {
  opacity: 1;
  top: 0;
  pointer-events: auto;
}


.vm-product-box .new {
  line-height: 30px;
  padding: 0 20px;
  background: #e72c4b;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  text-transform: uppercase;
}

.vm-product-box .image-box {
  background: #ebebeb;
}

.vm-product-box .image-box img {
  width: 100%;
}

.vm-product-box .image-box a {
  display: block;
  position: relative;
  z-index: 2;
}

.vm-product-box .info-box {
  height: 120px;
  text-align: center;
  position: relative;
}

.vm-product-box .info-box .product-name {
  height: 100%;
  padding: 30px 0;
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: auto;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.vm-product-box .info-box .product-name h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
}

.vm-product-box .info-box .product-name p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #444444;
}

.vm-product-box .info-box .product-name p .sale {
  padding-right: 10px;
  font-weight: 300;
  text-decoration: line-through;
}

.vm-product-box .info-box .product-view {
  height: 100%;
  padding: 35px 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  pointer-events: none;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.vm-product-box .info-box .product-view li {
  display: inline-block;
  margin: 0 3px;
  z-index: 2;
  position: relative;
}

.vm-product-box .info-box .product-view li a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #c4c4c2;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.vm-product-box .info-box .product-view li a:hover span {
  color: #e72c4b;
}

.vm-product-box .info-box .product-view li a span {
  font-size: 14px;
  color: #222222;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media (min-width: 960px) {
  .vm-product-box.set-margin-rsp {
    margin-bottom: 0;
  }
}

/*
    Product V2
*/
.vm-product-v2 {
  position: relative;
  overflow: hidden;
  background: #000000;
}

.vm-product-v2:hover img {
  opacity: .2;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.vm-product-v2:hover .product-name, .vm-product-v2:hover .product-cart, .vm-product-v2:hover .product-view {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.vm-product-v2:hover .product-name {
  bottom: 50%;
}

.vm-product-v2:hover .product-cart {
  left: 50%;
}

.vm-product-v2:hover .product-view {
  right: 50%;
}

.vm-product-v2 img {
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.vm-product-v2 .product-name {
  text-align: center;
  position: absolute;
  margin-bottom: -90px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
}

.vm-product-v2 .product-name h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}

.vm-product-v2 .product-name p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}

.vm-product-v2 .product-name p .sale {
  padding-right: 10px;
  font-weight: 300;
  text-decoration: line-through;
}

.vm-product-v2 .product-cart, .vm-product-v2 .product-view {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #ffffff;
  opacity: 0;
  pointer-events: none;
}

.vm-product-v2 .product-cart:hover a span, .vm-product-v2 .product-view:hover a span {
  color: #e72c4b;
}

.vm-product-v2 .product-cart a, .vm-product-v2 .product-view a {
  display: block;
}

.vm-product-v2 .product-cart a span, .vm-product-v2 .product-view a span {
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.vm-product-v2 .product-cart {
  left: 0;
  margin-left: -50px;
}

.vm-product-v2 .product-view {
  right: 0;
  margin-right: -50px;
}

/*----------------------
    Product Detail
------------------------*/
/*
    Product Detail
*/
.product-detail.vm-padding-section {
  padding-bottom: 0;
}

.product-detail .box-detail .box-product-detail {
  margin-left: 0;
  float: none;
  width: 100%;
}

.product-detail .box-detail .box-product-detail li {
  outline: none;
}

.product-detail .box-detail .box-product-detail li .box-image, .product-detail .box-detail .box-product-detail li .box-thumbanil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ebebeb;
  border: 1px solid #e4e4e4;
  margin: 0 10px;
}

.product-detail .box-detail .box-product-detail li .box-image img, .product-detail .box-detail .box-product-detail li .box-thumbanil img {
  display: block;
  width: auto;
}



.product-detail .box-detail .box-product-detail .slick-big-images {
  margin-bottom: 20px;
}



.product-detail .box-detail .box-product-detail .slick-big-images li .box-image {
  height: 370px;
  overflow: hidden;
}



.product-detail .box-detail .box-product-detail .slick-thumbnail-images li.slick-current .box-thumbanil {
  border: 1px solid #e72c4b;
}

.product-detail .box-detail .box-product-detail .slick-thumbnail-images li .box-thumbanil {
  height: 120px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.product-detail .box-detail .box-detail-content {
  width: 100%;
  float: none;
  padding: 0;
  margin-top: 50px;
}

.product-detail .box-detail .box-detail-content > h3 {
  font-size: 26px;
  line-height: 26px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.product-detail .box-detail .box-detail-content .rating {
  line-height: 20px;
  margin: 5px 0 10px 0;
}

.product-detail .box-detail .box-detail-content .rating li {
  display: inline-block;
}

.product-detail .box-detail .box-detail-content .rating li span {
  font-size: 10px;
  color: #f2cf2d;
}

.product-detail .box-detail .box-detail-content p {
  padding-bottom: 15px;
  font-size: 14px;
  color: #7a7c7c;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

.product-detail .box-detail .box-detail-content p.price {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #222222;
}

.product-detail .box-detail .box-detail-content p.price i {
  padding-right: 10px;
  color: #444444;
  text-decoration: line-through;
  font-weight: 400;
}

.product-detail .box-detail .box-detail-content .qty-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 40px 0;
}

.product-detail .box-detail .box-detail-content .qty-color .box-qty {
  margin-right: 25px;
  width: 95px;
  overflow: hidden;
  position: relative;
}

.product-detail .box-detail .box-detail-content .qty-color .box-qty button {
  font-size: 8px;
  font-weight: 400;
  color: rgba(27, 19, 19, 0.5);
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e0e0e0;
  background: transparent;
  outline: none;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.product-detail .box-detail .box-detail-content .qty-color .box-qty button:hover {
  color: #444444;
}

.product-detail .box-detail .box-detail-content .qty-color .box-qty button.qty-minus {
  left: 0;
}

.product-detail .box-detail .box-detail-content .qty-color .box-qty button.qty-plus {
  right: 0;
}

.product-detail .box-detail .box-detail-content .qty-color .box-qty input {
  width: 100%;
  height: 30px;
  padding: 0 35px;
  text-align: center;
  border: 1px solid #e0e0e0;
  background: transparent;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #1b1313;
}

.product-detail .box-detail .box-detail-content .qty-color .box-color ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-detail .box-detail .box-detail-content .qty-color .box-color ul li {
  padding-right: 15px;
}

.product-detail .box-detail .box-detail-content .qty-color .box-color ul li:last-child {
  padding-right: 0;
}

.product-detail .box-detail .box-detail-content .qty-color .box-color ul li:nth-child(1) label {
  background: #e9684a;
}

.product-detail .box-detail .box-detail-content .qty-color .box-color ul li:nth-child(2) label {
  background: #f5e246;
}

.product-detail .box-detail .box-detail-content .qty-color .box-color ul li:nth-child(3) label {
  background: #86df50;
}

.product-detail .box-detail .box-detail-content .qty-color .box-color ul li:nth-child(4) label {
  background: #5abcea;
}

.product-detail .box-detail .box-detail-content .qty-color .box-color ul li label {
  display: block;
  width: 20px;
  height: 20px;
}

.product-detail .box-detail .box-detail-content .qty-color .box-color ul li input[type="checkbox"]:not(:checked), .product-detail .box-detail .box-detail-content .qty-color .box-color ul li input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.product-detail .box-detail .box-detail-content .qty-color .box-color ul li input[type="checkbox"]:not(:checked) + label, .product-detail .box-detail .box-detail-content .qty-color .box-color ul li input[type="checkbox"]:checked + label {
  position: relative;
  cursor: pointer;
}

.product-detail .box-detail .box-detail-content .qty-color .box-color ul li input[type="checkbox"]:not(:checked) + label:after, .product-detail .box-detail .box-detail-content .qty-color .box-color ul li input[type="checkbox"]:checked + label:after {
  content: '\F00C';
  font-family: 'FontAwesome';
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 5px;
  color: #ffffff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.product-detail .box-detail .box-detail-content .qty-color .box-color ul li input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.product-detail .box-detail .box-detail-content .qty-color .box-color ul li input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.product-detail .box-detail .box-detail-content .share {
  margin-top: 35px;
}

.product-detail .box-detail .box-detail-content .share p {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #888888;
  padding-right: 15px;
}

.product-detail .box-detail .box-detail-content .share ul {
  display: inline-block;
}

.product-detail .box-detail .box-detail-content .share ul li {
  display: inline-block;
  margin-right: 7px;
}

.product-detail .box-detail .box-detail-content .share ul li a {
  font-size: 14px;
  color: #888888;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.product-detail .box-detail .box-detail-content .share ul li a:hover {
  color: #e72c4b;
}

.product-detail .box-review {
  margin-top: 45px;
}

.product-detail .box-review .uk-subnav {
  margin-left: 0;
  margin-top: 0;
}

.product-detail .box-review .uk-subnav li {
  padding: 0;
  margin: 0 5px 0 0;
}

.product-detail .box-review .uk-subnav li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 44px;
  display: inline-block;
  font-size: 14px;
  color: #7c7c7c;
  padding: 0 20px;
  background: #e4e4e4;
}

.product-detail .box-review .uk-subnav-pill > .uk-active > * {
  background: #e72c4b;
  color: #ffffff;
}

.product-detail .box-review .uk-switcher {
  padding: 25px 15px;
  text-align: left;
  border: 1px solid #e4e4e4;
}

.product-detail .box-review .uk-switcher .product-description p {
  font-size: 16px;
  color: #7a7c7d;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

.product-detail .box-review .uk-switcher .poduct-reviews h3 {
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 26px;
  color: #1b2725;
  font-weight: 700;
}

.product-detail .box-review .uk-switcher .poduct-reviews li:last-child {
  margin-bottom: 30px;
}

.product-detail .box-review .uk-switcher .poduct-reviews li .review {
  padding: 15px 0;
  border-bottom: 1px solid #dcddde;
}

.product-detail .box-review .uk-switcher .poduct-reviews li .review .author {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
}

.product-detail .box-review .uk-switcher .poduct-reviews li .review .author > * {
  margin-right: 0;
}

.product-detail .box-review .uk-switcher .poduct-reviews li .review .author h6 {
  font-size: 14px;
  color: #444444;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.product-detail .box-review .uk-switcher .poduct-reviews li .review .author i {
  display: none;
}

.product-detail .box-review .uk-switcher .poduct-reviews li .review .author p {
  font-size: 14px;
  color: #444444;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.product-detail .box-review .uk-switcher .poduct-reviews li .review .author li {
  margin-bottom: 0;
  display: inline-block;
}

.product-detail .box-review .uk-switcher .poduct-reviews li .review .author li span {
  color: #f2cf2d;
}

.product-detail .box-review .uk-switcher .poduct-reviews li .review p {
  font-size: 13px;
  color: #444444;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.product-detail .box-review .uk-switcher .poduct-reviews .form-comment form h5 {
  font-size: 16px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.product-detail .box-review .uk-switcher .poduct-reviews .form-comment form input, .product-detail .box-review .uk-switcher .poduct-reviews .form-comment form textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  border: 1px solid #e4e4e4;
  outline: none;
  background: transparent;
  margin-bottom: 20px;
  padding: 7px 20px;
}

.product-detail .box-review .uk-switcher .poduct-reviews .form-comment form input:focus, .product-detail .box-review .uk-switcher .poduct-reviews .form-comment form textarea:focus {
  border: 1px solid #e72c4b;
}

.product-detail .box-review .uk-switcher .poduct-reviews .form-comment form input {
  height: 40px;
  line-height: 40px;
}

.product-detail .box-review .uk-switcher .poduct-reviews .form-comment form .jq-ry-container {
  padding: 0;
  padding-bottom: 15px;
  width: 75px !important;
}

.product-detail .box-review .uk-switcher .poduct-reviews .form-comment form .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  width: 15px;
  height: 15px;
}

@media (min-width: 480px) {
  .product-detail .box-detail .box-detail-content > h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .product-detail .box-detail .box-review .uk-switcher {
    padding: 25px 35px;
  }
  .product-detail .box-detail .box-review .uk-switcher .product-revies h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .product-detail .box-detail .box-review .uk-switcher .product-revies li .review .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-detail .box-detail .box-review .uk-switcher .product-revies li .review .author > * {
    margin-right: 0;
  }
  .product-detail .box-detail .box-review .uk-switcher .product-revies li .review .author i {
    display: block;
  }
}

@media (min-width: 768px) {
  .product-detail .box-detail .box-product-detail {
    float: left;
    width: 50%;
    margin-left: -10px;
  }
  .product-detail .box-detail .box-detail-content {
    float: right;
    width: 50%;
    padding: 0 30px;
    margin-top: 0;
  }
  .product-detail .box-detail .box-detail-content > h3 {
    font-size: 36px;
    line-height: 36px;
  }
  .product-detail .box-detail .box-review .uk-switcher .product-revies h3 {
    font-size: 36px;
    line-height: 36px;
  }
}

@media (min-width: 1220px) {
  .product-detail .box-detail .box-product-detail .slick-big-images li .box-image {
    height: 420px;
  }
}

/*
    Related Product
*/
.related-product {
  padding: 50px 0 20px 0;
}

.related-product h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  margin-bottom: 45px;
}

@media (min-width: 480px) {
  .related-product {
    padding: 70px 0 40px 0;
  }
}

@media (min-width: 960px) {
  .related-product {
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .related-product {
    padding: 100px 0;
  }
}

/*----------------------
    Sidebar
------------------------*/
/*
    Sidebar
*/
.vm-sidebar {
  margin-top: 50px;
}

.vm-sidebar .box {
  margin-bottom: 50px;
}

.vm-sidebar .box:last-child {
  margin-bottom: 0;
}

.vm-sidebar .box form input {
  width: 100%;
  padding: 0 50px 0 25px;
  height: 40px;
  line-height: 40px;
  background: #fafafa;
  border: 1px solid #e4e4e4;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4c4f50;
}

.vm-sidebar .box form input:focus {
  border: 1px solid #e72c4b;
}

.vm-sidebar .box form button {
  padding: 0;
  background: transparent;
  outline: none;
  border: none;
  font-size: 14px;
  color: #4c4f50;
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vm-sidebar .box .title {
  margin-bottom: 17px;
}

.vm-sidebar .box .title h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #e72c4b;
  display: inline-block;
  text-transform: uppercase;
}

.vm-sidebar .box .categories li {
  margin-bottom: 0;
}

.vm-sidebar .box .categories li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
  color: #444444;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.vm-sidebar .box .categories li a:hover {
  padding-left: 12px;
  color: #e72c4b;
}

.vm-sidebar .box .categories li a:hover span {
  opacity: 1;
}

.vm-sidebar .box .categories li a span {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 3px;
}

.vm-sidebar .box .latest-post li {
  margin-bottom: 20px;
}

.vm-sidebar .box .latest-post li:last-child {
  margin-bottom: 0;
}

.vm-sidebar .box .latest-post li .box-image {
  float: left;
}

.vm-sidebar .box .latest-post li .box-image a {
  display: block;
  width: 80px;
  height: 80px;
  border: 1px solid #dcddde;
  background: #fafafa;
}

.vm-sidebar .box .latest-post li .box-image img {
  display: block;
}

.vm-sidebar .box .latest-post li .box-text {
  margin-top: -7px;
  margin-left: 100px;
}

.vm-sidebar .box .latest-post li .box-text h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}

.vm-sidebar .box .latest-post li .box-text h3:hover {
  color: #e72c4b;
}

.vm-sidebar .box .latest-post li .box-text p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #444444;
}

@media (min-width: 960px) {
  .vm-sidebar {
    margin-top: 0;
  }
}

.vm-sidebar-v2 {
  margin-top: 50px;
}

.vm-sidebar-v2 .box {
  border: 1px solid #cccccc;
  margin-bottom: 30px;
  padding: 30px;
}

.vm-sidebar-v2 .box h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.vm-sidebar-v2 .box form input, .vm-sidebar-v2 .box form textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  border: 1px solid #e4e4e4;
  outline: none;
  background: transparent;
  margin-bottom: 20px;
  padding: 7px 20px;
}

.vm-sidebar-v2 .box form input:focus, .vm-sidebar-v2 .box form textarea:focus {
  border: 1px solid #e72c4b;
}

.vm-sidebar-v2 .box form input {
  height: 40px;
  line-height: 40px;
}

.vm-sidebar-v2 .box .question li {
  padding: 12px 0;
  border-bottom: 1px solid #cccccc;
}

.vm-sidebar-v2 .box .question li:first-child {
  padding-top: 0;
}

.vm-sidebar-v2 .box .question li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.vm-sidebar-v2 .box .question li a {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #444444;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.vm-sidebar-v2 .box .question li a:hover {
  padding-left: 12px;
  color: #e72c4b;
}

.vm-sidebar-v2 .box .question li a:hover span {
  opacity: 1;
}

.vm-sidebar-v2 .box .question li a span {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 6px;
}

@media (min-width: 960px) {
  .vm-sidebar-v2 {
    margin-top: 0;
  }
}

/*----------------------
    Team Of Services
------------------------*/
/*
    Team Of Services
*/
.team-of-services.vm-padding-section {
  padding: 50px 0 20px 0;
}

.team-of-services li {
  margin-bottom: 30px;
}

.team-of-services li:last-child .box {
  margin-bottom: 0;
}

.team-of-services .box .box-icon {
  min-height: 250px;
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.team-of-services .box .box-icon img {
  width: 150px;
  height: auto;
}

.team-of-services .box .flex-box {
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.team-of-services .box .flex-box .box-content {
  padding: 30px;
}

.team-of-services .box .flex-box .box-content h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 26px;
  color: #222222;
  margin-bottom: 25px;
}

.team-of-services .box .flex-box .box-content p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #222222;
  padding: 5px 0;
}

.team-of-services .box .flex-box .box-content .read-more {
  margin-top: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #e72c4b;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.team-of-services .box .flex-box .box-content .read-more:hover:before {
  width: 100%;
}

.team-of-services .box .flex-box .box-content .read-more:before {
  content: '';
  width: 0;
  height: 1px;
  background: #e72c4b;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

@media (min-width: 480px) {
  .team-of-services.vm-padding-section {
    padding: 70px 0 40px 0;
  }
  .team-of-services .box .flex-box .box-content {
    padding: 50px 30px;
  }
  .team-of-services .box .flex-box .box-content h3 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  .team-of-services .box .box-icon {
    min-height: 450px;
  }
}

@media (min-width: 992px) {
  .team-of-services.vm-padding-section {
    padding: 110px 0 80px 0;
  }
}

@media (min-width: 1220px) {
  .team-of-services .box .flex-box .box-content {
    padding: 50px 70px;
  }
}

/*----------------------
    Contact
------------------------*/
/*
    Contact
*/
.contact.vm-padding-section {
  padding-top: 30px;
}

.contact .box {
  margin: 20px 0;
}

.contact .box:hover .box-icon {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.contact .box .box-icon {
  width: 100px;
  height: 100px;
  background: #e72c4b;
  border-radius: 50%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.contact .box .box-icon .flaticon {
  display: block;

}

.contact .box .box-icon .flaticon:before {
  margin: 0;
  color: #ffffff;
  font-size: 45px;
  position: relative;

}

.contact .box h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #222222;
  margin-top: 30px;
  margin-bottom: 10px;
}

.contact .box p, .contact .box a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #444444;
}

.contact .box a {
  display: inline-block;
}

.contact .box a:hover {
  color: #e72c4b;
}

.contact .gmap-wrapper {
  margin: 25px 0 45px 0;
}

.contact .gmap-wrapper #gmap_contact {
  height: 340px;
}

.contact .gmap-wrapper #gmap_contact .gm-style .gm-style-iw {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #444444;
  text-align: center;
  padding-top: 10px;
}

.contact .contact-form .vm-title {
  margin-bottom: 50px;
}

.contact .contact-form p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #444444;
  font-style: italic;
  text-align: center;
  margin-bottom: 50px;
}

.contact .contact-form form input, .contact .contact-form form textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  border: 1px solid #e4e4e4;
  outline: none;
  background: transparent;
  margin-bottom: 20px;
  padding: 7px 20px;
}

.contact .contact-form form input:focus, .contact .contact-form form textarea:focus {
  border: 1px solid #e72c4b;
}

.contact .contact-form form input {
  cursor: pointer;
  line-height: 40px;
}


.contact .contact-form form .vm-button {
  margin-top: 10px;
}

@media (min-width: 480px) {
  .contact.vm-padding-section {
    padding-top: 50px;
  }
  .contact .gmap-wrapper {
    margin: 45px 0 65px 0;
  }
  .contact .gmap-wrapper #gmap_contact {
    height: 440px;
  }
}

@media (min-width: 768px) {
  .contact.vm-padding-section {
    padding-top: 70px;
  }
  .contact .box {
    margin: 0;
  }
  .contact .box h3 {
    margin-top: 50px;
  }
  .contact .gmap-wrapper {
    margin: 65px 0;
  }
  .contact .gmap-wrapper #gmap_contact {
    height: 540px;
  }
}

@media (min-width: 992px) {
  .contact.vm-padding-section {
    padding-top: 110px;
  }
  .contact .gmap-wrapper {
    margin: 95px 0;
  }
}

/*----------------------
    About
------------------------*/
/*
    About
*/
.about .box-image img {
  width: 100%;
}

.about .content {
  padding-left: 0;
  padding-top: 50px;
}

.about .content h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 26px;
  color: #444444;
  margin-bottom: 20px;
}

.about .content p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #444444;
  margin: 5px 0;
}

.about .content ul {
  margin-top: 25px;
}

.about .content ul li p {
  font-weight: 600;
  padding-left: 30px;
  position: relative;
}

.about .content ul li p span {
  position: absolute;
  left: 0;
  top: 6px;
}

@media (min-width: 480px) {
  .about .content h3 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  .about .content {
    padding-left: 10px;
    padding-top: 0;
  }
  .about .content h3 {
    font-size: 36px;
    line-height: 36px;
  }
}

/*
    Others
*/
.others {
  padding: 0;
}

.others .set-background {
  padding: 50px 30px;
  background: #e72c4b;
}

.others .set-background .vm-title h3 {
  color: #ffffff;
}

.others .set-background .vm-title h3:before {
  background: #ffffff;
}

.others .set-background .box {
  text-align: center;
}

.others .set-background .box p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  padding: 0;
}

.others .set-background .box .box-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 50px auto;
}

.others .set-background .box .box-image img {
  width: 100%;
  height: 100%;
}

.others .set-background .box h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
}

.others .set-background .box ul li {
  display: inline-block;
}

.others .set-background .box ul li span {
  font-size: 12px;
  color: #ffffff;
}

.others .uk-slidenav-position .uk-slidenav {
  width: 20px;
  display: block;
  font-size: 26px;
  color: #222222;
  background: #ebebeb;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.others .uk-slidenav-position .uk-slidenav:hover {
  color: #e72c4b;
}

.others .uk-slidenav-position .uk-slidenav-previous {
  left: -20px;
}

.others .uk-slidenav-position .uk-slidenav-next {
  right: -20px;
}

@media (min-width: 480px) {
  .others .set-background {
    padding: 70px 30px;
  }
}

@media (min-width: 768px) {
  .others .set-background .box p {
    padding: 0 15%;
  }
  .others .set-background .uk-slidenav-position .uk-slidenav {
    width: 60px;
    font-size: 36px;
  }
  .others .set-background .uk-slidenav-position .uk-slidenav-previous {
    left: 0;
  }
  .others .set-background .uk-slidenav-position .uk-slidenav-next {
    right: 0;
  }
}

@media (min-width: 992px) {
  .others .set-background {
    padding: 100px 30px;
  }
}

@media (min-width: 1220px) {
  .others {
    padding: 0 145px;
  }
  .others .set-background .box p {
    padding: 0 20%;
  }
  .others .uk-slidenav-position .uk-slidenav-previous {
    left: -60px;
  }
  .others .uk-slidenav-position .uk-slidenav-next {
    right: -60px;
  }
}

/*
    Team member
*/
.team-member .box .box-image {
  position: relative;
  background: #000000;
}

.team-member .box .box-image:hover img {
  opacity: .2;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.team-member .box .box-image:hover .social {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.team-member .box .box-image img {
  width: 100%;
}

.team-member .box .box-image .social {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 40px;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.team-member .box .box-image .social li {
  margin: 0 8px;
  display: inline-block;
}

.team-member .box .box-image .social li a {
  font-size: 14px;
  color: #ffffff;
}

.team-member .box .box-image .social li a:hover {
  color: #e72c4b;
}

.team-member .box .box-content {
  margin-top: 40px;
  text-align: center;
}

.team-member .box .box-content h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #222222;
  text-transform: uppercase;
}

.team-member .box .box-content h5 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #e72c4b;
}

.team-member .box .box-content p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #444444;
}

/*----------------------
    Faq
------------------------*/
/*
    Faq
*/
.faq.vm-padding-section {
  padding-bottom: 20px;
}

.faq .box-question {
  margin-bottom: 65px;
}

.faq .box-question:last-child {
  margin-bottom: 0;
}

.faq .box-question h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: #e72c4b;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.faq .box-question .holder-question .has-title {
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  line-height: 50px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.faq .box-question .holder-question .has-title:first-child .sub-content {
  display: block;
}

.faq .box-question .holder-question .has-title:last-child {
  margin-bottom: 0;
}

.faq .box-question .holder-question .has-title.uk-active, .faq .box-question .holder-question .has-title:hover {
  border: 1px solid #e72c4b;
}

.faq .box-question .holder-question .has-title a {
  font-family: 'Montserrat', sans-serif;
  display: block;
  padding: 0 25px;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}

.faq .box-question .holder-question .has-title a span {
  padding-right: 10px;
  font-size: 10px;
  position: relative;
  top: -1px;
}

.faq .box-question .holder-question .has-title .sub-content {
  display: none;
}

.faq .box-question .holder-question .has-title .sub-content p {
  padding: 0 25px 25px 25px;
  font-weight: 300;
  font-size: 14px;
  color: #444444;
  line-height: 26px;
}

@media (max-width: 479px) {
  .faq .box-question {
    margin-bottom: 40px;
  }
  .faq .box-question h3 {
    font-size: 26px;
    line-height: 26px;
  }
  .faq .box-question .holder-question .has-title a {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 480px) {
  .faq.vm-padding-section {
    padding-bottom: 40px;
  }
}

@media (min-width: 960px) {
  .faq.vm-padding-section {
    padding-bottom: 110px;
  }
}

/*----------------------
    Portfolio
------------------------*/
/*
    Portfolio
*/
.portfolio.vm-padding-section {
  padding-bottom: 20px;
}

.portfolio.portfolio-4columns #isotope-filter li .vm-product-v2 .product-cart, .portfolio.portfolio-4columns #isotope-filter li .vm-product-v2 .product-view {
  margin-top: -50px;
}

.portfolio.portfolio-4columns #isotope-filter li .vm-product-v2 .product-name {
  margin-bottom: -65px;
}

.portfolio.portfolio-full-width.vm-padding-section {
  padding-bottom: 0;
}

.portfolio.portfolio-full-width #isotope-filter li {
  margin-bottom: 0;
}

.portfolio .menu-filter {
  margin-bottom: 30px;
  text-align: center;
}

.portfolio .menu-filter li {
  display: inline-block;
  padding: 5px 0;
  margin: 0 3px;
}

.portfolio .menu-filter li:hover a, .portfolio .menu-filter li.is-checked a {
  border: 1px solid #e72c4b;
  background: #e72c4b;
  color: #ffffff;
}

.portfolio .menu-filter li a {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  border: 1px solid #e5e5e5;
  padding: 0 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  text-transform: uppercase;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.portfolio #isotope-filter li {
  margin-bottom: 30px;
}

.portfolio #isotope-filter li .vm-product-v2 {
  background: #e72c4b;
}

.portfolio #isotope-filter li .vm-product-v2 .product-cart:hover, .portfolio #isotope-filter li .vm-product-v2 .product-view:hover {
  background: #ffffff;
}

.portfolio .vm-product-v2 .product-cart, .portfolio .vm-product-v2 .product-view {
  margin-top: -50px;
}

.portfolio .vm-product-v2 .product-name {
  margin-bottom: -70px;
}

@media (min-width: 480px) {
  .portfolio.vm-padding-section {
    padding-bottom: 40px;
  }
  .portfolio .menu-filter {
    margin-bottom: 40px;
  }
  .portfolio .vm-product-v2 .product-cart, .portfolio .vm-product-v2 .product-view {
    margin-top: -60px;
  }
  .portfolio .vm-product-v2 .product-name {
    margin-bottom: -90px;
  }
}

@media (min-width: 768px) {
  .portfolio .menu-filter {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .portfolio.vm-padding-section {
    padding-bottom: 80px;
  }
  .portfolio .menu-filter {
    margin-bottom: 80px;
  }
}

@media (min-width: 480px) and (max-width: 1219px) {
  .portfolio.portfolio-full-width .vm-product-v2 .product-name {
    margin-bottom: -65px;
  }
  .portfolio.portfolio-full-width .vm-product-v2 .product-cart, .portfolio.portfolio-full-width .vm-product-v2 .product-view {
    margin-top: -55px;
  }
}

/*----------------------
    Policy
------------------------*/
/*
    Privacy Policy
*/
.privacy-policy.vm-padding-section {
  padding: 50px 0 20px 0;
}

.privacy-policy .title {
  margin-bottom: 60px;
  text-align: center;
}

.privacy-policy .title h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.privacy-policy .title p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #222222;
  padding: 0;
}

.privacy-policy .holder-policy .has-title {
  margin-bottom: 30px;
}

.privacy-policy .holder-policy .has-title:first-child .sub-content {
  display: block;
}

.privacy-policy .holder-policy .has-title.uk-active a span {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.privacy-policy .holder-policy .has-title a {
  border: 1px solid #cccccc;
  border-left: 2px solid #e72c4b;
  line-height: 50px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: 'Montserrat', sans-serif;
  display: block;
  padding: 0 30px;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  color: #222222;
}

.privacy-policy .holder-policy .has-title a span {
  font-size: 18px;
  position: absolute;
  top: 13px;
  right: 30px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.privacy-policy .holder-policy .has-title .sub-content {
  display: none;
}

.privacy-policy .holder-policy .has-title .sub-content p {
  padding: 15px 15px 0 15px;
  font-weight: 300;
  font-size: 14px;
  color: #444444;
  line-height: 26px;
}

@media (max-width: 479px) {
  .privacy-policy .holder-policy .has-title a {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .privacy-policy .holder-policy .has-title a span {
    right: 10px;
  }
}

@media (min-width: 480px) {
  .privacy-policy.vm-padding-section {
    padding: 70px 0 40px 0;
  }
  .privacy-policy .holder-policy .has-title .sub-content p {
    padding: 15px 30px 0 30px;
  }
}

@media (min-width: 768px) {
  .privacy-policy .title p {
    padding: 0 15%;
  }
}

@media (min-width: 992px) {
  .privacy-policy.vm-padding-section {
    padding: 110px 0 80px 0;
  }
  .privacy-policy .title p {
    padding: 0 25%;
  }
}

/*
    Return Policy
*/
.return-policy .box-image {
  position: relative;
  background: url("../images/return-policy.jpg") no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
}

.return-policy .box-image img {
  width: 100%;
  display: block;
}

.return-policy .box-image a {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.return-policy .box-image a:hover {
  color: #e72c4b;
}

.return-policy .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.return-policy .flex-box .content {
  padding: 50px 30px;
}

.return-policy .flex-box .content h3 {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 26px;
  color: #222222;
}

.return-policy .flex-box .content h3:before {
  content: '';
  background: #222222;
  width: 65px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.return-policy .flex-box .content p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #444444;
  padding: 8px 0;
}

.return-policy .flex-box .content .read-more {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #e72c4b;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 15px;
  position: relative;
}

.return-policy .flex-box .content .read-more:hover:before {
  width: 100%;
}

.return-policy .flex-box .content .read-more:before {
  content: '';
  width: 0;
  height: 1px;
  background: #e72c4b;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

@media (min-width: 480px) {
  .return-policy .flex-box .content h3 {
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }
  .return-policy .flex-box .content h3:before {
    height: 4px;
  }
  .return-policy .flex-box .content .read-more {
    margin-top: 35px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .return-policy .flex-box .content h3 {
    margin-bottom: 35px;
    padding-bottom: 25px;
    font-size: 36px;
    line-height: 36px;
  }
  .return-policy .flex-box .content h3:before {
    height: 5px;
  }
}

@media (min-width: 960px) {
  .return-policy .box-image img {
    display: none;
  }
  .return-policy .flex-box .content {
    padding: 14% 7%;
  }
}

/*----------------------
    Custom
------------------------*/




.header-v1 .header.custom .top-contacts ul, .header-v2 .header.custom .top-contacts ul {
  padding-top: 8px;
  padding-bottom: 8px;
}


.header-v1 .header.custom .top-contacts ul li, .header-v2 .header.custom .top-contacts ul li {
  vertical-align: top;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
}


.header-v1 .header.custom .top-contacts ul:first-child  {
  padding-right: 15px;
}


.header-v1 .header.custom .top-contacts ul li, .header-v2 .header.custom .top-contacts ul:last-child  {
  padding-left: 15px;
}





.header-v1 .header.custom .top-contacts ul li:last-child, .header-v2 .header.custom .top-contacts ul li:last-child {
  padding-right: 0;
  border: none;
}

.header-v1 .header.custom .top-contacts ul li i, .header-v2 .header.custom .top-contacts ul li i {
  color: #e72c4b;
  font-size: 19px;
  margin-right: 10px;
  vertical-align: middle;
}

.header-v1 .header.custom .top-contacts ul li a, .header-v2 .header.custom .top-contacts ul li a {
  color: #444;
}

.header-v1 .header.custom .top-contacts ul li a:hover, .header-v2 .header.custom .top-contacts ul li a:hover {
  color: #e72c4b;
}


.header-v1 .header.custom .main-menu li, .header-v2 .header.custom .main-menu li {
  padding-right: 30px;
}



.header-v1 .header.custom .main-menu li a, .header-v2 .header.custom .main-menu li a {
  line-height: 60px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.stricky-fixed.custom.header .top-contacts {
  display: none;
}

.stricky-fixed.custom.header .logo {
  margin-top: 5px;
}

.stricky-fixed.custom.header .main-menu {
  border: none;
}









.loop-gender-cate .info-box {
  padding-bottom: 50px;
}

.loop-gender-cate .info-box p {
  height: 78px;
  overflow: hidden;
}

.loop-gender-cate .order {
  margin-top: 36px;
  font-size: 14px;
  font-weight: bold;
  color: #e72c4b;
  display: inline-block;
  line-height: 52px;
  border-radius: 2px;
  background: #eee;
  min-width: 200px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.loop-gender-cate .order:before {
  border-radius: 2px;
}

.loop-gender-cate .order:after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px / 7px;
  -webkit-box-shadow: 0 24px 22px rgba(228, 47, 89, 0.35), 0 10px 10px rgba(228, 47, 89, 0.32);
          box-shadow: 0 24px 22px rgba(228, 47, 89, 0.35), 0 10px 10px rgba(228, 47, 89, 0.32);
  opacity: 1;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.loop-gender-cate .order:hover:after {
  opacity: 0;
}

.browse-cate {
  background: url(../images/browse-cate-bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.browse-cate .title h3 {
  background: none;
}

.browse-cate .title:before {
  display: none;
}

.browse-cate .info-box {
  -webkit-box-shadow: 0 6px 18px -8px #000;
          box-shadow: 0 6px 18px -8px #000;
}

.browse-cate .info-box .vm-image-box a .cate-title h3 {
  -webkit-transition: all 400ms;
  transition: all 400ms;
  text-transform: none;
}

.browse-cate .info-box .vm-image-box a:hover img {
  opacity: 1;
}

.browse-cate .info-box .vm-image-box a:hover h3 {
  color: #e7335e;
}

.blog .box .content {
  border: none;
  -webkit-box-shadow: 0 24px 24px -15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 24px 24px -15px rgba(0, 0, 0, 0.25);
}

.blog .box .content h3 {
  font-weight: bold;
}

.blog .box .content .read-more {
  font-size: 14px;
  font-weight: bold;
  color: #e72c4b;
  letter-spacing: 3px;
}

.blog .box .content .read-more:before {
  background: #e72c4b;
}

.vm-title h3:before {
  display: none;
}

.main-product {
  -webkit-box-shadow: 0 6px 18px -8px #000;
          box-shadow: 0 6px 18px -8px #000;
}

.main-product .img-wrap {
  display: block;
  overflow: hidden;
}

.main-product .img-wrap img {
  width: calc(100% + 30px) !important;
  max-width: calc(100% + 30px) !important;
  transition: transform .35s,-webkit-transform .35s;
  -webkit-transform: translate3d(-30px, 0, 0);
          transform: translate3d(-30px, 0, 0);
}

.main-product .img-wrap:hover img {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
}

.main-product .name {
  padding-top: 26px;
  padding-bottom: 27px;
  font-weight: bold;
  color: #222222;
  font-size: 18px;
  text-align: center;
  display: block;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.main-product .name:hover {
  color: #e7335e;
}

.main-product .order {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: block;
  line-height: 52px;
  border-radius: 0;
  background: #e7335e;
  min-width: 200px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.featured-product .uk-dotnav {
  text-align: center;
  padding-top: 40px;
}

.featured-product .uk-dotnav li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cccccc;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  border: 3px solid transparent;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.featured-product .uk-dotnav li:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  background: transparent;
  z-index: -1;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.featured-product .uk-dotnav li.uk-active {
  border-color: #fff;
  background: #e72c4b;
}

.featured-product .uk-dotnav li.uk-active:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  background: #f7b5c0;
  z-index: -1;
}

.featured-product .uk-dotnav li:hover {
  border-color: #fff;
  background: #e72c4b;
}

.featured-product .uk-dotnav li:hover:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  background: #f7b5c0;
  z-index: -1;
}

.footer-v1 {
  padding-bottom: 35px;
}

.footer-v1 .footer {
  background: none;
  padding-top: 20px;
}

.footer-v1 .footer .copyright {
  border: none;
  margin-top: 0;
}

.footer-v1 .footer p.copy {
  font-size: 14px;
  color: #222222;
}

.footer-v1 .footer .development {
  font-size: 14px;
  color: #222222;
  text-align: right;
}

.footer-v1 .footer .development a {
  font-weight: bold;
  color: #e72c4b;
}

.footer-contacts {
  padding-top: 58px;
}

.footer-contacts .item {
  padding-top: 35px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}

.footer-contacts .item .title {
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  padding-bottom: 15px;
}

.footer-contacts .item a {
  color: #444;
}

.footer-contacts .item a:hover {
  color: #e72c4b;
}

.footer-contacts .second {
  text-align: center;
}

.footer-contacts .third {
  text-align: center;
}

.featured-product.vm-padding-section {
  padding-bottom: 70px;
}

.mobile-menu {
  max-height: none;
}

.mobile-menu .nav-holder > ul > li.uk-active a {
  color: #e72c4b;
}

.mobile-menu .nav-holder > ul > li:hover a, .mobile-menu .nav-holder > ul > li.uk-active a {
  color: #e72c4b;
}

.header-v1 .header .main-menu .menu li:hover > a, .header-v2 .header .main-menu .menu li:hover > a, .header-v2 .header .main-menu .menu li:hover > a, .header-v1 .header .main-menu .menu li.uk-active > a, .header-v2 .header .main-menu .menu li.uk-active > a, .header-v2 .header .main-menu .menu li.uk-active > a {
  color: #e72c4b;
}

.vm-padding-section {
  padding: 70px 0;
}

.gender-cate .info-box h3:hover, .blog .box .content h3:hover {
  color: #e72c4b;
}

.blog.blog-right-sidebar, .blog.blog-left-sidebar, .blog.blog-full-width {
  padding-bottom: 40px;
}

.blog-detail .box .content .title h3 {
  font-weight: normal;
}

.blog-detail .box .tags-share {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #e5e5e5;
}

.blog.also-blog {
  padding-bottom: 0;
}

.blog-detail .box .content .day {
  padding-bottom: 30px;
}

.blog-detail .box .content .day i {
  font-size: 20px;
  font-weight: 300;
}

.vm-sidebar .box form button {
  color: #e72c4b;
}

.vm-sidebar.filter-sidebar .box .title h3 {
  font-size: 18px;
  text-transform: none;
  color: #222222;
  font-weight: bold;
}

.vm-sidebar.filter-sidebar .box {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

.vm-sidebar.filter-sidebar .box.search-box {
  border: none;
}

.also-title {
  padding-bottom: 20px;
}

.also-title h3 {
  font-size: 28px;
  font-weight: bold;
}

.content ul li {
  position: relative;
  padding-left: 22px;
  padding-bottom: 4px;
}

.content ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e72c4b;
  position: absolute;
  left: 0;
  top: 9px;
}

.content p {
  margin-bottom: 20px;
}

.content iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
}

.content ol {
  counter-reset: item;
}

.content ol li {
  display: block;
}

.content ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #e72c4b;
  padding-right: 15px;
  font-weight: bold;
}

.filter-actions {
  text-align: right;
  padding-top: 6px;
}

.filter-actions .btn {
  display: inline-block;
  border: none;
  color: #e72c4b;
  vertical-align: top;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 14px;
  background: none;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.filter-actions .btn:hover {
  color: #222;
}

#amount {
  background: none;
  border: none;
  font-size: 16px;
  color: #625f5f;
  margin-top: 20px;
}

.filter-sidebar .ui-widget.ui-widget-content {
  border: none;
  background: #e72c4b;
  height: 2px;
}

.filter-sidebar .ui-slider-horizontal .ui-slider-range-max {
  background: #cfcfcf;
}

.filter-sidebar .ui-slider-horizontal .ui-slider-handle {
  border: none;
  background: none;
  cursor: pointer;
  top: -7px;
}

.filter-sidebar .ui-slider-horizontal .ui-slider-handle:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e72c4b;
  left: 50%;
  margin-left: -1px;
  border-radius: 1px;
}

.sidebar-toggle {
  border-radius: 4px;
  border: 1px solid #e72c4b;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  color: #222;
}

.sidebar-toggle:hover {
  color: #e72c4b;
}

/*custom checkbox*/
/* Base for label styling */
.custom-checkbox [type="checkbox"]:not(:checked),
.custom-checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.custom-checkbox [type="checkbox"]:not(:checked) + label,
.custom-checkbox [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 14px;
  line-height: 23px;
  color: #625f5f;
}

/* checkbox aspect */
.custom-checkbox [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  border: 1px solid #e72c4b;
  background: #fff;
  border-radius: 0;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.custom-checkbox [type="checkbox"]:checked + label:before {
  background: #e72c4b;
}

/* checked mark aspect */
.custom-checkbox [type="checkbox"]:not(:checked) + label:after,
.custom-checkbox [type="checkbox"]:checked + label:after {
  content: '\2713   ';
  position: absolute;
  top: 4px;
  left: 3px;
  font-size: 12px;
  line-height: 0.8;
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

/* checked mark aspect changes */
.custom-checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.custom-checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* disabled checkbox */
.custom-checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.custom-checkbox [type="checkbox"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.custom-checkbox [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

.custom-checkbox [type="checkbox"]:disabled + label {
  color: #aaa;
}

/* accessibility */
p strong {
  font-weight: bold;
}





.product-detail .box-detail .box-detail-content > h3 {
  font-size: 24px;
  font-weight: bold;
  text-transform: none;
  line-height: normal;
}

.product-detail .box-detail .box-detail-content p {
  color: #0d0b0b;
}

.vm-button .button:before {
  background: #0d0b0b;
}

.related-product h1 {
  font-weight: bold;
}

.product-detail .box-detail .box-detail-content p.price {
  color: #e72c4b;
}

.product-detail .box-detail .box-detail-content p {
  padding-bottom: 25px;
}

.vm-product-box {
  padding: 0;
  border: none;
  -webkit-box-shadow: 0 6px 12px -9px #000;
          box-shadow: 0 6px 12px -9px #000;
}

.vm-product-box .info-box {
  height: 90px;
}

.vm-product-box .info-box .product-name {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.vm-product-box .info-box .product-name a h3 {
  font-size: 16px;
}

.vm-product-box .info-box .product-name p {
  font-size: 16px;
}

.vm-product-box .buy {
  font-size: 14px;
  font-weight: bold;
  color: #e72c4b;
  display: block;
  line-height: 52px;
  background: #eee;
  min-width: 200px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.vm-product-box:hover {
  border: none;
}

.vm-product-box:hover .info-box .product-name {
  opacity: 1;
  bottom: auto;
}

.contact .contact-form .vm-title {
  margin-bottom: 0;
}

.vm-button .button {
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 45px;
}

.contact .contact-form form .vm-button .button {
  border-radius: 2px;
}

.contact .contact-form form .vm-button .button:before {
  border-radius: 2px;
}

.contact .contact-form form .vm-button .button:after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px / 7px;
  -webkit-box-shadow: 0 24px 22px rgba(228, 47, 89, 0.35), 0 10px 10px rgba(228, 47, 89, 0.32);
          box-shadow: 0 24px 22px rgba(228, 47, 89, 0.35), 0 10px 10px rgba(228, 47, 89, 0.32);
  opacity: 1;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.contact .contact-form form .vm-button .button:hover:after {
  opacity: 0;
}

.contact.vm-padding-section {
  padding-bottom: 0;
}

.categories .sub {
  padding-left: 25px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.categories .sub li a:hover {
  padding-left: 0 !important;
}

.categories .has-sub > a {
  padding-right: 33px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.categories .has-sub:hover > a {
  padding-left: 0;
  background: url(../images/sub-arr.png) 100% 6px no-repeat;
}

.categories .has-sub:hover .sub {
  max-height: 300px;
}

.vm-sidebar .vm-button {
  margin-bottom: 30px;
}

.vm-sidebar .vm-button .button {
  border-radius: 2px;
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  line-height: normal;
  height: auto;
  padding-top: 18px;
  padding-bottom: 16px;
}

.vm-sidebar .vm-button .button:before {
  border-radius: 2px;
}

.vm-sidebar .vm-button .button:after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px / 7px;
  -webkit-box-shadow: 0 24px 22px rgba(228, 47, 89, 0.35), 0 10px 10px rgba(228, 47, 89, 0.32);
          box-shadow: 0 24px 22px rgba(228, 47, 89, 0.35), 0 10px 10px rgba(228, 47, 89, 0.32);
  opacity: 1;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.vm-sidebar .vm-button .button:hover:after {
  opacity: 0;
}

.vm-sidebar.filter-sidebar .box.alt {
  margin-bottom: 0;
  border: none;
}

.services-article .uk-h2 {
  padding-bottom: 10px;
  color: #000;
  text-align: center;
}

.services-article p {
  /*padding-bottom: 20px;*/
}

.services-article table {
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}

.services-article table tr {
  border-bottom: 1px solid #dddddd;
}

.services-article table tr th {
  font-weight: bold;
  text-align: left;
  height: 45px;
  vertical-align: middle;
  line-height: normal;
  color: #000;
}

.services-article table tr th:last-child {
  width: 20%;
}

.services-article table tr td {
  /*height: 45px;*/
  vertical-align: middle;
  line-height: normal;
}

.services-article a {
  color: #e72c4b;
}

.services-article .load-image .title {
  padding-bottom: 17px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #cfcfcf;
}

.services-article .load-image .upload {
  background: #efefef;
  padding: 24px 40px 38px 40px;
  z-index: -1;
}

.services-article .load-image .upload ul {
  margin-left: -22px;
  padding-bottom: 10px;
}

.services-article .load-image .upload ul li {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 22px;
  padding-bottom: 14px;
}

.services-article .load-image .upload ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e72c4b;
  position: absolute;
  left: 0;
  top: 9px;
}

.services-article .load-image .upload #file-upload {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.services-article .load-image .upload .vm-button {
  position: relative;
}

.services-article .load-image .upload .button {
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

.services-article .load-image .upload .button:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px / 7px;
  -webkit-box-shadow: 0 24px 22px rgba(228, 47, 89, 0.35), 0 10px 10px rgba(228, 47, 89, 0.32);
          box-shadow: 0 24px 22px rgba(228, 47, 89, 0.35), 0 10px 10px rgba(228, 47, 89, 0.32);
  opacity: 1;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.services-article .load-image .upload .button:hover:after {
  opacity: 0;
}

.services-article .total {
  text-align: right;
  border: 1px solid #cccccc;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 35px;
  letter-spacing: 3px;
}

.services-form {
  padding-top: 39px;
}

.services-form .vm-title {
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.services-form .vm-title span {
  color: #e72c4b;
}

.services-form p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #444444;
  font-style: italic;
  text-align: center;
  margin-bottom: 50px;
}

.services-form input, .services-form textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  border: 1px solid #e4e4e4;
  outline: none;
  background: transparent;
  margin-bottom: 20px !important;
  padding: 7px 20px;
}

.services-form input:focus, .services-form textarea:focus {
  border: 1px solid #e72c4b;
}

.services-form input {
  height: 40px;
  line-height: 40px;
}

.services-form .vm-button {
  margin-top: 20px;
}

.services-form .vm-button .button {
  border-radius: 2px;
}

.services-form .vm-button .button:before {
  border-radius: 2px;
}

.services-form .vm-button .button:after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px / 7px;
  -webkit-box-shadow: 0 24px 22px rgba(228, 47, 89, 0.35), 0 10px 10px rgba(228, 47, 89, 0.32);
          box-shadow: 0 24px 22px rgba(228, 47, 89, 0.35), 0 10px 10px rgba(228, 47, 89, 0.32);
  opacity: 1;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.services-form .vm-button .button:hover:after {
  opacity: 0;
}

.services.vm-padding-section {
  padding-bottom: 0;
}

.services-article .gender-cate .info-box h3 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.top-cart-title.title h3 {
  text-transform: none;
}

.cart-table table {
  width: 100%;
}

.cart-table table tr {
  border-bottom: 1px solid #d3d3d3;
}

.cart-table table tr th {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  height: 45px;
  text-align: left;
}

.cart-table table tr td {
  height: 99px;
  line-height: normal;
  vertical-align: middle;
  font-size: 16px;
}

.cart-table table tr td a {
  display: inline-block;
}

.cart-table table tr td .delete {
  color: #e72c4b;
  font-size: 20px;
  cursor: pointer;
}

.cart-table table tr td input[type='text'] {
  border: 1px solid #e4e4e4;
  height: 40px;
  line-height: 40px;
  text-align: center;
  max-width: 70px;
}

.cart-table .actions {
  padding-top: 35px;
  padding-bottom: 60px;
}

.cart-table .actions .button {
  border: 1px solid #cccccc;
  background: transparent;
  letter-spacing: 2px;
  font-weight: bold;
  color: #222222;
  text-transform: uppercase;
  min-width: 250px;
  margin-left: 16px;
  line-height: 47px;
  height: 47px;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}


.cart-table .actions .button.continue {
  width: 270px;
}


.cart-table .actions .button:first-child {
  margin-left: 0;
}

.cart-table .actions .button i {
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.cart-table .actions .button:hover i {
  color: #fff;
}

.totals {
  padding-bottom: 60px;
}

.totals .title {
  padding-bottom: 17px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #cfcfcf;
}

.totals .radios {
  padding-bottom: 30px;
}

.totals .total {
  background: #efefef;
  padding: 24px 40px 38px 40px;
  text-align: right;
  z-index: -1;
}

.totals .total .item {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-bottom: 20px;
}

.totals .total .item.alt {
  font-size: 18px;
  border-bottom: 1px solid #cecece;
  padding-bottom: 30px;
}

.totals .total .item.alt span {
  color: #e72c4b;
}

.totals .total .vm-button {
  padding-top: 30px;
}

.totals .total .vm-button .button:after {
  content: "";
  position: absolute;
  z-index: -0;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px / 7px;
  -webkit-box-shadow: 0 24px 22px rgba(228, 47, 89, 0.35), 0 10px 10px rgba(228, 47, 89, 0.32);
          box-shadow: 0 24px 22px rgba(228, 47, 89, 0.35), 0 10px 10px rgba(228, 47, 89, 0.32);
  opacity: 1;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.totals .total .vm-button .button:hover:after {
  opacity: 0;
}

.vm-button .button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-product .order:hover, .vm-product-box .buy:hover {
  opacity: 0.7;
}

.vm-button .button:before {
  display: none;
}

.box-detail-content .button:after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px / 7px;
  -webkit-box-shadow: 0 24px 22px rgba(228, 47, 89, 0.35), 0 10px 10px rgba(228, 47, 89, 0.32);
  box-shadow: 0 24px 22px rgba(228, 47, 89, 0.35), 0 10px 10px rgba(228, 47, 89, 0.32);
  opacity: 1;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.box-detail-content .button:hover:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 992px) {
  .header-v1 .header.custom .logo, .header-v2 .header.custom .logo {
    margin-top: 23px;
  }
  .header-v1 .header.custom .top-contacts ul, .header-v2 .header.custom .top-contacts ul {
    text-align: left;
  }
  .bars-toggle {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 20px;
  }
  .bars-toggle:hover span {
    background: #e72c4b;
  }
  .stricky-fixed.custom.header .logo {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mobile-menu .nav-holder > ul > li .cart-menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cart-menu .quantity {
    position: static;
    display: inline-block;
    vertical-align: top;
  }
  .cart-menu img {
    position: static;
    display: inline-block;
    vertical-align: top;
  }
  .sidebar-toggle {
    display: inline-block;
  }
  .filter-sidebar {
    padding-bottom: 30px;
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .header-v1 .header.custom .logo, .header-v2 .header.custom .logo {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .top-contacts ul {
    display: none;
  }
  .browse-cate .info-box {
    padding-bottom: 20px;
  }
  .cart-table .actions .button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none !important;
  }
  .cart-table .actions .button:first-child {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .footer-contacts .second {
    text-align: left;
  }
  .footer-contacts .third {
    text-align: left;
  }
}

@media screen and (max-width: 400px) {
  .cart-table table tr td {
    font-size: 12px;
  }
  .totals .total {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}

/*****custom radios****/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 37px;
  cursor: pointer;
  line-height: 20px;
  font-size: 14px;
  display: inline-block;
  color: #666;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border: 2px solid #cccccc;
  border-radius: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #e72c4b;
  position: absolute;
  top: 8px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}


.fancybox-inner {
	backdrop-filter: saturate(180%) blur(20px)!important;
}


@media screen and (max-width: 960px){
div.vm-button.uk-text-center {
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none !important;
	}	
}
