/*------------------------------------------------------------------

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents ]
    1.  Theme Typography Style Start
	2.  Header Area Start
		2.1 - Navigation Area Start
	3.  Search Box Style
	4.  Banner // Slider Area Star
	5.  About Us Area Start
	6.  New Collection Area Star
	7.  Products Style Start
	8.  Products by Category Area Start
	9.  Testimonial Area Start
   10.  Newsletter Area Star
   11.  We Say Hello Area Start
   12.  Sale Products Area Start
   13.  Home 4 Products Area Start
   14.  Home 5 Products Area Start
   15.  Home 6 Categories Products Area Start
   16.  Home 6 Products Area Start
   17.  Sidebar Area Start
   18.  Shop Page Content Start
   19.  Single Product Start
        19.1 - Single Product Ratting
        19.2 - Ratting Form Wrap
   20.  Login & Register Content Start
   21.  Compare Page Content Start
   22.  Cart Page Content Start
        22.1 - Cart Update Option
   23.  Checkout Page Content Area
   24.  Blog Page Content Start
   25.  Single Blog Page Content Start
        25.1 - Comment Area Start
   26.  My Account Page Start
   27.  Contact Page Content Start
   28.  404 Error Page Start
   29.  Footer Area Start


base color: #24a5d5
second color: #d13d2e
-------------------------------------------------------------------*/
/*== Theme Typography Style Start ==*/
html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 400;
    font-family: "Montserrat";
    color: #727272;
    overflow-x: hidden;
}
body.dark-theme {
    background: #272727;
    color: #969696;
}

a {
    -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;
}

a:hover, a:focus {
    color: #24a5d5;
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 15px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 700;
    font-family: "Playfair Display";
    color: #fff;
}
ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

strong {
    font-weight: 700;
}

figure {
    margin: 0;
}

button, button.btn {
    outline: none;
    border: none;
}

button:focus, button:active, button.btn:focus, button.btn:active {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ruby-container {
    padding: 0 4%;
}

.p-9 {
    padding: 90px 0;
}

@media only screen and (min-width: 320px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .p-9 {
        padding: 60px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .p-9 {
        padding: 60px 0;
    }
}

.pt-9 {
    padding-top: 90px;
}

@media only screen and (min-width: 320px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .pt-9 {
        padding-top: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-9 {
        padding-top: 60px;
    }
}

.mt-9 {
    margin-top: 90px;
}

@media only screen and (min-width: 320px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .mt-9 {
        margin-top: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mt-9 {
        margin-top: 60px;
    }
}

.section-title {
    position: relative;
    margin-bottom: 75px;
}

.section-title:after {
    background-image: url(../img/resources/title-line-b.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    content: '';
    position: absolute;
    width: 100%;
    height: 27px;
    left: 0;
    top: calc(100% + 13px);
}
.section-title.red-deco:after {
    background-image: url(../img/resources/title-line-r.png);
}

.section-title h2 {
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom: 8px;
    margin-top: -9px;
}
.section-title.dark-title h2,.deco-title.dark-title h3{
    color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .section-title h2 {
        font-size: 2.2rem;
        margin-top: -5px;
    }
}

.section-title p {
    font-style: italic;
    font-family: "Droid Serif";
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
}

.deco-title h2 {
    font-family: "Montserrat";
    font-size: 1.6rem;
    line-height: 1.6;
    color: #24a5d5;
    margin-bottom: 0;
    margin-top: -5px;
}
.deco-title h3{
    font-size: 3.6rem;
    line-height: 1.5;
    margin-bottom: 17px;
}
.deco-head span{
    position: relative;
}
.deco-head span::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: -15px;
    border-bottom: 4px dotted #d1494e;
    /* border-left: 4px dotted #d1494e; */
    width: calc(100% + 30px);
    height: 100%;
    border-radius: 20px;
}
 body.dark-theme .deco-head span::after{
    border-bottom: 4px dotted #d9241c;
}
.light-text{
    color: #fff;
}
.owl-carousel .owl-nav button {
    background: #f4f5f7 !important;
    width: 45px;
    height: 45px;
    display: inline-block;
    color: #929292;
    font-size: 22px !important;
    line-height: 1;
    position: absolute;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    -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;
}

.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.owl-carousel .owl-nav button:hover {
    background-color: #24a5d5 !important;
    color: #fff;
}

.owl-carousel .owl-dots button {
    margin-left: 15px;
}

.owl-carousel .owl-dots button.active span {
    background-color: #d13d2e;
}

.owl-carousel .owl-dots button span {
    width: 10px;
    height: 10px;
    display: block;
    background-color: #929292;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.btn-long-arrow {
    background-color: transparent;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5;
    font-family: "Montserrat";
    font-style: normal;
    text-transform: uppercase;
    color: #d13d2e;
    position: relative;
    display: inline-block;
    padding: 0;
}
.btn-long-arrow.alt-btn{
    color: #24a5d5;
}
.btn-long-arrow:after {
    background: url(../img/arrow.png) left center no-repeat;
    content: '';
    float: right;
    margin-left: 20px;
    width: 39px;
    height: 22px;
}

.btn-long-arrow:hover, .btn-long-arrow:focus, .btn-long-arrow:active {
    color: #202020;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-long-arrow:hover:after, .btn-long-arrow:focus:after, .btn-long-arrow:active:after {
    background-position: right center;
}
body.dark-theme .btn-long-arrow{
    color: #d9241c;
}
body.dark-theme .btn-long-arrow:after {
    background: url(../img/arrow-dark.png) left center no-repeat;
}
body.dark-theme .product-cat .btn-long-arrow:after{
    background: url(../img/arrow.png) left center no-repeat;
}
body.dark-theme .btn-long-arrow:hover:after, body.dark-theme .btn-long-arrow:focus:after, body.dark-theme .btn-long-arrow:active:after{
    background-position: right center;
}
body.dark-theme .btn-long-arrow:hover, body.dark-theme .btn-long-arrow:focus, body.dark-theme .btn-long-arrow:active{
 color: #fff;   
}
body.dark-theme .product-cat .btn-long-arrow:hover, 
body.dark-theme .product-cat .btn-long-arrow:focus, 
body.dark-theme .product-cat .btn-long-arrow:active{
 color: #202020;   
}
.btn-header{
    background-color: #24a5d5;
    border: 2px solid #24a5d5;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}
.btn-header:hover, .btn-header:focus {
    background-color: transparent;
    border-color: #24a5d5;
    color: #000;
}
body.dark-theme .btn-header:hover, body.dark-theme .btn-header:focus{
    color: #fff;
}
.btn-header:hover i, .btn-header:focus i {
    color: #d13d2e;
}

.btn-add-to-cart {
    background-color: transparent;
    border: 2px solid #929292;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    color: #202020;
}

.btn-add-to-cart:hover {
    background-color: #24a5d5;
    border-color: #24a5d5;
    color: #fff;
}

.btn > i{
    margin-right: 4px;
    font-size: 16px;
}

.btn-add-to-cart.disabled {
    pointer-events: none;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.btn-login {
    background-color: transparent;
    border: 2px solid #c5c5c5;
    color: #202020;
    font-weight: 700;
    padding: 10px 35px;
    cursor: pointer;
    margin-top: 10px;
    -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;
}

.btn-login:hover {
    background-color: #24a5d5;
    border-color: #24a5d5;
    color: #fff;
}

.vertical-text {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #24a5d5;
    font-family: "Montserrat";
    position: relative;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
    margin: 0;
    font-style: normal;
}

.vertical-text:after {
    background-color: #202020;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: calc(100% + 20px);
    width: 35px;
    height: 2px;
}
body.dark-theme .vertical-text:after{
    background: #fff;
}
.tooltip .tooltip-inner {
    background-color: #24a5d5;
    font-size: 1.3rem;
    line-height: 1.5;
}

.tooltip .arrow:before {
    border-left-color: #24a5d5 !important;
}

#new-products-area,
#featured-products-area,
#new-products-two {
    overflow: hidden;
}

.scrolltotop {
    background-color: #24a5d5;
    color: #fff;
    font-size: 2.2rem;
    -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;
    line-height: 38px;
    text-align: center;
    display: block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: -30px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    right: 30px;
    z-index: 95;
    border-radius: 12px;
}

.scrolltotop.show {
    bottom: 40px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.scrolltotop:hover, .scrolltotop:active, .scrolltotop:focus {
    background-color: #d13d2e;
    color: #fff;
    -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;
}

.custom-padding {
    margin-left: -2px;
    margin-right: -2px;
}

.custom-padding [class*="col"] {
    padding: 0 2px;
}

.breadcrumb {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding-top: 0.5rem;
    padding-bottom: 0;
}

.breadcrumb li {
    margin-right: 40px;
    position: relative;
}

.breadcrumb li:last-child {
    margin-right: 0;
}

.breadcrumb li:last-child:last-child:after {
    display: none;
}

.breadcrumb li:after {
    content: '\f105';
    font-family: "FontAwesome";
    color: #f4f5f7;
    position: absolute;
    left: calc(100% + 20px);
}

.breadcrumb li a {
    font-family: "Droid Serif";
    color: #f4f5f7;
    font-size: 1.5rem;
    font-style: italic;
}

.breadcrumb li a:hover, .breadcrumb li a:active, .breadcrumb li a:focus, .breadcrumb li a.active {
    color: #24a5d5;
}

.breadcrumb li a.active {
    pointer-events: none;
}

.sidebar-list {
    margin-top: -12px;
}

.sidebar-list li {
    border-bottom: 1px dashed #c5c5c5;
    padding: 8px 0;
}

.sidebar-list li a {
    color: #202020;
    font-style: italic;
    font-family: "Droid Serif";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.sidebar-list li a:hover {
    color: #24a5d5;
    padding-left: 4px;
}

.nice-select {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    float: none;
    height: auto;
    text-transform: capitalize;
    line-height: inherit;
    padding: 5px 30px 5px 15px;
    width: 200px;
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .nice-select {
        width: 160px;
    }
}

.nice-select span.current {
    font-weight: 700;
    font-size: 1.3rem;
}

.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;
}

.page-pagination .pagination li a {
    background-color: #fff;
    color: #727272;
    outline: 1px solid #c5c5c5;
    display: inline-block;
    padding: 8px 15px;
    font-weight: 700;
    font-size: 1.2rem;
}

.page-pagination .pagination li a:hover, .page-pagination .pagination li a:focus, .page-pagination .pagination li a.current {
    background-color: #24a5d5;
    outline-color: #24a5d5;
    color: #fff;
}

.custom-checkbox label, .custom-checkbox .custom-control-label, .custom-radio label, .custom-radio .custom-control-label {
    color: #202020;
    font-size: 1.5rem;
    line-height: 1;
    padding-left: 10px;
    cursor: pointer;
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .custom-checkbox label, .custom-checkbox .custom-control-label, .custom-radio label, .custom-radio .custom-control-label {
        font-size: 1.3rem;
    }
}

.custom-checkbox label:before, .custom-checkbox .custom-control-label:before, .custom-radio label:before, .custom-radio .custom-control-label:before {
    background-color: transparent;
    border: 1px solid #acacac;
    -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: #202020;
    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: #24a5d5;
}

.custom-checkbox input, .custom-checkbox .custom-control-input, .custom-radio input, .custom-radio .custom-control-input {
    outline: none;
}

.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: #24a5d5;
    border-color: #24a5d5;
}

.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: 8px 8px;
    left: -13px;
    top: 2px;
    height: 10px;
    width: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 0;
    border: 0;
    background-color: #24a5d5;
}

.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 15px;
    height: 10px;
    background-color: rgba(216, 46, 46, 0.3);
}

blockquote, .blockquote {
    background-color: #e5e8ec;
    font-size: 1.5rem;
    line-height: 30px;
    color: #202020;
    font-family: "Droid Serif";
    font-weight: 700;
    font-style: italic;
    padding: 100px 30px 30px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
}

blockquote *, .blockquote * {
    margin: 0;
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    blockquote, .blockquote {
        padding: 100px 15px 15px;
    }
}

blockquote:after, .blockquote:after {
    content: '\f10d';
    font-family: "FontAwesome";
    font-size: 5rem;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 40px;
}

address {
    margin-bottom: 15px;
}

address p {
    margin-bottom: 5px;
}

address strong, address b {
    color: #000;
}

.border-img{
    border-radius: 20px;
    overflow: hidden;
}
.bg-grad{
    background: linear-gradient(-18deg, transparent, rgb(36 165 213 / 10%), transparent);
}
.bg-theme{
    background: #222;
}
.bg-alt{
    background: #101010; 
}
.bg-pattern{
    background: url(../img/resources/bg-pattern.svg);
    background-size: 50%;
    background-position: top left;
    background-repeat: no-repeat;
}
.bg-pattern-alt{
    position: relative;
}
.bg-pattern-alt:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../img/resources/bg-pattern.svg);
    background-size: 50% auto;
    background-position: top left;
    background-repeat: no-repeat;
    transform:scaleX(-1);
    z-index: -1;
}
.loader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #272727;
    z-index: 9999;
}
.loader-spin {
    position: absolute;
    width: 12rem;
    height: 12rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.double-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #24a5d5;
  opacity: 0.85;
  -webkit-animation: double-pulse 1.5s infinite ease-out;
          animation: double-pulse 1.5s infinite ease-out;
}
.double-pulse:nth-of-type(2) {
  -webkit-animation-delay: -350ms;
          animation-delay: -350ms;
}
@-webkit-keyframes double-pulse {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes double-pulse {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.modal-dialog {
    max-width: 600px;
    margin: 10rem auto 1.75rem;
}
.modal-body {
    padding: 0px 25px 30px;
}
.modal-header {
    padding: 15px 25px;
}
.modal-header .close{
    font-size: 22px;
    line-height: 24px;
}
body.dark-theme .modal-header .close{
    color: #fff;
}
body.dark-theme .modal-header .close:hover{
    color: #fff;
}
.modal-content{
    border-radius: 20px;
    border: 0;
}
body.dark-theme .modal-content{
    background: #272727;
}
ul.theme-list {
    padding-left: 15px;
}
ul.theme-list li {
    margin-bottom: 15px;
}
ul.theme-list li:before {
  content: "\f05d"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.6em; /* same as padding-left set on li */
  width: 1.6em; /* same as padding-left set on li */
    color: #24a5d5;
}

/*== Theme Typography Style End ==*/
/*== Header Area Start ==*/
#header-area {
    position: relative;
    -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;
    /* Mini Cart Style Here */
}

#header-area.fixed {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    top: 0;
    -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;
    width: 100%;
    z-index: 88;
}
body.dark-theme #header-area.fixed {
    background-color: #272727;
    -webkit-box-shadow: 0px 1px 10px 1px rgb(0 0 0);
    -moz-box-shadow: 0px 1px 10px 1px rgb(0 0 0);
    box-shadow: 0px 1px 10px 1px rgb(0 0 0);
}
#header-area.fixed #mainmenu > ul > li > a{
        padding: 28px 15px;
}

