/*------------------------------------------------------------------
[Table of contents ]
    1.  Theme Typography Style Start
	2.  Start Header Area
		2.1 - Header Two
		2.2 - Header Three
		2.3 - Header Five
		2.4 - Header Seven
		2.5 - Header Eight
	3.  Start Preloader Wrap
	4.  Start Page Header Wrapper
	5.  Start Navigation // Main Menu Style
	6.  Start Search box Wrapper
	7.  Start Mini Cart Wrapper
	8.  Start Left Offside Menu Wrapper
	9.  Off Canvas Main Menu Start
   10.  Start Special Categories Banner
   11.  Start Slider Categories Area
   12.  Products Style Here
   13.  Start Instagram Feed Area
   14.  Start Banner Area // Home3
   15.  Start Banner Area // Home4
   16.  Start Summer Banner Area / index6.html
   17.  Start Testimonial Area
   18.  Start Newsletter Area
   19.  Start We Love Fashion Banner
   20.  Start Header Sale Discount Bar
   21.  Start Single Product Banner
   22.  Start Sidebar Area Wrapper
   23.  Start Footer Section
   24.  Home Page Style Left Fixed Header
   25.  Start Home Banner Wrapper // index13
   26.  Start Latest Blog Area
   27.  Start Blog Page Wrapper
   28.  Start Single Blog Page Wrapper
   29.  Start Shop Page Wrapper
        29.1 - Start Product Filter Item Area
   30.  Start Single Product Page Wrapper
   31.  Start My Account Wrapper
   32.  Start Cart Page Wrapper
   33.  Start Checkout Page Wrapper
   34.  Start Compare Page Wrapper
   35.  Start Tracking Order Page Wrapper
   36.  Start Team Page Wrapper
   36.  Start About Page Wrapper
   36.  Start Contact Page Wrapper
   36.  Start Coming Soon Page Wrapper
   36.  Start FAQ Page Page Wrapper
   36.  Start Contact Page Wrapper
   36.  Start 404 Error Page Wrapper
------------------------------- The End ------------------------------------*/
/*===============================
Typography Style Start
================================*/
/*
 * original used font-size 62.5% (10px = 5/8 of 16px default)
 * which maps 1.6rem to 16px 
 * Unfortunately that causes problems in esolution divs, so we have adjusted all rems in here to px
 */
html {
  /*font-size: 62.5%;*/
}