#header-area .header-right-meta {
    margin-right: 25px;
    position: relative;
}

#header-area .header-right-meta ul li {
    display: inline-block;
    position: relative;
    margin-left: 20px;
}

#header-area .header-right-meta ul li:first-child {
    margin-left: 0;
}

#header-area .header-right-meta ul li.settings:hover .site-settings {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    pointer-events: visible;
    visibility: visible;
}

#header-area .header-right-meta ul li.shop-cart:hover .mini-cart {
    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;
    visibility: visible;
    pointer-events: visible;
}

#header-area .header-right-meta ul li.shop-cart a {
    position: relative;
}

#header-area .header-right-meta ul li.shop-cart a .count {
    background-color: #fff;
    color: #000;
    font-weight: 700;
    text-align: center;
    position: absolute;
    width: 20px;
    height: 16px;
    font-size: 1.1rem;
    line-height: 16px;
    -webkit-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    right: -24px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 3px;
}

#header-area .header-right-meta ul li a {
    display: block;
    color: #929292;
    font-size: 1.8rem;
    line-height: 1.5;
    line-height: 1;
    padding: 10px 0;
}

#header-area .header-right-meta ul li a:hover {
    color: #24a5d5;
}

#header-area .site-settings {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    position: absolute;
    padding: 20px;
    right: -20px;
    top: 100%;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 951;
}

@media only screen and (min-width: 320px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    #header-area .site-settings {
        max-height: 220px;
        overflow: auto;
    }
}

#header-area .site-settings dl {
    white-space: nowrap;
    margin: 0 20px 0;
    font-family: "Droid Serif";
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    #header-area .site-settings dl {
        margin-bottom: 20px;
    }

    #header-area .site-settings dl:last-child {
        margin-bottom: 0;
    }
}

#header-area .site-settings dl dt {
    border-bottom: 1px solid #929292;
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-size: 1.2rem;
    line-height: 1.5;
}

#header-area .site-settings dl dd {
    margin-bottom: 5px;
}

#header-area .site-settings dl dd:last-child {
    margin-bottom: 0;
}

#header-area .site-settings dl dd.current a {
    font-weight: 700;
}

#header-area .site-settings dl dd a {
    color: #202020;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}

#header-area .mini-cart {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    right: -25px;
    top: 100%;
    padding: 20px 15px;
    position: absolute;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    pointer-events: none;
    visibility: hidden;
    width: 300px;
    z-index: 9;
}

@media only screen and (min-width: 320px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    #header-area .mini-cart {
        max-height: 220px;
        overflow: auto;
        width: 280px;
    }
}

#header-area .mini-cart .single-cart-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c5c5c5;
    position: relative;
}

#header-area .mini-cart .single-cart-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 solid #c5c5c5;
}

#header-area .mini-cart .single-cart-item .product-thumb {
    width: 80px;
    margin-right: 15px;
}

#header-area .mini-cart .single-cart-item .product-thumb a {
    padding: 0 !important;
}

#header-area .mini-cart .single-cart-item .product-details {
    text-align: left;
}

#header-area .mini-cart .single-cart-item .product-details h2 {
    margin-bottom: 5px;
    line-height: 1;
}

#header-area .mini-cart .single-cart-item .product-details h2 a {
    color: #000;
    font-weight: 600;
    font-family: "Montserrat";
    font-size: 12px !important;
    line-height: 1.4 !important;
    text-transform: uppercase;
    padding: 0 !important;
}

#header-area .mini-cart .single-cart-item .product-details h2 a:hover {
    color: #24a5d5;
}

#header-area .mini-cart .single-cart-item .product-details span {
    font-weight: 600;
    color: #202020;
    font-size: 14px;
    display: block;
}

#header-area .mini-cart .single-cart-item .product-details span.price {
    color: #24a5d5;
}

#header-area .mini-cart .single-cart-item .product-details .multiplication {
    margin: 0 7px;
    font-size: 12px;
}

#header-area .mini-cart .single-cart-item .remove-icon {
    bottom: 20px;
    right: 5px;
    position: absolute !important;
    padding: 0 !important;
}

#header-area .mini-cart .mini-cart-footer {
    margin-top: 20px;
}

#header-area .mini-cart .mini-cart-footer .btn-add-to-cart {
    color: #202020;
    border-width: 1px;
    text-align: center;
    font-size: 13px;
    padding: 17px 35px !important;
}

#header-area .mini-cart .mini-cart-footer .btn-add-to-cart:hover {
    color: #fff;
}

#header-area.header__2 {
    background-color: #fff;
}

#header-area.header__2 .header-right-meta ul li.shop-cart a .count {
    background-color: #000;
    color: #fff;
}

#header-area.header__2 .header-right-meta ul li a {
    color: #202020;
}

#header-area.header__2 .header-right-meta ul li a:hover {
    color: #24a5d5;
}

#header-area.header__2 .slicknav_menu .slicknav_btn .slicknav_icon-bar {
    background-color: #202020;
}

#header-area.header__3 {
    background-color: #fff;
}

#header-area.header__3 #mainmenu > ul > li.dropdown-show:after {
    color: #202020;
}

#header-area.header__3 #mainmenu > ul > li > a {
    color: #000;
    font-weight: 700;
}

#header-area.header__3 #mainmenu > ul > li > a:hover {
    color: #24a5d5;
}

#header-area.header__3 .header-right-meta ul li.shop-cart a .count {
    background-color: #000;
    color: #fff;
}

#header-area.header__3 .header-right-meta ul li a {
    color: #202020;
}

#header-area.header__3 .header-right-meta ul li a:hover {
    color: #24a5d5;
}

#header-area.header__3 .slicknav_menu .slicknav_btn .slicknav_icon-bar {
    background-color: #202020;
}

/*== Navigation Area Start ==*/
@media only screen and (min-width: 320px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    #mainmenu {
        display: none;
    }
}
.logo-area img {
    max-width: 280px;
}
#header-area.fixed .logo-area img {
    max-width: 200px;
}
#mainmenu ul {
    text-align: right;
}

#mainmenu ul li {
    display: inline-block;
    position: relative;
}

#mainmenu ul li:hover a, #mainmenu ul li.current a {
    color: #24a5d5;
}
body.dark-theme #mainmenu ul li:not(.active) a{
    color: #fff;
}
#mainmenu ul li.dropdown-show:after {
    color: #f4f5f7;
    content: '\f107';
    display: none;
    font-family: "FontAwesome";
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-weight: 700;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

#mainmenu ul li.dropdown-show .dropdown-show:after {
    position: absolute;
    display: block;
    content: '\f105';
    font-family: "FontAwesome";
    right: 10px;
    top: 50%;
    font-size: 1.5rem;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-weight: 700;
}

#mainmenu ul li.dropdown-show:hover:after {
    color: #24a5d5;
}

#mainmenu ul li.dropdown-show:hover > .dropdown-nav {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    pointer-events: visible;
}
#mainmenu ul li.active {
    font-weight: 600;
    position: relative;
}
#mainmenu ul li a {
    color: #202020;
    display: block;
    font-size: 1.6rem;
    line-height: 1.6;
    text-transform: uppercase;
    position: relative;
    padding: 42px 15px;
}
#mainmenu ul li.active a{
    color: #24a5d5;
}
#mainmenu ul li.active::before {
    content: '';
    position: absolute;
    width: 44px;
    height: 44px;
    border: 2px solid #e82e33;
    border-radius: 50%;
    left: -3px;
    top: calc(50% - 23px);
    opacity: 0.65;
}
#mainmenu ul li .dropdown-nav {
    background-color: #fff;
    top: 100%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    padding: 6px 0;
    width: 220px;
    z-index: 9;
}
body.dark-theme #mainmenu ul li .dropdown-nav {
    background-color: #1d1d1d;
}
#mainmenu ul li .dropdown-nav li {
    display: block;
}

#mainmenu ul li .dropdown-nav li:hover > .dropdown-nav {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    pointer-events: visible;
}

#mainmenu ul li .dropdown-nav li:hover a {
    color: #24a5d5;
}

#mainmenu ul li .dropdown-nav li:hover .sub-dropdown li a {
    color: inherit;
}

#mainmenu ul li .dropdown-nav li a {
    color: #727272;
    font-size: 1.3rem;
    font-weight: 700;
    font-style: italic;
    font-family: "Droid Serif";
    letter-spacing: 0.8px;
    padding: 6px 20px;
    text-transform: capitalize;
}

#mainmenu ul li .dropdown-nav li a:hover {
    color: #24a5d5;
}

#mainmenu ul li .dropdown-nav li a:after {
    display: none;
}

#mainmenu ul li .dropdown-nav li .sub-dropdown {
    top: -6px;
    left: calc(100% + 1px);
}

#mainmenu ul li .dropdown-nav li .sub-dropdown li a:hover {
    color: #24a5d5;
}

#mainmenu .mega-menu-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: no-wrap;
    -moz-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    left: -70%;
    padding: 30px 10px !important;
    width: auto !important;
    white-space: nowrap;
}
.mega-menu-parent{
    position: static !important;
}
#mainmenu .mega-menu-wrap .mega-menu-item {
    padding: 0 15px;
}

#mainmenu .mega-menu-wrap .mega-menu-item:last-child {
    margin-right: 0;
}

#mainmenu .mega-menu-wrap .mega-menu-item:hover a {
    color: inherit;
}

#mainmenu .mega-menu-wrap .mega-menu-item:hover a.mega-item-title {
    color: #202020;
}

#mainmenu .mega-menu-wrap .mega-menu-item .mega-item-title {
    text-align: center;
    color: #202020;
    display: block;
    padding: 0;
}
.mega-item-title > img {
    width: 85px;
    display: block;
    margin: 0 auto 20px;
    padding: 0 10px;
}
a.mega-item-title > h4 {
    font-family: 'Montserrat';
    font-style: initial;
    font-size: 14px;
    font-weight: 500;
}
#mainmenu .mega-menu-wrap .mega-menu-item .mega-item-title:after {
    display: none;
}

#mainmenu .mega-menu-wrap .mega-menu-item ul {
    text-align: left;
}

#mainmenu .mega-menu-wrap .mega-menu-item ul li {
    display: block;
}

#mainmenu .mega-menu-wrap .mega-menu-item ul li:hover a {
    color: inherit;
}

#mainmenu .mega-menu-wrap .mega-menu-item ul li a {
    color: #727272;
    font-weight: 400;
    font-size: 1.3rem;
    font-family: "Droid Serif";
    font-style: italic;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 30px;
    padding: 0;
}

#mainmenu .mega-menu-wrap .mega-menu-item ul li a:hover {
    color: #24a5d5;
}

#mainmenu .mega-menu-wrap .mega-menu-item ul li a:after {
    display: none;
}

.slicknav_menu {
    background-color: transparent;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .slicknav_menu {
        display: none;
    }
}

.slicknav_menu .slicknav_btn {
    background-color: transparent;
    position: absolute;
    margin: 0;
    padding: 0;
    right: 5px;
    float: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 97;
}

.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-child(1) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 8px;
}

.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-child(2) {
    display: none;
}

.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-child(3) {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 8px;
}

.slicknav_menu .slicknav_btn .slicknav_icon {
    position: relative;
    height: 15px;
    width: 30px;
}

.slicknav_menu .slicknav_btn .slicknav_icon:before {
    display: none;
}

.slicknav_menu .slicknav_btn .slicknav_icon .slicknav_icon-bar {
    background-color: #929292;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 2px;
    width: 100%;
}

.slicknav_menu .slicknav_btn .slicknav_icon .slicknav_icon-bar:nth-child(2) {
    top: 50%;
}

.slicknav_menu .slicknav_btn .slicknav_icon .slicknav_icon-bar:nth-child(3) {
    top: 100%;
}

.slicknav_menu .slicknav_nav {
    background-color: #fff;
    left: 0;
    position: absolute;
    padding: 5px 4%;
    margin-top: -1px;
    top: 100%;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    z-index: 97;
}

.slicknav_menu .slicknav_nav ul {
    margin-left: 0;
}

.slicknav_menu .slicknav_nav ul li {
    margin: 5px 0;
}
.slicknav_menu .slicknav_nav > ul > li {
    border-top: 1px solid #e8e8e8;
}
.slicknav_menu .slicknav_nav ul li a {
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    padding: 5px 0;
    color: #202020;
}

.slicknav_menu .slicknav_nav ul li a:hover, .slicknav_menu .slicknav_nav ul li a:focus, .slicknav_menu .slicknav_nav ul li a:active {
    background-color: transparent;
    color: #24a5d5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.slicknav_menu .slicknav_nav ul ul {
    margin-left: 10px;
}
.slicknav_menu .slicknav_arrow {
    font-size: 2rem;
    font-size: 2rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    text-align: right;
}

.navigation-area-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    height: 100%;
    width: 100%;
    z-index: 99;
}

.navigation-area-wrap .main-menu-wrap {
    background-color: rgba(0, 0, 0, 0.95);
    padding: 20px 0;
    margin-top: 120px;
    justify-content: center;
    width: 100%;
}

.menu-open {
    font-size: 3rem;
    color: #000;
}