body {
  /*font-size: 1.6rem;*/
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Gotham SSm A", "Gotham SSm B","Poppins", sans-serif;
  color: #262626; }
body *:focus, html *:focus {
    /* outline: auto !important;
    outline-width: 1px !important;
    outline-color: #CD411D !important; */
	/*border-bottom:2px solid #cd411D !important;*/
	}
	
/*body *:focus:before, html *:focus:before {
	background-color: #cd411D; 
	content: '';
	position: absolute;
	left: 15px;
	bottom: 2px;
	height: 2.5px;
	width: calc(100% - 30px); 
}*/


a {
  -webkit-transition: 0.4s 0.2s ease-out;
  -moz-transition: 0.4s 0.2s ease-out;
  -o-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out; }

 a:focus {
    /*outline: auto;
    outline-width: 2px;
    outline-color: #CD411D;*/
	/*border-bottom:2px solid #cd411D !important;*/
    text-decoration: none !important; 
	-webkit-transition: none !important; 
    -moz-transition: none !important; 
    -o-transition: none !important; 
	transition: none !important; 
	}

p {
  margin-bottom: 15px; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
  font-family: "Gotham SSm A", "Gotham SSm B","Poppins", sans-serif;
  color: #262626; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

strong, b {
  font-weight: 700; }

figure {
  margin: 0; }

img {
  max-width: 100%; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: inherit;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.1s 0.2s ease-out;
  -moz-transition: 0.1s 0.2s ease-out;
  -o-transition: 0.1s 0.2s ease-out;
  transition: 0.1s 0.2s ease-out; }
  button:active{
    outline: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
	
	button:focus {
		/*outline: auto;
		outline-width: 2px;
		outline-color: #CD411D;*/
		/*border-bottom:2px solid #cd411D !important;*/
	}
	
.btn {
  border: none;
  -webkit-transition: 0.4s 0.2s ease-out;
  -moz-transition: 0.4s 0.2s ease-out;
  -o-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
  padding: 20px 25px;
  /*font-size: 1.3rem;*/
  font-size: 13px;
  text-transform: capitalize;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .btn:active{
    outline: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
	.btn:focus  {
		/*outline: auto;
		outline-width: 2px;
		outline-color: #CD411D;*/
		/*border-bottom:2px solid #cd411D !important;*/
   		/*box-shadow: 0 0 0 0.1rem rgba(0,123,255,1);*/
   		box-shadow: 0 0 0 10px rgba(0,123,255,1);

	}
  .btn i.fa {
    margin-right: 5px; }
  .btn.btn-small {
    padding: 8px 20px; }
  .btn.btn-full {
    width: 100%; }
  .btn.btn-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    line-height: 40px;
    height: 40px;
    width: 40px; }
    .btn.btn-round i.fa {
      padding: 0;
      margin: 0; }
  .btn.btn-semi-round {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px; }
  .btn.btn-brand {
   /* background-color: #CD411D;*/
	background-color: #43B02A;
    color: #fff; }
    .btn.btn-brand:hover,
	.btn.btn-brand:focus {
      background-color: #b03030; }
  .btn.btn-black {
    background-color: #262626;
    color: #fff; }
    .btn.btn-black:hover, .btn.btn-black:focus {
      background-color: #CD411D; }
  .btn.btn-transparent {
    background-color: transparent;
    border: 1px solid #CD411D;
    color: #262626; }
    .btn.btn-transparent:hover,
	.btn.btn-transparent:focus{
      background-color: #CD411D;
      color: #fff; }

.pro-qty {
  border: 1px solid #e7e7e7;
  display: inline-block;
  position: relative;
  height: 40px;
  width: 100px; }
  .pro-qty input {
    font-weight: 400;
    /*font-size: 1.4rem;*/
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    padding: 0 15px;
    padding-right: 40px;
    outline: inherit;
    width: 100%;
    border: none;
    height: 100%; }
   .pro-qty input:focus{
		/*outline: auto;
		outline-width: 2px;
		outline-color: #CD411D;*/
		/*border-bottom:2px solid #cd411D !important;*/
	}
  .pro-qty a {
    color: #000;
    font-weight: normal;
    /*font-size: 1.4rem;*/
    font-size: 14px;
    position: absolute;
    text-align: center;
    border-left: 1px solid #e7e7e7;
    height: 50%;
    right: 0;
    width: 25px;
    line-height: 33px; }
    .pro-qty a:hover,
	.pro-qty a:focus{
      color: #CD411D; }
    .pro-qty a.inc {
      top: 0;
      border-bottom: 1px solid #e7e7e7; }
    .pro-qty a.dec {
      bottom: 0; }

.table-responsive::-webkit-scrollbar-thumb, .list::-webkit-scrollbar-thumb {
  border-radius: 0;
  border: 0;
  background-color: #CD411D; }

.table-responsive::-webkit-scrollbar, .list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 15px;
  height: 5px;
  background-color: rgba(210, 91, 91, 0.3); }

.nice-select {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  float: none;
  height: auto;
  text-transform: capitalize;
  line-height: inherit;
  padding: 8px 40px 8px 15px;
  width: 100%; }
/*
	Need wider drop-down to accomodate the text
  width: 200px; }
*/
  @media only screen and (max-width: 479.98px), only screen and (max-width: 575.98px) {
    .nice-select {
      width: 160px; } }
  .nice-select span.current {
    font-weight: 600;
    /*font-size: 1.3rem; }*/
    font-size: 13px; }
  .nice-select .list {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%; }
    .nice-select .list .option {
      line-height: 30px;
      min-height: 30px; }

.custom-checkbox label, .custom-checkbox .custom-control-label, .custom-radio label, .custom-radio .custom-control-label {
  color: #262626;
  /*font-size: 1.4rem;*/
  font-size: 14px;
  line-height: 1;
  padding-left: 10px;
  cursor: pointer; }
  @media only screen and (max-width: 479.98px) {
    .custom-checkbox label, .custom-checkbox .custom-control-label, .custom-radio label, .custom-radio .custom-control-label {
      /*font-size: 1.3rem; } }*/
      font-size: 13px; } }
  .custom-checkbox label:before, .custom-checkbox .custom-control-label:before, .custom-radio label:before, .custom-radio .custom-control-label:before {
    background-color: #e7e7e7;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 15px;
    top: 0;
    width: 15px; }
  .custom-checkbox label:after, .custom-checkbox .custom-control-label:after, .custom-radio label:after, .custom-radio .custom-control-label:after {
    background-size: 10px 10px;
    height: 15px;
    top: 0;
    width: 15px; }
  .custom-checkbox label a, .custom-checkbox .custom-control-label a, .custom-radio label a, .custom-radio .custom-control-label a {
    color: #262626;
    font-weight: 500; }
    .custom-checkbox label a:hover, .custom-checkbox .custom-control-label a:hover, .custom-radio label a:hover, .custom-radio .custom-control-label a:hover {
      color: #CD411D; }

.custom-checkbox input, .custom-checkbox .custom-control-input, .custom-radio input, .custom-radio .custom-control-input {
  outline: inherit; }
  .custom-checkbox input:focus, .custom-checkbox .custom-control-input:focus, .custom-radio input:focus, .custom-radio:focus .custom-control-input:focus{
		outline: auto;
		outline-width: 2px;
		outline-color: #CD411D;
  }
  .custom-checkbox input:focus ~ label{
		font-weight:bold;
  }
  
	
  .custom-checkbox input:focus ~ .custom-control-label:before, .custom-checkbox input:focus label:before, .custom-checkbox .custom-control-input:focus ~ .custom-control-label:before, .custom-checkbox .custom-control-input:focus label:before, .custom-radio input:focus ~ .custom-control-label:before, .custom-radio input:focus label:before, .custom-radio .custom-control-input:focus ~ .custom-control-label:before, .custom-radio .custom-control-input:focus label:before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .custom-checkbox input:checked ~ .custom-control-label:before, .custom-checkbox input:checked label:before, .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, .custom-checkbox .custom-control-input:checked label:before, .custom-radio input:checked ~ .custom-control-label:before, .custom-radio input:checked label:before, .custom-radio .custom-control-input:checked ~ .custom-control-label:before, .custom-radio .custom-control-input:checked label:before {
    background-color: #CD411D;
    border-color: #CD411D; }

.custom-radio label:before, .custom-radio .custom-control-label:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 14px;
  width: 14px; }

.custom-radio label:after, .custom-radio .custom-control-label:after {
  background-position: 1px 1px;
  background-size: 9px 8px;
  left: -13px;
  top: 2px;
  height: 10px;
  width: 10px; }

fieldset {
  margin-top: 30px; }
  fieldset legend {
    border-bottom: 1px solid #c5c5c5;
    color: #000;
    /*font-size: 2.4rem;*/
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 10px;
    text-transform: capitalize; }

.slick-slider {
  margin-bottom: 0;
  -webkit-transition: 0.4s 0.2s ease-out;
  -moz-transition: 0.4s 0.2s ease-out;
  -o-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out; }
  .slick-slider .slick-slide > div > div,
  .slick-slider .slick-slide > div > figure {
    vertical-align: middle; }
  .slick-slider .slick-arrow {
    height: 60px;
    width: 40px;
    padding: 0;
    cursor: pointer;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: 0.4s 0.2s ease-out;
    -moz-transition: 0.4s 0.2s ease-out;
    -o-transition: 0.4s 0.2s ease-out;
    transition: 0.4s 0.2s ease-out;
    color: #CD411D;
    /*font-size: 1.6rem;*/
    font-size: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    z-index: 1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    pointer-events: none; }
    .slick-slider .slick-arrow.slick-next {
      left: auto;
      right: 0; }
    .slick-slider .slick-arrow:hover,
	.slick-slider .slick-arrow:focus{
      background-color: #CD411D;
      color: #fff; }
    .slick-slider .slick-arrow * {
      margin: 0; }
  .slick-slider .slick-dots {
    margin-top: 35px;
    text-align: center;
    line-height: 1; }
    .slick-slider .slick-dots li {
      border: 1px solid #D4D4D4;
      background-color: #D4D4D4;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      cursor: pointer;
      display: inline-block;
      -webkit-transition: 0.4s 0.2s ease-out;
      -moz-transition: 0.4s 0.2s ease-out;
      -o-transition: 0.4s 0.2s ease-out;
      transition: 0.4s 0.2s ease-out;
      margin-right: 10px;
      height: 12px;
      width: 12px; }
      .slick-slider .slick-dots li:hover, .slick-slider .slick-dots li.slick-active {
        background-color: #262626;
        border-color: #262626; }
      .slick-slider .slick-dots li button {
        display: none; }
  .slick-slider.slick-vertical .slick-arrow {
    top: 5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .slick-slider.slick-vertical .slick-arrow.slick-prev {
      top: auto;
      bottom: 10px; }
  .slick-slider img {
    width: 100%; }
  .slick-slider:hover .slick-arrow,
  .slick-slider:focus .slick-arrow,
  .slick-slider:focus-within .slick-arrow 
  {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: visible; }

::-moz-selection {
  color: #fff;
  background: #CD411D; }

::selection {
  color: #fff;
  background: #CD411D; }

#quickViewModal.modal {
  display: block !important;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  pointer-events: none;
  z-index: -99; }
  #quickViewModal.modal.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: visible;
    z-index: 9999;
    -webkit-animation: slideInDown 0.4s forwards;
    animation: slideInDown 0.4s forwards; }
  #quickViewModal.modal .modal-content {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  #quickViewModal.modal .modal-dialog {
    max-width: 1140px; }
    #quickViewModal.modal .modal-dialog .modal-body {
      padding: 0 30px 0 0; }
      @media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #quickViewModal.modal .modal-dialog .modal-body {
          padding: 15px; } }
    #quickViewModal.modal .modal-dialog .close {
      background-color: #262626;
      color: #fff;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      height: 60px;
      width: 60px;
      position: absolute;
      top: 0;
      left: 100%;
      z-index: 99; }
      @media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 1200px) and (max-width: 1599.98px) {
        #quickViewModal.modal .modal-dialog .close {
          left: auto;
          right: 0;
          top: 0;
          height: 40px;
          width: 40px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 1200px) and (max-width: 1599.98px) {
        #quickViewModal.modal .modal-dialog .close {
          top: auto;
          bottom: 100%; } }

.container-fluid {
  padding: 0 80px; }
  @media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .container-fluid {
      padding: 0 15px; } }

.veeraModal.mfp-wrap .mfp-container {
  padding: 0; }
  .veeraModal.mfp-wrap .mfp-container .mfp-content {
    padding: 0;
    width: auto; }

.veeraModal .mfp-close {
  /*font-size: 5rem;*/
  font-size: 50px;
  line-height: 1;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  color: #262626;
  position: absolute;
  top: 30px;
  right: 50px; }
  .veeraModal .mfp-close:hover, .veeraModal .mfp-close:focus {
    color: #CD411D;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  @media only screen and (max-width: 767.98px) {
    .veeraModal .mfp-close {
      top: 5px;
      right: 5px;
      /*font-size: 4rem; } }*/
      font-size: 40px; } }

.page-padding {
  padding: 90px 0; }

.section-title-wrap {
  /*font-size: 1.3rem;*/
  font-size: 13px;
  line-height: 1.5;
  color: #8d8d8d;
  margin-bottom: 70px; }
  @media only screen and (max-width: 767.98px) {
    .section-title-wrap {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .section-title-wrap {
      margin-bottom: 40px; } }
  .section-title-wrap h2 {
    /*font-size: 3.6rem;*/
    font-size: 36px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: -5px;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 32px; }
    @media only screen and (max-width: 767.98px) {
      .section-title-wrap h2 {
        /*font-size: 3rem;*/
        font-size: 30px;
        padding-bottom: 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .section-title-wrap h2 {
        padding-bottom: 20px; } }
    .section-title-wrap h2:before {
      background-color: #CD411D;
      content: '';
      position: absolute;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      left: 50%;
      bottom: 0;
      height: 2px;
      width: 60px; }
  .section-title-wrap p {
    margin-bottom: 0; }
  .section-title-wrap.style-two {
    /*font-size: 1.6rem;*/
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 68px; }
    @media only screen and (max-width: 767.98px) {
      .section-title-wrap.style-two {
        margin-bottom: 28px; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .section-title-wrap.style-two {
        margin-bottom: 38px; } }
    .section-title-wrap.style-two h2 {
      font-family: "Playfair Display", serif;
      /*font-size: 4.8rem;*/
      font-size: 48px;
      padding-bottom: 17px; }
      @media only screen and (max-width: 575.98px) {
        .section-title-wrap.style-two h2 {
          /*font-size: 3.5rem; } }*/
          font-size: 35px; } }
      .section-title-wrap.style-two h2:before {
        display: none; }
  .section-title-wrap.style-three h2 {
    font-family: "Playfair Display", serif;
    /*font-size: 3.6rem;*/
    font-size: 36px;
    padding-bottom: 30px; }

.tooltip .tooltip-inner {
  /*font-size: 1.3rem;*/
  font-size: 13px;
  line-height: 1;
  text-shadow: none;
  padding: 8px 15px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.page-pagination ul {
  line-height: 1; }
  .page-pagination ul li {
    margin: 0 5px; }
    .page-pagination ul li a {
      border: 1px solid transparent;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: #848484;
      /*font-size: 1.2rem;*/
      font-size: 12px;
      text-align: center;
      display: block;
      line-height: 40px;
      height: 40px;
      width: 40px; }
      .page-pagination ul li a [class*="dl-icon"] {
        vertical-align: middle; }
      .page-pagination ul li a.active {
        border-color: #e7e7e7;
        color: #000; }

.no-margin {
  margin-top: 0 !important; }
  .no-margin [class*="col-"] > div {
    margin: 0 !important; }

.video-popup .mfp-close {
  background-color: #262626;
  color: #fff !important;
  text-align: center;
  padding: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  top: 0;
  left: 100%;
  right: auto;
  line-height: 60px;
  height: 60px;
  width: 60px;
  -webkit-transition: 0.4s 0.2s ease-out;
  -moz-transition: 0.4s 0.2s ease-out;
  -o-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
  z-index: 1; }
  @media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
    .video-popup .mfp-close {
      bottom: 100%;
      left: auto;
      right: 0;
      top: auto;
      line-height: 40px;
      height: 40px;
      width: 40px; } }

/*===========================
Start Header Area
==============================*/
#header-area #skip-to-content {
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
	transition:none !important;
	transition-delay: 0s !important;
}
#header-area #skip-to-content:focus {
    margin-right: auto;
    max-width: 360px;
    width: 100%;
    height: auto;
    display: block;
    background-color: #006341;
    border-radius: 3px;
    color: #fff;
    /*font-size: 1.4rem;*/
    font-size: 14px;
    padding: 5px;
    text-align: center;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 45%;
    border: 1px solid #eaebeb;
	transition:none !important;
	transition-delay: 0s !important;
}

.header-content-wrapper {
  padding: 30px 0;
  position: relative; }
  .header-content-wrapper .header-left-area, .header-content-wrapper .header-right-area {
    -webkit-box-flex: 0 0 20%;
    -moz-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%; }
    @media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
      .header-content-wrapper .header-left-area, .header-content-wrapper .header-right-area {
        width: 50%;
        -webkit-box-flex: 0 0 50%;
        -moz-box-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
  .header-content-wrapper .header-mainmenu-area {
    -webkit-box-flex: 0 0 60%;
    -moz-box-flex: 0 0 60%;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    width: 60%; }
  .header-content-wrapper button {
    background-color: transparent;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    border: none;
    outline: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
	.header-content-wrapper button:focus{
		/*outline: auto;
		outline-width: 2px;
		outline-color: #CD411D;*/
		/*border-bottom:2px solid #cd411D !important;*/
		outline:auto !important;
		color:#cd411D !important;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	.header-content-wrapper button:focus i:before{
		font-weight:bold;
		}
    .header-content-wrapper button.menu-icon-bar {
      /*font-size: 2.6rem;*/
      font-size: 26px;
      margin-left: 30px; }
      @media only screen and (max-width: 767.98px) {
        .header-content-wrapper button.menu-icon-bar {
          margin-left: 15px; } }
      .header-content-wrapper button.menu-icon-bar:hover {
        color: #CD411D; }
  .header-content-wrapper .menu-icon-wrap {
    height: 26px; }

 .logo-area a img{
	 height: 60px;
}

@media only screen and (max-width: 767.98px) {
  .logo-area {
   /* max-width: 90px; */
	max-width: auto;
  } 
}

.header-right-area nav#secondary-menu{
	width:inherit !important;
	height: inherit !important;
	line-height: inherit !important;
	display:inherit !important;
}

.header-right-area button {
  /*font-size: 1.6rem;*/
  font-size: 16px;
  line-height: 1; }
  .header-right-area button:hover {
    color: #CD411D; }

.header-right-area .user-area {
  margin: 0 25px; }
  .header-right-area .user-area li .dropdown-nav {
    width: 200px;
    padding: 30px;
    margin-top: 30px;
    left: auto;
    right: -15px; }
    @media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .header-right-area .user-area li .dropdown-nav {
        padding: 15px;
        width: 150px; } }
    .header-right-area .user-area li .dropdown-nav:after {
      content: '';
      height: 40px;
      width: 100%;
      position: absolute;
      bottom: 100%; }
    .header-right-area .user-area li .dropdown-nav li {
     /* margin-bottom: 20px; */
	  margin-bottom: 10px;
	  }
      .header-right-area .user-area li .dropdown-nav li:last-child {
        margin-bottom: 0; }
      .header-right-area .user-area li .dropdown-nav li a {
        color: #8d8d8d;
        /*font-size: 1.1rem;*/
		/*font-size: 1.4rem;*/
		font-size: 14px;
        line-height: 1;
        text-transform: uppercase; 
		position:relative;
		padding-bottom:3px;
		}
		
		.header-right-area .user-area li .dropdown-nav li a:hover {
          	color: #CD411D;
		}
		.header-right-area .user-area li .dropdown-nav li a:before {
			content: "";
			border-bottom: 1px solid #CD411D;
			right: auto;
			left: 0;
			width: 0;
			position: absolute;
			-webkit-transition: width 300ms ease-out;
			-moz-transition: width 300ms ease-out;
			-o-transition: width 300ms ease-out;
			transition: width 300ms ease-out;
			bottom: 0;
			/* background-color: red; */
		 }
		.header-right-area .user-area li .dropdown-nav li a:hover:before{
			width: 100%;
		}
  /*.header-right-area .user-area li.dropdown-show a:focus + button {
	  color: #CD411D;
  }*/
  
  .header-right-area .user-area li.dropdown-show:hover button{
    color: #CD411D; }

.header-right-area .mini-cart-icon {
  position: relative; }
  .header-right-area .mini-cart-icon .cart-count {
    background-color: #262626;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /*font-size: 1rem;*/
    font-size: 10px;
    line-height: 15px;
    display: block;
    position: absolute;
    top: -15px;
    left: 2px;
    height: 15px;
    width: 15px; }

.sticky-header {
  -webkit-transition: 0.5s 0.2s ease-out;
  -moz-transition: 0.5s 0.2s ease-out;
  -o-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out; }
  .sticky-header.fixedHeader {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.5s 0.2s ease-out;
    -moz-transition: 0.5s 0.2s ease-out;
    -o-transition: 0.5s 0.2s ease-out;
    transition: 0.5s 0.2s ease-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 992;
    animation: slideInDown 0.7s both; }

.preheader-area-wrapper {
  /*font-size: 1.4rem;*/
  font-size: 14px;
  line-height: 1.2;
  padding: 24px 0; }
  .preheader-area-wrapper a {
    color: #262626; }
    .preheader-area-wrapper a:hover {
      color: #CD411D; }
    .preheader-area-wrapper a i.fa {
      /*font-size: 1.6rem;*/
      font-size: 16px;
      vertical-align: middle;
      margin-right: 5px; }

.preheader-left-area a {
  margin-right: 20px; }
  @media only screen and (max-width: 479.98px) {
    .preheader-left-area a {
      display: block;
      text-align: center;
      margin-right: 0;
      margin-bottom: 10px; } }
  .preheader-left-area a:last-child {
    margin: 0; }

.preheader-middle-area {
  color: #CD411D; }

.preheader-right-area button {
  position: relative;
  margin-left: 20px; }
  .preheader-right-area button:hover, .preheader-right-area button:focus {
    color: #CD411D;
    border: none; }
  .preheader-right-area button:before {
    font-family: "FontAwesome";
    /*font-size: 1.6rem;*/
    font-size: 16px;
    line-height: 1;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    float: left; }
  .preheader-right-area button.language-switch-btn:before {
    content: '\f0ac'; }
  .preheader-right-area button.currency-switch-btn:before {
    content: '\f155'; }
  .preheader-right-area button.myaccount-switch-btn:before {
    content: '\f2c0'; }

.preheader-right-area .switcher .dropdown-nav {
  width: 100%;
  text-align: center;
  padding: 20px 10px;
  margin-top: 15px; }
  .preheader-right-area .switcher .dropdown-nav:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 15px;
    width: 100%; }
  .preheader-right-area .switcher .dropdown-nav li {
    margin-bottom: 15px; }
    .preheader-right-area .switcher .dropdown-nav li:last-child {
      margin-bottom: 0; }
    .preheader-right-area .switcher .dropdown-nav li a {
      /*font-size: 1.1rem;*/
      font-size: 11px;
      line-height: 1;
      text-transform: uppercase; }

.search-box-wrap form {
  position: relative; }
  .search-box-wrap form input[type='search'] {
    border: none;
    border-bottom: 1px solid #737373;
    padding: 5px 20px 8px 0;
    /*font-size: 1.3rem;*/
    font-size: 13px;
    line-height: 1.5;
    outline: inherit;
    display: block;
    width: 100%; }
    .search-box-wrap form input[type='search']:focus {
      border-bottom-color: #CD411D; }
  .search-box-wrap form .srch-btn {
    position: absolute;
    right: 0;
    top: 50%;
    /*font-size: 1.3rem;*/
    font-size: 13px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }

/*==================
Header Two
=====================*/
/*.header-two .headroom.headroom--not-top.headroom--pinned {
/*  position: fixed;
/*  top: 0;
/*  left: 0;
/*  right: 0;
/*  z-index: 99; }
/*
/*.header-two .header-left-area .menu-icon-wrap {
/*  height: auto;
/*  line-height: 1; }
/*  .header-two .header-left-area .menu-icon-wrap button {
/*    /*font-size: 1.6rem;*/
/*    font-size: 16px;
/*    margin: 0; }
/*
/*.header-two #mainmenu-wrap .mainmenu li a {
/*  font-weight: 400; }
 */

/*==================
Header Three
=====================*/
.header-three {
  padding: 10px 0; }
  @media only screen and (max-width: 767.98px) {
    .header-three {
      padding: 0; } }
  .header-three .header-content-wrapper .header-left-area, .header-three .header-content-wrapper .header-right-area {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%; }
    @media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
      .header-three .header-content-wrapper .header-left-area, .header-three .header-content-wrapper .header-right-area {
        width: 50%;
        -webkit-box-flex: 0 0 50%;
        -moz-box-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
  .header-three .header-mainmenu-area {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 47%; }
    .header-three .header-mainmenu-area #mainmenu-wrap .mainmenu {
      -webkit-justify-content: flex-start!important;
      -moz-justify-content: flex-start!important;
      -ms-justify-content: flex-start!important;
      justify-content: flex-start!important;
      -ms-flex-pack: flex-start!important; }
      .header-three .header-mainmenu-area #mainmenu-wrap .mainmenu > li:first-child {
       /* padding-left: 0;*/
		}
        .header-three .header-mainmenu-area #mainmenu-wrap .mainmenu > li:first-child a {
         /* padding-left: 0;*/
		   }
          .header-three .header-mainmenu-area #mainmenu-wrap .mainmenu > li:first-child a.current:before {
           /* left: 0;
            width: calc(100% - 15px); */
			}
      .header-three .header-mainmenu-area #mainmenu-wrap .mainmenu > li.mega-fullwidth .mega-menu-wrap.dropdown-nav {
        left: 0;
        -webkit-transform: translate(0, 20px);
        -moz-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
        transform: translate(0, 20px); }
      .header-three .header-mainmenu-area #mainmenu-wrap .mainmenu > li.mega-fullwidth:hover .mega-menu-wrap.dropdown-nav {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
      .header-three .header-mainmenu-area #mainmenu-wrap .mainmenu > li > a {
        /*font-size: 1.6rem; }*/
        font-size: 16px; }

/*==================
Header Five
=====================*/
/*.header-five .preheader-area-wrapper {
/*  border-bottom: 1px solid #F9F9F9;
/*  padding: 10px 0; }
/*  .header-five .preheader-area-wrapper .preheader-left-area a {
/*    color: #8d8d8d;
/*    font-size: 1.2rem; }
/*    .header-five .preheader-area-wrapper .preheader-left-area a i.fa {
/*      margin-top: -2px; }
/*    .header-five .preheader-area-wrapper .preheader-left-area a:hover {
/*      color: #CD411D; }
/*  .header-five .preheader-area-wrapper .preheader-right-area {
/*    color: #8d8d8d;
/*    font-size: 1.2rem; }
/*    .header-five .preheader-area-wrapper .preheader-right-area button {
/*      color: #8d8d8d; }
/*      @media only screen and (max-width: 479.98px) {
/*        .header-five .preheader-area-wrapper .preheader-right-area button {
/*          margin-left: 10px; } }
/*      .header-five .preheader-area-wrapper .preheader-right-area button:before {
/*        font-size: 1.4rem; }
/*        @media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 479.98px) {
/*          .header-five .preheader-area-wrapper .preheader-right-area button:before {
/*            margin-right: 4px; } }
/*      .header-five .preheader-area-wrapper .preheader-right-area button:hover {
/*        color: #CD411D; }
/*    .header-five .preheader-area-wrapper .preheader-right-area .switcher .dropdown-nav {
/*      left: auto;
/*      right: 0; }
/*      .header-five .preheader-area-wrapper .preheader-right-area .switcher .dropdown-nav li {
/*        margin-bottom: 20px; }
/*        .header-five .preheader-area-wrapper .preheader-right-area .switcher .dropdown-nav li:last-child {
/*          margin-bottom: 0; }
/*    .header-five .preheader-area-wrapper .preheader-right-area .switcher.myaccount-switcher .myaccount-switch-btn {
/*      margin-left: 0; }
/*    .header-five .preheader-area-wrapper .preheader-right-area .switcher.myaccount-switcher .dropdown-nav {
/*      white-space: nowrap;
/*      text-align: left;
/*      padding: 30px;
/*      width: 200px;
/*      left: 0;
/*      right: auto; }
/*
/*.header-five .header-five-middle-area {
/*  padding: 48px 0 15px;
/*  position: relative; }
/*  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
/*    .header-five .header-five-middle-area {
/*      padding: 20px 0 25px; } }
/*  @media only screen and (max-width: 767.98px) {
/*    .header-five .header-five-middle-area {
/*      padding: 25px 0; } }
/*  .header-five .header-five-middle-area .minicart-button-content {
/*    font-size: 1.3rem; }
/*    .header-five .header-five-middle-area .minicart-button-content button {
/*      line-height: 24px; }
/*      .header-five .header-five-middle-area .minicart-button-content button:hover {
/*        color: #CD411D; }
/*      .header-five .header-five-middle-area .minicart-button-content button i[class*="dl-icon-"] {
/*        font-size: 2.4rem;
/*        vertical-align: text-bottom;
/*        line-height: 1;
/*        margin-right: 5px; }
/*    .header-five .header-five-middle-area .minicart-button-content .slicknav_menu {
/*      text-align: left; }
/*    @media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
/*      .header-five .header-five-middle-area .minicart-button-content {
/*        display: -webkit-box;
/*        display: -moz-box;
/*        display: -ms-flexbox;
/*        display: -webkit-flex;
/*        display: flex;
/*        -webkit-align-items: center;
/*        -moz-align-items: center;
/*        -ms-align-items: center;
/*        align-items: center;
/*        -webkit-justify-content: flex-end;
/*        -moz-justify-content: flex-end;
/*        -ms-justify-content: flex-end;
/*        justify-content: flex-end;
/*        -ms-flex-pack: flex-end; } }
/*    @media only screen and (max-width: 479.98px) {
/*      .header-five .header-five-middle-area .minicart-button-content {
/*        -webkit-justify-content: space-between;
/*        -moz-justify-content: space-between;
/*        -ms-justify-content: space-between;
/*        justify-content: space-between;
/*        -ms-flex-pack: space-between; } }
/*  @media only screen and (max-width: 479.98px) {
/*    .header-five .header-five-middle-area [class^="col-6"] {
/*      max-width: 100%;
/*      -webkit-box-flex: 0 0 100%;
/*      -moz-box-flex: 0 0 100%;
/*      -webkit-flex: 0 0 100%;
/*      -ms-flex: 0 0 100%;
/*      flex: 0 0 100%;
/*      text-align: center !important; }
/*      .header-five .header-five-middle-area [class^="col-6"] .logo-area {
/*        margin-bottom: 20px;
/*        display: block; } }
/*  @media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
/*    .header-five .header-five-middle-area [class^="col-"]:last-child {
/*      position: static; } }
/*  .header-five .header-five-middle-area .slicknav_menu .slicknav_nav {
/*    top: calc(100% - 50px); }
/*    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
/*      .header-five .header-five-middle-area .slicknav_menu .slicknav_nav {
/*        top: calc(100% - 0px); } }
/*
/*.header-five .navigation-area-wrapper {
/*  padding: 30px 0; }
/*  .header-five .navigation-area-wrapper #mainmenu-wrap .mainmenu li a {
/*    font-weight: 400; }
/*  .header-five .navigation-area-wrapper #mainmenu-wrap .mainmenu li.mega-fullwidth .dropdown-nav.mega-menu-wrap {
/*    margin-top: 30px !important; }
/*
/*.header-five .logo-area {
/*  margin: auto; }
 */

/*==================
Header Seven
=====================*/
/*.header-seven {
/*  background-color: #fff;
/*  -webkit-box-shadow: 0px 0px 60px 0px rgba(41, 44, 58, 0.06);
/*  -moz-box-shadow: 0px 0px 60px 0px rgba(41, 44, 58, 0.06);
/*  box-shadow: 0px 0px 60px 0px rgba(41, 44, 58, 0.06);
/*  position: fixed;
/*  left: 0;
/*  top: 0;
/*  bottom: 0;
/*  height: 100vh;
/*  width: 350px;
/*  z-index: 99; }
/*  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
/*    .header-seven {
/*      width: 250px; } }
/*  @media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
/*    .header-seven {
/*      -webkit-box-shadow: none;
/*      -moz-box-shadow: none;
/*      box-shadow: none;
/*      position: relative;
/*      height: auto;
/*      width: auto;
/*      padding: 30px 15px; } }
/*  @media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
/*    .header-seven .header-content-wrap {
/*      display: -webkit-box;
/*      display: -moz-box;
/*      display: -ms-flexbox;
/*      display: -webkit-flex;
/*      display: flex;
/*      -webkit-align-items: center;
/*      -moz-align-items: center;
/*      -ms-align-items: center;
/*      align-items: center;
/*      -webkit-justify-content: space-between;
/*      -moz-justify-content: space-between;
/*      -ms-justify-content: space-between;
/*      justify-content: space-between;
/*      -ms-flex-pack: space-between; } }
/*  .header-seven .header-content-wrap .header-right-area .user-area .dropdown-nav {
/*    left: 50%;
/*    -webkit-transform: translate(-50%, 0);
/*    -moz-transform: translate(-50%, 0);
/*    -ms-transform: translate(-50%, 0);
/*    transform: translate(-50%, 0); }
/*    .header-seven .header-content-wrap .header-right-area .user-area .dropdown-nav:after {
/*      left: 50%;
/*      -webkit-transform: translate(-50%, 0);
/*      -moz-transform: translate(-50%, 0);
/*      -ms-transform: translate(-50%, 0);
/*      transform: translate(-50%, 0); }
/*  @media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 1200px) {
/*    .header-seven .logo-area {
/*      margin: auto; } }
/*  .header-seven .slicknav_menu {
/*    text-align: left; }
 */

/*==================
Header Eight
=====================*/
/*.header-eight .preheader-area-wrapper {
/*  padding: 20px 0;
/*  font-size: 1.2rem; }
/*  .header-eight .preheader-area-wrapper i.fa, .header-eight .preheader-area-wrapper [class*="dl-icon-"] {
/*    font-size: 1.3rem; }
/*  .header-eight .preheader-area-wrapper .switcher button:before {
/*    font-size: 1.3rem; }
/*
/*.header-eight .header-five-middle-area {
/*  padding: 26px 0 40px;
/*  position: relative; }
/*  @media only screen and (max-width: 767.98px) {
/*    .header-eight .header-five-middle-area {
/*      padding: 10px 0 30px; } }
/*  @media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
/*    .header-eight .header-five-middle-area [class^="col-"]:last-child {
/*      position: static; } }
/*  .header-eight .header-five-middle-area .slicknav_menu .slicknav_nav {
/*    top: calc(100% - 70px); }
/*    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
/*      .header-eight .header-five-middle-area .slicknav_menu .slicknav_nav {
/*        top: calc(100% - 30px); } }
/*
/*.header-eight .navigation-area-wrapper {
/*  background-color: #262626;
/*  padding: 20px 0; }
/*  .header-eight .navigation-area-wrapper .category-menu-wrapper {
/*    line-height: 1; }
/*    .header-eight .navigation-area-wrapper .category-menu-wrapper .shopByCategory-btn {
/*      color: #fff; }
/*      .header-eight .navigation-area-wrapper .category-menu-wrapper .shopByCategory-btn span {
/*        padding-left: 10px; }
/*      .header-eight .navigation-area-wrapper .category-menu-wrapper .shopByCategory-btn span, .header-eight .navigation-area-wrapper .category-menu-wrapper .shopByCategory-btn i {
/*        vertical-align: middle;
/*        display: table-cell; }
/*    .header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li {
/*      padding: 0; }
/*      .header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li > .dropdown-nav {
/*        width: 100%;
/*        margin-top: 25px; }
/*        .header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li > .dropdown-nav > li {
/*          margin-bottom: 30px; }
/*          .header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li > .dropdown-nav > li:last-child {
/*            margin-bottom: 0; }
/*          .header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li > .dropdown-nav > li > a {
/*            font-size: 1.4rem; }
/*            .header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li > .dropdown-nav > li > a:after {
/*              display: none; }
/*          .header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li > .dropdown-nav > li .dropdown-nav li {
/*            margin-bottom: 20px; }
/*            .header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li > .dropdown-nav > li .dropdown-nav li:last-child {
/*              margin-bottom: 0; }
/*          .header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li > .dropdown-nav > li .dropdown-nav.mega-menu-wrap .mega-item-title {
/*            margin-bottom: 25px; }
/*          .header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li > .dropdown-nav > li:hover > a {
/*            color: #CD411D; }
/*  .header-eight .navigation-area-wrapper #mainmenu-wrap .mainmenu {
/*    -webkit-justify-content: flex-start!important;
/*    -moz-justify-content: flex-start!important;
/*    -ms-justify-content: flex-start!important;
/*    justify-content: flex-start!important;
/*    -ms-flex-pack: flex-start!important; }
/*    .header-eight .navigation-area-wrapper #mainmenu-wrap .mainmenu > li > a {
/*      color: #fff;
/*      font-weight: 400; }
/*    .header-eight .navigation-area-wrapper #mainmenu-wrap .mainmenu > li .dropdown-nav {
/*      margin-top: 20px !important; }
 */

/*===============================
Start Preloader Wrap
================================*/
.preloader-active {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: hidden; }
  .preloader-active .preloader-area-wrap {
    background-color: #fff;
    position: absolute;
    left: 0;
    display: block;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 999999; }
    .preloader-active .preloader-area-wrap .spinner div {
      background-color: #CD411D;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
      animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
      .preloader-active .preloader-area-wrap .spinner div.bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s; }
      .preloader-active .preloader-area-wrap .spinner div.bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.preloader-area-wrap {
  display: none; }

/*===============================
Start Page Header Wrapper
================================*/
.page-header-wrapper,
.content-page-header-wrapper {
  /*background-color: #fff9f9;*/
  background-color: #E5EFEC;
  padding: 80px 0 78px; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .page-header-wrapper,
    .content-page-header-wrapper {
      padding: 60px 0; } }
  @media only screen and (max-width: 767.98px) {
    .page-header-wrapper,
    .content-page-header-wrapper {
      padding: 50px 0; } }
  .content-page-header-wrapper .page-header-content h2,
  .page-header-wrapper .page-header-content h2 {
    font-weight: 400;
    /*font-size: 3.6rem;*/
    font-size: 36px;
    margin-top: -7px; }
    @media only screen and (max-width: 575.98px) {
      .content-page-header-wrapper .page-header-content h2,
      .page-header-wrapper .page-header-content h2 {
        /*font-size: 2.2rem; } }*/
        font-size: 22px; } }
  .content-page-header-wrapper .page-header-content .page-breadcrumb ul li,
  .page-header-wrapper .page-header-content .page-breadcrumb ul li {
    position: relative; }
    .content-page-header-wrapper .page-header-content .page-breadcrumb ul li:after,
    .page-header-wrapper .page-header-content .page-breadcrumb ul li:after {
      content: "/";
      /*font-size: 1rem;*/
      font-size: 10px;
      margin: 0 10px; }
    .content-page-header-wrapper .page-header-content .page-breadcrumb ul li:last-child:after,
    .page-header-wrapper .page-header-content .page-breadcrumb ul li:last-child:after {
      display: none; }
    .content-page-header-wrapper .page-header-content .page-breadcrumb ul li a,
    .page-header-wrapper .page-header-content .page-breadcrumb ul li a {
      /*font-size: 1.2rem;*/
      font-size: 12px;
      color: #8d8d8d; }
      .content-page-header-wrapper .page-header-content .page-breadcrumb ul li a:hover, .page-header-wrapper .page-header-content .page-breadcrumb ul li a.active,
      .page-header-wrapper .page-header-content .page-breadcrumb ul li a:hover, .page-header-wrapper .page-header-content .page-breadcrumb ul li a.active {
        color: #262626; }
      .page-header-wrapper .page-header-content .page-breadcrumb ul li a.active,
      .content-page-header-wrapper .page-header-content .page-breadcrumb ul li a.active {
        pointer-events: none; }
  .page-header-wrapper.layout-two,
  .content-page-header-wrapper.layout-two {
    background-image: url(../img/my-account-bgtitle.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .page-header-wrapper.layout-two .page-header-content h2,
    .content-page-header-wrapper.layout-two .page-header-content h2 {
      color: #fff; }
    .page-header-wrapper.layout-two .page-header-content .page-breadcrumb,
    .content-page-header-wrapper.layout-two .page-header-content .page-breadcrumb {
      color: #fff; }
      .page-header-wrapper.layout-two .page-header-content .page-breadcrumb a,
      .content-page-header-wrapper.layout-two .page-header-content .page-breadcrumb a {
        color: #fff; }
        .page-header-wrapper.layout-two .page-header-content .page-breadcrumb a.active,
        .conetnt-page-header-wrapper.layout-two .page-header-content .page-breadcrumb a.active {
          color: #fff; }

.dropdown-nav {
  background-color: #fff;
  -webkit-box-shadow: 0 0 38px 0 rgba(41, 44, 58, 0.09);
  -moz-box-shadow: 0 0 38px 0 rgba(41, 44, 58, 0.09);
  box-shadow: 0 0 38px 0 rgba(41, 44, 58, 0.09);
  pointer-events: none;
  position: absolute;
  visibility: hidden;
  top: 100%;
  left: 0;
  width: 220px;
  z-index: 999;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.1s 0.1s ease-out;
  -moz-transition: 0.1s 0.1s ease-out;
  -o-transition: 0.1s 0.1s ease-out;
  transition: 0.1s 0.1s ease-out; }
  .dropdown-nav.mega-menu-wrap {
    width: auto; }

.dropdown-show{
  position: relative; 
}



.dropdown-show > a:after{
	/* content:'▶'; */
	content:'⯆';
	color:#cccccc;
	position:absolute;
	/*top:0px;*/
	right:-3px;
	vertical-align:middle;
}
.dropdown-show:hover a:after{
	color:#000000;
	cursor:pointer;
}


.dropdown-show.active-submenu > a:after{
	content:'⯅';
	bottom: 0px;
}

.dropdown-nav .dropdown-show > a:after{
	position:absolute;
}
.dropdown-show.menu-top-level .dropdown-nav{
  transition: .4s all;
  transition-delay: 0.4s;
}
  /*.dropdown-show:hover > .dropdown-nav, */
/*    .dropdown-show.menu-top-level:focus-within .dropdown-nav, */

.dropdown-show.menu-top-level:hover > .dropdown-nav,

.dropdown-show.menu-top-level:hover .dropdown-nav.subnav-1, 
.dropdown-nav.subnav-1 .dropdown-show:hover .dropdown-nav.subnav-2,
.dropdown-nav.active-submenu{
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none; 
	transition-delay: 0s;
	}
	/*.dropdown-show:hover .arrow-toggle:after, .dropdown-show a:focus + .arrow-toggle:after {}*/
  .dropdown-show:hover .arrow-toggle:after{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.arrow-toggle {
  position: relative; }
  .arrow-toggle:after {
    content: '\f107';
    font-family: "FontAwesome";
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block;
    -webkit-transition: 0.1s 0.2s ease-out;
    -moz-transition: 0.1s 0.2s ease-out;
    -o-transition: 0.1s 0.2s ease-out;
    transition: 0.1s 0.2s ease-out; }

/*============================================
 Start Navigation // Main Menu Style
=============================================*/
.mainmenu > li {
  padding: 0 5px; 
  margin-bottom:10px;
  }
  .mainmenu > li > a {
    /*font-size: 1.6rem;*/
    font-size: 16px;
    color: #262626;
    line-height: 1;
    font-weight: 700;
    display: block;
    padding: 5px 15px;
    position: relative; }
	.mainmenu > li > a:hover{
		text-decoration:none !important;
	}
    .mainmenu > li > a.current {
       /* color: #CD411D; */
		color: #006341; 
	  }
      .mainmenu > li > a.current:before, .mainmenu > li:hover > a:before {
      
		 /* background-color: #CD411D; */
		background-color: #006341; 
        content: '';
        position: absolute;
        left: 15px;
        bottom: 2px;
        height: 2.5px;
        width: calc(100% - 30px); }
  .mainmenu > li:hover > a {
   /* color: #CD411D; */
	color: #006341; 
	}
	
  .mainmenu > li .dropdown-nav {
    padding: 30px 0;
    margin-top: 0px; }
    .mainmenu > li .dropdown-nav:after {
      content: '';
      height: 30px;
      width: 100%;
      position: absolute;
      bottom: 100%; 
	  display:block;
	  width:10px;
	  height:10px;
	  }
	  
	.mainmenu > li.dropdown-show ul.dropdown-nav li.dropdown-show a:after{
		 /**/
		 position:relative;
	}
	.mainmenu > li.dropdown-show:hover ul.dropdown-nav li.dropdown-show a:after{
		color:#cccccc;
	}
	.mainmenu > li.dropdown-show ul.dropdown-nav li.dropdown-show:hover a:after{
		color:#000000;
	}
/*	.mainmenu .dropdown-nav.active-submenu > li .dropdown-show > a:after{
		content:'⯅';
		color:#cccccc;
		position:absolute;
		right:0px;
		vertical-align:middle;
	}*/
	
    .mainmenu > li .dropdown-nav li {
      padding: 0 30px;
      margin-bottom: 10px;
      cursor: pointer; }
      .mainmenu > li .dropdown-nav li:last-child {
        margin-bottom: 0; }
      .mainmenu > li .dropdown-nav li a {
        color: #8d8d8d;
        /*font-size: 1.4rem;*/
        font-size: 14px;
        font-weight: 400;
        display: inline-block;
        position: relative;
        padding: 0; }
		.mainmenu > li .dropdown-nav li a:hover{
			text-decoration:none;
		}
        .mainmenu > li .dropdown-nav li a:before {
          content: "";
          border-top: 1px solid #262626;
          right: 0;
          left: auto;
          width: 0;
          position: absolute;
          -webkit-transition: width 300ms ease-out;
          -moz-transition: width 300ms ease-out;
          -o-transition: width 300ms ease-out;
          transition: width 300ms ease-out;
          bottom: 0; }
      .mainmenu > li .dropdown-nav li:hover > a {
        color: #262626; }
        .mainmenu > li .dropdown-nav li:hover > a:before {
          left: 0;
          right: auto;
          width: 100%; }
      .mainmenu > li .dropdown-nav li .dropdown-nav {
        -webkit-transform: translate(-20px, 0);
        -moz-transform: translate(-20px, 0);
        -ms-transform: translate(-20px, 0);
        transform: translate(-20px, 0);
        left: 100%;
        top: -20px;
        margin-top: 0; }
        .mainmenu > li .dropdown-nav li .dropdown-nav li a:after {
          display: none; }
      .mainmenu > li .dropdown-nav li.dropdown-show:hover .dropdown-nav, .dropdown-nav.active-submenu{
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }

.mega-outer-wrapper .mega-item-top-title {
	display:block;
	clear:both;
}

.mega-outer-wrapper .mega-item-top-title a{
 	font-size: 1.2em !important;
    color: #006341 !important;
    font-weight: 700 !important;	
}

.mega-menu-wrap {
  white-space: nowrap; }
  .mega-menu-wrap .mega-menu-item {
    margin-bottom: 0 !important; }
    .mega-menu-wrap .mega-menu-item a.mega-item-title {
      margin-bottom: 10px;
      font-weight: 700 !important;
      color: #262626 !important;
    /*  font-size: 13px !important;*/
	  font-size: 1em !important;  
	  }
    .mega-menu-wrap .mega-menu-item ul li {
      padding: 0 !important; }


.mega-fullwidth {
  position: static; }
  .mega-fullwidth .mega-menu-wrap {
   /* background-image: url(../img/menu-shop-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;*/
    max-width: 1140px;
    width: 100%; }
    .mega-fullwidth .mega-menu-wrap.dropdown-nav {
     /* margin-top: 0 !important;*/
	  margin-top: -48px !important;
      left: 50%;
      -webkit-transform: translate(-50%, 20px);
      -moz-transform: translate(-50%, 20px);
      -ms-transform: translate(-50%, 20px);
      transform: translate(-50%, 20px);
      -webkit-transform: translate(-50%, 20px);
      -moz-transform: translate(-50%, 20px);
      -ms-transform: translate(-50%, 20px);
      transform: translate(-50%, 20px); }
  .mega-fullwidth:hover .dropdown-nav {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

.main-menu-list {
  margin-top: 70px; }
  .main-menu-list ul.mainmenu > li {
    margin-bottom: 35px; }
    .main-menu-list ul.mainmenu > li:last-child {
      margin-bottom: 0; }
    .main-menu-list ul.mainmenu > li > a {
      /*font-size: 2rem;*/
      font-size: 20px;
      line-height: 1;
      font-weight: 300;
      text-transform: uppercase;
      display: inline-block; }
    .main-menu-list ul.mainmenu > li .dropdown-nav {
      left: 100%;
      top: 0;
      margin-top: -30px;
      text-align: left; }
      .main-menu-list ul.mainmenu > li .dropdown-nav li a {
        /*font-size: 1.4rem; }*/
        font-size: 14px; }
    .main-menu-list ul.mainmenu > li.mega-fullwidth {
      position: relative; }
      .main-menu-list ul.mainmenu > li.mega-fullwidth .mega-menu-wrap.dropdown-nav {
        background-color: #fff;
        margin-top: -30px !important;
        -webkit-transform: translate(0, 20px);
        -moz-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
        transform: translate(0, 20px);
        width: auto;
        background-image: none; }
        @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
          .main-menu-list ul.mainmenu > li.mega-fullwidth .mega-menu-wrap.dropdown-nav {
            padding: 20px 10px; } }
        @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
          .main-menu-list ul.mainmenu > li.mega-fullwidth .mega-menu-wrap.dropdown-nav .mega-menu-item {
            padding: 0 10px; }
            .main-menu-list ul.mainmenu > li.mega-fullwidth .mega-menu-wrap.dropdown-nav .mega-menu-item ul li a {
              /*font-size: 1.2rem; } }*/
              font-size: 12px; } }
      .main-menu-list ul.mainmenu > li.mega-fullwidth:hover .dropdown-nav {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }

.slicknav_menu {
  background-color: transparent;
  left: 0;
  padding: 0;
  top: 0;
  display: none;
  order: 3; }
  @media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
    .slicknav_menu {
      display: block; } }
  .slicknav_menu .slicknav_btn {
    background-color: transparent;
    color: #262626;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin: 0;
    margin-left: 25px;
    padding: 0; }
    .slicknav_menu .slicknav_btn .slicknav_icon {
      display: none; }
    .slicknav_menu .slicknav_btn .slicknav_menutxt {
      text-transform: uppercase;
      text-shadow: none;
      font-weight: 400;
      color: #262626;
      /*font-size: 1.6rem; }*/
      font-size: 16px; }
      .slicknav_menu .slicknav_btn .slicknav_menutxt span, .slicknav_menu .slicknav_btn .slicknav_menutxt i {
        vertical-align: middle;
        display: table-cell; }
  .slicknav_menu .slicknav_nav {
    background-color: #262626;
    left: 0;
    position: absolute;
    padding: 0;
    top: calc(100% + 0px);
    width: 100%;
    max-height: 300px;
    overflow: auto;
    z-index: 97; }
    .slicknav_menu .slicknav_nav li a {
      border-bottom: 1px solid #dfdfdf;
      padding: 0 40px 0 20px;
      margin: 0;
      display: block;
      position: relative;
      line-height: 45px; }
      .slicknav_menu .slicknav_nav li a:hover, .slicknav_menu .slicknav_nav li a:focus, .slicknav_menu .slicknav_nav li a:active {
        background-color: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        color: #CD411D; }
      .slicknav_menu .slicknav_nav li a .slicknav_arrow {
        border-left: 1px solid #dfdfdf;
        margin-left: 0;
        /*font-size: 2.2rem;*/
        font-size: 22px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        text-align: center;
        width: 40px; }
    .slicknav_menu .slicknav_nav li .slicknav_row {
      border-bottom: 0;
      padding: 0; }
    .slicknav_menu .slicknav_nav li ul {
      margin: 0;
      background-color: #000; }
      .slicknav_menu .slicknav_nav li ul ul {
        background-color: #333333; }

/*=============================
Start Search box Wrapper
================================*/
.modalSearchBox {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 1040;
  transition: 0.5s; 
  display:none;

  }
  .modalSearchBox .modaloverlay {
    background-color: white;
    /*cursor: url("../img/icons/cancel.png"), auto;*/
    height: 100vw;
    -webkit-transform: scale(0) translate(0);
    -moz-transform: scale(0) translate(0);
    -ms-transform: scale(0) translate(0);
    transform: scale(0) translate(0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
    transition: 0.5s;
    position: absolute;
    right: -50vw;
    top: -50vw;
    width: 100vw;
    z-index: 10; }
  .modalSearchBox.modalOpen {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    pointer-events: visible; 
	display:block;
	}
    .modalSearchBox.modalOpen .modaloverlay {
      -webkit-transform: scale(2.5) translate(-25%, 25%);
      -moz-transform: scale(2.5) translate(-25%, 25%);
      -ms-transform: scale(2.5) translate(-25%, 25%);
      transform: scale(2.5) translate(-25%, 25%);
      opacity: 0.96;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
      filter: alpha(opacity=90); }
    .modalSearchBox.modalOpen .search-box-wrapper {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -webkit-transition: 0.5s 0.2s ease-out;
      -moz-transition: 0.5s 0.2s ease-out;
      -o-transition: 0.5s 0.2s ease-out;
      transition: 0.5s 0.2s ease-out;
      transition-delay: 0.6s; 
	  background-color: rgba(230, 230, 230, 0.5);
   	  padding: 30px;
      border: 1px solid #ccc;
      /* box-shadow: 0px 0px 6px 0px #ccc;*/
	  }
  .modalSearchBox .search-box-wrapper {
    -webkit-transform: translate(-50%, 100px);
    -moz-transform: translate(-50%, 100px);
    -ms-transform: translate(-50%, 100px);
    transform: translate(-50%, 100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    left: 50%;
    text-align: center;
    top: calc(25% + 20px);
    transition-delay: 0s;
    -webkit-transition: 0s 0.2s ease-out;
    -moz-transition: 0s 0.2s ease-out;
    -o-transition: 0s 0.2s ease-out;
    transition: 0s 0.2s ease-out;
    position: absolute;
    max-width: 800px;
    width: 100%;
    z-index: 1100;
    padding: 0 20px; }
    .modalSearchBox .search-box-wrapper p {
      margin: 0;
      font-weight: 300;
      /*font-size: 1.8rem;*/
      font-size: 18px;
      color: black; }
      @media only screen and (max-width: 767.98px) {
        .modalSearchBox .search-box-wrapper p {
          /*font-size: 1.4rem; } }*/
          font-size: 14px; } }
    .modalSearchBox .search-box-wrapper .search-box-form {
      margin-top: 30px; }
      .modalSearchBox .search-box-wrapper .search-box-form form {
        position: relative; }
        .modalSearchBox .search-box-wrapper .search-box-form form input {
          background-color: #ffffff;
          border: none;
          border-bottom: 2px solid black;
          /*font-size: 3rem;*/
          font-size: 30px;
          font-weight: 300;
          display: block;
          outline: inherit;
          text-align: center;
          padding: 10px 70px 10px 10px;
          width: 100%;
          color: black; }
		  
		.modalSearchBox .search-box-wrapper .search-box-form form input:focus{
			/*outline: auto;
			outline-width: 2px;
			outline-color: #CD411D;*/
			border-bottom:2px solid #cd411D !important;
		}
		.modalSearchBox .search-box-wrapper .search-box-form form input:focus::placeholder {
			color: transparent;
		}
		
          .modalSearchBox .search-box-wrapper .search-box-form form input::placeholder {
            color: black;
            opacity: 0.7;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
            filter: alpha(opacity=70); }
          .modalSearchBox .search-box-wrapper .search-box-form form input::-moz-placeholder {
            color: black;
            opacity: 0.7;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
            filter: alpha(opacity=70); }
          @media only screen and (max-width: 767.98px) {
            .modalSearchBox .search-box-wrapper .search-box-form form input {
              /*font-size: 2rem; } }*/
              font-size: 20px; } }
        .modalSearchBox .search-box-wrapper .search-box-form form button.btn-search {
          /*font-size: 3rem;*/
          font-size: 30px;
          position: absolute;
          right: 15px;
          top: 0;
          height: 100%;
          color: black; }
		 .modalSearchBox .search-box-wrapper .search-box-form form button.btn-search:hover{
			 color:#CD411D;
		  }
		.modalSearchBox  .search-close{
			display:block;
			position: absolute;
			top: calc(2% + 10px);
   			right: calc(2% + 10px);
			z-index:99;
			/*font-size: 5rem;*/
			font-size: 50px;
			line-height: 1;
			-webkit-transition: 0.1s 0.1s ease-out;
			-moz-transition: 0.1s 0.1s ease-out;
			-o-transition: 0.1s 0.1s ease-out;
			transition: 0.1s 0.1s ease-out;
			color: #262626;
		}
		.modalSearchBox  .search-close:hover, .modalSearchBox  .search-close:focus {
			color: #CD411D;
			-webkit-transform: rotate(90deg);
			-moz-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
			transform: rotate(90deg); 
		}

/*===============================
Start Mini Cart Wrapper
================================*/
.modal-minicart {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease; }
  .modal-minicart .minicart-content-wrap {
    background-color: #fff;
    max-width: 420px;
    padding: 100px 50px 50px;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
    @media only screen and (max-width: 767.98px) {
      .modal-minicart .minicart-content-wrap {
        overflow: auto; } }
    .modal-minicart .minicart-content-wrap h2 {
      /*font-size: 1.8rem;*/
      font-size: 18px;
      line-height: 1.2;
      font-weight: 400;
      margin-bottom: 40px; }

.mfp-ready .modal-minicart {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.minicart-product-list {
  max-height: 300px;
  overflow: auto;
  /* this was used to hide the scroll bars off the right side outside the div... not very accessible - and didn't indicate there was a scollable area */
  /*margin-right: -70px;
  padding-right: 70px; */
  
  margin-right: 0px;
  padding-right: 20px;
  
  }
  @media only screen and (max-width: 767.98px) {
    .minicart-product-list {
      padding-right: 10px;
      margin-right: -10px; } }
  .minicart-product-list .single-product-item {
    position: relative;
    margin-bottom: 30px;
    padding-right: 25px; }
    .minicart-product-list .single-product-item:last-child {
      margin-bottom: 0; }
    .minicart-product-list .single-product-item .product-thumb {
      max-width: 70px;
      -webkit-box-flex: 0 0 70px;
      -moz-box-flex: 0 0 70px;
      -webkit-flex: 0 0 70px;
      -ms-flex: 0 0 70px;
      flex: 0 0 70px;
      margin-right: 20px; }
    .minicart-product-list .single-product-item .product-details {
      margin-top: 10px; }
      .minicart-product-list .single-product-item .product-details .product-title {
        /*font-size: 1.4rem;*/
        font-size: 14px;
        font-weight: 400;
        line-height: 1.2;
        margin-bottom: 10px; }
        .minicart-product-list .single-product-item .product-details .product-title a {
          color: #262626; }
          .minicart-product-list .single-product-item .product-details .product-title a:hover {
            color: #CD411D; }
      .minicart-product-list .single-product-item .product-details .prod-cal {
        /*font-size: 1.3rem;*/
        font-size: 13px;
        font-weight: 400;
        line-height: 1.2; }
        .minicart-product-list .single-product-item .product-details .prod-cal .multiplication {
          margin: 0 5px; }
    .minicart-product-list .single-product-item .remove-icon {
      /*font-size: 2rem;*/
      font-size: 20px;
      color: #262626;
      position: absolute;
      right: 0;
      top: 5px; }
      .minicart-product-list .single-product-item .remove-icon:hover {
        color: #CD411D; }

.minicart-calculation-wrap {
  margin-top: 38px; }
  .minicart-calculation-wrap .cal-title {
    /*font-size: 1.3rem; }*/
    font-size: 13px; }
  .minicart-calculation-wrap .cal-amount {
    /*font-size: 1.8rem;*/
    font-size: 18px;
    line-height: 1;
    font-weight: 500; }

@media only screen and (max-width: 767.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .minicart-btn-group {
    margin-bottom: 50px; } }

.minicart-btn-group .btn {
  display: block; }
  @media only screen and (max-width: 767.98px) {
    .minicart-btn-group .btn {
      display: inline-block;
      padding: 10px 22px; }
      .minicart-btn-group .btn:last-child {
        margin-top: 0 !important; } }

/*==================================
Start Left Offside Menu Wrapper
===================================*/
.modalLeftOffside {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease; }
  .modalLeftOffside .leftoffside-content-wrap {
    background-color: #fff;
    max-width: 420px;
    padding: 100px 50px 50px;
    height: 100vh;
    overflow: auto; }

.mfp-ready .modalLeftOffside {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.offside-menu ul.left-offsidemenu li {
  margin-bottom: 35px; }
  .offside-menu ul.left-offsidemenu li:last-child {
    margin-bottom: 0; }
  .offside-menu ul.left-offsidemenu li a {
    font-weight: 700;
    /*font-size: 1.8rem;*/
    font-size: 18px;
    line-height: 1;
    color: #262626; }
    .offside-menu ul.left-offsidemenu li a:hover {
      color: #CD411D; }

.offside-text {
  /*font-size: 1.3rem;*/
  font-size: 13px;
  line-height: 1.5;
  margin-top: 80px; }
  .offside-text img {
    margin-bottom: 10px; }
  .offside-text a {
    display: block;
    color: #262626;
    margin-bottom: 5px; }
    .offside-text a:hover {
      color: #CD411D; }

.offset-menu-footer {
  margin-top: 10px; }
  .offset-menu-footer .social-icons {
    margin: 15px 0 25px; }
    .offset-menu-footer .social-icons a {
      margin-right: 20px; }
  .offset-menu-footer .copyright {
    /*font-size: 1.1rem; }*/
    font-size: 11px; }

/*===========================
Off Canvas Main Menu Start
============================*/
.offcanvas-mainmenu-wrapper .mainmenu {
  display: none; }

.offcanvas-mainmenu-wrapper .slicknav_menu {
  display: block; }
  .offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_btn {
    display: none; }
  .offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_nav {
    background-color: transparent;
    display: block !important;
    position: static;
    max-height: 100%;
    width: 250px; }
    @media only screen and (max-width: 479.98px) {
      .offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_nav {
        width: 200px; } }
    .offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_nav li a {
      color: #262626;
      border: none;
      font-weight: 700;
      /*font-size: 1.8rem; }*/
      font-size: 18px; }
      .offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_nav li a:hover {
        color: #CD411D; }
      .offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_nav li a .slicknav_arrow {
        border: none;
        font-weight: 300;
        /*font-size: 1.6rem;*/
        font-size: 16px;
        color: #000; }
    .offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_nav li ul {
      background-color: transparent;
      margin-left: 15px; }
      .offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_nav li ul li a {
        font-weight: 400;
        /*font-size: 1.4rem; }*/
        font-size: 14px; }

.slider-area-wrapper {
  overflow: hidden; }
  .slider-area-wrapper .tp-caption.LA-BTN-OUTLINE-Black,
  .slider-area-wrapper .LA-BTN-OUTLINE-Black {
    color: #262626;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    background-color: rgba(38, 38, 38, 0);
    border: 2px solid #262626; }
  .slider-area-wrapper .tp-caption.LA-BTN-OUTLINE-Black:hover,
  .slider-area-wrapper .LA-BTN-OUTLINE-Black:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #262626;
    border: 2px solid #262626;
    cursor: pointer; }

/*=============================
Home 1 Revolution Slider Css
===============================*/
#rev_slider_home1 .larev-dot.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box; }

#rev_slider_home1 .larev-dot.tp-bullets .tp-bullet {
  width: 10px;
  height: 10px;
  position: absolute;
  background: #d4d4d4;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box; }
  #rev_slider_home1 .larev-dot.tp-bullets .tp-bullet:hover .tp-bullet-title {
    visibility: visible;
    transform: translatex(0px);
    -webkit-transform: translatex(0px); }
  #rev_slider_home1 .larev-dot.tp-bullets .tp-bullet.selected:hover .tp-bullet-title {
    background: #262626; }
  #rev_slider_home1 .larev-dot.tp-bullets .tp-bullet:hover, #rev_slider_home1 .larev-dot.tp-bullets .tp-bullet.selected {
    background: #262626; }

#rev_slider_home1 .larev-dot .tp-bullet-title {
  position: absolute;
  font-size: 12px;
  padding: 0 10px;
  font-weight: 600;
  right: 27px;
  top: -4px;
  background: rgba(255, 255, 255, 0.75);
  visibility: hidden;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  line-height: 20px;
  white-space: nowrap; }
  #rev_slider_home1 .larev-dot .tp-bullet-title:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: " ";
    position: absolute;
    right: -10px;
    top: 0; }

/*=========================================
Home 2, 3 and 7 Revolution Slider Css
=============================================*/
#rev_slider_home_3 .larev-dot2.tp-bullets .tp-bullet, #rev_slider_home_2 .larev-dot2.tp-bullets .tp-bullet, #rev_slider_home_7 .larev-dot2.tp-bullets .tp-bullet {
  width: 30px;
  padding-bottom: 13px;
  background: none;
  text-align: right;
  border-bottom: 2px solid rgba(38, 38, 38, 0.2); }
  #rev_slider_home_3 .larev-dot2.tp-bullets .tp-bullet .tp-bullet-title, #rev_slider_home_2 .larev-dot2.tp-bullets .tp-bullet .tp-bullet-title, #rev_slider_home_7 .larev-dot2.tp-bullets .tp-bullet .tp-bullet-title {
    color: rgba(38, 38, 38, 0.2);
    font-size: 12px;
    opacity: 0;
    position: relative;
    top: -5px; }
  #rev_slider_home_3 .larev-dot2.tp-bullets .tp-bullet.selected, #rev_slider_home_2 .larev-dot2.tp-bullets .tp-bullet.selected, #rev_slider_home_7 .larev-dot2.tp-bullets .tp-bullet.selected {
    border-bottom-color: #262626;
    width: 50px;
    right: 0;
    left: auto !important; }
    #rev_slider_home_3 .larev-dot2.tp-bullets .tp-bullet.selected .tp-bullet-title, #rev_slider_home_2 .larev-dot2.tp-bullets .tp-bullet.selected .tp-bullet-title, #rev_slider_home_7 .larev-dot2.tp-bullets .tp-bullet.selected .tp-bullet-title {
      color: #262626;
      opacity: 1; }

/*=========================================
Home 4, 6, 8, 9 and 15 Revolution Slider Css
==============================================*/
#rev_slider_home_4 .tparrows, #rev_slider_home_6 .tparrows, #rev_slider_home_8 .tparrows, #rev_slider_home_9 .tparrows, #rev_slider_home_15 .tparrows {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0); }
  #rev_slider_home_4 .tparrows:before, #rev_slider_home_6 .tparrows:before, #rev_slider_home_8 .tparrows:before, #rev_slider_home_9 .tparrows:before, #rev_slider_home_15 .tparrows:before {
    font-family: "FontAwesome";
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    color: white;
    transition: all 0.3s;
    -webkit-transition: all 0.3s; }
  #rev_slider_home_4 .tparrows.tp-leftarrow:before, #rev_slider_home_6 .tparrows.tp-leftarrow:before, #rev_slider_home_8 .tparrows.tp-leftarrow:before, #rev_slider_home_9 .tparrows.tp-leftarrow:before, #rev_slider_home_15 .tparrows.tp-leftarrow:before {
    content: '\f104'; }
  #rev_slider_home_4 .tparrows.tp-rightarrow:before, #rev_slider_home_6 .tparrows.tp-rightarrow:before, #rev_slider_home_8 .tparrows.tp-rightarrow:before, #rev_slider_home_9 .tparrows.tp-rightarrow:before, #rev_slider_home_15 .tparrows.tp-rightarrow:before {
    content: '\f105'; }

/*===============================
Start Special Categories Banner
================================*/
.special-category-banner .special-category-header {
  margin-bottom: 48px; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .special-category-banner .special-category-header {
      margin-bottom: 25px; } }
  @media only screen and (max-width: 767.98px) {
    .special-category-banner .special-category-header {
      margin-bottom: 15px; } }
  .special-category-banner .special-category-header .special-cate-header-content {
    font-family: "Playfair Display", serif;
    line-height: 2; }
    .special-category-banner .special-category-header .special-cate-header-content img {
      margin-bottom: 33px; }

.special-category-banner .special-category-banner-content {
  margin-top: -30px; }

	/*
	 * This background image pair is set from the section / block configuration  for Featuredfolders section
.special-category-banner.special-cate-bg {
  background-image: url("/theme/veera/assets/img/category/home8/h8-bg3.png"), url("/theme/veera/assets/img/category/home8/h8-bg2.png");
  background-repeat: no-repeat;
  background-position: right top, left bottom; 
}
	*/
  @media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
    .special-category-banner.special-cate-bg {
      background-size: 200px 200px; } }
  @media only screen and (max-width: 767.98px) {
    .special-category-banner.special-cate-bg {
      background-size: 150px 150px; } }

.single-special-banner {
	/*
  margin-top: 30px; }
	*/
  margin-top: 15px; }
  .banner-thumbnail a{
    display: block;
    min-height: 40px;
    overflow: hidden;
	}
	.banner-thumbnail a:focus{
		border: 2px solid rgba(0,123,255,1);
	}
  .single-special-banner .banner-thumbnail {
    position: relative;
    overflow: hidden; }
    .single-special-banner .banner-thumbnail:after {
      background-color: rgba(255, 255, 255, 0.3);
      content: '';
      position: absolute;
      top: 0;
      left: calc(-100% + 0px);
      -webkit-transform: skew(-25deg, 0deg);
      -moz-transform: skew(-25deg, 0deg);
      -ms-transform: skew(-25deg, 0deg);
      transform: skew(-25deg, 0deg);
      height: 100%;
      width: 30%; }
    .single-special-banner .banner-thumbnail img.banner-thumb {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: 0.4s 0.2s ease-out;
      -moz-transition: 0.4s 0.2s ease-out;
      -o-transition: 0.4s 0.2s ease-out;
      transition: 0.4s 0.2s ease-out; }
    .single-special-banner .banner-thumbnail .banner-cate-name {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      pointer-events: none;
      width: 100%; }
      .single-special-banner .banner-thumbnail .banner-cate-name .banner-title {
        /*font-size: 2rem;*/
        font-size: 20px;
        color: #fff;
        letter-spacing: 4px;
        text-transform: uppercase;
        margin-bottom: 16px; }
        @media only screen and (max-width: 767.98px) {
          .single-special-banner .banner-thumbnail .banner-cate-name .banner-title {
            /*font-size: 1.6rem; } }*/
            font-size: 16px; } }
      .single-special-banner .banner-thumbnail .banner-cate-name .banner-sale {
        display: block;
        margin: auto; }
        @media only screen and (max-width: 767.98px) {
          .single-special-banner .banner-thumbnail .banner-cate-name .banner-sale {
            max-width: 100px; } }
      .single-special-banner .banner-thumbnail .banner-cate-name .btn {
        padding: 20px 30px;
        min-width: 180px;
        font-weight: 600;
        /*font-size: 1.2rem;*/
        font-size: 12px;
        line-height: 1;
        margin-top: 20px; }
        @media only screen and (max-width: 767.98px) {
          .single-special-banner .banner-thumbnail .banner-cate-name .btn {
            min-width: 120px;
            padding: 15px 10px; } }
  .single-special-banner:hover .banner-thumbnail:after {
    left: calc(100% + 100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.4s 0.2s ease-out;
    -moz-transition: 0.4s 0.2s ease-out;
    -o-transition: 0.4s 0.2s ease-out;
    transition: 0.4s 0.2s ease-out; }
  .single-special-banner:hover .banner-thumbnail img.banner-thumb {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .single-special-banner:hover .banner-thumbnail .btn {
    background-color: #CD411D; }

.special-category-banner.layout-two .banner-cate-name a.category-name {
  background-color: #fff;
  /*font-size: 1.8rem;*/
  font-size: 18px;
  line-height: 1.2;
  color: #262626;
  display: inline-block;
  padding: 20px 45px; }
  @media only screen and (max-width: 479.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .special-category-banner.layout-two .banner-cate-name a.category-name {
      padding: 15px 30px;
      /*font-size: 1.4rem; } }*/
      font-size: 14px; } }

.special-category-banner.layout-two .masonry-category .banner-thumbnail img {
  display: block;
  margin: auto; }

.special-category-banner.layout-two .masonry-category .banner-cate-name {
  top: auto;
  bottom: 20px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.special-category-banner.layout-three .single-special-banner .banner-thumbnail:before {
  background-color: rgba(0, 0, 0, 0.6);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.4s 0.2s ease-out;
  -moz-transition: 0.4s 0.2s ease-out;
  -o-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
  visibility: hidden;
  pointer-events: none;
  height: 100%;
  width: 100%;
  z-index: 1; }

.special-category-banner.layout-three .single-special-banner .banner-cate-name {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.4s 0.2s ease-out;
  -moz-transition: 0.4s 0.2s ease-out;
  -o-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
  z-index: 1; }
  .special-category-banner.layout-three .single-special-banner .banner-cate-name a.category-name {
    color: #fff;
    /*font-size: 2.5rem;*/
    font-size: 25px;
    text-transform: capitalize; }

.special-category-banner.layout-three .single-special-banner:hover .banner-thumbnail:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible; }

.special-category-banner.layout-three .single-special-banner:hover .banner-cate-name {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: visible; }

.special-category-banner.layout-four {
  margin-top: -190px; }
  .special-category-banner.layout-four .banner-cate-name {
    left: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto; }
    .special-category-banner.layout-four .banner-cate-name a.category-name {
      background-color: #262626;
      color: #fff;
      display: block;
      padding: 22px 60px; }

.special-category-banner.layout-five .banner-cate-name {
  left: auto;
  right: 30%;
  -webkit-transform: translate(45%, -50%);
  -moz-transform: translate(45%, -50%);
  -ms-transform: translate(45%, -50%);
  transform: translate(45%, -50%); }
  .special-category-banner.layout-five .banner-cate-name a.category-name {
    font-family: "Playfair Display", serif;
    /*font-size: 3.6rem;*/
    font-size: 36px;
    font-weight: 700;
    color: #fff; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .special-category-banner.layout-five .banner-cate-name a.category-name {
        /*font-size: 3rem; } }*/
        font-size: 30px; } }
    @media only screen and (max-width: 575.98px) {
      .special-category-banner.layout-five .banner-cate-name a.category-name {
        /*font-size: 2.5rem; } }*/
        font-size: 25px; } }

.special-category-banner.layout-six .banner-cate-name {
  position: absolute;
  left: 40%;
  width: auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .special-category-banner.layout-six .banner-cate-name h2 {
    color: #fff;
    /*font-size: 7.2rem;*/
    font-size: 72px;
    line-height: 1.2;
    font-weight: 300; }
    .special-category-banner.layout-six .banner-cate-name h2 b {
      font-weight: 300;
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      filter: alpha(opacity=60);
      display: block; }
    @media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
      .special-category-banner.layout-six .banner-cate-name h2 {
        /*font-size: 3.8rem; } }*/
        font-size: 38px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .special-category-banner.layout-six .banner-cate-name h2 {
        /*font-size: 5rem; } }*/
        font-size: 50px; } }
  .special-category-banner.layout-six .banner-cate-name .btn-transparent {
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 35px;
    /*font-size: 1.3rem;*/
    font-size: 13px;
    margin-top: 28px;
    display: inline-block; }

/*===========================================
Start Slider Categories Area / index5.html
============================================*/
/*.slider-categories-wrapper .single-slider-category .category-thumb {
/*  position: relative;
/*  overflow: hidden; }
/*  .slider-categories-wrapper .single-slider-category .category-thumb:after {
/*    background-color: rgba(255, 255, 255, 0.3);
/*    content: '';
/*    position: absolute;
/*    top: 0;
/*    right: auto;
/*    left: calc(-100% + 0px);
/*    -webkit-transform: skew(-25deg, 0deg);
/*    -moz-transform: skew(-25deg, 0deg);
/*    -ms-transform: skew(-25deg, 0deg);
/*    transform: skew(-25deg, 0deg);
/*    height: 100%;
/*    width: 30%; }
/*  .slider-categories-wrapper .single-slider-category .category-thumb img {
/*    -webkit-transform: scale(1.05);
/*    -moz-transform: scale(1.05);
/*    -ms-transform: scale(1.05);
/*    transform: scale(1.05);
/*    -webkit-transition: 0.4s 0.2s ease-out;
/*    -moz-transition: 0.4s 0.2s ease-out;
/*    -o-transition: 0.4s 0.2s ease-out;
/*    transition: 0.4s 0.2s ease-out; }
/*  .slider-categories-wrapper .single-slider-category .category-thumb .category-name {
/*    position: absolute;
/*    left: 0;
/*    top: 50%;
/*    -webkit-transform: translate(0, -50%);
/*    -moz-transform: translate(0, -50%);
/*    -ms-transform: translate(0, -50%);
/*    transform: translate(0, -50%); }
/*    .slider-categories-wrapper .single-slider-category .category-thumb .category-name a {
/*      background-color: #262626;
/*      padding: 20px 40px;
/*      color: #fff; }
/*
/*.slider-categories-wrapper .single-slider-category:hover .category-thumb:after {
/*  left: calc(100% + 100px);
/*  opacity: 0;
/*  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/*  filter: alpha(opacity=0);
/*  -webkit-transition: 0.4s 0.2s ease-out;
/*  -moz-transition: 0.4s 0.2s ease-out;
/*  -o-transition: 0.4s 0.2s ease-out;
/*  transition: 0.4s 0.2s ease-out; }
/*
/*.slider-categories-wrapper .single-slider-category:hover .category-thumb img {
/*  -webkit-transform: scale(1);
/*  -moz-transform: scale(1);
/*  -ms-transform: scale(1);
/*  transform: scale(1); }
/*
/*.slider-categories-wrapper .slick-slider .slick-dots .slick-active {
/*  background-color: #CD411D;
/*  border-color: #CD411D; }
 */

/*===============================
Products Style Here
================================*/
.products-wrapper {
  overflow: hidden; }
  .products-wrapper .slick-slider .slick-list {
    margin: 0 -15px; }
    .products-wrapper .slick-slider .slick-list .slick-slide {
      margin: 0 15px; }
  .products-wrapper .slick-slider .slick-dots {
    margin-top: 48px; }
    @media only screen and (max-width: 767.98px) {
      .products-wrapper .slick-slider .slick-dots {
        margin-top: 25px; } }
    .products-wrapper .slick-slider .slick-dots .slick-active {
      background-color: #CD411D;
      border-color: #CD411D; }
  .products-wrapper .product-centerCarousel-wrap {
    padding-bottom: 60px; }
    .products-wrapper .product-centerCarousel-wrap .slick-slider .slick-list {
      margin: 0 -10px; }
      .products-wrapper .product-centerCarousel-wrap .slick-slider .slick-list .slick-slide {
        margin: 0 10px; }
    .products-wrapper .product-centerCarousel-wrap .slick-slider .slick-arrow {
      background-color: transparent;
      border: 1px solid #8d8d8d;
      color: #8d8d8d;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: 0.2s 0.2s ease-out;
      -moz-transition: 0.2s 0.2s ease-out;
      -o-transition: 0.2s 0.2s ease-out;
      transition: 0.2s 0.2s ease-out;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      visibility: visible;
      pointer-events: visible;
      top: calc(100% + 45px);
      left: 50%;
      height: 30px;
      width: 30px; }
      .products-wrapper .product-centerCarousel-wrap .slick-slider .slick-arrow.slick-prev {
        margin-left: -35px; }
      .products-wrapper .product-centerCarousel-wrap .slick-slider .slick-arrow.slick-next {
        margin-left: 5px; }
      .products-wrapper .product-centerCarousel-wrap .slick-slider .slick-arrow:hover,
	  .products-wrapper .product-centerCarousel-wrap .slick-slider .slick-arrow:focus
	   {
        color: #CD411D;
        border-color: #CD411D; }

.single-product-wrap {
  overflow: hidden;
  text-align: center;
  z-index: 1; }
  .product-thumbnail a{
    display: block;
    min-height: 40px;
    overflow: hidden;
	}
	.product-thumbnail a:focus{
		border: 2px solid rgba(0,123,255,1);
	}
  .single-product-wrap .product-thumbnail {
    position: relative;
    overflow: hidden; }
	
    .single-product-wrap .product-thumbnail a img {
      -webkit-transition: 0.3s 0.2s ease-out;
      -moz-transition: 0.3s 0.2s ease-out;
      -o-transition: 0.3s 0.2s ease-out;
      transition: 0.3s 0.2s ease-out;
      width: 100%;
      z-index: 1; }
      .single-product-wrap .product-thumbnail a img.secondary-thumb {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden;
        pointer-events: none; }
    .single-product-wrap .product-thumbnail .product-hvr-content > .btn-addToCart,
    .single-product-wrap .product-thumbnail .product-hvr-content > form > .btn-addToCart {
      /*font-size: 1.3rem;*/
      font-size: 13px;
      text-transform: capitalize;
      position: absolute;
      left: 0;
      bottom: 0;
      line-height: 1;
      width: 100%;
      -webkit-transition: 0.3s 0.2s ease-out;
      -moz-transition: 0.3s 0.2s ease-out;
      -o-transition: 0.3s 0.2s ease-out;
      transition: 0.3s 0.2s ease-out;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      visibility: hidden;
      pointer-events: none;
      z-index: 3; }
      @media only screen and (max-width: 767.98px) {
        .single-product-wrap .product-thumbnail .product-hvr-content > .btn-addToCart,
        .single-product-wrap .product-thumbnail .product-hvr-content > form > .btn-addToCart {
          padding: 13px 10px; } }
    .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group {
      position: absolute;
      bottom: 80px;
      right: 30px;
      z-index: 3; }
      .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group a, .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group span {
        background-color: #fff;
        color: #262626;
        /*font-size: 1.8rem;*/
        font-size: 18px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        display: block;
        line-height: 50px;
        margin-bottom: 10px;
        padding: 0;
        cursor: pointer;
        height: 45px;
        width: 45px;
        -webkit-transition: 0.4s 0.2s ease-out;
        -moz-transition: 0.4s 0.2s ease-out;
        -o-transition: 0.4s 0.2s ease-out;
        transition: 0.4s 0.2s ease-out;
        -webkit-transform: translate(50px, 0);
        -moz-transform: translate(50px, 0);
        -ms-transform: translate(50px, 0);
        transform: translate(50px, 0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden; }
        .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group a:hover, 
		.single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group span:hover,
		.single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group a:focus, 
		.single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group span:focus-within {
          background-color: #CD411D;
          color: #fff;
          transition-delay: 0.1s !important; }
          .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group a:hover button, 
		  .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group span:hover button,
		  .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group a:focus button, 
		  .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group span::focus-within button{
            color: #fff; }
        .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group a:last-child, .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group span:last-child {
          margin-bottom: 0; }
      .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group button {
        display: inline-block;
        width: 100%; }
		
		.single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group button:focus{
			/*outline: auto !important;
			outline-width: 2px !important;
			outline-color: #CD411D !important;*/
			/*border-bottom:2px solid #cd411D !important;*/
		}
		
  .single-product-wrap .product-details {
    margin-top: 23px; }
    .single-product-wrap .product-details .product-name {
      /*font-size: 1.6rem;*/
      font-size: 16px;
      line-height: 1.2;
      text-transform: capitalize;
      font-weight: 400;
      margin-bottom: 10px; }
      .single-product-wrap .product-details .product-name a {
        color: #262626; }
        .single-product-wrap .product-details .product-name a:hover {
          color: #CD411D; }
    .single-product-wrap .product-details .product-prices {
     /* color: #CD411D;*/
	  color: #CD411D;
      /*font-size: 1.4rem;*/
      font-size: 14px;
      line-height: 1; }
      .single-product-wrap .product-details .product-prices del {
        color: #8d8d8d;
        margin-right: 5px; }
    .single-product-wrap .product-details .product-desc {
      color: #8d8d8d;
      /*font-size: 1.4rem;*/
      font-size: 14px;
      line-height: 2;
      margin-bottom: 0; }
    .single-product-wrap .product-details .list-view-content {
      display: none; }
      .single-product-wrap .product-details .list-view-content .btn {
        padding: 15px 45px; }
      .single-product-wrap .product-details .list-view-content a {
        margin-right: 20px;
        vertical-align: middle;
        display: inline-block; }
        .single-product-wrap .product-details .list-view-content a i {
          color: #262626;
          /*font-size: 2rem; }*/
          font-size: 20px; }
          .single-product-wrap .product-details .list-view-content a i:hover {
            color: #CD411D; }
  .single-product-wrap .product-badge {
    background-color: #262626;
    color: #fff;
    padding: 15px 12px;
   /* font-size: 1.2rem;*/
	/*font-size: 1.4rem;*/
	font-size: 14px;
    text-transform: capitalize;
    line-height: 1;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    min-width: 85px;
    -webkit-transition: 0.4s 0.2s ease-out;
    -moz-transition: 0.4s 0.2s ease-out;
    -o-transition: 0.4s 0.2s ease-out;
    transition: 0.4s 0.2s ease-out; }
    .single-product-wrap .product-badge.sale {
    /*  background-color: #79bf56; */
	  background-color: #43B02A; 
	  }
    .single-product-wrap .product-badge.hot {
      /*background-color: #ea6153;*/
	  /*background-color: #DA2E1B;*/
	  background-color: #CD411D;
	  }
  .single-product-wrap:hover .product-thumbnail a img.primary-thumb {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    pointer-events: none; }
  .single-product-wrap:hover .product-thumbnail a img.secondary-thumb {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: visible; }
  .single-product-wrap:hover .product-thumbnail .product-hvr-content .btn-addToCart, 
  .single-product-wrap:focus-within .product-thumbnail .product-hvr-content .btn-addToCart {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: visible; }
  .single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group a, 
  .single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group span,
  .single-product-wrap:focus-within .product-thumbnail .product-hvr-content .prod-btn-group a, 
  .single-product-wrap:focus-within .product-thumbnail .product-hvr-content .prod-btn-group span {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible; }
    .single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group a:nth-child(2), 
	.single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group span:nth-child(2),
	.single-product-wrap:focus-within .product-thumbnail .product-hvr-content .prod-btn-group a:nth-child(2), 
	.single-product-wrap:focus-within .product-thumbnail .product-hvr-content .prod-btn-group span:nth-child(2) {
      transition-delay: 0.45s; }
    .single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group a:nth-child(3),
    .single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group span:nth-child(3),
	.single-product-wrap:focus-within .product-thumbnail .product-hvr-content .prod-btn-group a:nth-child(3),
	.single-product-wrap:focus-within .product-thumbnail .product-hvr-content .prod-btn-group span:nth-child(3) {
      transition-delay: 0.5s; }
    .single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group a:nth-child(4),
	.single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group span:nth-child(4),
	.single-product-wrap:focus-within .product-thumbnail .product-hvr-content .prod-btn-group a:nth-child(4), 
	.single-product-wrap:focus-within .product-thumbnail .product-hvr-content .prod-btn-group span:nth-child(4){
      transition-delay: 0.55s; }
  .single-product-wrap:hover .product-thumbnail .product-hvr-content .product-badge, 
  .single-product-wrap:focus-within .product-thumbnail .product-hvr-content .product-badge {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden; }

.layout-two .single-product-wrap {
  position: relative; }
  .layout-two .single-product-wrap:after {
    background-color: #000;
    content: '';
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.4s 0.2s ease-out;
    -moz-transition: 0.4s 0.2s ease-out;
    -o-transition: 0.4s 0.2s ease-out;
    transition: 0.4s 0.2s ease-out;
    visibility: hidden;
    height: 100%;
    width: 100%;
    z-index: 2; }
  @media only screen and (max-width: 767.98px) {
    .layout-two .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group {
      bottom: 100px; } }
  @media only screen and (max-width: 767.98px) {
    .layout-two .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group span, .layout-two .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group a {
      /*font-size: 1.4rem;*/
      font-size: 14px;
      line-height: 40px;
      height: 35px;
      width: 35px; } }
  .layout-two .single-product-wrap .product-details {
    position: absolute;
    bottom: -50px;
    width: 100%;
    -webkit-transition: 0.3s 0.2s ease-out;
    -moz-transition: 0.3s 0.2s ease-out;
    -o-transition: 0.3s 0.2s ease-out;
    transition: 0.3s 0.2s ease-out;
    z-index: 3; }
    .layout-two .single-product-wrap .product-details * {
      color: #fff !important; }
  .layout-two .single-product-wrap:hover:after {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    visibility: visible; }
  .layout-two .single-product-wrap:hover .product-details {
    top: auto;
    bottom: 50px; }

.product-filter-menu {
  margin-bottom: 30px;
  position: relative;
  z-index: 22; }
 .product-filter-menu a{
	 color:inherit !important;
 }

  @media only screen and (max-width: 767.98px) {
    .product-filter-menu {
      margin-bottom: 20px; } }
  .product-filter-menu ul li {
    /*font-size: 1.6rem;*/
    font-size: 16px;
    line-height: 1;
    color: #8d8d8d;
    text-transform: capitalize;
    margin: 0 20px;
    position: relative;
    -webkit-transition: 0.4s 0.2s ease-out;
    -moz-transition: 0.4s 0.2s ease-out;
    -o-transition: 0.4s 0.2s ease-out;
    transition: 0.4s 0.2s ease-out;
    cursor: pointer;
    padding-bottom: 5px; }
    @media only screen and (max-width: 767.98px) {
      .product-filter-menu ul li {
        margin-bottom: 10px; } }
    .product-filter-menu ul li:hover {
      color: #262626; }
    .product-filter-menu ul li.active {
      color: #262626; }
      .product-filter-menu ul li.active:before {
        background-color: #262626;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 100%; }
  .product-filter-menu.layout-two {
    margin-bottom: 65px; }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .product-filter-menu.layout-two {
        margin-bottom: 36px; } }
    @media only screen and (max-width: 767.98px) {
      .product-filter-menu.layout-two {
        margin-bottom: 30px; } }
    .product-filter-menu.layout-two li {
      /*font-size: 3.6rem;*/
      font-size: 36px;
      color: #D4D4D4;
      padding-bottom: 0; }
      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
        .product-filter-menu.layout-two li {
          /*font-size: 3rem; } }*/
          font-size: 30px; } }
      @media only screen and (max-width: 767.98px) {
        .product-filter-menu.layout-two li {
          /*font-size: 2.2rem; } }*/
          font-size: 22px; } }
      @media only screen and (max-width: 575.98px) {
        .product-filter-menu.layout-two li {
          /*font-size: 1.6rem; } }*/
          font-size: 16px; } }
      .product-filter-menu.layout-two li:before {
        display: none; }
  .product-filter-menu.layout-three {
    margin-bottom: 45px; }
    @media only screen and (max-width: 767.98px) {
      .product-filter-menu.layout-three {
        margin-bottom: 20px; } }
    .product-filter-menu.layout-three li {
      /*font-size: 1.3rem; }*/
      font-size: 13px; }

.product-category-filter-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: -50px; }
  @media only screen and (max-width: 767.98px) {
    .product-category-filter-wrap {
      margin-top: -30px; } }
  .product-category-filter-wrap .single-product-wrap {
    max-width: 25%;
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-top: 50px; }
    @media only screen and (max-width: 479.98px) {
      .product-category-filter-wrap .single-product-wrap {
        max-width: 100% !important;
        -webkit-box-flex: 0 0 100%!important;
        -moz-box-flex: 0 0 100%!important;
        -webkit-flex: 0 0 100%!important;
        -ms-flex: 0 0 100%!important;
        flex: 0 0 100%!important; } }
    @media only screen and (max-width: 767.98px) {
      .product-category-filter-wrap .single-product-wrap {
        max-width: 50%;
        -webkit-box-flex: 0 0 50%;
        -moz-box-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-top: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .product-category-filter-wrap .single-product-wrap {
        max-width: 33.333%;
        -webkit-box-flex: 0 0 33.333%;
        -moz-box-flex: 0 0 33.333%;
        -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%; } }

.grid-three {
  margin: -20px -10px 0; }
  .grid-three .single-product-wrap {
    margin: 0 10px;
    max-width: calc(33.333% - 20px);
    -webkit-box-flex: 0 0 calc(33.333% - 20px);
    -moz-box-flex: 0 0 calc(33.333% - 20px);
    -webkit-flex: 0 0 calc(33.333% - 20px);
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    margin-top: 20px; }
    @media only screen and (max-width: 479.98px) {
      .grid-three .single-product-wrap {
        max-width: calc(100% - 20px) !important;
        -webkit-box-flex: 0 0 calc(100% - 20px)!important;
        -moz-box-flex: 0 0 calc(100% - 20px)!important;
        -webkit-flex: 0 0 calc(100% - 20px)!important;
        -ms-flex: 0 0 calc(100% - 20px)!important;
        flex: 0 0 calc(100% - 20px)!important; } }
    @media only screen and (max-width: 767.98px) {
      .grid-three .single-product-wrap {
        max-width: calc(50% - 20px);
        -webkit-box-flex: 0 0 calc(50% - 20px);
        -moz-box-flex: 0 0 calc(50% - 20px);
        -webkit-flex: 0 0 calc(50% - 20px);
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px); } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .grid-three .single-product-wrap {
        max-width: calc(50% - 20px);
        -webkit-box-flex: 0 0 calc(50% - 20px);
        -moz-box-flex: 0 0 calc(50% - 20px);
        -webkit-flex: 0 0 calc(50% - 20px);
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px); } }

.grid-four {
  margin: -50px -10px 0; }
  .grid-four .single-product-wrap {
    margin: 0 10px;
    max-width: calc(25% - 20px);
    -webkit-box-flex: 0 0 calc(25% - 20px);
    -moz-box-flex: 0 0 calc(25% - 20px);
    -webkit-flex: 0 0 calc(25% - 20px);
    -ms-flex: 0 0 calc(25% - 20px);
    flex: 0 0 calc(25% - 20px);
    margin-top: 50px; }
    @media only screen and (max-width: 479.98px) {
      .grid-four .single-product-wrap {
        max-width: calc(100% - 20px) !important;
        -webkit-box-flex: 0 0 calc(100% - 20px)!important;
        -moz-box-flex: 0 0 calc(100% - 20px)!important;
        -webkit-flex: 0 0 calc(100% - 20px)!important;
        -ms-flex: 0 0 calc(100% - 20px)!important;
        flex: 0 0 calc(100% - 20px)!important; } }
    @media only screen and (max-width: 767.98px) {
      .grid-four .single-product-wrap {
        max-width: calc(50% - 20px);
        -webkit-box-flex: 0 0 calc(50% - 20px);
        -moz-box-flex: 0 0 calc(50% - 20px);
        -webkit-flex: 0 0 calc(50% - 20px);
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px); } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .grid-four .single-product-wrap {
        max-width: calc(33.333% - 20px);
        -webkit-box-flex: 0 0 calc(33.333% - 20px);
        -moz-box-flex: 0 0 calc(33.333% - 20px);
        -webkit-flex: 0 0 calc(33.333% - 20px);
        -ms-flex: 0 0 calc(33.333% - 20px);
        flex: 0 0 calc(33.333% - 20px); } }

.grid-five {
  margin: -50px -10px 0; }
  .grid-five .single-product-wrap {
    margin: 0 10px;
    max-width: calc(20% - 20px);
    -webkit-box-flex: 0 0 calc(20% - 20px);
    -moz-box-flex: 0 0 calc(20% - 20px);
    -webkit-flex: 0 0 calc(20% - 20px);
    -ms-flex: 0 0 calc(20% - 20px);
    flex: 0 0 calc(20% - 20px);
    margin-top: 50px; }
    @media only screen and (max-width: 479.98px) {
      .grid-five .single-product-wrap {
        max-width: calc(100% - 20px) !important;
        -webkit-box-flex: 0 0 calc(100% - 20px)!important;
        -moz-box-flex: 0 0 calc(100% - 20px)!important;
        -webkit-flex: 0 0 calc(100% - 20px)!important;
        -ms-flex: 0 0 calc(100% - 20px)!important;
        flex: 0 0 calc(100% - 20px)!important; } }
    @media only screen and (max-width: 767.98px) {
      .grid-five .single-product-wrap {
        max-width: calc(50% - 20px);
        -webkit-box-flex: 0 0 calc(50% - 20px);
        -moz-box-flex: 0 0 calc(50% - 20px);
        -webkit-flex: 0 0 calc(50% - 20px);
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px); } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .grid-five .single-product-wrap {
        max-width: calc(33.333% - 20px);
        -webkit-box-flex: 0 0 calc(33.333% - 20px);
        -moz-box-flex: 0 0 calc(33.333% - 20px);
        -webkit-flex: 0 0 calc(33.333% - 20px);
        -ms-flex: 0 0 calc(33.333% - 20px);
        flex: 0 0 calc(33.333% - 20px); } }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .grid-five .single-product-wrap {
        max-width: calc(25% - 20px);
        -webkit-box-flex: 0 0 calc(25% - 20px);
        -moz-box-flex: 0 0 calc(25% - 20px);
        -webkit-flex: 0 0 calc(25% - 20px);
        -ms-flex: 0 0 calc(25% - 20px);
        flex: 0 0 calc(25% - 20px); } }

.masonry-layout .single-product-wrap .product-thumbnail {
  overflow: hidden; }
  .masonry-layout .single-product-wrap .product-thumbnail.masonry-height-530 {
    max-height: 530px; }
  .masonry-layout .single-product-wrap .product-thumbnail.masonry-height-350 {
    max-height: 350px; }

.product-load-more-wrap .btn-transparent {
  border-color: #262626;
  padding: 15px 40px; }
  .product-load-more-wrap .btn-transparent:hover {
    border-color: #CD411D; }

.products-on-column {
  margin-top: -30px; }
  .products-on-column .single-product-wrap {
    margin-top: 30px; }

.products-wrapper.list-view [class*="col-"] {
  max-width: 100%;
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  .products-wrapper.list-view [class*="col-"] .single-product-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media only screen and (max-width: 767.98px) {
      .products-wrapper.list-view [class*="col-"] .single-product-wrap {
        display: block; } }
    .products-wrapper.list-view [class*="col-"] .single-product-wrap .product-thumbnail {
      max-width: 320px;
      -webkit-box-flex: 0 0 320px;
      -moz-box-flex: 0 0 320px;
      -webkit-flex: 0 0 320px;
      -ms-flex: 0 0 320px;
      flex: 0 0 320px; }
      @media only screen and (max-width: 767.98px) {
        .products-wrapper.list-view [class*="col-"] .single-product-wrap .product-thumbnail {
          max-width: 100%;
          -webkit-box-flex: 0 0 100%;
          -moz-box-flex: 0 0 100%;
          -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }
      .products-wrapper.list-view [class*="col-"] .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group {
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .products-wrapper.list-view [class*="col-"] .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group a {
          display: none; }
      .products-wrapper.list-view [class*="col-"] .single-product-wrap .product-thumbnail .product-hvr-content .btn-addToCart {
        display: none; }
    .products-wrapper.list-view [class*="col-"] .single-product-wrap .product-details {
      max-width: calc(100% - 320px);
      -webkit-box-flex: 0 0 calc(100% - 320px);
      -moz-box-flex: 0 0 calc(100% - 320px);
      -webkit-flex: 0 0 calc(100% - 320px);
      -ms-flex: 0 0 calc(100% - 320px);
      flex: 0 0 calc(100% - 320px);
      text-align: left;
      margin-left: 50px;
      margin-top: 0; }
      @media only screen and (max-width: 767.98px) {
        .products-wrapper.list-view [class*="col-"] .single-product-wrap .product-details {
          max-width: 100%;
          -webkit-box-flex: 0 0 100%;
          -moz-box-flex: 0 0 100%;
          -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          margin-left: 0;
          margin-top: 20px; } }
      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
        .products-wrapper.list-view [class*="col-"] .single-product-wrap .product-details {
          margin-left: 30px; } }
      .products-wrapper.list-view [class*="col-"] .single-product-wrap .product-details .product-name, .products-wrapper.list-view [class*="col-"] .single-product-wrap .product-details .product-prices {
        /*font-size: 1.8rem; }*/
        font-size: 18px; }
      .products-wrapper.list-view [class*="col-"] .single-product-wrap .product-details .product-prices {
        margin: 30px 0 20px; }
        @media only screen and (max-width: 767.98px) {
          .products-wrapper.list-view [class*="col-"] .single-product-wrap .product-details .product-prices {
            margin: 15px 0 10px; } }
      .products-wrapper.list-view [class*="col-"] .single-product-wrap .product-details .list-view-content {
        display: block; }

/*===============================
Start Instagram Feed Area
================================*/
.instagram-feed-area .instagram-content-header {
  margin-bottom: 28px; }
  .instagram-feed-area .instagram-content-header h3 {
    /*font-size: 1.8rem;*/
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0; }
    .instagram-feed-area .instagram-content-header h3 span {
      color: #CD411D; }

.instagram-feed-area .instagram-item {
  position: relative;
  z-index: 1; }
  .instagram-feed-area .instagram-item:before {
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.3s 0.2s ease-out;
    -moz-transition: 0.3s 0.2s ease-out;
    -o-transition: 0.3s 0.2s ease-out;
    transition: 0.3s 0.2s ease-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    pointer-events: none;
    height: 100%;
    width: 100%; }
  .instagram-feed-area .instagram-item .instagram-hvr-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: 0.3s 0.2s ease-out;
    -moz-transition: 0.3s 0.2s ease-out;
    -o-transition: 0.3s 0.2s ease-out;
    transition: 0.3s 0.2s ease-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1; }
    .instagram-feed-area .instagram-item .instagram-hvr-content span {
      color: #fff;
      margin-right: 20px; }
      .instagram-feed-area .instagram-item .instagram-hvr-content span:last-child {
        margin-right: 0; }
      .instagram-feed-area .instagram-item .instagram-hvr-content span i.fa {
        margin-right: 5px; }
  .instagram-feed-area .instagram-item:hover:before,
  .instagram-feed-area .instagram-item:focus-within:before
   {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible; }
  .instagram-feed-area .instagram-item:hover .instagram-hvr-content,
  .instagram-feed-area .instagram-item:focus-within .instagram-hvr-content
   {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible; }

/*=========================================
Start Spacial Offers Product Area
=============================================*/
.special-content-wrap {
  margin-top: -30px; }

.single-special-product {
  margin-top: 30px; }
  .single-special-product .single-product-wrap .product-hvr-content .prod-btn-group {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .single-special-product .single-product-wrap .product-hvr-content .prod-btn-group a, .single-special-product .single-product-wrap .product-hvr-content .prod-btn-group span {
      display: inline-block;
	  float:left;
      margin-bottom: 0;
      margin-right: 10px; }
      .single-special-product .single-product-wrap .product-hvr-content .prod-btn-group a:last-child, .single-special-product .single-product-wrap .product-hvr-content .prod-btn-group span:last-child {
        margin-right: 0; }
  .single-special-product .single-product-wrap .product-details {
    position: relative; }
    .single-special-product .single-product-wrap .product-details .product-prices {
      position: absolute;
      right: 30px;
      top: -23px;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      z-index: 3; }
      @media only screen and (max-width: 767.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
        .single-special-product .single-product-wrap .product-details .product-prices {
          top: -30px;
          right: 15px; } }
      .single-special-product .single-product-wrap .product-details .product-prices .price {
        background-color: #CD411D;
        color: #fff;
        /*font-size: 1.8rem;*/
        font-size: 18px;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        line-height: 1;
        margin-bottom: 0;
        height: 90px;
        width: 90px; }
        @media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
          .single-special-product .single-product-wrap .product-details .product-prices .price {
            /*font-size: 1.3rem;*/
            font-size: 13px;
            height: 60px;
            width: 60px; } }
        .single-special-product .single-product-wrap .product-details .product-prices .price span {
          /*font-size: 1.2rem;*/
          font-size: 12px;
          display: block;
          margin-bottom: 5px; }

.sale-countdown-wrap {
  margin-top: 20px; }
  .sale-countdown-wrap .sale-countdown {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .sale-countdown-wrap .sale-countdown .countdown-item {
      margin-right: 45px; }
      @media only screen and (max-width: 767.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
        .sale-countdown-wrap .sale-countdown .countdown-item {
          margin-right: 20px; } }
      .sale-countdown-wrap .sale-countdown .countdown-item:last-child {
        margin-right: 0; }
      .sale-countdown-wrap .sale-countdown .countdown-item span {
        display: block; }
        .sale-countdown-wrap .sale-countdown .countdown-item span.countdown-time {
          /*font-size: 3rem;*/
          font-size: 30px;
          line-height: 1;
          font-weight: 500; }
          @media only screen and (max-width: 767.98px) {
            .sale-countdown-wrap .sale-countdown .countdown-item span.countdown-time {
              /*font-size: 2rem; } }*/
              font-size: 20px; } }
        .sale-countdown-wrap .sale-countdown .countdown-item span.countdown-label {
          color: #8d8d8d;
          /*font-size: 1.3rem; }*/
          font-size: 13px; }

/*===============================
Start Call to Action Area
================================*/
.call-to-action-wrapper {
  background-color: #f9f9f9;
  padding: 55px 0; }
  .call-to-action-wrapper .call-action-content-wrapper {
    margin-top: -30px; }

.single-call-to-action-wrap {
  color: #8d8d8d;
  /*font-size: 1.1rem;*/
  font-size: 11px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 30px; }
  .single-call-to-action-wrap * {
    margin: 0;
    padding: 0; }
  .single-call-to-action-wrap h2 {
    /*font-size: 1.4rem;*/
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 5px; }
  .single-call-to-action-wrap .action-icon {
    margin-right: 20px;
    max-width: 50px; }

.call-to-action-wrapper.layout-two {
  background-color: #fff;
  padding: 74px 0; }
  @media only screen and (max-width: 767.98px) {
    .call-to-action-wrapper.layout-two {
      padding: 50px 0; } }
  .call-to-action-wrapper.layout-two .single-call-to-action-wrap {
    /*font-size: 1.2rem; }*/
    font-size: 12px; }
    .call-to-action-wrapper.layout-two .single-call-to-action-wrap h2 {
      font-weight: 400;
      text-transform: uppercase; }
    .call-to-action-wrapper.layout-two .single-call-to-action-wrap .action-icon i {
      /*font-size: 4.5rem;*/
      font-size: 45px;
      line-height: 1;
      color: #262626; }

/*===============================
Start Banner Area // Home3
================================*/
.banner-content-wrap {
	/*
  background-image: url("../img/banner/home3-banner-bg.jpg");
	*/
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 180px 0; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner-content-wrap {
      padding: 80px 0; } }
  @media only screen and (max-width: 767.98px) {
    .banner-content-wrap {
      padding: 60px 0; } }
  @media only screen and (max-width: 479.98px) {
    .banner-content-wrap [class*="col-"] {
      max-width: 100%;
      -webkit-box-flex: 0 0 100%;
      -moz-box-flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }
  @media only screen and (max-width: 767.98px) {
    .banner-content-wrap .banner-content {
      padding: 0 20px; } }
  .banner-content-wrap .banner-content h4, .banner-content-wrap .banner-content h2 {
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 9px; }
  .banner-content-wrap .banner-content h4 {
    /*font-size: 2.4rem;*/
    font-size: 24px;
    margin-top: -5px; }
    @media only screen and (max-width: 767.98px) {
      .banner-content-wrap .banner-content h4 {
        /*font-size: 2rem; } }*/
        font-size: 20px; } }
  .banner-content-wrap .banner-content h2 {
    /*font-size: 12rem; }*/
    font-size: 120px; }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .banner-content-wrap .banner-content h2 {
				/*font-size: 6rem; } }*/
        font-size: 60px; } }
    @media only screen and (max-width: 767.98px) {
      .banner-content-wrap .banner-content h2 {
        /*font-size: 4rem; } }*/
        font-size: 40px; } }
  .banner-content-wrap .banner-content h3 {
    /*font-size: 2.4rem;*/
    font-size: 24px;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767.98px) {
      .banner-content-wrap .banner-content h3 {
        margin-bottom: 25px; } }
  .banner-content-wrap .banner-content .btn-transparent {
    border-width: 2px;
    border-color: #262626;
    padding: 15px 45px; }
    @media only screen and (max-width: 767.98px) {
      .banner-content-wrap .banner-content .btn-transparent {
        padding: 10px 30px; } }
    .banner-content-wrap .banner-content .btn-transparent:hover,
	.banner-content-wrap .banner-content .btn-transparent:focus {
      border-color: #CD411D; }

/*===========================================
Start Banner Area // Home4
=============================================*/
.banner-area-wrapper.layout-two {
  background-image: url("../img/banner/home4-banner-bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 145px 0; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner-area-wrapper.layout-two {
      padding: 70px 0; } }
  @media only screen and (max-width: 767.98px) {
    .banner-area-wrapper.layout-two {
      padding: 50px 0; } }
  .banner-area-wrapper.layout-two .banner-content-wrap {
    background-image: none;
    padding: 0; }
    .banner-area-wrapper.layout-two .banner-content-wrap * {
      color: #fff; }
    .banner-area-wrapper.layout-two .banner-content-wrap .btn-transparent {
      border-color: #fff; }
      .banner-area-wrapper.layout-two .banner-content-wrap .btn-transparent:hover {
        border-color: #CD411D; }

/*==========================================
Start Summer Banner Area / index6.html
===========================================*/
/*.summer-banner-area {
/*  background-image: url("../img/summer.jpg");
/*  background-size: cover;
/*  background-attachment: fixed;
/*  background-position: center center;
/*  background-repeat: no-repeat;
/*  padding: 200px 0;
/*  position: relative; }
/*  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
/*    .summer-banner-area {
/*      padding: 130px 0; } }
/*  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
/*    .summer-banner-area {
/*      padding: 60px 0; } }
/*  @media only screen and (max-width: 767.98px) {
/*    .summer-banner-area {
/*      padding: 50px 0; } }
/*  .summer-banner-area:before {
/*    background-color: rgba(0, 0, 0, 0.3);
/*    content: '';
/*    position: absolute;
/*    left: 0;
/*    top: 0;
/*    height: 100%;
/*    width: 100%; }
/*  .summer-banner-area .summer-banner-content h4, .summer-banner-area .summer-banner-content h2 {
/*    text-transform: uppercase;
/*    color: #fff; }
/*  .summer-banner-area .summer-banner-content h4 {
/*    font-size: 2rem;
/*    margin-top: -5px;
/*    margin-bottom: 10px;
/*    letter-spacing: 2px; }
/*    @media only screen and (max-width: 575.98px) {
/*      .summer-banner-area .summer-banner-content h4 {
/*        font-size: 1.7rem; } }
/*  .summer-banner-area .summer-banner-content h2 {
/*    font-size: 12rem;
/*    font-weight: 300;
/*    line-height: 1;
/*    margin-bottom: 0; }
/*    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
/*      .summer-banner-area .summer-banner-content h2 {
/*        font-size: 9rem; } }
/*    @media only screen and (max-width: 767.98px) {
/*      .summer-banner-area .summer-banner-content h2 {
/*        font-size: 4rem; } }
/*  .summer-banner-area .summer-banner-content .btn-brand {
/*    background-color: #fff;
/*    color: #262626;
/*    padding: 20px 60px;
/*    margin-top: 83px; }
/*    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
/*      .summer-banner-area .summer-banner-content .btn-brand {
/*        margin-top: 38px; } }
/*    @media only screen and (max-width: 767.98px) {
/*      .summer-banner-area .summer-banner-content .btn-brand {
/*        margin-top: 18px;
/*        padding: 10px 25px; } }
/*    .summer-banner-area .summer-banner-content .btn-brand:hover {
/*      background-color: #CD411D;
/*      color: #fff; }
/*  .summer-banner-area.layout-two {
/*    background-image: url("../img/new-summer.jpg");
/*    background-attachment: scroll;
/*    padding: 143px 0 160px;
/*    position: relative; }
/*    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
/*      .summer-banner-area.layout-two {
/*        padding: 48px 0 60px; } }
/*    @media only screen and (max-width: 767.98px) {
/*      .summer-banner-area.layout-two {
/*        padding: 45px 0 50px; } }
/*    .summer-banner-area.layout-two .summer-banner-content * {
/*      text-transform: capitalize;
/*      color: #fff; }
/*    .summer-banner-area.layout-two .summer-banner-content h4 {
/*      font-weight: 400;
/*      font-size: 2.4rem;
/*      margin: 10px 0 40px; }
/*      @media only screen and (max-width: 767.98px) {
/*        .summer-banner-area.layout-two .summer-banner-content h4 {
/*          margin: 10px 0 20px; } }
/*    .summer-banner-area.layout-two .summer-banner-content .btn-transparent {
/*      border: 2px solid #fff;
/*      padding: 15px 50px;
/*      display: inline-block; }
/*      .summer-banner-area.layout-two .summer-banner-content .btn-transparent:hover {
/*        border-color: #CD411D; }
/*  .summer-banner-area.layout-three {
/*    background-image: url("../img/summer-sale-bg.jpg");
/*    background-attachment: scroll; }
/*    .summer-banner-area.layout-three h4 {
/*      font-size: 4.8rem;
/*      font-weight: 600;
/*      text-transform: capitalize;
/*      margin-bottom: 28px; }
/*      @media only screen and (max-width: 575.98px) {
/*        .summer-banner-area.layout-three h4 {
/*          font-size: 3.5rem; } }
/*    .summer-banner-area.layout-three img {
/*      display: block;
/*      margin: auto; }
/*      @media only screen and (max-width: 767.98px) {
/*        .summer-banner-area.layout-three img {
/*          max-width: 65%; } }
/*      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
/*        .summer-banner-area.layout-three img {
/*          max-width: 45%; } }
/*    .summer-banner-area.layout-three .btn-brand {
/*      margin-top: 50px; }
/*      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
/*        .summer-banner-area.layout-three .btn-brand {
/*          margin-top: 38px; } }
/*      @media only screen and (max-width: 767.98px) {
/*        .summer-banner-area.layout-three .btn-brand {
/*          margin-top: 18px;
/*          padding: 10px 25px; } }
/*      .summer-banner-area.layout-three .btn-brand:hover {
/*        background-color: #CD411D;
/*        color: #fff; }
 */

/*===============================
Start Testimonial Area
================================*/
/*.testimonial-area-wrapper {
/*  background-color: #f9f9f9;
/*  padding: 50px 0 70px; }
/*  .testimonial-area-wrapper .testimonial-content-wrapper {
/*    position: relative; }
/*    .testimonial-area-wrapper .testimonial-content-wrapper:before {
/*      content: url("../img/icons/quote.png");
/*      display: inline-block;
/*      margin-bottom: 23px; }
/*    .testimonial-area-wrapper .testimonial-content-wrapper .single-testimonial-wrap {
/*      font-size: 2.6rem;
/*      line-height: 1.5;
/*      font-family: "Playfair Display", serif; }
/*      @media only screen and (max-width: 767.98px) {
/*        .testimonial-area-wrapper .testimonial-content-wrapper .single-testimonial-wrap {
/*          font-size: 2rem;
/*          line-height: 1.5; } }
/*      .testimonial-area-wrapper .testimonial-content-wrapper .single-testimonial-wrap * {
/*        margin-bottom: 0; }
/*      .testimonial-area-wrapper .testimonial-content-wrapper .single-testimonial-wrap .client-name {
/*        font-size: 1.3rem;
/*        line-height: 1;
/*        font-weight: 400;
/*        font-family: "Gotham SSm A", "Gotham SSm B", "Poppins", sans-serif;
/*        margin-top: 30px; }
/*        .testimonial-area-wrapper .testimonial-content-wrapper .single-testimonial-wrap .client-name .client-type {
/*          margin-left: 25px;
/*          position: relative; }
/*          .testimonial-area-wrapper .testimonial-content-wrapper .single-testimonial-wrap .client-name .client-type:before {
/*            background-color: #262626;
/*            -webkit-border-radius: 50%;
/*            -moz-border-radius: 50%;
/*            border-radius: 50%;
/*            content: '';
/*            position: absolute;
/*            left: -16px;
/*            top: 50%;
/*            -webkit-transform: translate(0, -50%);
/*            -moz-transform: translate(0, -50%);
/*            -ms-transform: translate(0, -50%);
/*            transform: translate(0, -50%);
/*            height: 5px;
/*            width: 5px; }
 */

/*===============================
Start Newsletter Area
================================*/
#newsletter-area-wrap {
  background-image: url("../img/newsletterbg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 125px 0; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #newsletter-area-wrap {
      padding: 60px 0; } }
  @media only screen and (max-width: 767.98px) {
    #newsletter-area-wrap {
      padding: 50px 0; } }
  #newsletter-area-wrap h2 {
    /*font-size: 3.6rem;*/
    font-size: 36px;
    line-height: 1.2;
    font-weight: 400;
    margin-top: -7px;
    margin-bottom: 0; }
    @media only screen and (max-width: 767.98px) {
      #newsletter-area-wrap h2 {
        /*font-size: 2.6rem; } }*/
        font-size: 26px; } }
  #newsletter-area-wrap .newsletter-area {
    margin-top: 22px; }
    #newsletter-area-wrap .newsletter-area input[type="email"] {
      border: none;
      padding: 25px 30px;
      padding-right: 110px; }
    #newsletter-area-wrap .newsletter-area button {
      right: 30px;
      /*font-size: 1.4rem; }*/
      font-size: 14px; }

/*===============================
Start We Love Fashion Banner
================================*/
/*.love-fashion-text {
/*  color: #8d8d8d; }
/*  .love-fashion-text h2 {
/*    font-family: "Playfair Display", serif;
/*    font-size: 6.4rem;
/*    line-height: 1.2;
/*    font-weight: 400;
/*    margin-bottom: 30px; }
/*    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
/*      .love-fashion-text h2 {
/*        font-size: 3.6rem;
/*        margin-bottom: 20px; } }
/*    @media only screen and (max-width: 767.98px) {
/*      .love-fashion-text h2 {
/*        font-size: 4rem;
/*        margin-bottom: 10px; } }
/*  .love-fashion-text .btn {
/*    padding: 17px 40px;
/*    margin-top: 30px; }
/*    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
/*      .love-fashion-text .btn {
/*        margin-top: 20px; } }
/*    @media only screen and (max-width: 767.98px) {
/*      .love-fashion-text .btn {
/*        margin-top: 10px; } }
/*
/*@media only screen and (max-width: 767.98px) {
/*  .love-fashion-thumbnail img {
/*    max-width: 300px;
/*    margin: auto; } }
 */

/*===============================
Start Header Sale Discount Bar
================================*/
.header-discount-bar {
  background-color: #CD411D;
  border: none;
  color: #fff;
  /*font-size: 1.3rem;*/
  font-size: 13px;
  line-height: 1.5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 300;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 20px 0; }
  @media only screen and (max-width: 575.98px) {
    .header-discount-bar {
      padding: 10px;
      /*font-size: 1.1rem;*/
      font-size: 11px;
      line-height: 1.5; } }
  @media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
    .header-discount-bar {
      padding: 10px 0; } }
  .header-discount-bar p {
    margin: 0; }
  .header-discount-bar a {
    color: #fff;
    font-weight: 600; }
    .header-discount-bar a:hover {
      color: #262626; }
  .header-discount-bar .close-button-wrap {
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -11px; }
    @media only screen and (max-width: 767.98px) {
      .header-discount-bar .close-button-wrap {
        right: 5px; } }
    .header-discount-bar .close-button-wrap .close {
      color: #fff;
      text-shadow: none;
      font-weight: 300;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      /*font-size: 2.2rem;*/
      font-size: 22px;
      line-height: 1; }
  .header-discount-bar.layout-two {
   /* background-color: #bdfbe1;
    padding: 10px;
    color: #262626;*/
	background-color: #006341;
    padding: 10px;
    color: #ffffff;
    letter-spacing: normal;
    /*font-size: 1.4rem;*/
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize; }
    .header-discount-bar.layout-two .btn {
      border-radius: 5px;
      margin-left: 15px;
      font-weight: 400;
	   }
      .header-discount-bar.layout-two .btn:hover {
        background-color: #262626;
        color: #fff; }
    .header-discount-bar.layout-two .close {
      /*color: #000; */
	  color: #ffffff; 
	  }

/*===============================
Start Single Product Banner
================================*/
.single-product-banner-area {
  background-image: url("../img/product-banner/single-product-banner-1.jpg");
  background-size: cover;
  background-position: center center;
  padding: 250px 0; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .single-product-banner-area {
      padding: 100px 0; } }
  @media only screen and (max-width: 767.98px) {
    .single-product-banner-area {
      padding: 60px 0; } }
  .single-product-banner-area .single-product-banner-content h2 {
    /*font-size: 4.8rem;*/
    font-size: 48px;
    line-height: 1.2;
    font-weight: 400;
    margin-top: -7px; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .single-product-banner-area .single-product-banner-content h2 {
        /*font-size: 3.6rem; } }*/
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .single-product-banner-area .single-product-banner-content h2 {
        /*font-size: 3rem; } }*/
        font-size: 30px; } }
    @media only screen and (max-width: 767.98px) {
      .single-product-banner-area .single-product-banner-content h2 {
        /*font-size: 2.4rem; } }*/
        font-size: 24px; } }
    .single-product-banner-area .single-product-banner-content h2 a {
      color: #262626; }
  .single-product-banner-area .single-product-banner-content .reference {
    /*font-size: 1.2rem;*/
    font-size: 12px;
    line-height: 1; }
  .single-product-banner-area .single-product-banner-content .price {
    display: block;
    /*font-size: 3.6rem;*/
    font-size: 36px;
    line-height: 1;
    font-weight: 300;
    margin: 30px 0 37px; }
    @media only screen and (max-width: 767.98px) {
      .single-product-banner-area .single-product-banner-content .price {
        /*font-size: 2.4rem;*/
        font-size: 24px;
        margin: 15px 0 20px; } }
  .single-product-banner-area .single-product-banner-content .btn-transparent {
    border-color: #262626;
    padding: 18px 60px; }
    @media only screen and (max-width: 767.98px) {
      .single-product-banner-area .single-product-banner-content .btn-transparent {
        padding: 12px 30px; } }
    .single-product-banner-area .single-product-banner-content .btn-transparent:hover {
      border-color: #CD411D; }

/*===============================
Start Sidebar Area Wrapper
================================*/
.single-sidebar-wrap {
  margin-bottom: 58px; }
  @media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
    .single-sidebar-wrap {
      margin-bottom: 38px; } }
  .single-sidebar-wrap:last-child {
    margin-bottom: 0; }
  .single-sidebar-wrap .sidebar-title {
    font-weight: 600;
    /*font-size: 1.8rem;*/
    font-size: 18px;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 25px; }

.sidebar-list {
  line-height: 1; }
  .sidebar-list li {
    margin-bottom: 20px; }
    .sidebar-list li:last-child {
      margin-bottom: 0; }
    .sidebar-list li a {
      color: #262626;
      /*font-size: 1.4rem;*/
      font-size: 14px;
      -webkit-transition: 0.2s 0.2s ease-out;
      -moz-transition: 0.2s 0.2s ease-out;
      -o-transition: 0.2s 0.2s ease-out;
      transition: 0.2s 0.2s ease-out;
      display: block; }
      .sidebar-list li a:hover {
        color: #CD411D;
        text-decoration: underline; }
      .sidebar-list li a span {
        float: right;
        text-align: center;
        width: 50px; }
        @media only screen and (min-width: 768px) and (max-width: 991.98px) {
          .sidebar-list li a span {
            float: none; } }

.price-range-wrap {
  margin-right: 15px;
  padding-top: 8px; }
  .price-range-wrap .price-range.ui-widget-content {
    border: none;
    background: #eeeeee;
    height: 3px; }
    .price-range-wrap .price-range.ui-widget-content .ui-slider-range {
      background: #262626; }
    .price-range-wrap .price-range.ui-widget-content .ui-slider-handle {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: none;
      background: #262626;
      height: 15px;
      width: 15px;
      outline: inherit;
      top: -6px;
      cursor: ew-resize;
      margin-left: 0; }
	  
	 .price-range-wrap .price-range.ui-widget-content .ui-slider-handl:focus {
		/*outline: auto !important;
		outline-width: 2px !important;
		outline-color: #CD411D !important;*/
		/*border-bottom:2px solid #cd411D !important;*/
}
  .price-range-wrap .range-slider {
    /*font-size: 1.4rem;*/
    font-size: 14px;
    line-height: 1;
    color: #8d8d8d;
    margin-top: 22px; }
    .price-range-wrap .range-slider * {
      margin: 0;
      line-height: 1; }
    .price-range-wrap .range-slider input#amount {
      border: none;
      outline: inherit;
      /*font-size: 1.4rem;*/
      font-size: 14px;
      line-height: 1;
      color: #8d8d8d;
      pointer-events: none;
      height: 12px; }

.size-list {
  margin-top: -2px; }
  .size-list li {
    display: inline-block;
    margin: 4px 2px; }
    .size-list li a {
      border: 1px solid #dddddd;
      color: #8d8d8d;
      /*font-size: 1.2rem;*/
      font-size: 12px;
      text-align: center;
      display: block;
      line-height: 40px;
      height: 40px;
      width: 40px; }
      .size-list li a:hover {
        border-color: #262626;
        background-color: #262626;
        color: #fff; }

.tags-cloud li {
  display: inline-block;
  position: relative; }
  .tags-cloud li:after {
    content: ','; }
  .tags-cloud li:last-child:after {
    display: none; }
  .tags-cloud li a {
    /*font-size: 1.4rem;*/
    font-size: 14px;
    line-height: 1;
    color: #262626; }
    .tags-cloud li a:hover {
      color: #CD411D; }

.sidebar-search-box form {
  position: relative; }
  .sidebar-search-box form input[type="search"] {
    outline: inherit;
    border: 1px solid #e7e7e7;
    /*font-size: 1.3rem;*/
    font-size: 13px;
    line-height: 1.5;
    padding: 15px 40px 15px 15px;
    display: block;
    -webkit-transition: 0.3s 0.2s ease-out;
    -moz-transition: 0.3s 0.2s ease-out;
    -o-transition: 0.3s 0.2s ease-out;
    transition: 0.3s 0.2s ease-out;
    width: 100%; }
    .sidebar-search-box form input[type="search"]:focus {
      border-color: #262626; }
  .sidebar-search-box form button {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 15px;
    line-height: 1; }
    .sidebar-search-box form button:hover {
      color: #CD411D; }

.sidebar-author-profile .author-pic {
  max-width: 100px;
  max-height: 100px;
  margin: 0 auto 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden; }

.sidebar-author-profile .author-info {
  color: #8d8d8d;
  /*font-size: 1.3rem;*/
  font-size: 13px;
  line-height: 1.5; }
  .sidebar-author-profile .author-info h4 {
    font-weight: 400;
    /*font-size: 1.4rem;*/
    font-size: 14px;
    line-height: 1; }

.sidebar-author-profile .author-social-link a {
  color: #8d8d8d;
  margin-right: 10px; }
  .sidebar-author-profile .author-social-link a:last-child {
    margin-right: 0; }
  .sidebar-author-profile .author-social-link a:hover {
    color: #CD411D; }

/*==============================
Start Footer Section
============================*/
.footer-widget-content {
  margin-top: -30px; }

.footer-widget-item-wrap {
  margin-top: 30px; }
  .footer-widget-item-wrap .widget-title {
    /*font-size: 1.4rem;*/
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 24px; }
  .footer-widget-item-wrap .widget-body {
    color: #8d8d8d;
    /*font-size: 1.3rem;*/
    font-size: 13px;
    line-height: 1.5; }
    .footer-widget-item-wrap .widget-body a {
      color: #8d8d8d;
      display: block; }
      .footer-widget-item-wrap .widget-body a:hover {
        color: #262626; 
		text-decoration:underline;
		}
    .footer-widget-item-wrap .widget-body .contact-text p {
      margin-bottom: 0; }
    .footer-widget-item-wrap .widget-body .contact-text a {
      margin-bottom: 5px; }
    .footer-widget-item-wrap .widget-body .about-text a {
      margin-bottom: 18px; }
    .footer-widget-item-wrap .widget-body .about-text p {
      margin-bottom: 0;
      line-height: 22px; }

.footer-bottom-wrapper {
  border-top: 1px solid #dfdfdf;
  padding: 15px 0; }
  .footer-bottom-wrapper .copyright-text {
    /*font-size: 1.1rem;*/
    font-size: 11px;
    color: #616161; }
    .footer-bottom-wrapper .copyright-text * {
      margin-bottom: 0; }
    .footer-bottom-wrapper .copyright-text a {
      color: #262626 !important; }

.newsletter-area form {
  position: relative; }
  .newsletter-area form input[type="email"] {
    border: none;
    border-bottom: 1px solid #dfdfdf;
    padding: 5px 70px 5px 0;
    display: block;
    outline: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /*font-size: 1.4rem;*/
    font-size: 14px;
    width: 100%; }
	.newsletter-area form input[type="email"]:focus {
		/*outline: auto !important;
		outline-width: 2px !important;
		outline-color: #CD411D !important;*/
		border-bottom:2px solid #cd411D !important;
		font-weight:bold;
}
  .newsletter-area form button.btn {
    background-color: transparent;
    padding: 0;
    margin: 0;
    /*font-size: 1.4rem;*/
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .newsletter-area form button.btn:hover {
      color: #CD411D; }

.newsletter-area .mailchimp-alerts {
  color: #CD411D; }

.footer-menu li {
  margin-right: 20px;
  line-height: 0; }
  .footer-menu li:last-child {
    margin-right: 0; }
  .footer-menu li a {
    /*font-size: 1.3rem;*/
    font-size: 13px;
    line-height: 1;
    color: #262626;
    text-transform: capitalize; }
    .footer-menu li a:hover {
      color: #CD411D;
	  text-decoration:underline;
	   }

.footer-social-icons a {
  color: #262626 !important;
  /*font-size: 1.4rem;*/
  font-size: 14px;
  line-height: 1;
  margin-right: 20px; }
  .footer-social-icons a:last-child {
    margin-right: 0; }

.footer-list li {
  margin-bottom: 10px;
  text-transform: capitalize; }
  .footer-list li:last-child {
    margin-bottom: 0; }

#footer-area.footer-three {
  background-color: #262626;
  color: #fff; }
  #footer-area.footer-three .about-text {
    margin-top: 0;
    color: #8d8d8d; }
    @media only screen and (max-width: 575.98px) {
      #footer-area.footer-three .about-text {
        /*font-size: 1.2rem; } }*/
        font-size: 12px; } }
  #footer-area.footer-three .footer-menu li a {
    /*font-size: 1.8rem;*/
    font-size: 18px;
    color: #fff;
    margin-right: 15px; }
    @media only screen and (max-width: 575.98px) {
      #footer-area.footer-three .footer-menu li a {
        /*font-size: 1.1rem;*/
        font-size: 11px;
        margin-right: 0; } }
    #footer-area.footer-three .footer-menu li a:hover {
      color: #8d8d8d; 
	  text-decoration:underline;
	  }
  #footer-area.footer-three .footer-menu li:last-child a {
    margin-right: 0; }
  #footer-area.footer-three .footer-bottom-wrapper {
    border: none; }
    #footer-area.footer-three .footer-bottom-wrapper .copyright-text {
      color: #8d8d8d; }
      #footer-area.footer-three .footer-bottom-wrapper .copyright-text a {
        color: #8d8d8d !important; }
    #footer-area.footer-three .footer-bottom-wrapper .footer-social-icons a {
      color: #fff !important; }
      #footer-area.footer-three .footer-bottom-wrapper .footer-social-icons a:hover {
        color: #CD411D !important; }

.footer-four .footer-menu li a {
  font-weight: 700;
  color: #000;
  /*font-size: 1.2rem;*/
  font-size: 12px;
  text-decoration:underline; 
  }
  .footer-four .footer-menu li a:hover {
    color: #CD411D; }

.footer-four .footer-bottom-wrapper {
  border-top: 0 solid transparent; }

@media only screen and (max-width: 767.98px) {
  .footer-four .footer-widget-content {
    margin-top: -15px; }
    .footer-four .footer-widget-content .footer-widget-item-wrap {
      margin-top: 15px; } }

/*===============================
Home Page Style Left Fixed Header
================================*/
.site-content-wrapper {
  position: relative;
  padding-left: 350px; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
    .site-content-wrapper {
      padding-left: 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .site-content-wrapper {
      padding-left: 250px; } }
  .site-content-wrapper .container-fluid {
    padding: 0 65px; }
    @media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .site-content-wrapper .container-fluid {
        padding: 0 15px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 1200px) {
    .site-content-wrapper .summer-banner-area.hero-banner {
      height: 100vh; } }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .site-content-wrapper .summer-banner-area .summer-banner-content h2 {
      /*font-size: 8rem; } }*/
      font-size: 80px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
    .site-content-wrapper .summer-banner-area .summer-banner-content h2 {
      /*font-size: 10rem; } }*/
      font-size: 100px; } }
  .site-content-wrapper .summer-banner-area .summer-banner-content .btn {
    margin-top: 30px; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
    .site-content-wrapper .special-category-banner.layout-six .banner-cate-name h2 {
      /*font-size: 3rem; } }*/
      font-size: 30px; } }
  @media only screen and (max-width: 479.98px) {
    .site-content-wrapper .special-category-banner.layout-six .banner-cate-name h2 {
      /*font-size: 2.5rem; } }*/
      font-size: 25px; } }
  .site-content-wrapper .special-category-banner.layout-six .banner-cate-name .btn-transparent {
    padding: 10px 15px;
    margin-top: 10px; }
  .site-content-wrapper .home-search-box {
    padding: 50px 15px; }
    @media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
      .site-content-wrapper .home-search-box {
        padding: 0 15px 30px; } }
    .site-content-wrapper .home-search-box .search-box-form input {
      border: none;
      /*font-size: 7rem;*/
      font-size: 70px;
      color: #848484;
      font-weight: 300;
      outline: inherit;
      text-align: center;
      width: 100%;
      display: block; }
	  .site-content-wrapper .home-search-box .search-box-form input:focus {
		/*outline: auto !important;
		outline-width: 2px !important;
		outline-color: #CD411D !important;*/
		/*border-bottom:2px solid #cd411D !important;*/
	}
      @media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
        .site-content-wrapper .home-search-box .search-box-form input {
          padding: 5px 10px;
          /*font-size: 4rem; } }*/
          font-size: 40px; } }
      @media only screen and (max-width: 575.98px) {
        .site-content-wrapper .home-search-box .search-box-form input {
          /*font-size: 2rem; } }*/
          font-size: 20px; } }
      .site-content-wrapper .home-search-box .search-box-form input::placeholder {
        color: #848484; }
      .site-content-wrapper .home-search-box .search-box-form input::-moz-placeholder {
        color: #848484; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .site-content-wrapper .products-wrapper .grid-four .single-product-wrap {
      max-width: calc(33.333% - 20px);
      -webkit-box-flex: 0 0 calc(33.333% - 20px);
      -moz-box-flex: 0 0 calc(33.333% - 20px);
      -webkit-flex: 0 0 calc(33.333% - 20px);
      -ms-flex: 0 0 calc(33.333% - 20px);
      flex: 0 0 calc(33.333% - 20px); } }

.single-product-banner-wrapper .single-product-banner-area {
  height: 100vh; }
  .single-product-banner-wrapper .single-product-banner-area.bg-1 {
    background-image: url("../img/product-banner/single-product-banner-2.jpg"); }
  .single-product-banner-wrapper .single-product-banner-area.bg-3 {
    background-image: url("../img/product-banner/single-product-banner-3.jpg"); }
  .single-product-banner-wrapper .single-product-banner-area.bg-4 {
    background-image: url("../img/product-banner/single-product-banner-4.jpg"); }

/*========================================
Start Home Banner Wrapper // index13
=========================================*/
/*.single-home-banner-wrap .home-banner-content {
/*  max-width: 470px;
/*  margin: auto;
/*  color: #8d8d8d; }
/*  @media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
/*    .single-home-banner-wrap .home-banner-content {
/*      padding: 0 15px; } }
/*  @media only screen and (max-width: 767.98px) {
/*    .single-home-banner-wrap .home-banner-content {
/*      margin-top: 23px; } }
/*  .single-home-banner-wrap .home-banner-content h2 {
/*    font-weight: 300;
/*    font-size: 3.6rem;
/*    line-height: 1.2;
/*    text-transform: uppercase;
/*    margin-bottom: 30px; }
/*    @media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
/*      .single-home-banner-wrap .home-banner-content h2 {
/*        font-size: 3rem;
/*        margin-bottom: 15px; } }
/*    @media only screen and (max-width: 479.98px) {
/*      .single-home-banner-wrap .home-banner-content h2 {
/*        font-size: 2rem;
/*        font-weight: 500; } }
/*  .single-home-banner-wrap .home-banner-content .btn {
/*    padding: 20px 60px;
/*    margin-top: 25px; }
/*    @media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
/*      .single-home-banner-wrap .home-banner-content .btn {
/*        padding: 15px 30px;
/*        margin-top: 5px; } }
/*
/*@media only screen and (max-width: 767.98px) {
/*  .single-home-banner-wrap:nth-child(2n) [class*="col-md-6"] {
/*    order: 2; }
/*    .single-home-banner-wrap:nth-child(2n) [class*="col-md-6"]:last-child {
/*      order: 1; } }
/*
/*@media only screen and (max-width: 767.98px) {
/*  .single-home-banner-wrap:nth-child(1n + 2) {
/*    margin-top: 50px; } }
/*
/*.layout-two .single-home-banner-wrap {
/*  background-size: cover;
/*  background-position: center center;
/*  background-repeat: no-repeat;
/*  background-attachment: fixed;
/*  margin-top: 0;
/*  height: 100vh; }
/*  @media only screen and (max-width: 575.98px) {
/*    .layout-two .single-home-banner-wrap {
/*      height: auto;
/*      padding: 80px 0; } }
/*  .layout-two .single-home-banner-wrap.bg-1 {
/*    background-image: url("../img/banner/home14/h14-banner-1.jpg"); }
/*  .layout-two .single-home-banner-wrap.bg-2 {
/*    background-image: url("../img/banner/home14/h14-banner-2.jpg"); }
/*  .layout-two .single-home-banner-wrap.bg-3 {
/*    background-image: url("../img/banner/home14/h14-banner-3.jpg"); }
/*  .layout-two .single-home-banner-wrap.bg-4 {
/*    background-image: url("../img/banner/home14/h14-banner-4.jpg"); }
/*  .layout-two .single-home-banner-wrap .container, .layout-two .single-home-banner-wrap .row {
/*    height: 100%; }
/*  .layout-two .single-home-banner-wrap .home-banner-content {
/*    margin-top: 0;
/*    max-width: 100%; }
/*    .layout-two .single-home-banner-wrap .home-banner-content h4 {
/*      text-transform: uppercase;
/*      color: #fff;
/*      font-size: 2rem;
/*      line-height: 1.2;
/*      letter-spacing: 2px;
/*      margin-bottom: 6px; }
/*      @media only screen and (max-width: 575.98px) {
/*        .layout-two .single-home-banner-wrap .home-banner-content h4 {
/*          font-size: 1.6rem;
/*          font-weight: 600; } }
/*    .layout-two .single-home-banner-wrap .home-banner-content h2 {
/*      text-transform: capitalize;
/*      color: #fff;
/*      font-size: 14rem;
/*      line-height: 1;
/*      margin-bottom: 54px; }
/*      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
/*        .layout-two .single-home-banner-wrap .home-banner-content h2 {
/*          font-size: 8rem;
/*          margin-bottom: 30px; } }
/*      @media only screen and (max-width: 767.98px) {
/*        .layout-two .single-home-banner-wrap .home-banner-content h2 {
/*          font-size: 5rem;
/*          margin-bottom: 20px; } }
/*      @media only screen and (max-width: 479.98px) {
/*        .layout-two .single-home-banner-wrap .home-banner-content h2 {
/*          font-size: 3rem; } }
/*    .layout-two .single-home-banner-wrap .home-banner-content .btn {
/*      background-color: #fff;
/*      color: #262626; }
/*      .layout-two .single-home-banner-wrap .home-banner-content .btn:hover {
/*        background-color: #CD411D;
/*        color: #fff; }
/*
/*.layout-two .two-column-banner .single-home-banner-wrap {
/*  background-attachment: scroll; }
/*  .layout-two .two-column-banner .single-home-banner-wrap .home-banner-content h2 {
/*    font-size: 11rem;
/*    margin-bottom: 26px; }
/*    @media only screen and (min-width: 1200px) and (max-width: 1599.98px), only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
/*      .layout-two .two-column-banner .single-home-banner-wrap .home-banner-content h2 {
/*        font-size: 8rem; } }
/*    @media only screen and (max-width: 767.98px) {
/*      .layout-two .two-column-banner .single-home-banner-wrap .home-banner-content h2 {
/*        font-size: 5rem; } }
/*    @media only screen and (max-width: 479.98px) {
/*      .layout-two .two-column-banner .single-home-banner-wrap .home-banner-content h2 {
/*        font-size: 3rem; } }
 */

/*===============================
Start Latest Blog Area
================================*/
/*#latest-blog-wrapper .blog-content-wrap {
/*  margin-top: -35px; }
/*
/*.blog-post-thumbnail a{
/*    display: block;
/*    min-height: 40px;
/*    overflow: hidden;
/*	}
/*.blog-post-thumbnail a:focus{
/*	border: 2px solid rgba(0,123,255,1);
/*}
/*.single-blog-post-wrap {
/*  margin-top: 35px; }
/*  .single-blog-post-wrap .blog-post-thumbnail {
/*    overflow: hidden;
/*    position: relative; }
/*    .single-blog-post-wrap .blog-post-thumbnail:before {
/*      background-color: rgba(0, 0, 0, 0.2);
/*      content: '';
/*      position: absolute;
/*      pointer-events: none;
/*      left: 0;
/*      top: 0;
/*      -webkit-transition: 0.4s 0.2s ease-out;
/*      -moz-transition: 0.4s 0.2s ease-out;
/*      -o-transition: 0.4s 0.2s ease-out;
/*      transition: 0.4s 0.2s ease-out;
/*      opacity: 0;
/*      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/*      filter: alpha(opacity=0);
/*      visibility: hidden;
/*      height: 100%;
/*      width: 100%;
/*      z-index: 1; }
/*    .single-blog-post-wrap .blog-post-thumbnail img {
/*      -webkit-transform: scale(1.1);
/*      -moz-transform: scale(1.1);
/*      -ms-transform: scale(1.1);
/*      transform: scale(1.1);
/*      -webkit-transition: 0.4s 0.2s ease-out;
/*      -moz-transition: 0.4s 0.2s ease-out;
/*      -o-transition: 0.4s 0.2s ease-out;
/*      transition: 0.4s 0.2s ease-out; }
/*  .single-blog-post-wrap .blog-post-content {
/*    font-size: 1.3rem;
/*    line-height: 1.8;
/*    color: #8d8d8d;
/*    font-weight: 300;
/*    margin-top: 19px; }
/*    .single-blog-post-wrap .blog-post-content h2 {
/*      font-size: 1.8rem;
/*      line-height: 1.2;
/*      font-weight: 600;
/*      margin-bottom: 22px; }
/*      .single-blog-post-wrap .blog-post-content h2 a {
/*        color: #262626; }
/*        .single-blog-post-wrap .blog-post-content h2 a:hover {
/*          color: #CD411D; }
/*    .single-blog-post-wrap .blog-post-content .btn {
/*      padding: 13px 40px;
/*      margin-top: 8px; }
/*      .single-blog-post-wrap .blog-post-content .btn.btn-transparent {
/*        border: 2px solid #D4D4D4; }
/*        .single-blog-post-wrap .blog-post-content .btn.btn-transparent:hover {
/*          border-color: #262626;
/*          background-color: #262626; }
/*  .single-blog-post-wrap:hover .blog-post-thumbnail:before {
/*    opacity: 1;
/*    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/*    filter: alpha(opacity=100);
/*    visibility: visible; }
/*  .single-blog-post-wrap:hover .blog-post-thumbnail img {
/*    -webkit-transform: scale(1);
/*    -moz-transform: scale(1);
/*    -ms-transform: scale(1);
/*    transform: scale(1); }
/*  .single-blog-post-wrap.video-thumb .blog-post-thumbnail:after {
/*    content: "\3e";
/*    font-family: 'dl-icon';
/*    background-color: #fff;
/*    -webkit-border-radius: 50%;
/*    -moz-border-radius: 50%;
/*    border-radius: 50%;
/*    font-size: 1.6rem;
/*    text-align: center;
/*    padding-left: 3px;
/*    position: absolute;
/*    top: 50%;
/*    left: 50%;
/*    -webkit-transform: translate(-50%, -50%);
/*    -moz-transform: translate(-50%, -50%);
/*    -ms-transform: translate(-50%, -50%);
/*    transform: translate(-50%, -50%);
/*    line-height: 60px;
/*    height: 60px;
/*    width: 60px;
/*    z-index: 2; }
/*
/*.blog-meta {
/*  margin-bottom: 5px; }
/*  .blog-meta a {
/*    color: #8d8d8d;
/*    font-size: 1.2rem;
/*    line-height: 1; }
/*    .blog-meta a:hover {
/*      color: #CD411D; }
/*  .blog-meta span {
/*    color: #8d8d8d;
/*    font-size: 1.2rem;
/*    line-height: 1;
/*    vertical-align: middle;
/*    margin: 0 3px; }
 */

/*=============================
Start Blog Page Wrapper
===============================*/
/*.blog-page-post-wrap {
/*  margin-top: -50px; }
/*  .blog-page-post-wrap .single-blog-post-wrap {
/*    margin-top: 50px; }
/*
/*.single-blog-post-wrap .blog-post-thumbnail.masonry-height-325 img {
/*  height: 325px; }
/*
/*.single-blog-post-wrap .blog-post-thumbnail.masonry-height-300 img {
/*  height: 300px; }
/*
/*.single-blog-post-wrap .blog-post-thumbnail.masonry-height-275 img {
/*  height: 275px; }
 */

/*=================================
Start Single Blog Page Wrapper
==================================*/
/*.single-blog-content {
/*  font-size: 1.3rem;
/*  line-height: 2; }
/*  .single-blog-content h2 {
/*    font-size: 2.4rem;
/*    line-height: 1.3;
/*    font-weight: 600;
/*    margin-bottom: 15px; }
/*    @media only screen and (max-width: 767.98px) {
/*      .single-blog-content h2 {
/*        font-size: 1.6rem; } }
/*  .single-blog-content .blockquote p, .single-blog-content blockquote p {
/*    font-size: 2rem;
/*    line-height: 1.5;
/*    font-family: "Playfair Display", serif; }
/*  .single-blog-content .blockquote .blockquote-footer, .single-blog-content blockquote .blockquote-footer {
/*    font-size: 1.4rem;
/*    color: #262626; }
/*    .single-blog-content .blockquote .blockquote-footer cite, .single-blog-content blockquote .blockquote-footer cite {
/*      font-family: "Playfair Display", serif;
/*      color: #555; }
/*
/*.comment-area-wrap h2 {
/*  font-size: 1.8rem;
/*  font-weight: 600;
/*  border-bottom: 1px solid #e7e7e7;
/*  padding-bottom: 46px;
/*  margin-bottom: 30px; }
/*
/*.comment-area-wrap .leave-comment-area {
/*  font-size: 1.3rem;
/*  color: #8d8d8d; }
/*  .comment-area-wrap .leave-comment-area h2 {
/*    border-bottom: 0;
/*    padding-bottom: 0;
/*    margin-bottom: 23px; }
/*  .comment-area-wrap .leave-comment-area em span {
/*    color: #e74c3c; }
/*
/*.single-comment-wrap {
/*  font-size: 1.3rem;
/*  line-height: 1.6;
/*  color: #8d8d8d;
/*  margin-bottom: 35px; }
/*  .single-comment-wrap:last-child {
/*    margin-bottom: 0; }
/*  .single-comment-wrap.comment-reply {
/*    margin-left: 50px; }
/*    @media only screen and (max-width: 767.98px) {
/*      .single-comment-wrap.comment-reply {
/*        margin-left: 20px; } }
/*  .single-comment-wrap .author-thumb {
/*    margin-right: 15px;
/*    height: 70px;
/*    max-width: 70px;
/*    -webkit-flex-basis: 70px;
/*    -moz-flex-basis: 70px;
/*    -ms-flex-basis: 70px;
/*    flex-basis: 70px;
/*    overflow: hidden; }
/*  .single-comment-wrap .comments-info {
/*    margin-top: -4px;
/*    -webkit-flex-basis: calc(100% - 70px);
/*    -moz-flex-basis: calc(100% - 70px);
/*    -ms-flex-basis: calc(100% - 70px);
/*    flex-basis: calc(100% - 70px); }
/*  .single-comment-wrap .comment-footer a {
/*    font-size: 1.2rem;
/*    color: #8d8d8d; }
/*    .single-comment-wrap .comment-footer a strong {
/*      color: #262626; }
/*    .single-comment-wrap .comment-footer a.btn-reply:hover {
/*      color: #CD411D; }
 */

/*===============================
Start Shop Page Wrapper
================================*/
/* Start Product Config Area */
.product-config-area {
  /*font-size: 1.4rem;*/
  font-size: 14px;
  line-height: 1.5; }
  .product-config-area ul li {
    color: #8d8d8d; }
    .product-config-area ul li a, .product-config-area ul li button {
      color: #8d8d8d; }
  .product-config-area .product-config-left p {
    margin-bottom: 0;
    color: #262626; }
  .product-config-area .product-config-left .product-show-quantity {
    margin-left: 50px; }
    @media only screen and (max-width: 575.98px) {
      .product-config-area .product-config-left .product-show-quantity {
        margin-left: 0; } }
    .product-config-area .product-config-left .product-show-quantity li {
      margin-right: 15px; }
      .product-config-area .product-config-left .product-show-quantity li:last-child {
        margin-right: 0; }
      .product-config-area .product-config-left .product-show-quantity li a {
        padding-bottom: 2px; }
        .product-config-area .product-config-left .product-show-quantity li a:hover {
          color: #262626; }
        .product-config-area .product-config-left .product-show-quantity li a.active {
          color: #262626;
          border-bottom: 1px solid #262626; }
  .product-config-area .product-config-right ul > li {
    display: inline-block; }
  .product-config-area .product-config-right ul.product-view-mode {
    margin-right: 30px;
    /*font-size: 1.8rem; }*/
    font-size: 18px; }
    .product-config-area .product-config-right ul.product-view-mode li {
      margin-right: 5px;
      cursor: pointer;
      -webkit-transition: 0.4s 0.2s ease-out;
      -moz-transition: 0.4s 0.2s ease-out;
      -o-transition: 0.4s 0.2s ease-out;
      transition: 0.4s 0.2s ease-out; }
      .product-config-area .product-config-right ul.product-view-mode li:last-child {
        margin-right: 0; }
      .product-config-area .product-config-right ul.product-view-mode li.active, .product-config-area .product-config-right ul.product-view-mode li:hover {
        color: #262626; }
  .product-config-area .product-config-right ul.product-filter-sort li {
    margin-left: 15px; }
    .product-config-area .product-config-right ul.product-filter-sort li:first-child {
      margin-left: 0; }
    .product-config-area .product-config-right ul.product-filter-sort li.sort-by .dropdown-nav {
      left: auto;
      right: 0;
      padding: 10px;
      margin-top: 15px;
      width: auto;
      white-space: nowrap; }
      .product-config-area .product-config-right ul.product-filter-sort li.sort-by .dropdown-nav:after {
        content: '';
        height: 15px;
        width: 100%;
        position: absolute;
        bottom: 100%; }
      .product-config-area .product-config-right ul.product-filter-sort li.sort-by .dropdown-nav li {
        display: block;
        margin: 0; }
        .product-config-area .product-config-right ul.product-filter-sort li.sort-by .dropdown-nav li a {
          /*font-size: 1.3rem;*/
          font-size: 13px;
          display: block;
          padding: 8px; }
          .product-config-area .product-config-right ul.product-filter-sort li.sort-by .dropdown-nav li a.active, .product-config-area .product-config-right ul.product-filter-sort li.sort-by .dropdown-nav li a:hover {
            background-color: #262626;
            color: #fff; }
    .product-config-area .product-config-right ul.product-filter-sort li .arrow-toggle.arrow-rotate:after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

/* Start Product Filter Item Area */
.product-filter-item-wrapper {
  display: none; }
  .product-filter-item-wrapper .product-filter-content {
    -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.05);
    margin-top: 20px;
    padding: 36px 40px; }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .product-filter-item-wrapper .product-filter-content {
        padding: 30px 15px; } }
  .product-filter-item-wrapper .single-filter-item-wrap {
    position: relative; }
    .product-filter-item-wrapper .single-filter-item-wrap:after {
      background-color: #d4d4d4;
      content: '';
      display: none;
      position: absolute;
      top: 0;
      right: -15px;
      height: 100%;
      width: 1px; }
      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
        .product-filter-item-wrapper .single-filter-item-wrap:after {
          display: block; } }
    .product-filter-item-wrapper .single-filter-item-wrap:last-child:after {
      display: none; }
    @media only screen and (max-width: 767.98px) {
      .product-filter-item-wrapper .single-filter-item-wrap:nth-child(1n + 2) {
        margin-top: 40px; } }
    .product-filter-item-wrapper .single-filter-item-wrap .filter-item-title {
      font-weight: 600;
      /*font-size: 1.8rem;*/
      font-size: 18px;
      line-height: 1;
      margin-bottom: 27px; }

.filter-item-list li {
  margin-bottom: 10px; }
  .filter-item-list li:last-child {
    margin-bottom: 0; }
  .filter-item-list li a {
    color: #8d8d8d;
    /*font-size: 1.4rem;*/
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize; }
    .filter-item-list li a:hover, .filter-item-list li a.active {
      color: #CD411D; }

.color-filter li {
  position: relative; }
  .color-filter li:before {
    background-color: #D4D4D4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    height: 15px;
    width: 15px; }
  .color-filter li.black:before {
    background-color: #000; }
  .color-filter li.blue:before {
    background-color: #3b5998; }
  .color-filter li.pink:before {
    background-color: #FF69B4; }
  .color-filter li.violet:before {
    background-color: #9933cc; }
  .color-filter li.orange:before {
    background-color: #f5740a; }

.spurs-checkbox li a {
  position: relative;
  -webkit-transition: 0.05s 0.2s ease-out;
  -moz-transition: 0.05s 0.2s ease-out;
  -o-transition: 0.05s 0.2s ease-out;
  transition: 0.05s 0.2s ease-out; }
  .spurs-checkbox li a:before {
    content: '';
    border: 1px solid #848484;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 12px;
    width: 12px;
    -webkit-transition: 0.05s 0.2s ease-out;
    -moz-transition: 0.05s 0.2s ease-out;
    -o-transition: 0.05s 0.2s ease-out;
    transition: 0.05s 0.2s ease-out; }
  .spurs-checkbox li a:after {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 1px;
    /*font-size: 0.9rem;*/
    font-size: 9px;
    line-height: 1;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.05s 0.2s ease-out;
    -moz-transition: 0.05s 0.2s ease-out;
    -o-transition: 0.05s 0.2s ease-out;
    transition: 0.05s 0.2s ease-out;
    visibility: hidden; }
  .spurs-checkbox li a:hover:before, .spurs-checkbox li a.active:before {
    border-color: #CD411D;
    -webkit-transition: 0.05s 0.2s ease-out;
    -moz-transition: 0.05s 0.2s ease-out;
    -o-transition: 0.05s 0.2s ease-out;
    transition: 0.05s 0.2s ease-out; }
  .spurs-checkbox li a:hover:after, .spurs-checkbox li a.active:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible; }

.snptwdgt-rtd__ftr, .crd-cta-blck {
  display: none; }

.snptico-shopping-bag {
  background-color: #262626 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  height: 50px;
  width: 50px; }
  @media only screen and (max-width: 767.98px) {
    .snptico-shopping-bag {
      font-size: 10px !important;
      line-height: 15px !important;
      height: 30px;
      width: 30px; } }

/*===================================
Start Single Product Page Wrapper
======================================*/
.single-product-thumb-wrap figure {
  margin: 0; }

.single-product-thumb-wrap .product-thumb-large-view {
  position: relative; }
  .single-product-thumb-wrap .product-thumb-large-view .product-thumb-btns {
    position: absolute;
    bottom: 30px;
    right: 30px; }
    .single-product-thumb-wrap .product-thumb-large-view .product-thumb-btns button, .single-product-thumb-wrap .product-thumb-large-view .product-thumb-btns a {
      background-color: white;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: #262626;
      margin-bottom: 10px;
      display: block;
      -webkit-transition: 0.3s 0.2s ease-out;
      -moz-transition: 0.3s 0.2s ease-out;
      -o-transition: 0.3s 0.2s ease-out;
      transition: 0.3s 0.2s ease-out;
      text-align: center;
      line-height: 55px;
      height: 50px;
      width: 50px; }
      .single-product-thumb-wrap .product-thumb-large-view .product-thumb-btns button:last-child, .single-product-thumb-wrap .product-thumb-large-view .product-thumb-btns a:last-child {
        margin-bottom: 0; }
      .single-product-thumb-wrap .product-thumb-large-view .product-thumb-btns button:hover, .single-product-thumb-wrap .product-thumb-large-view .product-thumb-btns a:hover {
        background-color: #CD411D;
        color: white; }

.single-product-thumb-wrap .product-thumbnail-nav {
  max-width: 410px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto; }
  .single-product-thumb-wrap .product-thumbnail-nav .slick-list {
    margin: 0 -5px; }
    .single-product-thumb-wrap .product-thumbnail-nav .slick-list .slick-slide {
      margin: 0 5px;
	  }
      .single-product-thumb-wrap .product-thumbnail-nav .slick-list .slick-slide.slick-current img {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
  .single-product-thumb-wrap .product-thumbnail-nav .product-thumb-item {
    cursor: pointer;
    max-width: 130px;
    max-height: 150px; }
    .single-product-thumb-wrap .product-thumbnail-nav .product-thumb-item img {
      opacity: 0.2;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
      filter: alpha(opacity=20); }

.single-product-thumb-wrap.tab-style-left {
  position: relative; }
  .single-product-thumb-wrap.tab-style-left .product-thumb-large-view {
    margin-left: 190px; }
    @media only screen and (max-width: 767.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .single-product-thumb-wrap.tab-style-left .product-thumb-large-view {
        margin-left: 110px; } }
    @media only screen and (max-width: 575.98px) {
      .single-product-thumb-wrap.tab-style-left .product-thumb-large-view {
        margin-left: 70px; } }
  .single-product-thumb-wrap.tab-style-left .vertical-tab-nav {
    max-width: 170px;
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (max-width: 767.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .single-product-thumb-wrap.tab-style-left .vertical-tab-nav {
        max-width: 100px; } }
    @media only screen and (max-width: 575.98px) {
      .single-product-thumb-wrap.tab-style-left .vertical-tab-nav {
        max-width: 60px; } }
    .single-product-thumb-wrap.tab-style-left .vertical-tab-nav .product-thumb-item {
      max-height: 210px;
      cursor: pointer;
      margin-bottom: 20px;
      overflow: hidden; }
      @media only screen and (max-width: 767.98px) {
        .single-product-thumb-wrap.tab-style-left .vertical-tab-nav .product-thumb-item {
          margin-bottom: 10px; } }
    .single-product-thumb-wrap.tab-style-left .vertical-tab-nav .slick-slide {
      border: none; }
      .single-product-thumb-wrap.tab-style-left .vertical-tab-nav .slick-slide .product-thumb-item {
        opacity: 0.2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        filter: alpha(opacity=20); }
      .single-product-thumb-wrap.tab-style-left .vertical-tab-nav .slick-slide.slick-current .product-thumb-item {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }

.single-product-thumb-wrap .product-thumb-sticky-left .product-thumb-item {
  margin-bottom: 10px; }
  .single-product-thumb-wrap .product-thumb-sticky-left .product-thumb-item:last-child {
    margin-bottom: 0; }

.single-product-thumb-wrap .product-thumb-masonry .product-thumb-item {
  max-width: 50%; }

.single-product-thumb-wrap .product-thumb-masonry .masonry-height-350 {
  max-height: 351px;
  overflow: hidden; }

.single-product-details .product-name {
  font-weight: 400;
  /*font-size: 2.4rem;*/
  font-size: 24px;
  line-height: 1.2;
  margin-top: -4px; }

.single-product-details .prices-stock-status {
  margin: 30px 0; }
  @media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
    .single-product-details .prices-stock-status {
      margin: 15px 0; } }

.single-product-details .quantity-btn-group {
  margin-top: 47px;
  margin-bottom: 15px; }
  @media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
    .single-product-details .quantity-btn-group {
      margin-top: 27px; } }
  @media only screen and (max-width: 479.98px) {
    .single-product-details .quantity-btn-group {
      margin-bottom: 4px; } }

.single-product-details .prices-group .old-price {
  /*font-size: 1.4rem;*/
  font-size: 14px;
  color: #8d8d8d; }

.single-product-details .prices-group .price {
  /*font-size: 1.8rem; }*/
  font-size: 18px; }

.single-product-details .stock-status {
  color: #8d8d8d;
  /*font-size: 1.2rem; }*/
  font-size: 12px; }
  .single-product-details .stock-status [class*="dl-icon-"] {
    /*font-size: 1.4rem;*/
    font-size: 14px;
    vertical-align: middle;
    margin-right: 3px; }

.single-product-details .product-desc {
  color: #8d8d8d;
  /*font-size: 1.4rem;*/
  font-size: 14px;
  line-height: 1.8; }

.single-product-details .pro-qty {
  height: 69px;
  margin-right: 10px; }
  @media only screen and (max-width: 479.98px) {
    .single-product-details .pro-qty {
      width: 50%;
      height: 49.5px;
      margin-bottom: 20px; } }

.single-product-details .list-btn-group .btn-black {
  padding: 25px 80px; }
  @media only screen and (max-width: 479.98px) {
    .single-product-details .list-btn-group .btn-black {
      padding: 15px 30px; } }

.single-product-details .list-btn-group a:not(.btn) {
  color: #262626;
  margin-left: 20px;
  vertical-align: middle; }
  @media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
    .single-product-details .list-btn-group a:not(.btn) {
      margin-left: 10px; } }
  @media only screen and (max-width: 479.98px) {
    .single-product-details .list-btn-group a:not(.btn) {
      display: none; } }

.single-product-details .find-store-delivery a {
  /*font-size: 1.2rem;*/
  font-size: 12px;
  color: #262626;
  vertical-align: middle;
  margin-right: 20px; }
  .single-product-details .find-store-delivery a:last-child {
    margin-right: 0; }
  .single-product-details .find-store-delivery a i {
    /*font-size: 1.6rem;*/
    font-size: 16px;
    margin-right: 3px;
    vertical-align: middle; }
  .single-product-details .find-store-delivery a:hover {
    color: #CD411D; }

.single-product-details .group-product-wrap .table {
  padding: 0;
  margin: 0;
  white-space: nowrap; }
  .single-product-details .group-product-wrap .table tr td {
    padding: 10px 15px;
    vertical-align: middle;
    width: 20%; }
    .single-product-details .group-product-wrap .table tr td.product-quantity .pro-qty {
      height: 55px;
      margin-right: 0;
      margin-bottom: 0;
      width: 100px; }
    .single-product-details .group-product-wrap .table tr td.product-list {
      width: 60%; }
      .single-product-details .group-product-wrap .table tr td.product-list a {
        color: #262626; }
        .single-product-details .group-product-wrap .table tr td.product-list a:hover {
          color: #CD411D; }

.single-product-details .configurable-item {
  margin-bottom: 20px; }
  .single-product-details .configurable-item:last-child {
    margin-bottom: 0; }
  .single-product-details .configurable-item .configurable-name {
    font-weight: 500;
    text-transform: uppercase;
    /*font-size: 1.1rem;*/
    font-size: 11px;
    margin-bottom: 8px; }
    .single-product-details .configurable-item .configurable-name b {
      text-transform: capitalize;
      margin-left: 5px;
      /*font-size: 1.3rem; }*/
      font-size: 13px; }
  .single-product-details .configurable-item .configurable-list li {
    border: 1px solid #D4D4D4;
    cursor: pointer;
    color: #8d8d8d;
    height: 40px;
    padding: 3px;
    /*font-size: 1.3rem;*/
    font-size: 13px;
    display: block;
    text-align: center;
    -webkit-transition: 0.3s 0.2s ease-out;
    -moz-transition: 0.3s 0.2s ease-out;
    -o-transition: 0.3s 0.2s ease-out;
    transition: 0.3s 0.2s ease-out;
    margin-right: 5px;
    overflow: hidden;
    width: 40px; }
    .single-product-details .configurable-item .configurable-list li.active, .single-product-details .configurable-item .configurable-list li:hover {
      border-color: #CD411D;
      color: #CD411D; }
    .single-product-details .configurable-item .configurable-list li span {
      line-height: 30px;
      display: block; }

.product-description-review {
  margin-top: 38px; }
  .product-description-review .desc-review-tab-menu {
    border-bottom: 0; }
    .product-description-review .desc-review-tab-menu li a {
      color: #8d8d8d;
      /*font-size: 1.4rem;*/
      font-size: 14px;
      display: inline-block;
      padding: 15px 30px; }
      .product-description-review .desc-review-tab-menu li a.active {
        background-color: #EFEFEF;
        color: #262626; }
  .product-description-review .tab-content {
    color: #8d8d8d;
    /*font-size: 1.4rem;*/
    font-size: 14px;
    line-height: 1.8;
    margin-top: 45px; }

.product-ratting-wrap {
  /*-- Ratting Form Wrap --*/
  /*-- Ratting Form --*/ }
  .product-ratting-wrap .pro-avg-ratting {
    margin-bottom: 20px;
    float: left;
    width: 100%; }
    .product-ratting-wrap .pro-avg-ratting h4 {
      /*font-size: 1.8rem;*/
      font-size: 18px;
      margin: 0 0 7px;
      font-weight: 600; }
      .product-ratting-wrap .pro-avg-ratting h4 span {
        color: #000;
        /*font-size: 1.2rem; }*/
        font-size: 12px; }
    .product-ratting-wrap .pro-avg-ratting > span {
      display: block; }
  .product-ratting-wrap .ratting-list {
    margin-bottom: 30px;
    float: left;
    width: 100%; }
    .product-ratting-wrap .ratting-list .sin-list {
      margin-right: 30px; }
      .product-ratting-wrap .ratting-list .sin-list:last-child {
        margin-right: 0; }
      .product-ratting-wrap .ratting-list .sin-list i {
        color: #fbbf00; }
      .product-ratting-wrap .ratting-list .sin-list span {
        color: #666666; }
  .product-ratting-wrap .sin-rattings {
    margin-bottom: 40px; }
    .product-ratting-wrap .sin-rattings:last-child {
      margin-bottom: 0; }
    .product-ratting-wrap .sin-rattings .ratting-author {
      float: left;
      width: 100%;
      margin-bottom: 10px; }
      .product-ratting-wrap .sin-rattings .ratting-author h3 {
        float: left;
        /*font-size: 1.4rem;*/
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        line-height: 18px;
        margin-right: 15px; }
      .product-ratting-wrap .sin-rattings .ratting-author .ratting-star i, .product-ratting-wrap .sin-rattings .ratting-author .ratting-star span {
        color: #fbbf00;
        /*font-size: 1.3rem;*/
        font-size: 13px;
        line-height: 1.5;
        float: left; }
      .product-ratting-wrap .sin-rattings .ratting-author .ratting-star span {
        margin-left: 5px;
        color: #8d8d8d; }
    .product-ratting-wrap .sin-rattings p {
      color: #8d8d8d;
      /*font-size: 1.3rem;*/
      font-size: 13px;
      line-height: 1.8; }
  .product-ratting-wrap .ratting-form-wrapper {
    margin-top: 40px; }
    .product-ratting-wrap .ratting-form-wrapper h3 {
      /*font-size: 1.8rem;*/
      font-size: 18px;
      line-height: 1.5;
      margin: 0 0 20px;
      text-transform: capitalize; }
  .product-ratting-wrap .ratting-form h5 {
    float: left;
    /*font-size: 1.4rem;*/
    font-size: 14px;
    line-height: 18px;
    margin-right: 10px;
    font-weight: 600; }
  .product-ratting-wrap .ratting-form .ratting-star i {
    color: #D4D4D4;
    font-size: 14px;
    float: left;
    line-height: 18px;
    display: block;
    margin-right: 3px;
    cursor: pointer;
    -webkit-transition: 0.3s 0.2s ease-out;
    -moz-transition: 0.3s 0.2s ease-out;
    -o-transition: 0.3s 0.2s ease-out;
    transition: 0.3s 0.2s ease-out; }
    .product-ratting-wrap .ratting-form .ratting-star i:hover {
      color: #fbbf00; }
    .product-ratting-wrap .ratting-form .ratting-star i:last-child {
      margin: 0; }
  .product-ratting-wrap .ratting-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    color: #262626; }
  .product-ratting-wrap .ratting-form input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #dddddd;
    font-size: 13px;
    line-height: 24px;
    padding: 8px 15px;
    color: #666666;
    outline: inherit;
    -webkit-transition: 0.1s 0.2s ease-out;
    -moz-transition: 0.1s 0.2s ease-out;
    -o-transition: 0.1s 0.2s ease-out;
    transition: 0.1s 0.2s ease-out; }
    .product-ratting-wrap .ratting-form input:focus {
      border-color: #CD411D; }
  .product-ratting-wrap .ratting-form textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid #dddddd;
    font-size: 13px;
    line-height: 24px;
    padding: 8px 15px;
    color: #666666;
    height: 100px;
    outline: inherit;
    resize: none;
    -webkit-transition: 0.1s 0.2s ease-out;
    -moz-transition: 0.1s 0.2s ease-out;
    -o-transition: 0.1s 0.2s ease-out;
    transition: 0.1s 0.2s ease-out; }
    .product-ratting-wrap .ratting-form textarea:focus {
      border-color: #CD411D; }
  .product-ratting-wrap .ratting-form .btn {
    padding: 15px 40px; }

.single-product-footer {
  border-top: 1px solid #e7e7e7;
  /*font-size: 1.2rem;*/
  font-size: 12px;
  margin-top: 46px;
  padding-top: 46px; }
  @media only screen and (max-width: 575.98px) {
    .single-product-footer {
      padding-top: 26px;
      margin-top: 26px; } }
  .single-product-footer a {
    color: #262626;
    -webkit-transition: 0.2s 0.2s ease-out;
    -moz-transition: 0.2s 0.2s ease-out;
    -o-transition: 0.2s 0.2s ease-out;
    transition: 0.2s 0.2s ease-out; }
    .single-product-footer a:hover {
      color: #CD411D;
      text-decoration: underline; }
  .single-product-footer .prod-footer-list {
    margin-bottom: 5px; }
    .single-product-footer .prod-footer-list li {
      display: inline-block;
      position: relative; }
      .single-product-footer .prod-footer-list li:last-child:after {
        display: none; }
      .single-product-footer .prod-footer-list li:after {
        content: ', '; }
      .single-product-footer .prod-footer-list li.list-name {
        margin-right: 5px; }
        .single-product-footer .prod-footer-list li.list-name:after {
          display: none; }
  .single-product-footer .social-share {
    margin-bottom: 0; }
    .single-product-footer .social-share dt {
      font-weight: 400;
      margin-bottom: 5px; }
    .single-product-footer .social-share dd {
      display: inline-block;
      margin-right: 15px;
      margin-bottom: 0; }
      .single-product-footer .social-share dd:last-child {
        margin-right: 0; }

/*===============================
Start My Account Wrapper
================================*/
.my-account-item-wrapper h3 {
  /*font-size: 2.4rem;*/
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px; }

.my-account-item-wrapper .lost-pswd a {
  color: #CD411D;
  /*font-size: 1.2rem;*/
  font-size: 12px;
  line-height: 1; }
  .my-account-item-wrapper .lost-pswd a:hover {
    color: #262626;
    text-decoration: underline; }

.single-form-input {
  color: #8d8d8d;
  /*font-size: 1.2rem;*/
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 25px; }
  .single-form-input:last-child {
    margin-bottom: 0; }
  .single-form-input a:not(.btn) {
    color: #CD411D; }
  .single-form-input label {
    color: #262626;
    display: block;
    margin-bottom: 10px; }
    .single-form-input label sup {
      color: #e74c3c;
      /*font-size: 1.5rem;*/
      font-size: 15px;
      /*top: -0.1rem; }*/
      top: -1px; }
  .single-form-input input {
    border: 1px solid #D4D4D4;
    /*font-size: 1.4rem;*/
    font-size: 14px;
    display: block;
    outline: inherit;
    padding: 20px;
    -webkit-transition: 0.3s 0.2s ease-out;
    -moz-transition: 0.3s 0.2s ease-out;
    -o-transition: 0.3s 0.2s ease-out;
    transition: 0.3s 0.2s ease-out;
    width: 100%; }
    .single-form-input input:focus {
      border-color: #262626; }
  .single-form-input .btn {
    padding: 20px 50px; }

/*===============================
Start Cart Page Wrapper
================================*/
.shopping-cart-table thead th {
  font-weight: 400;
  /*font-size: 1.3rem;*/
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 0; }

.shopping-cart-table tr td, .shopping-cart-table tr th {
  vertical-align: middle;
  width: 15%;
  padding: 10px;
  border-color: rgba(0, 0, 0, 0.1);
  white-space: nowrap; }
  .shopping-cart-table tr td.product-list, .shopping-cart-table tr th.product-list {
    width: 55%; }

.shopping-cart-table .product-list .remove-icon {
  margin-right: 15px; }
  .shopping-cart-table .product-list .remove-icon button {
    color: #848484; }
    .shopping-cart-table .product-list .remove-icon button:hover {
      color: #CD411D; }

.shopping-cart-table .product-list .product-thumb {
  display: block;
  width: 70px;
  margin-right: 20px; }

.shopping-cart-table .product-list .product-name {
  color: #262626;
  /*font-size: 1.3rem;*/
  font-size: 13px;
  line-height: 1; }
  .shopping-cart-table .product-list .product-name:hover {
    color: #CD411D; }

.shopping-cart-table .pro-qty {
  height: 55px; }

.cart-coupon-update-area {
  /*font-size: 1.3rem;*/
  font-size: 13px;
  margin-top: 20px; }
  .cart-coupon-update-area button {
    /*font-size: 1.4rem;*/
    font-size: 14px;
    font-weight: 600; }
    .cart-coupon-update-area button:hover {
      color: #CD411D; }
  .cart-coupon-update-area .coupon-form-wrap {
    width: 55%; }
    @media only screen and (max-width: 575.98px) {
      .cart-coupon-update-area .coupon-form-wrap {
        width: 100%; } }
    .cart-coupon-update-area .coupon-form-wrap form {
      position: relative; }
      .cart-coupon-update-area .coupon-form-wrap form input {
        border: none;
        border-bottom: 1px solid #e7e7e7;
        display: block;
        outline: inherit;
        padding: 5px 100px 5px 0;
        -webkit-transition: 0.2s 0.2s ease-out;
        -moz-transition: 0.2s 0.2s ease-out;
        -o-transition: 0.2s 0.2s ease-out;
        transition: 0.2s 0.2s ease-out;
        width: 100%; }
        .cart-coupon-update-area .coupon-form-wrap form input:focus {
          border-color: #CD411D; }
      .cart-coupon-update-area .coupon-form-wrap form .btn-apply {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
  .cart-coupon-update-area .cart-update-buttons button:nth-child(1n + 2) {
    margin-left: 10px; }

.cart-calculate-area {
  background-color: #F9F9F9;
  padding: 30px 30px 0; }
  .cart-calculate-area h5 {
    font-weight: 600;
    /*font-size: 1.3rem;*/
    font-size: 13px;
    line-height: 1;
    margin-bottom: 20px; }
  .cart-calculate-area .cart-cal-table {
    white-space: nowrap; }
    .cart-calculate-area .cart-cal-table table {
      margin-bottom: 0; }
    .cart-calculate-area .cart-cal-table td, .cart-calculate-area .cart-cal-table th {
      /*font-size: 1.3rem;*/
      font-size: 13px;
      font-weight: 400;
      padding: 5px 0 15px; }
    .cart-calculate-area .cart-cal-table .shipping-method li {
      margin-bottom: 15px; }
      .cart-calculate-area .cart-cal-table .shipping-method li:last-child {
        margin-bottom: 0; }
    .cart-calculate-area .cart-cal-table .order-total {
      border-top: 1px solid #DBDBDB; }
      .cart-calculate-area .cart-cal-table .order-total th, .cart-calculate-area .cart-cal-table .order-total td {
        padding-top: 15px; }
  .cart-calculate-area .proceed-checkout-btn {
    margin: 15px -30px 0; }

/*===============================
Start Checkout Page Wrapper
================================*/
.checkout-page-coupon-area .card {
  border: none;
  padding: 0; }
  .checkout-page-coupon-area .card h3 {
    background-color: #eeeff2;
    /*font-size: 1.3rem;*/
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 0;
    padding: 20px 30px; }
    .checkout-page-coupon-area .card h3 i {
      color: #008000;
      margin-right: 10px; }
    .checkout-page-coupon-area .card h3 span {
      cursor: pointer;
      -webkit-transition: 0.2s 0.2s ease-out;
      -moz-transition: 0.2s 0.2s ease-out;
      -o-transition: 0.2s 0.2s ease-out;
      transition: 0.2s 0.2s ease-out; }
      .checkout-page-coupon-area .card h3 span:hover {
        color: #CD411D; }
  .checkout-page-coupon-area .card .card-body {
    color: #8d8d8d;
    /*font-size: 1.3rem;*/
    font-size: 13px;
    line-height: 1.5;
    padding: 0;
    margin-top: 30px; }
    .checkout-page-coupon-area .card .card-body .apply-coupon-wrapper input {
      border: 1px solid #e7e7e7;
      outline: inherit;
      padding: 16px 20px;
      max-width: 500px;
      width: 100%; }
	  .checkout-page-coupon-area .card .card-body .apply-coupon-wrapper input:focus {
		/*outline: auto !important;
		outline-width: 2px !important;
		outline-color: #CD411D !important;*/
		/*border-bottom:2px solid #cd411D !important;*/
	}
    .checkout-page-coupon-area .card .card-body .apply-coupon-wrapper button.btn {
      padding: 16px 30px;
      margin-left: 20px; }
      @media only screen and (max-width: 767.98px) {
        .checkout-page-coupon-area .card .card-body .apply-coupon-wrapper button.btn {
          margin-left: 0;
          margin-top: 10px; } }

.checkout-billing-details-wrap {
  margin-top: 50px; }
  @media only screen and (max-width: 767.98px) {
    .checkout-billing-details-wrap {
      margin-top: 30px; } }
  .checkout-billing-details-wrap h2 {
    font-weight: 600;
    /*font-size: 2rem;*/
    font-size: 20px;
    line-height: 1;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 46px; }
    @media only screen and (max-width: 767.98px) {
      .checkout-billing-details-wrap h2 {
        margin-bottom: 26px; } }
    .checkout-billing-details-wrap h2:before {
      background-color: #262626;
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      height: 2px;
      width: 50px; }

.single-input-item {
  /*font-size: 1.3rem;*/
  font-size: 13px;
  color: #8d8d8d;
  margin-bottom: 21px; }
  .single-input-item label, .single-input-item .custom-control-label {
    /*font-size: 1.3rem;*/
    font-size: 13px;
    color: #262626;
    display: block;
    margin-bottom: 10px;
    position: relative; }
    .single-input-item label.required:after, .single-input-item .custom-control-label.required:after {
      content: '*';
      color: red;
      margin-left: 2px; }
  .single-input-item input, .single-input-item textarea {
    /*font-size: 1.3rem;*/
    font-size: 13px;
    border: 1px solid #e7e7e7;
    color: #8d8d8d;
    display: block;
    outline: inherit;
    padding: 15px 20px;
    -webkit-transition: 0.2s 0.2s ease-out;
    -moz-transition: 0.2s 0.2s ease-out;
    -o-transition: 0.2s 0.2s ease-out;
    transition: 0.2s 0.2s ease-out;
    width: 100%; }
    .single-input-item input:focus, .single-input-item textarea:focus {
      border-color: #262626; }
  .single-input-item .nice-select {
    line-height: 30px;
    height: 50px;
    width: 100%; }
    .single-input-item .nice-select .current {
      color: #8d8d8d;
      font-weight: 400; }
    .single-input-item .nice-select .list {
      /*font-size: 1.3rem; }*/
      font-size: 13px; }

.checkout-box-wrap {
  /*font-size: 1.3rem;*/
  font-size: 13px;
  color: #8d8d8d; }
  .checkout-box-wrap .account-create, .checkout-box-wrap .ship-to-different {
    display: none; }

.order-details-area-wrap {
  border: 2px solid #e7e7e7;
  padding: 50px;
  margin-top: 50px;
  color: #8d8d8d;
  /*font-size: 1.3rem;*/
  font-size: 13px;
  line-height: 1.5; }
  @media only screen and (max-width: 575.98px) {
    .order-details-area-wrap {
      padding: 30px 20px; } }
  @media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
    .order-details-area-wrap {
      margin-top: 30px; } }
  .order-details-area-wrap h2 {
    font-weight: 600;
    /*font-size: 2rem;*/
    font-size: 20px;
    line-height: 1;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 35px; }
    @media only screen and (max-width: 767.98px) {
      .order-details-area-wrap h2 {
        margin-bottom: 26px; } }
    .order-details-area-wrap h2:before {
      background-color: #262626;
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      height: 2px;
      width: 50px; }
  .order-details-area-wrap .order-details-table {
    /*font-size: 1.3rem;*/
    font-size: 13px;
    line-height: 1;
    white-space: nowrap; }
    .order-details-area-wrap .order-details-table .custom-control-label, .order-details-area-wrap .order-details-table th {
      /*font-size: 1.3rem;*/
      font-size: 13px;
      font-weight: 400; }
    .order-details-area-wrap .order-details-table .table thead {
      border-bottom: 1px solid #e7e7e7;
      margin-bottom: 27px; }
      .order-details-area-wrap .order-details-table .table thead th {
        margin-bottom: 27px; }
    .order-details-area-wrap .order-details-table .table tbody {
      border-bottom: 1px solid #e7e7e7; }
      .order-details-area-wrap .order-details-table .table tbody .cart-item:first-child td {
        padding-top: 30px; }
      .order-details-area-wrap .order-details-table .table tbody .cart-item:last-child td {
        padding-bottom: 30px; }
    .order-details-area-wrap .order-details-table .table tfoot .shipping .shipping-method li {
      margin-bottom: 15px; }
      .order-details-area-wrap .order-details-table .table tfoot .shipping .shipping-method li:last-child {
        margin-bottom: 0; }
    .order-details-area-wrap .order-details-table .table tfoot .total-amount {
      /*font-size: 2rem; }*/
      font-size: 20px; }
    .order-details-area-wrap .order-details-table .table tfoot tr {
      border-bottom: 1px solid #e7e7e7; }
    .order-details-area-wrap .order-details-table .table tr td, .order-details-area-wrap .order-details-table .table tr th {
      padding: 15px 0;
      color: #000; }
      .order-details-area-wrap .order-details-table .table tr td:last-child, .order-details-area-wrap .order-details-table .table tr th:last-child {
        text-align: right; }
    .order-details-area-wrap .order-details-table .product-title .product-quantity {
      color: #8d8d8d;
      /*font-size: 1.4rem; }*/
      font-size: 14px; }
  .order-details-area-wrap .order-details-footer {
    margin-top: 16px; }
    .order-details-area-wrap .order-details-footer .custom-control .custom-control-label {
      /*font-size: 1.2rem;*/
      font-size: 12px;
      line-height: 1.5; }
      .order-details-area-wrap .order-details-footer .custom-control .custom-control-label:before {
        top: 4px; }
      .order-details-area-wrap .order-details-footer .custom-control .custom-control-label:after {
        top: 3px; }

/*==============================
Start Compare Page Wrapper
=================================*/
/*.compare-table .table {
/*  color: #8d8d8d;
/*  font-size: 1.3rem;
/*  line-height: 1.5; }
/*  .compare-table .table tbody tr th {
/*    background-color: #f2f2f2;
/*    text-align: left !important; }
/*  .compare-table .table tbody tr td, .compare-table .table tbody tr th {
/*    text-align: center;
/*    padding: 20px;
/*    vertical-align: middle;
/*    border-color: #e7e7e7; }
/*    .compare-table .table tbody tr td.first-column, .compare-table .table tbody tr th.first-column {
/*      min-width: 175px;
/*      font-weight: 600;
/*      color: #262626;
/*      margin: 0; }
/*      @media only screen and (max-width: 767.98px) {
/*        .compare-table .table tbody tr td.first-column, .compare-table .table tbody tr th.first-column {
/*          min-width: 115px; } }
/*    .compare-table .table tbody tr td.product-image-title, .compare-table .table tbody tr th.product-image-title {
/*      min-width: 310px;
/*      vertical-align: bottom; }
/*      @media only screen and (max-width: 767.98px) {
/*        .compare-table .table tbody tr td.product-image-title, .compare-table .table tbody tr th.product-image-title {
/*          min-width: 220px; } }
/*      .compare-table .table tbody tr td.product-image-title .image, .compare-table .table tbody tr th.product-image-title .image {
/*        clear: both;
/*        width: 100%;
/*        margin-bottom: 15px;
/*        display: block; }
/*        .compare-table .table tbody tr td.product-image-title .image img, .compare-table .table tbody tr th.product-image-title .image img {
/*          max-width: 100%; }
/*      .compare-table .table tbody tr td.product-image-title .category, .compare-table .table tbody tr th.product-image-title .category {
/*        display: block;
/*        text-transform: capitalize;
/*        letter-spacing: 0.5px;
/*        color: #8d8d8d;
/*        margin-bottom: 5px; }
/*      .compare-table .table tbody tr td.product-image-title .title, .compare-table .table tbody tr th.product-image-title .title {
/*        color: #262626;
/*        font-weight: 500; }
/*        .compare-table .table tbody tr td.product-image-title .title:hover, .compare-table .table tbody tr th.product-image-title .title:hover {
/*          color: #CD411D; }
/*    .compare-table .table tbody tr td.pro-desc p, .compare-table .table tbody tr th.pro-desc p {
/*      margin: 0; }
/*    .compare-table .table tbody tr td.pro-price, .compare-table .table tbody tr td.pro-color, .compare-table .table tbody tr td.pro-stock, .compare-table .table tbody tr th.pro-price, .compare-table .table tbody tr th.pro-color, .compare-table .table tbody tr th.pro-stock {
/*      font-weight: 400; }
/*    .compare-table .table tbody tr td.pro-remove button, .compare-table .table tbody tr th.pro-remove button {
/*      border: none;
/*      background-color: transparent;
/*      padding: 0;
/*      cursor: pointer;
/*      -webkit-transition: 0.3s 0.2s ease-out;
/*      -moz-transition: 0.3s 0.2s ease-out;
/*      -o-transition: 0.3s 0.2s ease-out;
/*      transition: 0.3s 0.2s ease-out; }
/*      .compare-table .table tbody tr td.pro-remove button:hover, .compare-table .table tbody tr th.pro-remove button:hover {
/*        color: #e74c3c; }
/*      .compare-table .table tbody tr td.pro-remove button i, .compare-table .table tbody tr th.pro-remove button i {
/*        font-size: 1.6rem;
/*        line-height: 1.5; }
/*    .compare-table .table tbody tr td.pro-ratting i, .compare-table .table tbody tr th.pro-ratting i {
/*      color: #fbbf00; }
 */

/*==========================================
Start Tracking Order Page Wrapper
===========================================*/
.tracking-order-content {
  /*font-size: 1.3rem;*/
  font-size: 13px;
  line-height: 2; }

.tracking-order-form .single-input-item input {
  padding: 20px; }

.tracking-order-form .btn {
  padding: 20px 45px; }

/*==========================================
Start Team Page Wrapper
===========================================*/
/*.single-team-member {
/*  margin-top: 30px; }
/*  .single-team-member .member-pic {
/*    position: relative; }
/*    .single-team-member .member-pic img {
/*      width: 100%; }
/*    .single-team-member .member-pic:before {
/*      background-color: rgba(210, 91, 91, 0.8);
/*      content: '';
/*      position: absolute;
/*      left: 0;
/*      top: 0;
/*      opacity: 0;
/*      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/*      filter: alpha(opacity=0);
/*      -webkit-transition: 0.3s 0.2s ease-out;
/*      -moz-transition: 0.3s 0.2s ease-out;
/*      -o-transition: 0.3s 0.2s ease-out;
/*      transition: 0.3s 0.2s ease-out;
/*      visibility: hidden;
/*      height: 100%;
/*      width: 100%; }
/*  .single-team-member .member-details {
/*    margin-top: 20px;
/*    text-transform: capitalize; }
/*    .single-team-member .member-details h3 {
/*      font-size: 1.8rem;
/*      line-height: 1;
/*      font-weight: 400; }
/*    .single-team-member .member-details .member-position {
/*      color: #8d8d8d;
/*      font-size: 1.2rem;
/*      line-height: 1; }
/*  .single-team-member .member-social-links {
/*    position: absolute;
/*    top: 50%;
/*    left: 0;
/*    opacity: 0;
/*    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/*    filter: alpha(opacity=0);
/*    visibility: hidden;
/*    -webkit-transform: translate(0, 20px);
/*    -moz-transform: translate(0, 20px);
/*    -ms-transform: translate(0, 20px);
/*    transform: translate(0, 20px);
/*    -webkit-transition: 0.3s 0.2s ease-out;
/*    -moz-transition: 0.3s 0.2s ease-out;
/*    -o-transition: 0.3s 0.2s ease-out;
/*    transition: 0.3s 0.2s ease-out;
/*    width: 100%; }
/*    .single-team-member .member-social-links a {
/*      background-color: white;
/*      -webkit-border-radius: 50%;
/*      -moz-border-radius: 50%;
/*      border-radius: 50%;
/*      font-size: 1.3rem;
/*      color: #262626;
/*      display: inline-block;
/*      line-height: 40px;
/*      margin-right: 5px;
/*      height: 40px;
/*      width: 40px; }
/*      .single-team-member .member-social-links a:last-child {
/*        margin-right: 0; }
/*      .single-team-member .member-social-links a:hover {
/*        background-color: #262626;
/*        color: #fff; }
/*  .single-team-member:hover .member-pic:before, .single-team-member:focus-within .member-pic:before {
/*    opacity: 1;
/*    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/*    filter: alpha(opacity=100);
/*    visibility: visible; }
/*  .single-team-member:hover .member-social-links, .single-team-member:focus-within .member-social-links {
/*    opacity: 1;
/*    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/*    filter: alpha(opacity=100);
/*    visibility: visible;
/*    -webkit-transform: translate(0, 0);
/*    -moz-transform: translate(0, 0);
/*    -ms-transform: translate(0, 0);
/*    transform: translate(0, 0); }
/*
/*.team-member-content {
/*  margin-top: -30px; }
 */

/*===============================
Start About Page Wrapper
================================*/
#about-page-wrapper {
  /*font-size: 1.3rem;*/
  font-size: 13px;
  line-height: 1.5;
  line-height: 2; }
  #about-page-wrapper h2 {
    /*font-size: 3.2rem;*/
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 16px; }
    @media only screen and (max-width: 767.98px) {
      #about-page-wrapper h2 {
        /*font-size: 1.8rem;*/
        font-size: 18px;
        margin-bottom: 10px; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      #about-page-wrapper h2 {
        /*font-size: 2.6rem;*/
        font-size: 26px;
        margin-bottom: 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #about-page-wrapper .about-thumbnail {
      max-width: 40%;
      margin: 0 auto; } }

.about-icon-list li {
  /*font-size: 1.6rem;*/
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 30px; }
  .about-icon-list li:last-child {
    margin-bottom: 0; }
  .about-icon-list li img {
    max-width: 30px;
    margin-right: 15px; }

.brand-accordion .card {
  border: 1px solid #e7e7e7 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 15px;
  padding: 20px; }
  .brand-accordion .card:last-child {
    margin-bottom: 0; }
  .brand-accordion .card .card-header {
    background-color: transparent;
    padding: 0;
    border: none; }
    .brand-accordion .card .card-header button {
      font-weight: 600;
      padding: 0;
      -webkit-transition: none 0.2s ease-out;
      -moz-transition: none 0.2s ease-out;
      -o-transition: none 0.2s ease-out;
      transition: none 0.2s ease-out; }
      .brand-accordion .card .card-header button[aria-expanded='true'] {
        color: #CD411D;
        margin-bottom: 10px; }
  .brand-accordion .card .card-body {
    padding: 0;
    /*font-size: 1.3rem;*/
    font-size: 13px;
    line-height: 2; }
    .brand-accordion .card .card-body p {
      margin-bottom: 0; }

.provide-best-service {
  background: url(../img/about2-bg2.jpg) center center;
  background-size: cover;
  padding: 85px 0; }
  @media only screen and (max-width: 767.98px) {
    .provide-best-service {
      padding: 47px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .provide-best-service {
      padding: 57px 0; } }

.best-service-list {
  padding-left: 20px;
  margin-bottom: 20px; }
  .best-service-list li {
    list-style: doted;
    color: #CD411D;
    margin-bottom: 10px; }
    .best-service-list li:last-child {
      margin-bottom: 0; }
    .best-service-list li span {
      color: #262626; }

.skills-left-area .single-skill-wrap {
  margin-bottom: 35px; }
  .skills-left-area .single-skill-wrap:last-child {
    margin-bottom: 5px; }
  .skills-left-area .single-skill-wrap .skill-title {
    /*font-size: 1.6rem;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: capitalize; }
  .skills-left-area .single-skill-wrap .skillbar {
    background-color: #E3E3E3;
    display: block;
    position: relative; }
    .skills-left-area .single-skill-wrap .skillbar .skillbar-bar {
      background-color: #262626;
      height: 8px;
      position: relative;
      width: 0; }
      .skills-left-area .single-skill-wrap .skillbar .skillbar-bar .skill-percent {
        position: absolute;
        /*font-size: 1.6rem;*/
        font-size: 16px;
        right: -12px;
        top: -35px; }

/*============================
Start Contact Page Wrapper
==============================*/
.contact-method h3 {
  /*font-size: 3.6rem;*/
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 42px;
  margin-top: -5px; }
  @media only screen and (max-width: 767.98px) {
    .contact-method h3 {
      margin-bottom: 20px;
      /*font-size: 2.2rem; } }*/
      font-size: 22px; } }

.contact-method .btn {
  padding: 20px 50px; }

.contact-method .alert {
  margin: 10px 0 0; }
  .contact-method .alert * {
    margin: 0; }

.single-contact-info {
  color: #8d8d8d;
  /*font-size: 1.3rem;*/
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 45px; }
  @media only screen and (max-width: 767.98px) {
    .single-contact-info {
      margin-bottom: 25px; } }
  .single-contact-info h4 {
    font-weight: 600;
    /*font-size: 1.3rem;*/
    font-size: 13px;
    line-height: 1;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767.98px) {
      .single-contact-info h4 {
        margin-bottom: 10px; } }
  .single-contact-info p {
    margin-bottom: 0; }

.map-area-wrapper {
  height: 350px; }
  .map-area-wrapper #map_content {
    height: 100%; }

/*==========================================
Start Coming Soon Page Wrapper
===========================================*/
#coming-soon-page-wrapper {
  background: url(../img/coming-soon-bg.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
  position: relative; }
  #coming-soon-page-wrapper:before {
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
  #coming-soon-page-wrapper .coming-soon-content-wrap {
    color: white;
    /*font-size: 1.3rem;*/
    font-size: 13px;
    line-height: 2; }
    #coming-soon-page-wrapper .coming-soon-content-wrap h2 {
      color: white;
      /*font-size: 9rem;*/
      font-size: 90px;
      line-height: 1;
      font-weight: 300;
      margin-bottom: 25px; }
      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
        #coming-soon-page-wrapper .coming-soon-content-wrap h2 {
          /*font-size: 7rem; } }*/
          font-size: 70px; } }
      @media only screen and (max-width: 767.98px) {
        #coming-soon-page-wrapper .coming-soon-content-wrap h2 {
          /*font-size: 5rem; } }*/
          font-size: 50px; } }
      @media only screen and (max-width: 575.98px) {
        #coming-soon-page-wrapper .coming-soon-content-wrap h2 {
          /*font-size: 2.6rem;*/
          font-size: 26px;
          margin-bottom: 15px; } }
    #coming-soon-page-wrapper .coming-soon-content-wrap .btn {
      padding: 20px 50px; }
    #coming-soon-page-wrapper .coming-soon-content-wrap .newsletter-area input {
      background-color: transparent;
      color: white; }
      #coming-soon-page-wrapper .coming-soon-content-wrap .newsletter-area input::placeholder {
        color: white;
        /*font-size: 1.3rem; }*/
        font-size: 13px; }
      #coming-soon-page-wrapper .coming-soon-content-wrap .newsletter-area input::-moz-placeholder {
        color: white;
        /*font-size: 1.3rem;*/
        font-size: 13px;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
    #coming-soon-page-wrapper .coming-soon-content-wrap .newsletter-area button {
      color: white;
      padding: 0; }

.coming-soon-count-down .countdown-item {
  margin-right: 70px; }
  .coming-soon-count-down .countdown-item:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 767.98px) {
    .coming-soon-count-down .countdown-item {
      margin-right: 30px; } }
  .coming-soon-count-down .countdown-item .countdown-time {
    display: block;
    /*font-size: 4rem;*/
    font-size: 40px;
    line-height: 1; }
    @media only screen and (max-width: 767.98px) {
      .coming-soon-count-down .countdown-item .countdown-time {
        /*font-size: 3rem; } }*/
        font-size: 30px; } }

/*============================
Start FAQ Page Wrapper
===============================*/
.single-subject-by-faq-wrap {
  margin-bottom: 88px; }
  .single-subject-by-faq-wrap:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .single-subject-by-faq-wrap {
      margin-bottom: 58px; } }
  @media only screen and (max-width: 767.98px) {
    .single-subject-by-faq-wrap {
      margin-bottom: 45px; } }
  .single-subject-by-faq-wrap h3 {
    /*font-size: 2.4rem;*/
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 46px; }
    @media only screen and (max-width: 767.98px) {
      .single-subject-by-faq-wrap h3 {
        margin-bottom: 26px; } }
  .single-subject-by-faq-wrap .brand-accordion .card .card-header button {
    display: block;
    position: relative;
    text-align: left;
    width: 100%; }
    .single-subject-by-faq-wrap .brand-accordion .card .card-header button:after {
      content: "+";
      position: absolute;
      right: 0;
      /*font-size: 2rem;*/
      font-size: 20px;
      color: #262626;
      line-height: 1;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .single-subject-by-faq-wrap .brand-accordion .card .card-header button[aria-expanded="true"]:after {
      content: "-"; }

/*==========================================
Start Start 404 Error Page Wrapper
===========================================*/
#error-page-wrapper {
  background: url(../img/404-bg.jpg) center center;
  background-size: cover;
  height: 100vh; }
  #error-page-wrapper .error-page-content {
    /*font-size: 1.4rem;*/
    font-size: 14px;
    line-height: 1.5; }
    #error-page-wrapper .error-page-content h2 {
      /*font-size: 15rem;*/
      font-size: 150px;
      line-height: 1;
      font-weight: 300;
      margin-bottom: 15px;
      -webkit-animation: rubberBand 1.5s forwards 0.4s;
      animation: rubberBand 1.5s forwards 0.4s; }
      @media only screen and (max-width: 767.98px) {
        #error-page-wrapper .error-page-content h2 {
          /*font-size: 10rem; } }*/
          font-size: 100px; } }
    #error-page-wrapper .error-page-content h5 {
      /*font-size: 2.4rem;*/
      font-size: 24px;
      line-height: 1;
      font-weight: 400;
      margin-bottom: 28px; }
    #error-page-wrapper .error-page-content .btn {
      padding: 20px 60px;
      margin-top: 20px; }

.no-image:hover {
	text-decoration:none;
}

/*
#cti-buy-form-wrapper {
       display:none;
        position: absolute !important;
        z-index: 1000;
        min-height: 300px;
        height: auto;
        width: 500px;
        background: white;
        top: 50%;
        left: 50%;
        margin-left: -250px;
        margin-top: -100px;
        box-shadow: 0 0 0 2038px rgba(0,0,0,.5);
       -webkit-transition: 1s;
        border-radius: 5px;
        padding: 10px;
        text-align: right;
	}
*/

#cti-buy-form-wrapper {
    display: none;
    position: fixed; /* stay in viewport and scroll with page */
    z-index: 1000;
    min-height: 300px;
    height: auto;
    width: 70% !important; /* default for large screens */
    max-width: 1000px; /* optional, to avoid being too wide */
    background: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* perfectly center */
    box-shadow: 0 0 0 2038px rgba(0,0,0,.5);
    -webkit-transition: 1s;
    border-radius: 5px;
    padding: 10px;
    text-align: left;
}

/* Medium screens (e.g. tablets) */
@media (max-width: 1024px) {
    #cti-buy-form-wrapper {
        width: 90% !important;
    }
}

/* Small screens (phones) */
@media (max-width: 600px) {
    #cti-buy-form-wrapper {
        width: 100% !important;
        border-radius: 0; /* optional: full width often looks better with no radius */
    }
}