.menu-close {
    top: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

/*== Navigation Area End ==*/
/*== Header Area End ==*/
.modal {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    z-index: -999;
}

.modal.show {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.body-popup-modal-area {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    height: 100%;
    width: 100%;
    z-index: 99;
}

.body-popup-modal-area .modal-container {
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.modal-close, .menu-close {
    font-size: 3rem;
    cursor: pointer;
    -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;
    position: absolute;
    top: 30px;
    right: 50px;
    height: 30px;
    width: 30px;
}

.modal-close:hover, .menu-close:hover {
    color: #24a5d5;
}


#quickView .modal-dialog {
    max-width: 900px;
}

#quickView .modal-dialog .close {
    background-color: #24a5d5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -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;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
    width: 25px;
}

#quickView .modal-dialog .close span {
    display: block;
    padding: 4px;
}

#quickView .quick-view-content {
    padding: 20px;
}

#quickView .quick-view-content .product-thumbnail-wrap .owl-thumbs .owl-thumb-item {
    height: 70px;
    width: 70px;
}

/*== Page Title Area Start ==*/
#page-title-area {
    background-image: url("../img/resources/page-header.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 70px 0 65px;
    z-index: 1;
}

#page-title-area:after {
    background-color: rgba(0, 0, 0, 0.75);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

#page-title-area .page-title-content h1 {
    color: #fff;
    font-family: "Montserrat";
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: 1px;
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    #page-title-area .page-title-content h1 {
        font-size: 3.2rem;
    }
}

/*== Page Title Area End ==*/
/*== Banner // Slider Area Start ==*/
#banner-area {
    position: relative;
}

/*
#banner-area:after {
    background-color: #202020;
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: -1px;
    width: 100%;
    -webkit-clip-path: polygon(0% 75%, 0% 0%, 100% 0%, 100% 35%);
    clip-path: polygon(0% 75%, 0% 0%, 100% 0%, 100% 35%);
    z-index: -1;
}
*/

#banner-area #banner-carousel .single-carousel-wrap {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 150px 0;
    z-index: 1;
}

@media only screen and (min-width: 320px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    #banner-area #banner-carousel .single-carousel-wrap {
        padding: 80px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #banner-area #banner-carousel .single-carousel-wrap {
        padding: 120px 0;
    }
}

#banner-area #banner-carousel .single-carousel-wrap:after {
    background-color: rgba(244, 245, 247, 0.55);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    display: block;
}
body.dark-theme #banner-area #banner-carousel .single-carousel-wrap:after{
    display: none;
}
#banner-area #banner-carousel .single-carousel-wrap .banner-caption {
    padding: 0 15px;
    max-width: 90%;
    margin: auto;
}

#banner-area #banner-carousel .single-carousel-wrap .banner-caption h4 {
    font-size: 2rem;
    line-height: 2;
    font-family: "Montserrat";
    text-transform: uppercase;
    color: #24a5d5;
}

#banner-area #banner-carousel .single-carousel-wrap .banner-caption h2 {
    font-size: 7.2rem;
    line-height: 1.2;
    text-transform: capitalize;
    margin: 0px 0 15px;
}

@media only screen and (min-width: 320px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    #banner-area #banner-carousel .single-carousel-wrap .banner-caption h2 {
        font-size: 2.4rem;
        margin: 9px 0 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #banner-area #banner-carousel .single-carousel-wrap .banner-caption h2 {
        font-size: 3.5rem;
    }
}

#banner-area #banner-carousel .single-carousel-wrap .banner-caption p {
    font-style: italic;
    font-family: "Droid Serif";
    color: #000;
}
body.dark-theme #banner-area #banner-carousel .single-carousel-wrap .banner-caption p{
    color: #969696;
}
#banner-area #banner-carousel .single-carousel-wrap .banner-caption .btn-long-arrow {
    margin-top: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    #banner-area #banner-carousel .single-carousel-wrap .banner-caption .btn-long-arrow {
        margin-top: 10px;
    }
}

#banner-area #banner-carousel .single-carousel-wrap.slide-item-1 {
    background-image: url("../img/slide-img-1.jpg");
}

#banner-area #banner-carousel .single-carousel-wrap.slide-item-2 {
    background-image: url("../img/slide-img-2.jpg");
}

#banner-area #banner-carousel .single-carousel-wrap.slide-item-3 {
    background-image: url("../img/slide-img-3.jpg");
}

#banner-area #banner-carousel .single-carousel-wrap.slide-item-4 {
    background-image: url("../img/slide-img-4.jpg");
}

#banner-area #banner-carousel .single-carousel-wrap.slide-item-5 {
    background-image: url("../img/slide-img-5.jpg");
}

#banner-area #banner-carousel .single-carousel-wrap.home_6_slide_1 {
    background-image: url("../img/home_6_slide_1.jpg");
}

#banner-area #banner-carousel .single-carousel-wrap.home_6_slide_2 {
    background-image: url("../img/home_6_slide_2.jpg");
}
body.dark-theme #banner-area #banner-carousel .single-carousel-wrap.slide-item-2 {
    background-image: url("../img/slide-img-11.jpg");
}
body.dark-theme #banner-area #banner-carousel .single-carousel-wrap.slide-item-1 {
    background-image: url("../img/slide-img-11.jpg");
} 
#banner-area .owl-dots {
    position: absolute;
    right: 60px;
    bottom: 60px;
}

@media only screen and (min-width: 320px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    #banner-area .owl-dots {
        display: none;
    }
}

#banner-area .banner-caption .hide {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -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;
}

#banner-area.banner__2:after {
    display: none;
}

#banner-area.banner__3:after {
    display: none;
}

#banner-area.banner__3 #banner-carousel .single-carousel-wrap:after {
    display: none;
}

#banner-area.banner__3 #banner-carousel .single-carousel-wrap .banner-caption {
    text-align: left;
}

#banner-area.banner__3 #banner-carousel .single-carousel-wrap .banner-caption h2, #banner-area.banner__3 #banner-carousel .single-carousel-wrap .banner-caption .btn-long-arrow {
    color: #fff;
    margin-left: 0;
}

#banner-area.banner__3 #banner-carousel .single-carousel-wrap .banner-caption p {
    color: #f4f5f7;
}

#banner-area.banner__3 #banner-carousel .single-carousel-wrap .banner-caption .btn-long-arrow {
    color: #fff;
    margin-left: 0;
}

#banner-area.banner__3 #banner-carousel .single-carousel-wrap .banner-caption .btn-long-arrow:after {
    display: none;
}

#banner-area.banner__3 #banner-carousel .single-carousel-wrap .banner-caption .btn-long-arrow:hover {
    color: #24a5d5;
}

#banner-area.banner__3 #banner-carousel .single-carousel-wrap.home_4_slide_1 {
    background-image: url("../img/home_4_slide_1.jpg");
}

#banner-area.banner__3 #banner-carousel .single-carousel-wrap.home_4_slide_2 {
    background-image: url("../img/home_4_slide_2.jpg");
}

/*== Banner // Slider Area End ==*/
/*== About Us Area Start ==*/
.about-image-wrap {
    overflow: hidden;
    background-color: #fafafa;
}

.about-image-wrap a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.about-image-wrap a img {
    -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;
}

.about-content-wrap {
    font-family: "Droid Serif";
}

.about-content-wrap h2{
    font-family: "Montserrat";
}

.about-content-wrap h2 {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #24a5d5;
    margin-bottom: 0;
    margin-top: -5px;
}

.about-content-wrap h3 {
    font-size: 3.6rem;
    line-height: 1.5;
    margin-bottom: 17px;
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .about-content-wrap h3 {
        font-size: 2rem;
        line-height: 1.5;
    }
}

.about-content-wrap .about-text {
    font-style: italic;
    padding-left: 65px;
    font-size: 1.5rem;
    line-height: 1.5;
    line-height: 3rem;
    position: relative;
}

@media only screen and (min-width: 320px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content-wrap .about-text {
        padding-left: 0;
    }
}

.about-content-wrap .about-text .vertical-text {
    position: absolute;
    left: 0;
    margin-top: -20px;
    display: none;
}

@media only screen and (min-width: 992px) {
    .about-content-wrap .about-text .vertical-text {
        display: block;
    }
}

.about-content-wrap .about-text .btn-long-arrow {
    margin-top: 11px;
}

#aboutUs-area.about__2 .about-image-wrap {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) {
    #aboutUs-area.about__2 .about-image-wrap {
        margin-top: -150px;
    }
}

@media only screen and (min-width: 992px) {
    #aboutUs-area.about__2 .about-content-wrap {
        margin-left: 50px;
    }
}

#aboutUs-area.about__2 .about-content-wrap h3 {
    font-family: "Playfair Display";
    font-size: 6rem;
    line-height: 1.2;
    text-transform: capitalize;
}

@media only screen and (min-width: 320px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    #aboutUs-area.about__2 .about-content-wrap h3 {
        font-size: 3.6rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #aboutUs-area.about__2 .about-content-wrap h3 {
        font-size: 4.8rem;
    }
}

#aboutUs-area.about__2 .about-content-wrap h4.price {
    font-size: 4.8rem;
    color: #24a5d5;
    margin: 40px 0;
}

@media only screen and (min-width: 320px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    #aboutUs-area.about__2 .about-content-wrap h4.price {
        font-size: 2.8rem;
        margin: 10px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #aboutUs-area.about__2 .about-content-wrap h4.price {
        margin: 10px 0;
    }
}

#aboutUs-area.about__2 .about-content-wrap h4.price sup {
    font-size: 2.4rem;
    color: #202020;
    margin-right: 5px;
}

@media only screen and (min-width: 320px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    #aboutUs-area.about__2 .about-content-wrap h4.price sup {
        font-size: 1.7rem;
    }
}

#aboutUs-area.about__2 .about-content-wrap .about-text {
    padding-left: 0;
}

/* ----------------------
ABOUT PAGE
-------------------------*/
.about-list2 li i {
  margin-right: 10px;
  color: #24a5d5;
}

.icon-3x {
  font-size: 3rem;
}

.text-default {
  color: #24a5d5;
}

.team-social li a {
  font-size: 13px;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #fff;
  display: inline-block;
  padding-top: 3px;
  background: #fff;
}

/* ========================
HISTORY MISSION
==============================*/
.img-block img {
  width: 80px;
}
.icon-boxes h3 {
    font-size: 22px;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 310px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
    margin-top: 25px;
}
/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s cubic-bezier(.175, .885, .32, 1.275);;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card:hover .flip-card-back {
    border-color: #24a5d5;
    box-shadow: 0px 0px 10px rgb(36 165 213 / 22%);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
      position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.dark-theme .flip-card-front, 
body.dark-theme .flip-card-back {
    background: #101010;
    border: 1px solid #3a3a3a;
}
.flip-card-front::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border: 2px dotted #fff;
    border-radius: 10px;
}
/* Style the front side (fallback if image is missing) */
.flip-card-front h3 {
    font-family: 'Montserrat';
    line-height: 30px;
}

/* Style the back side */
.flip-card-back {
  transform: rotateY(180deg);
}
.flip-icon {
    width: 90px;
    padding: 20px;
    border: 1px solid #d9241c;
    border-radius: 50%;
    margin: 0 auto 15px;
    box-shadow: 0px 0px 5px #d1494ea3;
}
/*== About Us Area End ==*/

/*== Call to action Area Start ==*/
.cta-section {
    padding: 50px 0 80px;
    background: #000;
}
.cta-section h3 {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 30px;
}
.cta-section .btn-header:hover, .cta-section .btn-header:focus {
    background-color: transparent;
    border-color: #24a5d5;
    color: #fff;
}

/*== Collection Area Start ==*/
.img-gal-box {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: 1px solid #d4d4d4;
}
.img-gal-box:hover .gal-overlay{
    transform: scale(1);
}
.gal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 38%);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transform-origin: center;
    transition: all cubic-bezier(0.74, 0.04, 0.21, 0.9) 0.4s;
}
.gal-overlay > a {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    padding: 10px;
}
/*== Timeline Area Start ==*/
.timeline-area .container:before {
   content: '';
   position: absolute;
   top: 0;
   left: 50%;
   margin-left: -1px;
   width: 2px;
   height: 100%;
   background: #dedede;
   z-index: 1
}
.timeline-block {
   width: -webkit-calc(50% + 8px);
   width: -moz-calc(50% + 8px);
   width: calc(50% + 8px);
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -moz-box-pack: justify;
   justify-content: space-between;
   clear: both;
}

.timeline-block-right {
   float: right;
}

.timeline-block-left {
   float: left;
   direction: rtl;
    text-align: right;
}

.marker {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 4px solid #202020;
    background: #d13d2e;
    margin-top: 25px;
    z-index: 9;
}
body.dark-theme .marker{
    border: 4px solid #ffffff;
}
.timeline-content {
   width: 95%;
   padding: 0 15px;
}

.timeline-content h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 36px;
    font-weight: 600;
    color: #24a5d5;
}

.timeline-content span {
   font-size: 15px;
   color: #a4a4a4;
}

.timeline-content p {
   font-size: 14px;
   line-height: 1.5em;
   word-spacing: 1px;
}


@media screen and (max-width: 768px) {
   .timeline-area .container:before {
      left: 23px;
      width: 2px;
   }
   .timeline-block {
      width: 100%;
      margin-bottom: 30px;
   }
   .timeline-block-right {
      float: none;
   }

   .timeline-block-left {
      float: none;
      direction: ltr;
   }
}

/*== Accordian Area Start ==*/
.myaccordion {
  box-shadow: 0 0 1px rgb(0 0 0 / 65%);
 margin: 30px 0 20px;
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
padding: 15px 20px;
}
.myaccordion .card-header .btn-link i {
    color: #d1494e;
    font-size: 22px;
    line-height: 24px;
}
.myaccordion .card-header .btn-link > span {
    color: #24a5d5;
    margin-right: 10px;
}
.myaccordion .btn {
      width: 100%;
    font-weight: bold;
    color: #202020;
    padding: 0;
    font-size: 16px;
    font-family: 'Montserrat';
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}
body.dark-theme .myaccordion .card-header .btn-link i {
    color: #d9241c;
}
body.dark-theme .myaccordion .card-header {
    border-bottom-color: #585858;
}
body.dark-theme .myaccordion .btn {
    color: #ffffff;
}
body.dark-theme .myaccordion .card{
    background: #272727;
}

/*== New Collection Area Start ==*/
#new-collection-area {
    overflow: hidden;
}

.tab-menu-wrap {
    justify-content: center;
    font-weight: 700;
    margin-bottom: 60px;
}

@media only screen and (min-width: 320px) and (max-width: 575px), only screen and (min-width: 320px) and (max-width: 575px) {
    .tab-menu-wrap {
        margin-bottom: 30px;
    }
}

.tab-menu-wrap li {
    padding: 0 25px;
    position: relative;
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .tab-menu-wrap li {
        padding: 0 12px 0 5px;
    }
}

.tab-menu-wrap li:last-child:after {
    display: none;
}

.tab-menu-wrap li:after {
    content: '/';
    position: absolute;
    right: 0;
    top: 0;
    color: #929292;
}

.tab-menu-wrap li a {
    color: #202020;
    text-transform: uppercase;
}

.tab-menu-wrap li a:hover, .tab-menu-wrap li a.active {
    color: #24a5d5;
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .tab-menu-wrap li a {
        font-size: 1.2rem;
    }
}

/*== New Collection Area End ==*/
/*== Products Style Start ==*/
.products-wrapper .single-product-item {
    background-color: #f4f5f7;
    padding: 30px;
    -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;
    position: relative;
    overflow: hidden;
}

.products-wrapper .single-product-item:after {
    background-color: rgba(216, 46, 46, 0.1);
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scaleX(0);
    -moz-transform: translate(-50%, -50%) scaleX(0);
    -ms-transform: translate(-50%, -50%) scaleX(0);
    transform: translate(-50%, -50%) scaleX(0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    pointer-events: none;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
}

.products-wrapper .single-product-item:hover {
    -webkit-box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.15);
}

.products-wrapper .single-product-item:hover:after {
    -webkit-transform: translate(-50%, -50%) scaleX(1);
    -moz-transform: translate(-50%, -50%) scaleX(1);
    -ms-transform: translate(-50%, -50%) scaleX(1);
    transform: translate(-50%, -50%) scaleX(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.products-wrapper .single-product-item:hover .product-meta {
    right: 10px;
    opacity: 1;
    visibility: visible;
}

.products-wrapper .single-product-item:hover .product-details .btn-add-to-cart {
    border-color: #24a5d5;
    color: #24a5d5;
}

.products-wrapper .single-product-item:hover .product-details .btn-add-to-cart:hover {
    color: #fff;
}

.products-wrapper .single-product-item .product-thumb {
    margin-bottom: 15px;
}

.products-wrapper .single-product-item .product-details h2 {
    font-size: 1.2rem;
    line-height: 1.5;
    font-family: "Montserrat";
    text-transform: uppercase;
    font-weight: 400;
}

.products-wrapper .single-product-item .product-details h2 a {
    color: #202020;
}

.products-wrapper .single-product-item .product-details h2 a:hover {
    color: #24a5d5;
}

.products-wrapper .single-product-item .product-details .products-desc {
    display: none;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 1.5;
    font-family: "Droid Serif";
}

.products-wrapper .single-product-item .product-details span {
    display: block;
}

.products-wrapper .single-product-item .product-details .rating {
    color: #f4ca49;
    font-size: 1.3rem;
    line-height: 1.5;
    margin: 7px 0 8px;
}

.products-wrapper .single-product-item .product-details .price {
    color: #202020;
}

.products-wrapper .single-product-item .product-details .btn-add-to-cart {
    margin-top: 11px;
    margin-right: 10px;
}

.products-wrapper .single-product-item .product-details .btn-add-to-cart:last-child {
    margin-right: 0;
}

.products-wrapper .single-product-item .product-details .btn-add-to-cart.btn-compare, .products-wrapper .single-product-item .product-details .btn-add-to-cart.btn-whislist {
    display: none;
}

.products-wrapper .single-product-item .product-meta {
    position: absolute;
    right: -100%;
    top: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}

.products-wrapper .single-product-item .product-meta button, .products-wrapper .single-product-item .product-meta a {
    background-color: #202020;
    border-bottom: 1px solid #727272;
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
    display: block;
    line-height: 45px;
    height: 45px;
    padding: 0;
    text-align: center;
    width: 45px;
}

.products-wrapper .single-product-item .product-meta button:hover, .products-wrapper .single-product-item .product-meta a:hover {
    background-color: #24a5d5;
    border-bottom-color: #24a5d5;
}

.products-wrapper .single-product-item .product-meta button span, .products-wrapper .single-product-item .product-meta a span {
    display: block;
}

.products-wrapper .single-product-item .product-bedge {
    background-color: #202020;
    font-size: 1.2rem;
    line-height: 1.5;
    font-style: italic;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    font-family: "Droid Serif";
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 21px;
    left: 5px;
    -webkit-clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
    clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
    z-index: 2;
}

.products-wrapper .single-product-item .product-bedge.sale {
    background-color: #e74c3c;
}

.products-wrapper .owl-stage-outer {
    overflow: visible;
}

.products-wrapper .owl-stage-outer .owl-item {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -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;
    visibility: hidden;
}

.products-wrapper .owl-stage-outer .owl-item.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -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;
    visibility: visible;
}

.products-wrapper .owl-nav {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.products-wrapper:hover .owl-nav {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.products-wrapper.products-gird {
    margin-top: -30px;
}

.products-wrapper.products-gird .single-product-item {
    margin-top: 30px;
}

.products-wrapper.products-gird .single-product-item:after {
    background-color: rgba(220, 67, 67, 0.8);
}

.products-wrapper.products-gird .single-product-item:hover .product-details {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
}

.products-wrapper.products-gird .single-product-item:hover .product-details h2 a {
    color: #fff;
}

.products-wrapper.products-gird .single-product-item:hover .product-details h2 a:hover {
    text-decoration: underline;
}

.products-wrapper.products-gird .single-product-item:hover .product-details .btn-add-to-cart {
    border-color: #fff;
    color: #fff;
}

.products-wrapper.products-gird .single-product-item:hover .product-details .btn-add-to-cart:hover {
    color: #fff;
}

.products-wrapper.products-gird .single-product-item .product-details {
    color: #fff;
    text-align: center;
    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%);
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 1;
}

.products-wrapper.products-gird .single-product-item .product-details h2, .products-wrapper.products-gird .single-product-item .product-details span, .products-wrapper.products-gird .single-product-item .product-details a, .products-wrapper.products-gird .single-product-item .product-details .rating {
    color: #fff;
}

.products-wrapper.products-gird .single-product-item .product-details .rating i.fa-star {
    color: #f4ca49;
}

.products-wrapper.products-gird .single-product-item .product-meta {
    display: none;
}

.products-wrapper.products-list-view .col-lg-4 {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
}

.products-wrapper.products-list-view .single-product-item {
    text-align: left !important;
    padding: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 992px) {
    .products-wrapper.products-list-view .single-product-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

.products-wrapper.products-list-view .single-product-item:after {
    display: none;
}

.products-wrapper.products-list-view .single-product-item .product-thumb {
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .products-wrapper.products-list-view .single-product-item .product-thumb img {
        width: 350px;
        max-width: 350px;
    }
}

.products-wrapper.products-list-view .single-product-item .product-details {
    background-color: #fff;
    padding: 30px 20px;
    padding-right: 70px;
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .products-wrapper.products-list-view .single-product-item .product-details {
        padding: 20px 15px;
    }
}

.products-wrapper.products-list-view .single-product-item .product-details h2 {
    font-size: 1.8rem;
    line-height: 1.5;
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .products-wrapper.products-list-view .single-product-item .product-details h2 {
        font-size: 1.6rem;
        line-height: 1.5;
    }
}

.products-wrapper.products-list-view .single-product-item .product-details .price {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 10px;
}

.products-wrapper.products-list-view .single-product-item .product-details .products-desc {
    display: block;
}

.products-wrapper.products-list-view .single-product-item .product-meta {
    display: none;
}

.products-wrapper.products-list-view .single-product-item a.btn-add-to-cart.btn-whislist, .products-wrapper.products-list-view .single-product-item a.btn-add-to-cart.btn-compare {
    display: inline-block;
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .products-wrapper.products-list-view .single-product-item a.btn-add-to-cart {
        font-size: 0.9rem;
        line-height: 1.5;
        border-width: 1px;
        padding: 6px 10px;
        margin-right: 5px;
    }
}

.small-product-list .single-product-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
}

.small-product-list .single-product-item:last-child {
    margin-bottom: 0;
}

.small-product-list .single-product-item .product-thumb {
    width: 105px;
    margin-right: 20px;
    overflow: hidden;
}

.small-product-list .single-product-item .product-thumb img {
    width: 100%;
}

.small-product-list .single-product-item .product-details {
    width: 70%;
}

.small-product-list .single-product-item .product-details h2 {
    margin-bottom: 5px;
    line-height: 1;
}

.small-product-list .single-product-item .product-details h2 a {
    color: #000;
    font-weight: 400;
    font-family: "Montserrat";
    font-size: 1.2rem;
    line-height: 1.5;
    text-transform: uppercase;
    display: block;
}

.small-product-list .single-product-item .product-details h2 a:hover {
    color: #24a5d5;
}

.small-product-list .single-product-item .product-details .price {
    display: block;
    margin-bottom: 10px;
}

.small-product-list .single-product-item .product-details .btn-add-to-cart {
    border-width: 1px;
    font-size: 0.9rem;
    padding: 8px 10px;
    display: inline-block;
}

.single-product-page-content .product-thumbnail-wrap .owl-thumbs {
    margin-top: 15px;
    text-align: center;
}

.single-product-page-content .product-thumbnail-wrap .owl-thumbs .owl-thumb-item {
    border: 2px solid #fff;
    cursor: pointer;
    margin: 0 2px;
    padding: 0;
    height: 100px;
    width: 100px;
}

@media only screen and (min-width: 320px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-page-content .product-thumbnail-wrap .owl-thumbs .owl-thumb-item {
        height: 50px;
        width: 50px;
    }
}

.single-product-page-content .product-thumbnail-wrap .owl-thumbs .owl-thumb-item.active {
    border: 2px solid #24a5d5;
}

.single-product-page-content .product-thumbnail-wrap .owl-thumbs .owl-thumb-item img {
    max-width: 100%;
    display: block;
}

.single-product-page-content .product-thumbnail-wrap .owl-nav button {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: calc(50% - 51px);
}

@media only screen and (min-width: 320px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-page-content .product-thumbnail-wrap .owl-nav button {
        top: 50%;
    }
}

.single-product-page-content .product-thumbnail-wrap .owl-dots {
    bottom: 15px;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    z-index: 2;
}

/*== Products Style End ==*/
/*== Products by Category Area Start ==*/
.single-cat-item {
    -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;
}

.single-cat-item:hover .category-thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.single-cat-item:hover .category-thumb .category-name {
    top: 70%;
}

.single-cat-item .category-thumb {
    position: relative;
    overflow: hidden;
}

.single-cat-item .category-thumb img {
    -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;
}

.single-cat-item .category-thumb .category-name {
    border: 2px solid #fff;
    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%);
    white-space: nowrap;
    padding: 4px;
    -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;
    width: 90%;
}

.single-cat-item .category-thumb .category-name a {
    background-color: #fff;
    color: #202020;
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 700;
    font-family: "Playfair Display";
    text-transform: uppercase;
    margin: 0;
    padding: 18px 25px;
    text-align: center;
}

.large-size-cate .single-cat-item {
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
    .large-size-cate .single-cat-item {
        margin-bottom: 0;
    }
}

.small-size-cate {
    margin-top: -15px;
}

.small-size-cate .single-cat-item {
    margin-top: 15px;
}

/*== Products by Category Area End ==*/
/*== Testimonial Area Start ==*/
.testimonial-wrapper, .category-wrapper {
    background-image: url("../img/testi_bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 90px 0px 85px;
}
body.dark-theme .testimonial-wrapper, body.dark-theme .category-wrapper{
    background-image: none;
}
 body.dark-theme .category-wrapper{
    background: #101010;
}
.testimonial-wrapper{
    padding: 90px 30px 120px;
}

@media only screen and (min-width: 320px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-wrapper {
        padding: 45px 15px 40px;
    }
}

.testimonial-wrapper .section-title h2 {
    color: #fff;
}

.testimonial-content-wrap .single-testimonial-item {
    font-style: italic;
    color: #d2d2d2;
    font-family: "Droid Serif";
    line-height: 30px;
}

.testimonial-content-wrap .single-testimonial-item .client-name {
    text-transform: uppercase;
    color: #fff;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 0;
}
.testi-person {
    display: inline-flex;
    align-items: center;
}
.person-img {
    max-width: 60px;
    margin-right: 15px;
}
.owl-dots {
    margin-left: -15px;
    margin-top: 10px;
}

/*== Testimonial Area End ==*/

/*== We Say Hello Area Start ==*/
#we-say-hello-area .section-title {
    margin-bottom: 44px;
}

#we-say-hello-area .section-title a {
    margin-bottom: 20px;
    display: inline-block;
}

#we-say-hello-area .section-title:after {
    background-image: none;
}

#we-say-hello-area .say-hello-content-wrap {
    border-top: 1px solid #e5e8ec;
    border-bottom: 1px solid #e5e8ec;
    padding: 30px 0;
}

#we-say-hello-area .say-hello-content-wrap .single-say-hello-item {
    padding: 20px 0;
    margin: 0;
    border-right-style: solid;
    border-right-color: #e5e8ec;
    -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 (min-width: 320px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    #we-say-hello-area .say-hello-content-wrap .single-say-hello-item {
        border: none;
    }
}

#we-say-hello-area .say-hello-content-wrap .single-say-hello-item:hover {
    color: #202020;
}

#we-say-hello-area .say-hello-content-wrap .single-say-hello-item:hover h2 {
    color: #24a5d5;
}

#we-say-hello-area .say-hello-content-wrap .single-say-hello-item .say-hello-thumb {
    border: 2px solid #727272;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 85px;
    line-height: 85px;
    width: 85px;
    margin: 0 auto 22px;
}

#we-say-hello-area .say-hello-content-wrap .single-say-hello-item .say-hello-thumb img {
    width: 30px;
}

#we-say-hello-area .say-hello-content-wrap .col-lg-4:last-child .single-say-hello-item {
    border: none;
}

/*== We Say Hello Area End ==*/
/*== Sale Products Area Start ==*/
#sale-products-area {
    background-color: #f2f2f3;
    padding: 90px 0;
}

#sale-products-area .sale-product-wrapper .single-sale-product .sale-product-details h2, #sale-products-area .sale-product-wrapper .single-sale-product .sale-product-details h3 {
    color: #24a5d5;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-size: 1.8rem;
}

#sale-products-area .sale-product-wrapper .single-sale-product .sale-product-details h3 {
    color: #24a5d5;
    font-size: 1.8rem;
}

#sale-products-area .sale-product-wrapper .single-sale-product .sale-product-details h2 {
    color: #202020;
    font-size: 3rem;
    margin: 15px 0;
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    #sale-products-area .sale-product-wrapper .single-sale-product .sale-product-details h2 {
        font-size: 1.8rem;
        line-height: 1.5;
        margin: 10px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #sale-products-area .sale-product-wrapper .single-sale-product .sale-product-details h2 {
        font-size: 2.4rem;
        line-height: 1.5;
    }
}

#sale-products-area .sale-product-wrapper .single-sale-product .sale-product-details h2 a {
    color: #202020;
}

#sale-products-area .sale-product-wrapper .single-sale-product .sale-product-details h2 a:hover {
    color: #24a5d5;
}

#sale-products-area .sale-product-wrapper .single-sale-product .sale-product-details .rating {
    color: #f4ca49;
    margin: 10px 0;
}

#sale-products-area .sale-product-wrapper .single-sale-product .sale-product-details p {
    font-family: "Droid Serif";
    font-style: italic;
}

#sale-products-area .sale-product-wrapper .single-sale-product .sale-product-details .btn-add-to-cart {
    margin-top: 20px;
}

#sale-products-area .sale-product-wrapper .single-sale-product .sale-product-details .sale-countdown-wrap {
    margin-top: 30px;
}

#sale-products-area .sale-product-wrapper .single-sale-product .sale-product-details .sale-countdown-wrap .sale-product-countdown {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -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 (min-width: 320px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    #sale-products-area .sale-product-wrapper .single-sale-product .sale-product-details .sale-countdown-wrap .sale-product-countdown {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
    }
}

#sale-products-area .sale-product-wrapper .single-sale-product .sale-product-details .sale-countdown-wrap .sale-product-countdown .counter-item {
    text-align: center;
    margin-right: 15px;
}

#sale-products-area .sale-product-wrapper .single-sale-product .sale-product-details .sale-countdown-wrap .sale-product-countdown .counter-item:last-child {
    margin-right: 0;
}

#sale-products-area .sale-product-wrapper .single-sale-product .sale-product-details .sale-countdown-wrap .sale-product-countdown .counter-item .counter-no {
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-weight: 700;
    font-family: "Droid Serif";
    color: #202020;
    position: relative;
    line-height: 70px;
    height: 70px;
    width: 70px;
    margin: auto;
    z-index: 1;
}

@media only screen and (min-width: 320px) and (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
    #sale-products-area .sale-product-wrapper .single-sale-product .sale-product-details .sale-countdown-wrap .sale-product-countdown .counter-item .counter-no {
        line-height: 60px;
        height: 60px;
        width: 60px;
    }
}

#sale-products-area .sale-product-wrapper .single-sale-product .sale-product-details .sale-countdown-wrap .sale-product-countdown .counter-item .counter-no:after {
    background-color: #f2f2f3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    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%);
    height: 50px;
    width: 50px;
    z-index: -1;
}

@media only screen and (min-width: 320px) and (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
    #sale-products-area .sale-product-wrapper .single-sale-product .sale-product-details .sale-countdown-wrap .sale-product-countdown .counter-item .counter-no:after {
        height: 40px;
        width: 40px;
    }
}

#sale-products-area .sale-product-wrapper .single-sale-product .sale-product-details .sale-countdown-wrap .sale-product-countdown .counter-item .counter-no:before {
    border: 3px solid #f2f2f3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    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%);
    height: 65px;
    width: 65px;
    z-index: -1;
}

@media only screen and (min-width: 320px) and (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
    #sale-products-area .sale-product-wrapper .single-sale-product .sale-product-details .sale-countdown-wrap .sale-product-countdown .counter-item .counter-no:before {
        height: 55px;
        width: 55px;
    }
}

#sale-products-area .sale-product-wrapper .single-sale-product .sale-product-details .sale-countdown-wrap .sale-product-countdown .counter-item .counter-label {
    display: block;
    color: #202020;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 5px;
}

#sale-products-area .sale-product-wrapper .owl-carousel:hover .owl-nav {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
}

#sale-products-area .sale-product-wrapper .owl-carousel .owl-nav {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: 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;
}

#sale-products-area .sale-product-wrapper .owl-carousel .owl-nav button {
    background-color: #e5e5e7 !important;
}

#sale-products-area .sale-product-wrapper .owl-carousel .owl-nav button:hover {
    background-color: #24a5d5 !important;
}

@media only screen and (min-width: 320px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    #sale-products-area .sale-product-wrapper .owl-carousel .owl-nav {
        display: none;
    }
}

/*== Sale Products Area End ==*/
/*== Home 4 Products Area Start ==*/
#products-area-wrapper {
    margin-top: -30px;
}

#products-area-wrapper .single-category-products {
    margin-top: 30px;
}

#products-area-wrapper .single-category-products .owl-carousel:hover .owl-nav {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

#products-area-wrapper .single-category-products .owl-carousel .owl-nav {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

#products-area-wrapper .single-category-products .owl-carousel .owl-nav button {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: #c5c5c5 !important;
}

#products-area-wrapper .single-category-products .owl-carousel .owl-nav button:hover {
    background-color: #24a5d5 !important;
}

#products-area-wrapper .product-category-name-warp {
    background-image: url("../img/men-pro.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    z-index: 1;
}

@media only screen and (min-width: 320px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    #products-area-wrapper .product-category-name-warp {
        min-height: 400px;
    }
}

#products-area-wrapper .product-category-name-warp:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
}

#products-area-wrapper .product-category-name-warp:hover .category-title-box {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-animation: zoomIn 500ms ease forwards 250ms;
    animation: zoomIn 500ms ease forwards 250ms;
}

#products-area-wrapper .product-category-name-warp:hover .category-title-box:after {
    -webkit-animation: zoomIn 500ms ease forwards 750ms;
    animation: zoomIn 500ms ease forwards 750ms;
}

#products-area-wrapper .product-category-name-warp:hover .category-title-box:before {
    -webkit-animation: zoomIn 500ms ease forwards 500ms;
    animation: zoomIn 500ms ease forwards 500ms;
}

#products-area-wrapper .product-category-name-warp:after {
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -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;
    visibility: hidden;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

#products-area-wrapper .product-category-name-warp .category-title-box {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    visibility: hidden;
    display: block;
    height: 270px;
    width: 270px;
    position: relative;
}

@media only screen and (min-width: 320px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    #products-area-wrapper .product-category-name-warp .category-title-box {
        height: 150px;
        width: 150px;
    }
}

#products-area-wrapper .product-category-name-warp .category-title-box:after {
    border: 5px solid #fff;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

#products-area-wrapper .product-category-name-warp .category-title-box:before {
    border: 1px solid #fff;
    content: '';
    position: absolute;
    left: 10%;
    top: 10%;
    height: 80%;
    width: 80%;
}

#products-area-wrapper .product-category-name-warp .category-title-box .pro-cate-title {
    font-size: 2rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #24a5d5;
    font-family: "Montserrat";
    font-weight: 400;
    position: relative;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#products-area-wrapper .product-category-name-warp.women {
    background-image: url("../img/women.jpg");
}

#products-area-wrapper .product-category-name-warp.clothing {
    background-image: url("../img/clothing.jpg");
}

#products-area-wrapper .product-category-name-warp.jewelry {
    background-image: url("../img/jewelry.jpg");
}

/*== Home 4 Products Area End ==*/
/*== Home 5 Products Area Start ==*/
#featured-products-wrapper .products-wrapper.products-gird {
    margin-top: -4px;
}

#featured-products-wrapper .products-wrapper.products-gird .single-product-item {
    margin-top: 4px;
}

#featured-products-wrapper .products-wrapper.products-gird .single-product-item:after {
    background-color: rgba(32, 32, 32, 0.5);
}

/*== Home 5 Products Area End ==*/
/*== Home 6 Categories Products Area Start ==*/
#category-feature-product {
    
}
.product-cat {
    background: #f3f3f3;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 15px;
    transition: all ease-in-out 0.4s;
}
.product-cat:hover{
    transform: scale(1.02);
    box-shadow: 0px 2px 15px rgb(209 61 46 / 52%);
}
body.dark-theme .product-cat{
    box-shadow: 0px 4px 10px #000;
}
body.dark-theme .product-cat:hover {
    box-shadow: 0px 8px 18px rgb(0 0 0);
}

body.dark-theme .product-cat h3{
    color: #202020;
}
#category-feature-product .single-featured-product {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

#category-feature-product .single-featured-product:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
}

#category-feature-product .single-featured-product:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#category-feature-product .single-featured-product:after {
    background-color: rgba(32, 32, 32, 0.5);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    height: 100%;
    width: 100%;
}

#category-feature-product .single-featured-product img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    -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;
}

/*== Home 6 Categories Products Area End ==*/
/*== Home 6 Products Area Start ==*/
#products-area-wrapper .products-wrapper {
    overflow: hidden;
}

#products-area-wrapper .products-wrapper .single-product-item {
    padding-bottom: 150px;
}

#products-area-wrapper .products-wrapper .owl-carousel .owl-nav button {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

/*== Home 6 Categories Products Area End ==*/

/*== Shop Page Content Start ==*/
.shop-page-content-wrap .products-settings-option {
    border: 1px solid #dfdfdf;
    padding: 10px 15px;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.shop-page-content-wrap .products-settings-option .show-items {
    font-family: "Droid Serif";
    font-size: 1.6rem;
}

.shop-page-products-wrap {
    margin: 20px 0 50px;
}

.shop-page-products-wrap .products-wrapper.products-gird {
    margin-top: 0;
}

.shop-page-products-wrap .single-product-item {
    margin-top: 30px;
}

.product-view {
    margin-right: 20px;
}

.product-view li {
    background-color: #fff;
    font-size: 2rem;
    outline: 1px solid #c5c5c5;
    padding: 3px 10px;
    cursor: pointer;
    -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;
}

.product-view li.current {
    color: #24a5d5;
}

.product-view li .fa-bars {
    padding-top: 1px;
}

.product-sort_by label, .product-per-page label {
    font-weight: 700;
    font-size: 1.3rem;
    margin: 0;
    margin-right: 10px;
}

.product-per-page .nice-select {
    width: 60px;
}


/*== Contact Page Content Start ==*/
.contact-method-wrap .contact-method-item {
    margin-bottom: 25px;
}

.contact-method-wrap .contact-method-item:hover .method-icon:before {
    animation: ripple 1s infinite;
}

.contact-method-wrap .contact-method-item .method-icon {
    background-color: #d13d2e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 2.4rem;
    line-height: 50px;
    color: #fff;
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    position: relative;
    height: 50px;
    width: 50px;
}

.contact-method-wrap .contact-method-item .method-icon:before {
    background-color: #d13d2e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: block;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.contact-method-wrap .contact-method-item .method-info {
    font-size: 1.5rem;
    line-height: 1.5;
}

.contact-method-wrap .contact-method-item .method-info h3 {
    text-transform: uppercase;
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: "Montserrat";
    margin-bottom: 10px;
}

.contact-method-wrap .contact-method-item .method-info a {
    color: #969696;
    display: block;
}

@keyframes ripple {
    0%, 35% {
        transform: scale(0);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@-webkit-keyframes ripple {
    0%, 35% {
        transform: scale(0);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

.contact-form-wrap h2 {
    font-size: 3.2rem;
    line-height: 1.5;
}

@media only screen and (min-width: 320px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-form-wrap h2 {
        font-size: 2.2rem;
        line-height: 1.5;
    }
}

.contact-form-wrap .alert {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
}

.contact-form-wrap .btn-add-to-cart {
    margin-top: 15px;
}

.single-input-item {
    margin-top: 20px;
}

.single-input-item label {
    color: #202020;
    font-weight: 500;
    text-transform: capitalize;
}

.single-input-item label.required:after {
    content: '*';
    color: #e74c3c;
    font-size: 1.5rem;
    margin-left: 3px;
    margin-top: 5px;
}

.single-input-item input, .single-input-item textarea {
    background-color: #fff;
    border: 1px solid #c5c5c5;
    padding: 8px 20px;
    outline: none;
    border-radius: 10px;
    -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;
    width: 100%;
}
body.dark-theme .single-input-item input, body.dark-theme .single-input-item textarea{
    background-color: #101010;
    border: 1px solid #3c3c3c;
    color: #fff;
}
body.dark-theme .single-input-item input:active, 
body.dark-theme .single-input-item input:focus,
body.dark-theme .single-input-item textarea:active,
body.dark-theme .single-input-item textarea:focus{
    background-color: #101010;
    border-color: #d82e2e;
}

.single-input-item input:active, .single-input-item input:focus, .single-input-item textarea:active, .single-input-item textarea:focus {
    border-color: #d82e2e;
    background-color: #fff;
}

.single-input-item .forget-pwd {
    color: #d82e2e;
    font-size: 1.5rem;
    line-height: 1.5;
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .single-input-item .forget-pwd {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}

.single-input-item .nice-select {
    width: 100%;
    padding: 15px 20px;
    background-color: #f4f5f7;
    border: 1px solid #c5c5c5;
}

.single-input-item button {
    cursor: pointer;
    -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;
    padding: 10px 28px;
    font-size: 1.4rem;
    line-height: 1.4;
    border: 2px solid #24a5d5;
}


@media only screen and (min-width: 320px) and (max-width: 575px) {
    .single-input-item button {
        padding: 10px 30px;
    }
}

/*== Contact Page Content End ==*/


/*--------------------------
 FOOTER
----------------------*/
footer{
  background: url("../img/resources/2.png");
    position: relative;
}
body.dark-theme footer{
    background-color: #101010;
   background-image: url(../img/resources/footer-bg.png); 
    background-size: cover;
}
#footer {
  padding: 30px 0 60px;
  position: relative;
}
footer::before {
    content: '';
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 30%;
    background: #ffffff;
    border-radius: 50%;
}
body.dark-theme footer::before {
    background: #101010;
}
.footer-widget ul li {
  padding: 5px 0px;
}

.footer-widget p {
  margin-bottom: 5px;
}

.footer-widget h3 {
  margin-bottom: 30px;
font-size: 20px;
}
.footer-widget h3 span{
    position: relative;
    padding-bottom: 15px;
}
.footer-widget h3 span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 4px dotted #d13d2e;
}
body.dark-theme .footer-widget h3 span::after{
    border-bottom: 4px dotted #d9241c;
}
body.dark-theme .footer-text p span{
    color: #fff;
}
body.dark-theme footer::before{
    box-shadow: 0px -5px 4px rgb(16 16 16 / 41%);
}
.footer-copy {
  padding: 20px 0;
  font-size: 14px;
  border-top: 1px solid #eee;
}

.footer-text h6 {
  margin-bottom: 10px;
}

.footer-text p span {
  color: #202020;
    font-weight: 600;
}

.footer-text p.mail {
  color: #d13d2e;
}

.social-bar{
  list-style: none;
}
.social-bar li{
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  padding: 0 !important;
  line-height: 35px;
  text-align: center;
}
.social-bar li a{
  display: block;
  background: #24a5d5;
  border-radius: 50%;
  color: #fff;;
  transition: all ease-in-out 0.4s;
    font-size: 15px;
}
.social-bar li a:hover{
  background-color: #d13d2e;
  color: #fff !important; 
}

.bg-main {
  background: #F4F8FB;
}

.footer-widget a {
  color: #999;
  transition: all ease-in-out 0.4s;
}
.footer-widget li:hover a{
  color: #d13d2e;
}
.footer-map {
    border-radius: 15px;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0px 0px 10px #2f2f2f59;
}
.footer-map iframe {
    display: block;
}

.error-handling-messages .success-msg,
.error-handling-messages .error-msg{
  padding: 5px 15px;
  border: 2px solid;
  color: #222;
  font-weight: 600;
  display: none;
  line-height: 24px;
    margin-top: 15px;
        border-radius: 5px;
    font-size: 13px;
}
.error-handling-messages .success-msg{
  background: #e8e9ff;
    border-color: #24a5d5;
}
.error-handling-messages .error-msg{
  background: #ffe9e9;
  border-color: #fe0101;
}
.form-loader{
  display: none;
  padding: 13px;
  font-size: 18px;
  color: #fff;
    z-index: 9;
}
.form-loader i{
  transform: rotate(0deg);
  animation: refresh 1s linear infinite;
}
@keyframes refresh{
  100%{
    transform: rotate(360deg);
  }
}
label.error.wobble-error {
    color: #ff6464;
    font-size: 12px;
    margin-bottom: 0;
}

/*********Responsive Media Queries **************/
@media only screen and (min-width: 300px) and (max-width: 691px){
    #header-area{
        padding: 10px 0;
    }
    .logo-area img {
        max-width: 200px;
    }
    .mega-item-title > img{
        display: none;
    }
    .timeline-block-left{
        text-align: left;
    }
    footer::before{
        visibility: hidden;
    }
    .footer-widget {
        margin-bottom: 35px;
    }
/*
    .myaccordion .btn{
        font-size: 14px;
    }
    .myaccordion .card-header .btn-link > span{
        margin-right: 5px;
    }
    .myaccordion .card-header{
        padding: 15px 15px;
    }
*/
    .category-wrapper{
        padding: 60px 0px 50px;
    }
    .contact-method-wrap .contact-method-item .method-icon{
        margin: 0;
    }
    .contact-method-wrap .contact-method-item .method-info {
        margin-top: 20px;
        text-align: left;
    }
    .scrolltotop{
        right: 25px;
    }
    .scrolltotop.show{
        bottom: 25px;
    }
    ul.theme-list {
        padding-left: 25px;
    }
    #footer{
        padding: 60px 0;
    }
}

@media only screen and (min-width: 692px) and (max-width: 991px){
    
}

@media (min-width: 1200px){
    .container {
        max-width: 90%;
    }
}