/*--------------------------------------------------
Template Name: Arubic - Responsive Bootstrap4 Html Template;
Description: This is html5 template;
Template URI: https://hastech.company/;
Author Name: HasTech;
Author URI: https://hastech.company/;
Version: 1.0;
-----------------------------------------------------


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

    
    1. Default CSS
        1.1 General
        1.2 Section title
        1.3 button
        1.4 Input
        1.5 social-icon
        1.6 Input
        1.7 scroll to top
        1.8 Basic margin padding
        1.9 Background variation set
    2. Header CSS
        2.1 Header Top CSS
        2.2 Header Bottom CSS
    3. Slider CSS
    4. Banner Area CSS
    5. Feature Product Area CSS
    6. Call To Action CSS
    7. Product Catalog Area CSS
    8. Feature Area CSS
    9. Shop By Category CSS
    10. Testimonial And Instagram Area CSS
    11. Women List Categories CSS
    12. Blog Area CSS
    13. Brand Area CSS 
    14. Footer Area CSS
    15. Modal Area CSS
    16. Product Tab Style
    17. Breadcrumb CSS 
    18. Shop Page CSS
    19. Wishlist Page CSS 
    20. Cart Page CSS 
    21. Checkout Page CSS
    22. Login Page CSS
    23. Register Page CSS
    24. About Page CSS 
    25. FAQ Page CSS
    26. Store Page CSS 
    27. Contact Page CSS 
    28. 404 Page CSS
        



/*************************
    General
*************************/
/*-----------------------------------------
    Google Font Montserrat, Raleway And Roboto+Slab
-------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Raleway:300,400,500,600,700,800,900|Roboto+Slab:300,400,700');
body {
    font-family: 'Raleway',sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    width: 100%;
    color: #515151;
}
.img{
    max-width: 100%;
}
.img-full img{
    width: 100%;
}
a,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a:focus,
button:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    color: #24bddf;
    text-decoration: none;
}
a,
button,
input {
    outline: medium none;
    color: #434343;
}
.uppercase { 
    text-transform: uppercase
}
.capitalize { 
    text-transform: capitalize
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat',sans-serif;
    font-weight: normal;
    color: #434343;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { 
    color: inherit; 
}
h1 {
    font-size: 36px;
    font-weight: 500;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
ul {
    margin: 0px;
    padding: 0px;
}
p {
    margin-bottom: 15px;
}
hr{
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
label {
    font-size: 15px;
    font-weight: 400;
    color: #626262;
}
*::-moz-selection {
    background: #3399FF;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #3399FF;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #3399FF;
    color: #fff;
    text-shadow: none;
}
.mark, mark {
    background: #24bddf none repeat scroll 0 0;
    color: #ffffff;
}
.fix {
    overflow: hidden
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
blockquote {
	background: #303030;
	padding: 60px 130px;
	padding-left: 160px;
	color: #a8a8a8;
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
	position: relative;
	padding-top: 90px;
	margin-bottom: 25px;
}
blockquote::before {
	content: "";
	background-image: url(img/icon/blockquote-quote.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	position: absolute;
	left: 12%;
	top: 27%;
}

/*************************
    Section title
***********************/
.section-title > h2 {
	display: inline-block;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	position: relative;
}
.section-title > h2:before,
.section-title.section-title-left > h2:before{
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 80px;
	height: 2px;
	background: #dfdfdf;
	display: inline-block;
}
.section-title.section-title-left > h2:before {
	left: 0;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
.section-title > p {
	color: #515151;
	font-size: 16px;
	font-style: italic;
	margin: 0;
	font-weight: 400;
}
/*************************
         button
*************************/
.default-btn {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	background: #434343;
	color: #fff;
	border: 0;
	padding: 8px 20px;
	cursor: pointer;
	margin: 20px 0;
	text-align: ;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
}
.default-btn:hover{
    background: #24bddf;
    color: #fff;
}
.cart-btn {
	background: transparent;
	color: #fff;
	text-transform: uppercase;
	border: 2px solid #fff;
	padding: 0 20px;
	line-height: 36px;
	display: inline-block;
	box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
	font-size: 12px;
	font-weight: 600;
}
.cart-btn:hover{
    background: #fff;
    color: #434343;
}
.shop-btn {
	display: inline-block;
	padding: 5px 15px;
	background: #fff;
	font-size: 13px;
	color: #252525;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 30px;
}
.shop-btn:after {
	content: "";
	background-image: url(img/slider-arrow.png);
	width: 44px;
	height: 11px;
	display: inline-block;
	margin-left: 10px;
	font-size: ;
	vertical-align: -2px;
    background-position: center right;
}
.shop-btn:hover{
    color: #252525;
}
.call-action-btn {
	font-family: 'Roboto Slab',serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 43px;
	padding: 0 35px;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 25px;
	margin-top: 40px;
	text-transform: uppercase;
}
.call-action-btn:hover{
    border-color: #24bddf;
    color: #24bddf;
}

/*************************
       social-icon
*************************/
.footer-social {
	margin-bottom: 50px;
}
.footer-social > ul > li {
	list-style: none;
	display: inline-block;
    margin: 0 10px;
}
.footer-social > ul > li > a {
	display: ;
	display: block;
	width: 32px;
	width: 32px;
	line-height: 30px;
	border: 1px solid rgba(161,161,161,.3);
	color: #a1a1a1;
	text-align: center;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-social > ul > li > a:hover{
    border-color: #252525;
    color: #252525;
}
/*footer social home-4*/
.footer-social-4 {
    margin-bottom: 0px;
}
.footer-social-4 > ul > li > a {
	border: 1px solid #404040;
}
.footer-social-4 > ul > li > a:hover{
    border-color: #fff;
    color: #fff;
}
/*************************
        Input
*************************/
input {
	background: transparent;
	border: 2px solid #24bddf;
	height: 56px;
	box-shadow: none;
	padding-left: 10px;
	font-size: 14px;
	color: #a4a4a4;
	width: 100%;
	box-shadow: none;
	border-radius: 0;
}
select {
    width: 100%;
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    padding-left: 10px;
    box-shadow: none;
    font-size: 14px;
    color: #626262;
}
option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px;
}
input:focus {
    background: transparent;
    border: 2px solid #24bddf;
}
textarea {
    resize: vertical;
    background: #eceff8;
    border: 2px solid #eceff8;
    padding: 10px;
    width: 100%;
    font-size: 14px;
}
textarea:focus {
    background: transparent;
    border: 2px solid #24bddf;
    outline: none;
}
::-moz-placeholder {
    color: #444;
    font-size: 13px;
}
/*************************
        scroll to top
*************************/
#scrollUp {
	background: #333;
	width: 40px;
	height: 40px;
	line-height: 40px;
	bottom: 25px;
	right: 100px;
	color: #fff;
	text-align: center;
	font-size: 25px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#scrollUp:hover{
    background: #24bddf;
}

/*************************
  Basic margin padding
*************************/
.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
/*************************
         Margin top
*************************/
.mt-0 { margin-top: 0 }
.mt-10 { margin-top: 10px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-30 { margin-top: 30px }
.mt-40 { margin-top: 40px }
.mt-50 { margin-top: 50px }
.mt-55 { margin-top: 50px }
.mt-60 { margin-top: 60px }
.mt-70 { margin-top: 70px }
.mt-80 { margin-top: 80px }
.mt-90 { margin-top: 90px }
.mt-100 { margin-top: 100px }
.mt-110 { margin-top: 110px }
.mt-120 { margin-top: 120px }
.mt-130 { margin-top: 130px }
.mt-140 { margin-top: 140px }
.mt-150 { margin-top: 150px }
/*************************
      Margin right
*************************/
.mr-0 { margin-right: 0px }
.mr-10 { margin-right: 10px }
.mr-15 { margin-right: 15px }
.mr-20 { margin-right: 20px }
.mr-30 { margin-right: 30px }
.mr-40 { margin-right: 40px }
.mr-50 { margin-right: 50px }
.mr-60 { margin-right: 60px }
.mr-70 { margin-right: 70px }
.mr-80 { margin-right: 80px }
.mr-90 { margin-right: 90px }
.mr-100 { margin-right: 100px }
.mr-110 { margin-right: 110px }
.mr-120 { margin-right: 120px }
.mr-130 { margin-right: 130px }
.mr-140 { margin-right: 140px }
.mr-150 { margin-right: 150px }
/*************************
      Margin bottom
*************************/
.mb-0 { margin-bottom: 0 }
.mb-10 { margin-bottom: 10px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-25 { margin-bottom: 25px }
.mb-30 { margin-bottom: 30px }
.mb-35 { margin-bottom: 35px }
.mb-40 { margin-bottom: 40px }
.mb-50 { margin-bottom: 50px }
.mb-60 { margin-bottom: 60px }
.mb-70 { margin-bottom: 70px }
.mb-75 { margin-bottom: 75px }
.mb-80 { margin-bottom: 80px }
.mb-80 { margin-bottom: 85px }
.mb-85 { margin-bottom: 85px }
.mb-90 { margin-bottom: 90px }
.mb-100 { margin-bottom: 100px }
.mb-110 { margin-bottom: 110px }
.mb-120 { margin-bottom: 120px }
.mb-130 { margin-bottom: 130px }
.mb-140 { margin-bottom: 140px }
.mb-150 { margin-bottom: 150px }
/*************************
        Margin left
*************************/
.ml-0 { margin-left: 0 }
.ml-10 { margin-left: 10px }
.ml-15 { margin-left: 15px }
.ml-20 { margin-left: 20px }
.ml-30 { margin-left: 30px }
.ml-40 { margin-left: 40px }
.ml-50 { margin-left: 50px }
.ml-60 { margin-left: 60px }
.ml-70 { margin-left: 70px }
.ml-80 { margin-left: 80px }
.ml-90 { margin-left: 90px }
.ml-100 { margin-left: 100px }
.ml-110 { margin-left: 110px }
.ml-120 { margin-left: 120px }
.ml-130 { margin-left: 130px }
.ml-140 { margin-left: 140px }
.ml-150 { margin-left: 150px }
/*************************
        Padding top
*************************/
.pt-0 { padding-top: 0 }
.pt-10 { padding-top: 10px }
.pt-15 { padding-top: 15px }
.pt-20 { padding-top: 20px }
.pt-25 { padding-top: 25px }
.pt-30 { padding-top: 30px }
.pt-35 { padding-top: 35px }
.pt-40 { padding-top: 40px }
.pt-50 { padding-top: 50px }
.pt-55 { padding-top: 55px }
.pt-60 { padding-top: 60px }
.pt-65 { padding-top: 65px }
.pt-70 { padding-top: 70px }
.pt-75 { padding-top: 75px }
.pt-80 { padding-top: 80px }
.pt-85 { padding-top: 85px }
.pt-90 { padding-top: 90px }
.pt-100 { padding-top: 100px }
.pt-110 { padding-top: 110px }
.pt-120 { padding-top: 120px }
.pt-130 { padding-top: 130px }
.pt-140 { padding-top: 140px }
.pt-150 { padding-top: 150px }
/*************************
        Padding right
*************************/
.pr-0 { padding-right: 0 }
.pr-10 { padding-right: 10px }
.pr-15 { padding-right: 15px }
.pr-20 { padding-right: 20px }
.pr-30 { padding-right: 30px }
.pr-40 { padding-right: 40px }
.pr-50 { padding-right: 50px }
.pr-60 { padding-right: 60px }
.pr-70 { padding-right: 70px }
.pr-80 { padding-right: 80px }
.pr-90 { padding-right: 90px }
.pr-100 { padding-right: 100px }
.pr-110 { padding-right: 110px }
.pr-120 { padding-right: 120px }
.pr-130 { padding-right: 130px }
.pr-140 { padding-right: 140px }
/*************************
        Padding bottom
*************************/
.pb-0 { padding-bottom: 0 }
.pb-5 { padding-bottom: 5px !important }
.pb-10 { padding-bottom: 10px }
.pb-15 { padding-bottom: 15px }
.pb-20 { padding-bottom: 20px }
.pb-30 { padding-bottom: 30px }
.pb-35 { padding-bottom: 35px }
.pb-40 { padding-bottom: 40px }
.pb-45 { padding-bottom: 45px }
.pb-50 { padding-bottom: 50px }
.pb-60 { padding-bottom: 60px }
.pb-65 { padding-bottom: 65px }
.pb-70 { padding-bottom: 70px }
.pb-80 { padding-bottom: 80px }
.pb-85 { padding-bottom: 85px }
.pb-90 { padding-bottom: 90px }
.pb-100 { padding-bottom: 100px }
.pb-110 { padding-bottom: 110px }
.pb-120 { padding-bottom: 120px }
.pb-130 { padding-bottom: 130px }
.pb-140 { padding-bottom: 140px }
.pb-150 { padding-bottom: 150px }
/*************************
        Padding left
*************************/
.pl-0 { padding-left: 0 }
.pl-10 { padding-left: 10px }
.pl-15 { padding-left: 15px }
.pl-20 { padding-left: 20px }
.pl-30 { padding-left: 30px }
.pl-40 { padding-left: 40px }
.pl-50 { padding-left: 50px }
.pl-60 { padding-left: 60px }
.pl-70 { padding-left: 70px }
.pl-80 { padding-left: 80px }
.pl-90 { padding-left: 90px }
.pl-100 { padding-left: 100px }
.pl-110 { padding-left: 110px }
.pl-120 { padding-left: 120px }
.pl-130 { padding-left: 130px }
.pl-140 { padding-left: 140px }
.pl-150 { padding-left: 150px }


/***************************
    Page section padding 
****************************/
.ptb-0 { padding: 0 }
.ptb-10 { padding: 10px 0 }
.ptb-20 { padding: 20px 0 }
.ptb-30 { padding: 30px 0 }
.ptb-40 { padding: 40px 0 }
.ptb-50 { padding: 50px 0 }
.ptb-60 { padding: 60px 0 }
.ptb-70 { padding: 70px 0 }
.ptb-80 { padding: 80px 0 }
.ptb-90 { padding: 90px 0 }
.ptb-100 { padding: 100px 0 }
.ptb-110 { padding: 110px 0 }
.ptb-120 { padding: 120px 0 }
.ptb-130 { padding: 130px 0 }
.ptb-140 { padding: 140px 0 }
.ptb-150 { padding: 150px 0 }

/***************************
    Page section margin 
****************************/
.mtb-0 { margin: 0 }
.mtb-10 { margin: 10px 0 }
.mtb-15 { margin: 15px 0 }
.mtb-20 { margin: 20px 0 }
.mtb-30 { margin: 30px 0 }
.mtb-40 { margin: 40px 0 }
.mtb-50 { margin: 50px 0 }
.mtb-60 { margin: 60px 0 }
.mtb-70 { margin: 70px 0 }
.mtb-80 { margin: 80px 0 }
.mtb-90 { margin: 90px 0 }
.mtb-100 { margin: 100px 0 }
.mtb-110 { margin: 110px 0 }
.mtb-120 { margin: 120px 0 }
.mtb-130 { margin: 130px 0 }
.mtb-140 { margin: 140px 0 }
.mtb-150 { margin: 150px 0; }
 /*************************************
    Background variation set 
 **************************************/
/*colored background*/
 .white-bg { background: #fff !important; }
 .gray-bg { background: #f5f6f7 !important; }
 .gray-bg2 { background: #f2f2f2 !important; }
 .gray-bg3 { background: #f8f8f8 !important; }
 .black-bg { background: #313131 !important; }
 .default-bg { background: #50C1F0 !important; }
 .transparent-bg { background: transparent !important; }

/*Opacity background*/
 .bg-opacity-black-10:before, .bg-opacity-black-20:before, .bg-opacity-black-30:before, .bg-opacity-black-40:before, .bg-opacity-black-50:before, .bg-opacity-black-60:before, .bg-opacity-black-70:before, .bg-opacity-black-80:before, .bg-opacity-black-90:before,  .bg-opacity-white-10:before,  .bg-opacity-white-20:before,  .bg-opacity-white-30:before,  .bg-opacity-white-40:before,  .bg-opacity-white-50:before,  .bg-opacity-white-60:before,  .bg-opacity-white-70:before,  .bg-opacity-white-80:before,  .bg-opacity-white-90:before{
    content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; 
 }
 .bg-opacity-black-10:before {  background: rgba(0, 0, 0, 0.1);}
 .bg-opacity-black-20:before {  background: rgba(0, 0, 0, 0.2);}
 .bg-opacity-black-30:before {  background: rgba(0, 0, 0, 0.3);}
 .bg-opacity-black-40:before {  background: rgba(0, 0, 0, 0.4);}
 .bg-opacity-black-50:before {  background: rgba(0, 0, 0, 0.5);}
 .bg-opacity-black-60:before {  background: rgba(0, 0, 0, 0.6);}
 .bg-opacity-black-70:before {  background: rgba(0, 0, 0, 0.7);}
 .bg-opacity-black-80:before {  background: rgba(0, 0, 0, 0.8);}
 .bg-opacity-black-90:before {  background: rgba(0, 0, 0, 0.9);}

 .bg-opacity-white-10:before {  background: rgba(255, 255, 255, 0.1);}
 .bg-opacity-white-20:before {  background: rgba(255, 255, 255, 0.2);}
 .bg-opacity-white-30:before {  background: rgba(255, 255, 255, 0.3);}
 .bg-opacity-white-40:before {  background: rgba(255, 255, 255, 0.4);}
 .bg-opacity-white-50:before {  background: rgba(255, 255, 255, 0.5);}
 .bg-opacity-white-60:before {  background: rgba(255, 255, 255, 0.6);}
 .bg-opacity-white-70:before {  background: rgba(255, 255, 255, 0.7);}
 .bg-opacity-white-80:before {  background: rgba(255, 255, 255, 0.8);}
 .bg-opacity-white-90:before {  background: rgba(255, 255, 255, 0.9);}
/*-------------------
Common Style CSS
-------------------*/
.wrapper-box {
	padding: 50px;
}
.tab-content {
    width: 100%;
}
.tab-content > .tab-pane {
    display: block;
    height: 0;
    visibility: hidden;
}
.tab-content > .active {
	height: auto;
	visibility: visible;
}
/*----------------------------------------*/
/*  2. Header CSS
/*----------------------------------------*/
/*header menu sticky*/
.header-sticky{
    -webkit-transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
    transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
}
.header-sticky.is-sticky {
	background: rgba(255,255,255,.85);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.header-sticky.is-sticky .header-menu-area nav >  ul > li > a {
	padding: 20px 0;
}
.header-sticky.is-sticky .shoppingcart-search-item > ul > li > a {
	padding: 20px 0;
}
.header-sticky.is-sticky .item-total{
    top: 10px;
}
/*----------------------------------------*/
/*  2.1 Header Top CSS
/*----------------------------------------*/
.header-top-area {
	border-bottom: 1px solid #ebebeb;
	line-height: 1;
	font-family: 'Montserrat',sans-serif;
}
.contact-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.header-top-phone {
	font-size: 13px;
	padding: 15px;
	display: block;
	line-height: 15px;
	border-left: 1px solid #ebebeb;
	font-weight: 400;
	text-transform: capitalize;
	font-style: italic;
	color: #afafaf;
}
.header-top-phone > p {
	margin: 0;
}
.header-top-phone > p > span {
	color: #434343;
}
.header-top-menu > ul > li {
	display: inline-block;
	list-style: none;
}
.header-top-menu > ul > li:first-child {
	border-left: 1px solid #ebebeb;
}
.header-top-menu > ul > li > a {
	display: block;
	padding: 15px;
	font-size: 13px;
	border-right: 1px solid #ebebeb;
	font-size: 13px;
	line-height: 15px;
	text-transform: capitalize;
	font-weight: 400;
}
.header-top-menu > ul > li {
	display: inline-block;
	list-style: none;
	position: relative;
}
.ht-dropdown {
	position: absolute;
	top: 100%;
	width: 150px;
	padding: 10px 15px;
	background: #292828;
	display: none;
	text-transform: capitalize;
	z-index: 2;
	text-align: left;
}
.ht-dropdown > li {
	list-style: none;
}
.ht-dropdown > li > a {
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	padding: 0 5px;
}
.ht-dropdown > li:hover > a{
    color: #24bddf;
}
/*----------------------------------------*/
/*  2.2 Header Bottom CSS
/*----------------------------------------*/
/*--
    Header Bottotm Style 1 CSS
--------------------------------------*/
.header-menu-area {
	position: relative;
}
.header-menu-area > nav > ul > li {
	list-style: none;
	display: inline-block;
	margin-left: 60px;
    text-align: left;
}
.header-menu-area > nav > ul > li:before,
.footer-nav > nav > ul > li:before{
	position: absolute;
	content: "";
	top: 50%;
	background: #dfdfdf;
	width: 30px;
	height: 2px;
	margin-left: -45px;
}
.footer-nav > nav > ul > li:after {
	position: absolute;
	content: "";
	width: 15px;
	height: 2px;
	top: 50%;
	margin-left: -15px;
	background: #dfdfdf;
}
.footer-nav > nav > ul > li:before{
    margin-left: -4px;
    width: 15px;
}
.header-menu-area > nav > ul > li:first-child:before,
.footer-nav > nav > ul > li:first-child:before,
.footer-nav > nav > ul > li:last-child:after{
    display: none;
}
.header-menu-area > nav > ul > li:first-child {
	margin-left: 0;
}
.header-menu-area > nav > ul > li > a {
	display: block;
	font-size: 13px;
    position: relative;
	font-weight: 700;
	line-height: 30px;
	padding: 40px 0;
	font-family: 'Montserrat',sans-serif;
	color: #7a7a7a;
	text-transform: uppercase;
}
.header-menu-area > nav > ul > li.active > a,
.header-menu-area > nav > ul > li:hover > a{
    color: #24bddf;
}
.dropdown,
.mega-menu,
.mega-menu2{
	position: absolute;
	top: 100%;
	background: #292828;
	padding: 10px;
    text-align: left;
	z-index: 3;
}
.dropdown{
	width: 200px;
}
.dropdown > li {
	list-style: none;
}
.dropdown > li > a {
	font-size: 13px;
	color: #fff;
	line-height: 20px;
	font-weight: 600;
	padding: 10px 10px;
	display: block;
	text-transform: capitalize;
}
.dropdown > li > a {
	font-size: 13px;
	color: #7e7e7e;
	line-height: 20px;
	font-weight: 500;
	font-family: 'Montserrat',sans-serif;
	padding: 7px 10px;
	display: block;
	text-transform: capitalize;
}
.dropdown > li > a:hover{
    color: #fff;
}
.mega-menu {
	width: auto;
    padding: 0;
}
.mega-menu2{
    width: 400px;
    padding: 0;
}
.mega-menu > li > ul > li,
.mega-menu2 > li > ul > li {
	list-style: none;
}
.mega-menu > li {
	float: left;
	width: 25%;
	padding: 20px 25px;
    list-style: none;
}
.mega-menu2 > li{
    float: left;
    width: 50%;
    padding: 20px 25px;
}
.mega-menu > li > a {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat',sans-serif;
	line-height: 35px;
	margin-bottom: 15px;
	display: block;
	font-style: normal;
}
.mega-menu > li > ul > li > a,
.mega-menu2 > li > ul > li > a {
	font-size: 13px;
	color: #7e7e7e;
	font-weight: 400;
	display: block;
	font-style: italic;
	font-family: 'Montserrat',sans-serif;
	line-height: 35px;
	text-transform: capitalize;
}
.mega-menu > li > ul > li > a:hover,
.mega-menu2 > li > ul > li > a:hover{
    color: #fff;
}
.shoppingcart-search-item > ul > li {
	display: inline-block;
	list-style: none;
	position: relative;
	margin: 0 20px;
}
.shoppingcart-search-item > ul > li > a {
	display: block;
	color: #363636;
	padding: 40px 0;
	position: relative;
}
.shoppingcart-search-item > ul > li > a:hover{
    color: #24bddf;
}
.shoppingcart-search-item > ul > li > a i {
	font-size: 24px;
	line-height: 30px;
}
.item-total {
	position: absolute;
	top: 28px;
	right: -13px;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	color: #434343;
}
/*mini-cart-css*/
.cart-items > li {
	list-style: none;
	display: block;
}
.header-cart {
	position: absolute;
	width: 320px;
	background: #292828;
	right: 0;
	top: 100%;
	padding: 5px 20px;
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.3);
	display: none;
	z-index: 99;
}
.cart-img {
	float: left;
	width: 72px;
	margin-right: 20px;
    position: relative;
}
.cart-sticker {
	position: absolute;
	top: 5px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: #24bddf;
	color: #fff;
	left: 5px;
	text-align: center;
	border-radius: 100%;
	font-size: 12px;
}
.cart-content {
	float: left;
	width: 66%;
}
.cart-items > li {
	list-style: none;
	display: block;
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255,255,255,.06);
	position: relative;
	text-align: left;
}
.cart-content > span {
	display: block;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
}
.product-size > span,
.product-color > span{
	font-weight: 600;
}
.product-name {
	color: #fff;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 20px;
}
.cart-item-remove > a {
	position: absolute;
	color: #fff;
	right: 2px;
	top: 18px;
	display: inline-block;
	left: auto;
}
.cart-total {
	overflow: hidden;
	padding: 20px 0;
	text-align: left;
}
.cart-total > h5 {
	color: #fff;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 400;
}
.checkout {
	padding: 30px;
	background-color: #1c1c1c;
	text-align: center;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: -5px;
}
/*--
    Header Bottotm Style 2 CSS
--------------------------------------*/
.header-transparent {
	background: transparent;
}
.header-absolute {
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 99;
	right: 50px;
}
.currency-dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 295px;
	background: #fff;
	padding: 20px;
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.3);
	color: #878787;
	text-align: left;
	z-index: 99;
    display: none;
}
.currency-dropdown li{
	list-style: none;
}
.currency-dropdown > li > a {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #24bddf;
	margin-bottom: 10px;
	font-family: 'Montserrat',sans-serif;
	display: inline-block;
}
.currency-dropdown ul > li > a {
	font-size: 12px;
	color: #afafaf;
	padding: ;
	padding-bottom: 10px;
	display: block;
	text-transform: capitalize;
	line-height: 20px;
}
.currency-dropdown:hover > li > a{
    color: #333;
}
.currency-dropdown ul > li > a:hover{
    color: #24bddf;
}
/*--
    Header Bottotm Style 3 CSS
--------------------------------------*/
.wellcome-mes > p {
	font-size: 13px;
	color: #252525;
	font-style: italic;
	margin-bottom: 0;
}
.header-menu-3 {
	border-top: 1px solid #ebebeb;
}
.header-menu-3 > nav > ul > li > a {
	padding: 20px 0;
}
/*--
    Header Bottotm Style 4 CSS
--------------------------------------*/
.header-absolute.header-3 {
	top: 0;
	left: 0;
	right: 0;
}
/*4. Mobile Menu CSS*/
.mobile-menu .mean-nav > ul {
	overflow-y: auto;
	max-height: 400px;
}
.mobile-menu {
     -webkit-box-flex: 1 !important;
     -ms-flex: 1 0 100% !important;
     flex: 1 0 100% !important;
}
 .mobile-menu .mean-bar {
     position: relative;
    /*---- Mean Nav ----*/
}
.mobile-menu .mean-bar .meanmenu-reveal {
	position: absolute;
	top: -78px;
}
 .mobile-menu .mean-bar .meanmenu-reveal span {
     position: relative;
    /*---- Menu Open ----*/
    /*---- Menu Close ----*/
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #282828;
	height: 3px;
	margin-top: 3px;
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:before, .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:after {
     content: "";
     position: absolute;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: #202020;
}
.mean-container a.meanmenu-reveal {
	color: #282828;
}
.mean-container .mean-bar {
	padding: 0;
	min-height: 0;
}
.mean-container .mean-nav {
	background: transparent;
	margin-top: 0;
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:before {
     top: -8px;
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:after {
     bottom: -8px;
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
     height: 2px;
     width: 26px;
     background-color: transparent;
     display: block;
     margin: 8px 0;
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:before, .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:after {
     content: "";
     position: absolute;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: #202020;
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:before {
     top: 0;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:after {
     bottom: 0;
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
}
 .mobile-menu .mean-bar .mean-nav {
     background-color: #ffffff;
}
 .mobile-menu .mean-bar .mean-nav > ul {
     margin-bottom: 30px;
     border: 1px solid #eeeeee;
     border-top: 0px solid transparent;
     overflow-x: hidden;
}
 @media only screen and (max-width: 767px) {
     .mobile-menu .mean-bar .mean-nav > ul {
         max-height: 180px;
         overflow-y: auto;
    }
}
 @media only screen and (max-width: 479px) {
     .mobile-menu .mean-bar .mean-nav > ul {
         max-height: 220px;
         overflow-y: auto;
    }
}
 .mobile-menu .mean-bar .mean-nav > ul li {
     position: relative;
     display: block;
     float: left;
     width: 100%;
    /*---- Sub Menu & Mega Menu ----*/
}
.mobile-menu .mean-bar .mean-nav > ul li a {
	font-size: 13px;
	display: block;
	color: #444444;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 44px;
	position: relative;
	border-top: 1px solid #eeeeee;
	padding: 0 40px 0 20px;
	width: 100%;
}
 .mobile-menu .mean-bar .mean-nav > ul li a:hover {
     color: #202020;
     padding-left: 25px;
}
.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand {
	border: 1px solid #eeeeee;
	position: absolute;
	right: -1px;
	top: 0;
	font-size: 20px !important;
	color: #444444;
	line-height: 44px;
	height: 46px;
	width: 40px;
	text-align: center;
	padding: 0 !important;
	background-color: transparent;
}
 .mobile-menu .mean-bar .mean-nav > ul li a.mean-expand.mean-clicked {
     line-height: 40px;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu, .mobile-menu .mean-bar .mean-nav > ul li ul {
     position: static;
     background-color: rgba(0, 0, 0, 0.03);
     margin: 0;
     padding: 0 !important;
     width: 100%;
     box-shadow: none;
     margin: 0;
     display: none;
     float: left;
     width: 100%;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li, .mobile-menu .mean-bar .mean-nav > ul li ul li {
     padding: 0;
     margin: 0;
     -webkit-box-flex: 0;
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     border-right: 0px solid transparent;
     width: 100%;
     display: block !important;
     float: left;
     width: 100%;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li a {
     font-size: 12px;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a:before, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a:before, .mobile-menu .mean-bar .mean-nav > ul li ul li a:before {
     display: none;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li ul {
     background-color: rgba(0, 0, 0, 0.04);
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a {
     border-top: 1px solid #dddddd;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a.mean-expand {
     border: 1px solid #dddddd;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul {
     background-color: rgba(0, 0, 0, 0.05);
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a {
     border-top: 1px solid #eeeeee;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a.mean-expand {
     border: 1px solid #eeeeee;
}
/*Mobile Menu css end*/
/*Main Search CSS*/
.main-search-active {
	background: rgba(0, 0, 0, 0.92) none repeat scroll 0 0;
	width: 100%;
	min-height: 100vh;
	padding: 32px 46px 39px;
	position: fixed;
	top: 0;
	right: -100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	z-index: 9999;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.sidebar-search-icon {
	display: block;
	float: right;
	overflow: hidden;
	position: absolute;
	right: 375px;
}
.sidebar-search-icon button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-size: 50px;
	line-height: 1;
	padding: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.sidebar-search-input {
	-ms-flex-item-align: center;
	    align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sidebar-search-input form .form-search {
	position: relative;
}
.sidebar-search-input form .form-search input {
	background-color: transparent;
	border-color: #fff;
	border-style: solid;
	border-width: 0 0 1px;
	color: #fff;
	display: block;
	font-size: 18px;
	height: 62px;
	line-height: 62px;
	padding: 0;
	width: 800px;
}
.sidebar-search-input form .form-search input::placeholder{
    color: #fff;
}
.sidebar-search-input form .form-search input::-webkit-input-placeholder{
    color: #fff;
}
.sidebar-search-input form .form-search input::-moz-placeholder{
    color: #fff;
}
.sidebar-search-input form .form-search input:-ms-input-placeholder{
    color: #fff;
}
.sidebar-search-input form .form-search input::placeholder{
    color: #fff;
}
.sidebar-search-input form .form-search button {
	background-color: transparent;
	border: medium none;
	color: #fff;
	font-size: 30px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 6px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.main-search-active.inside {
	right: 0;
	z-index: 9999999;
}
/*Main Search CSS*/
/*----------------------------------------*/
/*  3. Slider CSS
/*----------------------------------------*/
/*----
Slider Style 1 CSS
---------------------------*/
.single-slider {
	padding: 280px 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.hero-slider-content {
	text-align: center;
}
.hero-slider-content > *,
.hero-slider-content-3 > * {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
.active .hero-slider-content > *,
.active .hero-slider-content-3 > *{
    -webkit-animation-name: blurFadeIn;
            animation-name: blurFadeIn;
}
.active .hero-slider-content > h4,
.active .hero-slider-content-3 > img{
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s
}
.active .hero-slider-content > h1,
.active .hero-slider-content-3 > h1{
    -webkit-animation-delay: 1.0s;
            animation-delay: 1.0s
}
.active .hero-slider-content > h2{
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s
}
.active .hero-slider-content > h3,
.active .hero-slider-content-3 > h3{
    -webkit-animation-delay: 2.0s;
            animation-delay: 2.0s
}
.active .hero-slider-content > .slider-btn,
.active .hero-slider-content-3 > .slider-btn-2{
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s
}
.hero-slider-content > h4 {
	font-size: 32px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #252525;
	font-weight: 400;
}
.hero-slider-content > h1 {
	font-size: 72px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	color: #252525;
}
.hero-slider-content > h2 {
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	color: #252525;
}
.hero-slider-content > h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 40px 0;
	text-transform: ;
	color: #252525;
}
.hero-slider .owl-nav > div {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,.2);
	opacity: ;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	border-radius: 100%;
	color: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: visible;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    z-index: 9;
}
.hero-slider .owl-nav > .owl-next{
    right: 0px;
    left: auto;
}
.hero-slider .owl-nav > div:hover{
    background: #24bddf;
    color: #fff;
}
.slider-area:hover .hero-slider .owl-nav > div{
    left: 20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.slider-area:hover .hero-slider .owl-nav > .owl-next{
    right: 20px;
    left: auto;
}
.hero-slider .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 30px;
	z-index: 8;
}
.hero-slider .owl-dot {
	width: 10px;
	height: 10px;
	background: #dcdcdc;
	display: inline-block;
	margin: 0 4px;
	border-radius: 100%;
	text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hero-slider .owl-dot.active,
.hero-slider .owl-dot:hover {
	background: #7d7d7d;
}
.active .slider-progress{
  position: absolute;
  top: 0;
  left: 0;
  background: #C5C5C5;
  height: 5px;
  -webkit-animation: owlprogress 5000ms ease-in-out;
  animation: owlprogress 5000ms ease-in-out;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  z-index: 9;
}
@-webkit-keyframes owlprogress {
  from {width: 0;}
  to {width: 100%;}
 }
 @keyframes owlprogress {
  from {width: 0;}
  to {width: 100%;}
 }

@-webkit-keyframes blurFadeIn{
    0%{
        opacity:0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform:scale(1.3);
                transform:scale(1.3)
    }
    50%{
        opacity:.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
    }
    100%{
        opacity:1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform:scale(1);
                transform:scale(1)
    }
}
@keyframes blurFadeIn{
    0%{
        opacity:0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform:scale(1.3);
                transform:scale(1.3)
    }
    50%{
        opacity:.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
    }
    100%{
        opacity:1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform:scale(1);
                transform:scale(1)
    }
}
.blurFadeIn{
    -webkit-animation-name:blurFadeIn;
    animation-name:blurFadeIn
}
/*----
Slider Style 2 CSS
---------------------------*/
.single-slider-2 {
	padding: 280px 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
    overflow: hidden;
}
.hero-slider-content-2 {
	max-width: 50%;
}
.hero-slider-content-2 > h4 {
	font-family: 'Montserrat',sans-serif;
	font-size: 22px;
	color: #7a7a7a;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.hero-slider-content-2 > h1 {
	font-family: 'Montserrat',sans-serif;
	font-size: 72px;
	color: #434343;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.hero-slider-content-2 > p {
	position: relative;
	margin: 0 0 40px 0;
	font-size: 15px;
	color: #515151;
	letter-spacing: .025em;
	font-style: italic;
	line-height: 25px;
}
.shop-btn-2 {
	font-size: 12px;
	color: #434343;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 700;
}
.shop-btn-2:hover{
    color: #434343;
}
.shop-btn-2:after {
	content: "";
	background: url(img/slider-arrow.png);
	font-size: 0;
	width: 44px;
	height: 11px;
	display: inline-block;
	margin-left: 25px;
	vertical-align: -2px;
}
.shop-btn-2:hover:after {
 -webkit-animation:passing 1200ms linear infinite;
 animation:passing 1200ms linear infinite
}
.hero-slider-content-2 > * {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}
.active .hero-slider-content-2 > *{
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
}
.active .hero-slider-content-2 > h4{
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s
}
.active .hero-slider-content-2 > h1{
    -webkit-animation-delay: 1.0s;
            animation-delay: 1.0s
}
.active .hero-slider-content-2 > p{
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s
}
.active .hero-slider-content-2 > .slider-btn-2{
    -webkit-animation-delay: 2s;
            animation-delay: 2s
}
@-webkit-keyframes blurFadeIn{
    0%{
        opacity:0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform:scale(1.3);
                transform:scale(1.3)
    }
    50%{
        opacity:.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
    }
    100%{
        opacity:1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform:scale(1);
                transform:scale(1)
    }
}
@keyframes blurFadeIn{
    0%{
        opacity:0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform:scale(1.3);
                transform:scale(1.3)
    }
    50%{
        opacity:.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
    }
    100%{
        opacity:1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform:scale(1);
                transform:scale(1)
    }
}
.blurFadeIn{
    -webkit-animation-name:blurFadeIn;
    animation-name:blurFadeIn
}

@-webkit-keyframes passing {
 0% {
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%);
  opacity:0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
 }
 50% {
  -webkit-transform:translateX(0%);
  transform:translateX(0%);
  opacity:1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
 }
 100% {
  -webkit-transform:translateX(50%);
  transform:translateX(50%);
  opacity:0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
 }
}
@keyframes passing {
 0% {
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%);
  opacity:0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
 }
 50% {
  -webkit-transform:translateX(0%);
  transform:translateX(0%);
  opacity:1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
 }
 100% {
  -webkit-transform:translateX(50%);
  transform:translateX(50%);
  opacity:0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
 }
}
/*--------
Slider Style 3 CSS
-----------------------*/
.single-slider-3 {
	padding: 130px 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.hero-slider-content-3 {
	max-width: 60%;
	text-align: center;
}
.hero-slider .hero-slider-content-3 > img {
	width: auto;
	margin: 0 auto;
	margin-bottom: 15px;
}
.hero-slider-content-3 > h1 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	color: #252525;
}
.hero-slider-content-3 > h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 30px 0;
	color: #252525;
	line-height: 25px;
}

/*--------
Slider Style 4 CSS
-----------------------*/
.single-slider-4 {
	min-height: 76vh;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.hero-slider-content-4 {
	max-width: 65%;
    padding: 100px 0;
}
.hero-slider-content-4 > h1 {
	font-size: 72px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.hero-slider-content-4 > h2 {
	color: #252525;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.hero-slider-content-4 > p {
	font-size: 15px;
	font-style: italic;
	margin: 0 0 30px 0;
	color: #515151;
	line-height: 25px;
}
.hero-slider-content-4 > * {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}
.active .hero-slider-content-4 > *{
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
}
.active .hero-slider-content-4 > h1{
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s
}
.active .hero-slider-content-4 > h2{
    -webkit-animation-delay: 1.0s;
            animation-delay: 1.0s
}
.active .hero-slider-content-4 > p{
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s
}
.active .hero-slider-content-4 > .slider-btn-2{
    -webkit-animation-delay: 2s;
            animation-delay: 2s
}
@-webkit-keyframes blurFadeIn{
    0%{
        opacity:0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform:scale(1.3);
                transform:scale(1.3)
    }
    50%{
        opacity:.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
    }
    100%{
        opacity:1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform:scale(1);
                transform:scale(1)
    }
}
@keyframes blurFadeIn{
    0%{
        opacity:0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform:scale(1.3);
                transform:scale(1.3)
    }
    50%{
        opacity:.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
    }
    100%{
        opacity:1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform:scale(1);
                transform:scale(1)
    }
}
.blurFadeIn{
    -webkit-animation-name:blurFadeIn;
    animation-name:blurFadeIn
}
/*----------------------------------------*/
/*  4. Banner Area CSS
/*----------------------------------------*/
.banner-section-area .container-fluid {
	padding: 0;
	overflow: hidden;
}
.arubic-single-banner > a {
	display: block;
	position: relative;
	overflow: hidden;
}
.arubic-single-banner > a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,.3);
	content: "";
	height: 100%;
	-webkit-transform: scale(.8);
	        transform: scale(.8);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: visible;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	pointer-events: none;
}
.arubic-single-banner:hover > a:before{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
}
/*----------------------------------------*/
/*  5. Feature Product Area CSS
/*----------------------------------------*/
.product-group{
    padding: 0 15px;
}
.product-img {
	position: relative;
	overflow: hidden;
}
.product-img > a {
	display: block;
}
.product-img > a > img {
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-img > a > img.hover-img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: visible;
	z-index: 5;
}
.arubic-single-product:hover .product-img > a > img.hover-img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.product-action {
	position: absolute;
	top: 50%;
	left: 15px;
	z-index: 6;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.product-action > ul > li {
	list-style: none;
	display: block;
	margin-bottom: 5px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.arubic-single-product:hover .product-action > ul > li:nth-of-type(1){
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running zoomIn;
            animation: 500ms ease-in-out 0s normal none 1 running zoomIn;
}
.arubic-single-product:hover .product-action > ul > li:nth-of-type(2){
    -webkit-animation: 700ms ease-in-out 0s normal none 1 running zoomIn;
            animation: 700ms ease-in-out 0s normal none 1 running zoomIn
}
.arubic-single-product:hover .product-action > ul > li:nth-of-type(3){
    -webkit-animation: 900ms ease-in-out 0s normal none 1 running zoomIn;
            animation: 900ms ease-in-out 0s normal none 1 running zoomIn
}
.arubic-single-product:hover .product-action > ul > li{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.product-action > ul > li > a {
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	color: #252525;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-action > ul > li > a:hover{
    color: #24bddf;
}
.discount-sticker,
.new-sticker{
	position: absolute;
	top: 10px;
	right: 10px;
	background: #f25961;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	line-height: 18px;
	text-transform: capitalize;
	width: 55px;
	text-align: center;
	display: block;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
    z-index: 8;
}
.new-sticker{
    background: #24bddf;
}
.discount-sticker:after,
.new-sticker:after {
	position: absolute;
	content: "";
	border-right: 6px solid #f25961;
	border-left: 6px solid transparent;
	border-bottom: 6px solid transparent;
	top: 50%;
	left: -12px;
	border-top: 6px solid transparent;
	margin-top: -6px;
}
.new-sticker:after{
    border-right: 6px solid #24bddf;
}
.discount-sticker:before,
.new-sticker:before {
	content: "\f111";
	font-family: "FontAwesome";
	font-size: 4px;
	margin: 0 8px 0 -8px;
	vertical-align: middle;
	display: inline-block;
	color: #fbced0;
}
.new-sticker:before{
    color: #beebf5;
}
.product-content {
	padding-top: 20px;
	background: #fff;
	padding-bottom: 60px;
}
.product-content > h4 {
	margin: 0;
}
.product-content > h4 > a,
.one-sale-product-content > h4 > a {
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #252525;
	text-transform: capitalize;
	margin-bottom: 10px;
	line-height: 20px;
	font-family: 'Raleway',sans-serif;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.product-content > h4 > a:hover,
.one-sale-product-content > h4 > a:hover{
    color: #24bddf;
}
.product-content .product-reviews,
.one-sale-product-content .product-reviews {
	font-size: 12px;
	color: #676767;
}
.product-price {
	font-family: 'Montserrat',sans-serif;
}
.product-price .price {
	color: #252525;
	font-size: 16px;
	font-weight: 400;
}
.product-price .regular-price {
	font-size: 12px;
	font-weight: 400;
	margin: 0 5px;
	text-decoration: line-through;
	color: #b2b2b2;
}
.product-slider .owl-nav > div,
.product-slider-5 .owl-nav > div,
.new-product-slider .owl-nav > div,
.on-sale-product-slider .owl-nav > div,
.on-sale-product-slider-4 .owl-nav > div,
.blog-slider-1 .owl-nav > div,
.brand-active .owl-nav > div{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #fff;
	color: #24bddf;
	left: 20px;
	text-align: center;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	text-shadow: 0 1px 2px rgba(0,0,0,.1);
	border-radius: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    z-index: 11;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.new-product-slider .owl-nav > div,
.on-sale-product-slider .owl-nav > div,
.on-sale-product-slider-4 .owl-nav > div,
.blog-slider-1 .owl-nav > div,
.brand-active .owl-nav > div{
    left: 0;
}
.product-slider .owl-nav > .owl-next,
.product-slider-5 .owl-nav > .owl-next{
    right: 20px;
    left: auto;
}
.new-product-slider .owl-nav > .owl-next,
.on-sale-product-slider .owl-nav > .owl-next,
.on-sale-product-slider-4 .owl-nav > .owl-next,
.blog-slider-1 .owl-nav > .owl-next,
.brand-active .owl-nav > .owl-next{
    left: auto;
    right: 0;
}
.product-slider .owl-nav > div:hover,
.product-slider-5 .owl-nav > div:hover,
.new-product-slider .owl-nav > div:hover,
.new-product-slider-4 .owl-nav > div:hover,
.on-sale-product-slider .owl-nav > div:hover,
.on-sale-product-slider-4 .owl-nav > div:hover,
.blog-slider-1 .owl-nav > div:hover,
.brand-active .owl-nav > div:hover{
    background: #24bddf;
    color: #fff;
}
.product-slider-wrap:hover .product-slider .owl-nav > div,
.product-slider-wrap:hover .product-slider-5 .owl-nav > div{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    left: 0;
}
.new-product-items:hover .new-product-slider .owl-nav > div,
.on-sale-product-items:hover .on-sale-product-slider .owl-nav > div,
.on-sale-product-items:hover .on-sale-product-slider-4 .owl-nav > div,
.blog-slider-wrapper-2:hover .blog-slider-1 .owl-nav > div,
.brand-area:hover .brand-active .owl-nav > div{
    left: -25px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.product-slider-wrap:hover .product-slider .owl-nav > .owl-next,
.product-slider-wrap:hover .product-slider-5 .owl-nav > .owl-next{
    left: auto;
    right: 0;
}
.new-product-items:hover .new-product-slider .owl-nav > .owl-next,
.on-sale-product-items:hover .on-sale-product-slider .owl-nav > .owl-next,
.on-sale-product-items:hover .on-sale-product-slider-4 .owl-nav > .owl-next,
.blog-slider-wrapper-2:hover .blog-slider-1 .owl-nav > .owl-next,
.brand-area:hover .brand-active .owl-nav > .owl-next{
    right: -25px;
    left: auto;
}
/*-------
our Product Style 2
---------------------------*/
.product-tab-menu > li > a {
	font-family: 'Montserrat',sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: ;
	font-weight: 700;
	line-height: 30px;
	padding: 0 10px;
	margin: 0 15px;
	background: #fff;
	display: block;
}
/*-------
Home-4 Product Btn Style
---------------------------*/
.product-see-more {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-top: 30px;
}
.product-see-more > a {
	font-size: 12px;
	font-weight: 700;
	padding: 0 45px;
	display: inline-block;
	border: 2px solid #d7d7d7;
	line-height: 50px;
	color: #a2a2a2;
	text-transform: uppercase;
	font-family: 'Montserrat',sans-serif;
}
.product-see-more > a:hover{
    color: #252525;
    border-color: #252525;
}
/*----------------------------------------*/
/*  6. Call To Action CSS
/*----------------------------------------*/
.call-to-action-area {
	padding: 100px 0;
	background-image: url(img/bg/bg1.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.contact-static > h2,
.contact-static > h3 {
	font-size: 56px;
	font-weight: 700;
	color: #fff;
	font-family: 'Roboto Slab',serif;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: .1em;
}
.contact-static > h3{
    font-size: 44px;
    margin-top: 15px;
}
.contact-static > h2 > span,
.contact-static > h3 > span {
	color: #24bddf;
}
/*----------------------------------------*/
/*  7. Product Catalog Area CSS
/*----------------------------------------*/
/*on sale product style*/
.on-sale-group-product {
	padding-right: 15px;
}
.single-on-slae-product {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}
.on-slae-product-img {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100px;
	margin-right: 15px;
}
.on-slae-product-img > a > img {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
	display: block;
}
.on-slae-product-img > a > img.hover-img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 5;
}
.single-on-slae-product:hover .on-slae-product-img > a > img.hover-img{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.one-sale-product-content {
	display: block;
	width: auto;
	overflow: hidden;
	padding-top: 10px;
	background: #fff;
}
/*----------------------------------------*/
/*  8. Feature Area CSS
/*----------------------------------------*/
/*--------
Feature Style 1
-----------------------*/
.arubic-single-feature > .feature-icon {
	margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.feature-content > h3 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	color: #252525;
}
.feature-content > p {
	font-size: 14px;
	font-style: italic;
	color: #515151;
	margin: 0;
}
.arubic-single-feature:hover .feature-icon {
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
}
/*--------
Feature Style 2
-----------------------*/
.single-feature-2 h3 {
	color: #fff;
}
.single-feature-2 p{
    color: #afafaf;
}
/*--------
Feature Style 3
-----------------------*/
.feature-container .col-12:before {
	position: ;
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	top: 0;
	right: 0;
	background: #e1e1e1;
}
.feature-container .col-12:last-child:before{
    display: none;
}
.single-feature-3 {
	padding: 0 20px;
}
.single-feature-3 .feature-icon {
	float: left;
	margin-right: 20px;
    margin-bottom: 0px;
}
.single-feature-3 .feature-content {
	padding-top: 20px;
    overflow: hidden;
}
.feature-content > h3 {
	margin: 0 0 10px 0
}
/*----------------------------------------*/
/*  9. Shop By Category CSS
/*----------------------------------------*/
.shop-by-category {
	background-image: url(img/bg/bg2.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.shop-by-category .section-title > h2,
.shop-by-category .section-title > p {
	color: #fff;
}
.category-items {
	margin-left: -15px;
	margin-right: -15px;
}
.single-category-item {
	padding: 0 15px;
}
.category-thumb{
    overflow: hidden;
}
.category-thumb img {
	-webkit-transform: scale3d(1,1,1);
	        transform: scale3d(1,1,1);
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
    width: 100%;
}
.single-category-item:hover .category-thumb img{
    -webkit-transform: scale3d(1.1,1.1,1.1);
            transform: scale3d(1.1,1.1,1.1);
}
.category-title > h4 {
	margin: 0;
}
.category-title > h4 > a {
	font-size: 14px;
	background: #fff;
	display: block;
	padding: 10px 0;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	color: #252525;
}
.category-title > h4 > a:hover{
    color: #24bddf;
}
/*----------------------------------------*/
/*  10. Testimonial And Instagram Area CSS
/*----------------------------------------*/
.testimonial-content > p {
	font-size: 16px;
	color: #515151;
	line-height: 24px;
	padding: 0 35px;
	margin-bottom: 40px;
	font-style: italic;
	position: relative;
}
.testimonial-content > p:before {
	position: absolute;
	content: "\f10d";
	font-family: "FontAwesome";
	font-size: 28px;
	top: 0;
	left: 0px;
}
.testimonial-author > img {
	float: left;
	width: 70px !important;
	margin-right: 30px;
}
.author-title {
	overflow: hidden;
	padding: 10px 0;
}
.author-title > p.author-name {
	font-size: 14px;
	color: #252525;
	line-height: 24px;
	margin-bottom: 5px;
	font-weight: 700;
	text-transform: uppercase;
}
.author-title > p.author-email {
	font-size: 14px;
	color: #515151;
	margin: 0;
	line-height: 24px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.author-title > p.author-email:hover {
	color: #24bddf;
}
.testimonial-slider .owl-dot,
.blog-slider .owl-dot {
	width: 6px;
	height: 6px;
	background: #d7d7d7;
	display: inline-block;
	margin: 0 4px;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.testimonial-slider .owl-dots,
.blog-slider .owl-dots {
	bottom: 0;
	left: 0;
	z-index: 9;
	margin-top: 47px;
}
.blog-slider .owl-dots{
    left: 0;
    right: 0;
    text-align: center;
}
.testimonial-slider .owl-dot.active,
.testimonial-slider .owl-dot:hover,
.blog-slider .owl-dot.active,
.blog-slider .owl-dot:hover {
	background: #252525;
}
/*-------------
Testimonial Style 2 Section CSS
-------------------------------------*/
.testimonial-style-2 {
	padding: 90px 0;
	background: url(img/bg/bg2.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 85px;
}
.testimonial-content-2 > p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
	padding: 0 30px;
	padding-top: 80px;
	margin-bottom: 40px;
	position: relative;
}
.testimonial-content-2 > p:before {
	content: "";
	background: url(img/testimonial-icon.png) 0 no-repeat;
	width: 61px;
	height: 53px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30px;
}
.testimonial-author-2 {
	display: inline-block;
}
.testimonial-author-2 > img {
	float: left;
	width: 70px !important;
	margin-right: 30px;
}
.author-title-2 {
	overflow: hidden;
	padding: 10px 0;
	text-align: left;
}
.author-title-2 > p.author-name-2 {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 5px;
	font-weight: 700;
}
.author-title-2 > p.author-email-2 {
	font-size: 14px;
	color: #d8d8d8;
	margin: 0;
	line-height: 24px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.author-title-2 > p.author-email-2:hover{
    color: #fff;
}
.testimonial-slider.testimonial-slider-2 .owl-dots {
	right: 0;
	left: 0;
	text-align: center;
}
.testimonial-slider.testimonial-slider-2 .owl-dot{
    background: #7d7d7d; 
}
.testimonial-slider.testimonial-slider-2 .owl-dot.active,
.testimonial-slider.testimonial-slider-2 .owl-dot:hover{
    background: #fff;
}
/*--------------
instafeed css home-1
-----------------------*/
.instagram-container {
	position: relative;
	overflow: hidden;
}
#Instafeed > li {
	list-style: none;
	float: left;
	width: 33.33%;
	padding: 0 7.5px;
	margin-bottom: 15px;
}
#Instafeed > li:last-child{
    margin-bottom: 0;
}
#Instafeed > li > a {
	display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}
#Instafeed > li > a:before {
	position: absolute;
	top: 15px;
	left: 15px;
    right: 15px;
    bottom: 15px;
	content: "";
	background: rgba(0,0,0,.5);
	-webkit-transform: scale3d(1.2,1.2,1.2);
	        transform: scale3d(1.2,1.2,1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#Instafeed > li > a:after {
	content: "";
	background-image: url(img/insta-icon.png);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	margin-right: -12px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 20;
}
#Instafeed > li > a:hover:before{
    -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#Instafeed > li > a:hover:after{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-animation: zoomIn 500ms ease-in-out;
            animation: zoomIn 500ms ease-in-out;
}
#Instafeed > li > a > img {
	width: 100%;
}
.title-instagram {
	position: absolute;
	left: 50%;
	top: 50%;
	background: #fff;
	display: inline-block;
	text-align: center;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	z-index: 9;
	padding: 35px;
}
.title-instagram > h2 {
	display: block;
	color: #252525;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}
.title-instagram > h2 > span {
	display: block;
	font-size: 14px;
	color: #d0d0d0;
	font-weight: 400;
	margin-top: 5px;
}
.title-instagram > h2:before {
	content: "\f16d";
	font-family: "FontAwesome";
	display: block;
	font-size: 21px;
	margin-bottom: 7px;
	font-weight: 400;
}
.title-instagram > a {
	font-size: 13px;
	color: #24bddf;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
}
.title-instagram > a:hover {
	text-decoration: underline;
}
/*--------------
instafeed css home-4
-----------------------*/
.instagram-block-4 #Instafeed > li {
	display: ;
	float: left;
	width: 16.66%;
	padding: 0;
	margin: 0;
}
/*----------------------------------------*/
/*  11. Women List Categories CSS
/*----------------------------------------*/
.women-background-image,
.men-background-image {
	background-image: url(img/bg/women-bg.jpg);
	background-position: center right;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}
.men-background-image{
    background-position: center right;
    background-image: url(img/bg/men-bg.jpg);
}
.women-categoris,
.men-categoris {
	padding: 30px 120px 300px 120px;
}
.categories-name > h4 > a {
	font-size: 30px;
	font-weight: 700;
	color: #4e4e4e;
	line-height: 30px;
	margin-bottom: 15px;
	text-transform: uppercase;
	display: block;
}
.decs-categoris {
	margin-bottom: 30px;
}
.decs-categoris > p {
	font-size: 14px;
	line-height: 27px;
	font-style: italic;
	color: #515151;
}
.decs-categoris ul > li {
	font-size: 14px;
	font-style: italic;
	line-height: 27px;
	color: #888;
	margin-bottom: 5px;
	list-style-type: disc;
}
.shop-btn-2.women-btn {
	font-size: 14px;
	color: #434343;
	line-height: 30px;
	letter-spacing: 2px;
}
/*----------------------------------------*/
/*  12. Blog Area CSS
/*----------------------------------------*/
.single-blog {
	padding-left: 30px;
	padding-right: 30px;
	border-right: 1px solid #ebebeb;
}
.owl-item.active.last .single-blog:last-child {
	border-right: 0;
}
.blog-date-time {
	float: left;
	margin-right: 30px;
	text-align: center;
}
.blog-date-time span.blog-month {
	font-size: 12px;
	font-weight: 700;
	color: #252525;
	display: block;
}
.blog-date-time span.blog-date {
	font-size: 80px;
	font-weight: 700;
	font-family: 'Montserrat',sans-serif;
	line-height: 1;
	display: block;
	color: #252525;
}
.single-blog-content {
	overflow: hidden;
}
.blog-meta {
	margin-bottom: 10px;
}
.blog-meta > ul > li {
	display: inline-block;
	list-style: none;
	margin: 0 2px;
	font-size: 11px;
	font-weight: 600;
	line-height: 25px;
	text-transform: uppercase;
	color: #7a7a7a;
}
.blog-meta > ul > li i {
	margin-right: 5px;
}
.blog-title > h4 {
	font-size: 16px;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
	color: #252525;
}
.blog-description {
	font-size: 16px;
	font-style: normal;
	color: #515151;
	line-height: 25px;
	margin: 0;
	padding: 10px 0 20px 0;
}
.read-btn {
	font-size: 13px;
	line-height: 30px;
	color: #7a7a7a;
	text-transform: uppercase;
	font-weight: 700;
}
.read-btn:after {
	content: "";
	background-image: url(img/slider-arrow.png);
	width: 44px;
	height: 11px;
	margin: 0px 10px;
	display: inline-block;
	vertical-align: -2px;
}
.read-btn:hover{
    color: #252525;
}
/*----------------
Blog Style 2 CSS
-------------------------*/
.blog-slider-wrapper-2 {
	width: 100%;
}
.blog-area-2{
	padding: 90px 60px;
    padding-bottom: 50px;
}
.single-blog.blog-style-2 {
	border-right: 0;
	padding: 0 15px;
}
.blog-background-image {
	background-image: url(img/bg/blog-bg.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*---------
    Blog Page CSS
-------------------*/
.single-blog.page-blog {
	padding: 0;
	border-right: 0;
}
.blog-img {
	overflow: hidden;
}
.blog-img.img-full img {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.single-blog:hover .blog-img.img-full img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
/*-----------
 Blog Sidebar Style CSS
-----------------------*/
.blog-sidebar-search form {
	position: relative;
}
.blog-sidebar-search input {
	background: #f1f1f1 none repeat scroll 0 0;
	border: medium none;
	box-shadow: none;
	color: #8e8d8d;
	font-size: 13px;
	padding-left: 15px;
	padding-right: 55px;
	height: 45px;
}
.blog-sidebar-search button {
	background-color: #dedede;
	border: medium none;
	color: #24bddf;
	cursor: pointer;
	font-size: 24px;
	height: 45px;
	line-height: 45px;
	padding: 0 16px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.blog-sidebar-search button:hover{
    background: #24bddf;
    color: #fff;
}
.blog-sidebar > h4 {
	color: #252525;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 2px solid #252525;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.sidebar-top-rated {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.top-rated-text {
	margin-left: 20px;
    vertical-align: middle;
}
.top-rated-text > span {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 2px;
    font-family: 'Montserrat',sans-serif;
	color: #7a7a7a;
}
.top-rated-text > h4 {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}
.blog-tag-style ul > li {
	display: inline-block;
	margin: 0 5px 10px 0;
	list-style: none;
}
.blog-tag-style ul > li > a {
	border: 1px solid #cbcbcb;
	color: #252525;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding: 13px 19px;
	text-align: center;
	text-transform: capitalize;
}
.blog-tag-style ul > li > a:hover{
    background: #24bddf;
    color: #fff;
    border-color: #24bddf;
}
/*-------------
    Single Blog Details CSS
------------------------*/
.blog-post-item {
	padding-left: 35px;
}
.blog-post-item-right {
	padding-right: 35px;
}
.blog-content .blog-meta {
	margin-top: 20px;
}
.blog-content > h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 32px;
}
.blog-post-list {
	margin: 50px 0;
	margin-top: 27px;
}
.blog-post-list > li {
	display: block;
	list-style: none;
	font-size: 16px;
	color: #606060;
	line-height: 30px;
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
}
.blog-post-list > li::before {
	position: absolute;
	content: "\f101";
	font-family: FontAwesome;
	top: 0;
	left: 0;
	z-index: 1;
}
h4.small-title {
	color: #303030;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 40px;
	font-size: 18px;
}
.blog-author-box {
	padding: 40px;
	background: #fafafa;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
.blog-author-img {
	height: 95px;
	width: 95px;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	margin-right: 25px;
}
.blog-author-img img {
	width: 100%;
}
.blog-author-content {
	-webkit-flex-shrink: 100;
	-moz-flex-shrink: 100;
	-ms-flex-negative: 100;
	flex-shrink: 100;
}
.blog-author-content h6 {
	line-height: 28px;
	font-size: 16px;
	color: #5f5f5f;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 10px;
}
.blog-author-content p {
	font-size: 16px;
	line-height: 26px;
	color: #515151;
	margin-bottom: 0px;
}
.common-tag-and-next-prev {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.common-tag, .blog-share {
	display: flex;
	align-items: center;
}
.common-tag > h6, .blog-share > h6 {
	font-size: 16px;
	margin-bottom: 0;
	margin-right: 10px;
	font-weight: 700;
}
.common-tag ul > li, .blog-share ul > li {
	display: inline-block;
	list-style: none;
	vertical-align: middle;
}
.common-tag ul > li > a, .blog-share ul > li > a {
	font-size: 14px;
	font-weight: 400;
	color: #656565;
	line-height: 25px;
	margin-right: 3px;
}
.next-prev-post {
	flex: 1 0 100%;
	border-top: 1px solid #e1e1e1;
	margin-top: 15px;
}
.next-prev-post > ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
.next-prev-post > ul > li {
	list-style: none;
}
.next-prev-post > ul > li > a {
	font-size: 16px;
	line-height: 30px;
	display: block;
	font-weight: 400;
	color: #979797;
}
.comment {
	display: flex;
	margin-top: 60px;
}
.blog-author-img {
	height: 95px;
	width: 95px;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	margin-right: 25px;
}
.blog-author-img img {
	width: 100%;
}
.comment-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	flex-shrink: 100;
}
.comment-content-top {
	margin-right: 30px;
	margin-bottom: 10px;
}
.comment-content-top > h6 {
	font-size: 16px;
	font-weight: 700;
	color: #5f5f5f;
}
.comment-content-top > span {
	font-size: 14px;
	color: #a2a2a2;
	line-height: 20px;
}
.comment-content a.reply {
	font-size: 14px;
	color: #24bddf;
	font-weight: 400;
	text-transform: uppercase;
}
.comment-content a.reply:hover{
    color: #303030;
}
.comment-content-bottom {
	flex: 0 0 100%;
}
.comment-content-bottom > p {
	font-size: 16px;
	line-height: 26px;
	color: #353535;
	margin-bottom: 0;
}
.comment.reply {
	margin-left: 150px;
}
.single-input {
	margin-bottom: 20px;
}
.single-input > input {
	background-color: #f7f7f7;
	border: none;
	font-weight: 500;
	font-size: 12px;
	color: #7d7d7d;
	padding: 0 25px;
	height: 50px;
}
.single-input > textarea {
	background-color: #f7f7f7;
	border: medium none;
	color: #7d7d7d;
	font-size: 12px;
	font-weight: 500;
	height: 190px;
	padding: 20px 25px;
}
/*-------------------------
     13. Brand Area CSS 
---------------------------*/
.brand-active.owl-carousel .single-brand img {
	width: auto;
    -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.brand-active.owl-carousel .single-brand img:hover {
    -webkit-transform: scale3d(1.05,1.05,1.05);
            transform: scale3d(1.05,1.05,1.05);
}
/*----------------------------------------*/
/*  14. Footer Area CSS
/*----------------------------------------*/
/*footer top are css*/
.footer-logo {
	margin-bottom: 50px;
}
.footer-nav ul {
	margin-bottom: 30px;
}
.footer-nav > nav > ul > li {
	display: inline-block;
	list-style: none;
	font-family: 'Montserrat',sans-serif;
	margin-bottom: 10px;
	line-height: 30px;
	position: relative;
}
.footer-nav > nav > ul > li > a {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 15px;
	padding: 0 15px;
	display: inline-block;
	-webkit-transition: ;
	transition: ;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	color: #7a7a7a;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-nav > nav > ul > li:first-child > a {
	margin-left: 0;
}
.footer-nav > nav > ul > li > a:hover {
	color: #24bddf;
	-webkit-transform: translateY(5px);
	        transform: translateY(5px);
}
.footer-newsletter {
	width: 80%;
	position: relative;
	margin: 0 auto;
}
.footer-newsletter form {
	position: relative;
	overflow: hidden;
}
.footer-newsletter form input {
    border: 0;
	border-top: 2px solid #eaeaea;
	border-bottom: 2px solid #eaeaea;
	color: #666;
	padding: 10px 120px 10px 10px;
	background: #fff;
	height: 50px;
	border: ;
	display: block;
	width: 100%;
}
.footer-newsletter form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	background: transparent;
	border: 0;
	color: #a2a2a2;
	font-size: 14px;
    cursor: pointer;
	font-weight: 700;
	font-family: 'Montserrat',sans-serif;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-newsletter form button:hover{
    color: #24bddf;
}
/*footer bottom css*/
.footer-bottom-area {
	background: #232323;
	padding: 30px 0;
}
.footer-bottom-area p {
	margin: 0;
	font-size: 13px;
	line-height: 1;
	color: #878686;
}
.footer-bottom-area p a {
	color: #fff;
}
/*------------
Footer style 2 CSS
------------------------*/
/*footer top css*/
.single-width{
    max-width: 80%;
}
.footer-title > h3 {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 18px;
	margin: 0 0 30px 0;
}
.footer-newslatter-2 > p {
	font-size: 14px;
	color: #adadad;
	font-style: italic;
	margin-bottom: 30px;
	line-height: 25px;
}
.footer-newslatter-2{
    position: relative;
}
.footer-newslatter-2 input {
	height: 35px;
	background: transparent;
	border: 0;
	border-bottom: 2px solid #4b4b4b;
	color: #fff;
	font-size: 13px;
	padding: 10px 120px 10px 10px;
	display: block;
	width: 100%;
}
.footer-newslatter-2 input::-webkit-input-placeholder{
    color: #a2a2a2;
}
.footer-newslatter-2 input::-moz-placeholder{
    color: #a2a2a2;
}
.footer-newslatter-2 input:-ms-input-placeholder{
    color: #a2a2a2;
}
.footer-newslatter-2 input::placeholder{
    color: #a2a2a2;
}
.footer-newslatter-2 form button {
	position: absolute;
	top: ;
	bottom: 0;
	right: 0;
	background: transparent;
	border: 0;
	color: #a2a2a2;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	line-height: 35px;
}
.footer-widget > li {
	display: block;
	list-style: none;
	line-height: 30px;
}
.footer-widget > li > a {
	color: #adadad;
	font-size: 14px;
	text-transform: capitalize;
	font-style: italic;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
}
.footer-widget > li > a:hover{
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    color: #fff;
}
/*Footer Bottom CSS*/
.footer-bottom-menu > nav > ul > li {
	list-style: none;
	display: inline-block;
	padding: 0 15px;
}
.footer-bottom-menu > nav > ul > li:last-child{
    padding-right: 0;
}
.footer-bottom-menu > nav > ul > li > a {
	color: #818181;
	font-size: 13px;
	display: inline-block;
	font-style: italic;
	line-height: 30px;
}
.footer-bottom-menu > nav > ul > li > a:hover{
    color: #fff;
}
.footer-bottom-item {
	padding: 20px 0;
	border-top: 1px solid #3e3e3e;
}
.footer-bottom-area-2 p {
	margin: 0;
	font-size: 13px;
	line-height: 1;
	color: #878686;
}
.footer-bottom-area-2 p a {
	color: #fff;
}
/*---------
Footer Style 4 css
----------------------*/
/*footer bottom css*/
.footer-bottom-menu-4 > nav > ul > li {
	padding: 0 10px;
}
.footer-bottom-menu-4 > nav > ul > li > a{
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.footer-bottom-menu-4 > nav > ul > li > a:hover{
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
}
/*----------------------------------------*/
/*  15. Modal Area CSS
/*----------------------------------------*/
#open-modal .modal-dialog {
	margin: 5% auto;
	min-height: 300px;
	padding: 20px;
	width: 1024px;
	max-width: 100%;
}
.modal-header {
	border: none;
}
.modal-header .close {
	padding: 0;
	background: transparent;
	color: #000;
	opacity: .2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	text-shadow: 0 1px 0 #fff;
	font-weight: 700;
	line-height: 1;
	font-size: 28px;
	position: absolute;
	top: 20px;
	right: 30px;
	z-index: 999;
}
.modal-body {
	padding: 15px;
	position: relative;
}
.single-product-img {
	position: relative;
}
.single-product-img a {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 18px;
    line-height: 18px;
	color: #414141;
	z-index: 9;
}
.single-product-img a:before {
	position: absolute;
	content: "";
	border-top: 20px solid transparent;
	border-left: 20px solid transparent;
	border-right: 20px solid #ddd;
	border-bottom: 20px solid #ddd;
	bottom: 0;
	right: 0;
	z-index: -5;
}
.vbox-close {
	background: #24bddf url("close.gif") no-repeat scroll 10px center !important;
	color: #fff !important;
	cursor: pointer;
	display: block;
	font-weight: 600;
	height: 40px;
	position: fixed;
	right: 40px;
	text-indent: 2px;
	top: 14px;
	width: 46px;
	border-radius: 2px;
}
.nav.single-slide-menu > a {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav.single-slide-menu > a > img {
	width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #484848;
}
.nav.single-slide-menu > a:hover{
    border: 1px solid #484848;
}
.single-product-menu {
	margin: 15px 0;
}
.nav.single-slide-menu {
	padding: 0 26px;
}
.single-tab-menu {
	padding: 0 10px;
}
.single-slide-menu .slick-list {
    width: 100%;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 20px;
	height: 20px;
	background: #fff;
	color: #7a7a7a;
	border: 1px solid #ebebeb;
	opacity: ;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	line-height: 18px;
	font-size: 12px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	text-align: center;
    z-index: 99;
}
.slick-next-btn.slick-arrow {
	left: auto;
	right: 15px;
}
.slick-arrow:hover{
    background: #252525;
    color: #fff;
    border-color: #252525;
}
.single-product-name {
	font-family: 'Raleway',sans-serif;
	font-size: 24px;
	text-transform: capitalize;
	font-weight: 700;
	color: #252525;
	line-height: 1;
	margin-bottom: 15px;
}
.single-product-reviews {
	margin-bottom: 10px;
}
.single-product-price {
	margin-top: 10px;
}
.product-discount {
	display: inline-block;
	margin-bottom: 20px;
	font-family: 'Montserrat',sans-serif;
}
.product-discount span.regular-price {
	color: #b2b2b2;
	text-decoration: line-through;
	margin-right: 10px;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
}
.product-discount span.price {
	font-size: 24px;
	font-family: 'Montserrat',sans-serif;
	font-weight: 400;
	line-height: 30px;
	display: inline-block;
	color: #252525;
}
.discount {
	text-transform: uppercase;
	display: inline-block;
	background: #f25961;
	color: #fff;
	font-size: 12px;
	padding: 0 15px;
	text-align: center;
	z-index: 1;
	line-height: 30px;
	border-radius: 20px;
	font-weight: 500;
	height: 30px;
    margin-left: 10px;
}
.product-info {
	color: #7a7a7a;
	font-size: 14px;
	font-weight: 400;
}
.product-info p {
	line-height: 27px;
	font-size: 14px;
	color: #515151;
	margin: 0;
	font-style: italic;
	letter-spacing: .025em;
}
.single-product-action {
	margin-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #ebebeb;
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
}
.product-variants {
	border-bottom: 1px solid #ebebeb;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-variants > .product-variants-item {
	margin: 20px 0;
	display: block;
}
.product-variants > .product-variants-item:last-child{
    margin-left: 30px;
}
.product-variants-item span.control-label {
	margin-bottom: 6px;
	margin-bottom: .375rem;
	display: block;
	width: 100%;
	text-transform: capitalize;
	font-style: italic;
}
.product-variants > .product-variants-item select {
	border: 1px solid #ebebeb;
	height: 40px;
	width: 60px;
    background: #fff;
}
.procuct-color > li {
	display: inline-block;
	list-style: none;
	margin-left: 5px;
}
.procuct-color > li > a > span.color {
	background: #ffa07a;
	height: 13px;
	width: 13px;
	display: inline-block;
	margin-right: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.procuct-color > li:nth-child(2) > a > span.color{
    background: #00EEB3;
}
.procuct-color > li.active > a > span.color,.procuct-color > li > a:hover > span.color{
    outline: 1px solid #D6B98C;
    outline-offset: 1px;
}
.product-add-to-cart span.control-label {
	display: block;
	margin-bottom: 10px;
	font-style: italic;
	text-transform: capitalize;
	color: #7a7a7a;
}
.add-to-cart {
	position: relative;
	border: 0;
	line-height: 45px;
	height: 45px;
	width: auto;
	background-color: #ebebeb;
	font-size: 12px;
	font-weight: 700;
	color: #252525;
	text-transform: uppercase;
	padding: 0 25px;
	border-radius: 25px;
	box-shadow: none;
	cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.add-to-cart:hover {
	background: #252525;
	color: #fff;
}
.add-to-cart i {
	font-size: 24px;
	vertical-align: middle;
	margin-right: 10px;
}
.product-availability {
	color: #7a7a7a;
	font-weight: 700;
	font-size: 14px;
	text-transform: capitalize;
	margin-left: 10px;
    font-style: italic;
}
.product-availability i {
	font-size: 24px;
	font-weight: 400;
	vertical-align: middle;
	color: #333;
	font-style: ;
}
.block-reassurance {
	overflow: hidden;
	float: left;
	width: 100%;
}
.block-reassurance > ul > li {
	list-style: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.block-reassurance-item {
	padding: 15px 0;
}
.block-reassurance-item > img {
	width: 25px;
	margin-right: 10px;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.block-reassurance-item span {
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	text-transform: capitalize;
}
.modal-footer {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	border: 1px solid rgba(172,170,166,.3);
}
.single-product-share {
	overflow: hidden;
	float: left;
	width: 100%;
}
.single-product-share > ul > li {
	display: inline-block;
	list-style: none;
	margin-left: 10px;
	font-style: italic;
	color: #7a7a7a;
}
.single-product-share > ul > li > a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #f3f3f3;
	text-align: center;
	border-radius: 100%;
	color: #a1a1a1;
	font-size: 14px;
}
.single-product-share > ul > li > a:hover{
    color: #252525;
}
/*porduct quantity*/
.product-add-to-cart {
	overflow: hidden;
	margin-top: 20px;
	float: left;
	width: 100%;
}
.cart-plus-minus-box {
	border: 1px solid #e1e1e1;
	border-radius: 0;
	color: #3c3c3c;
	height: 49px;
	text-align: center;
	width: 50px;
	padding: 5px 10px;
}
.product-add-to-cart .cart-plus-minus {
	margin-right: 25px;
}
.cart-plus-minus {
	position: relative;
	width: 75px;
	float: left;
	padding-right: 25px;
}
.dec.qtybutton, .inc.qtybutton {
	background: #f1f1f1 none repeat scroll 0 0;
	cursor: pointer;
	line-height: 15px;
	position: absolute;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: none;
	border: 1px solid #ddd;
}
.dec.qtybutton {
	bottom: 0;
    right: 0;
}
.inc.qtybutton {
	top: 0;
	right: 0;
}
/*Single product area*/
.nav.dec-and-review-menu {
	margin-bottom: 50px;
	border-bottom: 2px solid #ebebeb;
}
.dec-and-review-menu > li > a {
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
	padding: 10px 0;
	margin-right: 50px;
	font-family: 'Montserrat',sans-serif;
	position: relative;
	color: #bebebe;
}
.dec-and-review-menu > li > a:before {
	content: "";
	position: absolute;
	border-bottom: 2px solid transparent;
	bottom: -1px;
	left: 0;
	right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dec-and-review-menu > li > a:hover:before,
.dec-and-review-menu > li > a.active:before{
    border-color: #252525;
}
.dec-and-review-menu > li > a.active,
.dec-and-review-menu > li > a:hover{
    color: #252525;
}
.product-review-content-tab {
	overflow: hidden;
	padding: 30px;
	background: #fff;
	font-size: 14px;
	border: 1px solid #ebebeb;
	font-style: italic;
}
.single-product-description > p {
	font-size: 14px;
	color: #515151;
	line-height: 30px;
	letter-spacing: 0.4px;
}
.product-manufacturer {
	margin-bottom: 15px;
}
.product-reference .label,
.product-quantities .label{
	font-size: 16px;
	color: #414141;
	font-weight: 700;
}
.product-features {
	margin-top: 20px;
	margin-left: 5px;
}
.product-features > h3 {
	font-size: 16px;
	font-weight: 700;
	font-style: italic;
	line-height: 1.1;
	color: inherit;
}
.product-features .table tr {
	background: #ebebeb;
}
.product-features .table tr:nth-child(even) td{
    background: #f9f9f9;
}
.product-features .table td {
	width: 50%;
	background: #ebebeb;
	height: 40px;
	padding: 10px;
	margin-right: 10px;
	border: 0;
	border-right: 1px solid #ddd;
}
.product-features .table td:last-child{
    border-right: 0;;
}
.review-comment > h2 {
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	font-style: italic;
	margin-bottom: 15px;
}
.pro-comments-rating {
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
}
.pro-comments-rating > li {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.review-form label {
	font-size: 14px;
	font-weight: 700;
	margin: 12px 0 4px 0;
	color: #414141;
	text-transform: capitalize;
}
.review-form input {
	border: 1px solid #ebebeb;
	background: #fff;
	border-radius: 0;
	height: 40px;
	color: #252525;
}
.review-form textarea {
	background: #fff;
	border: 1px solid #ebebeb;
}
.send-your-review {
	margin-top: 20px;
}
.required-fields {
	font-weight: 600;
	color: #414141;
	text-transform: capitalize;
}
.review-form sup {
	font-size: 20px;
	top: 0;
}
.send-btn,
.cancel-btn{
	border: 0;
	background: #333;
	box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
	color: #fff;
	padding: 8px 20px;
	font-weight: 600;
	cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 5px;
}
.send-btn:hover{
    background: #24bddf;
}
.cancel-btn:hover{
    background: #f80e0e;
}
/*-------------------------
     16. Product Tab Style 
---------------------------*/
.product-tab-menu > li{
    position: relative;
}
.product-tab-menu > li > a {
	font-family: 'Montserrat',sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: ;
	font-weight: 700;
	line-height: 30px;
	padding: 0 10px;
	margin: 0 15px;
	background: #fff;
	display: block;
}
.product-tab-menu > li:before {
	content: "";
	position: absolute;
	top: 14px;
	left: -15px;
	background: #dfdfdf;
	height: 2px;
	z-index: 1;
	width: 30px;
}
.product-tab-menu > li:first-child:before{
    display: none;
}
.product-tab-menu > li > a.active{
    color: #24bddf;
}
.tab-content {
	width: 100%;
    overflow: hidden;
}
/*home-4 product tab menu style*/
.product-tab-menu-4 > li {
	margin: 0 20px;
}
.product-tab-menu-4 > li > a {
	font-size: 24px;
	line-height: 30px;
	font-family: 'Montserrat',sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #a2a2a2;
}
.product-tab-menu-4 > li > a.active,
.product-tab-menu-4 > li > a:hover {
    color: #2a2a2a;
}
/*-------------------------
     17. Breadcrumb CSS 
---------------------------*/
.breadcrumb-area {
	background-color: #f7f8f9;
}
.breadcrumb-content > ul > li {
	list-style: none;
	display: inline-block;
}
.breadcrumb-content li + li:before {
    content: " / ";
    padding: 0 5px;
    vertical-align: middle;
    color: #888;
}
.breadcrumb-content > ul > li > a {
	font-size: 13px;
	display: inline-block;
	position: relative;
	line-height: 25px;
	color: #888;
	font-style: italic;
}
.breadcrumb-content > ul > li.active > a,
.breadcrumb-content > ul > li > a:hover{
    color: #252525;
}
/*-------------------------
     18. Shop Page CSS 
---------------------------*/
.shop-sidebar {
	margin-bottom: 30px;
}
.shop-sidebar > h4 {
	color: #252525;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 2px solid #252525;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}
.category-sub-menu li {
	list-style: none;
	display: block;
	position: relative;
}
.category-sub-menu li a {
	font-size: 13px;
	font-style: italic;
	text-transform: capitalize;
	padding: 10px;
    cursor: pointer;
	margin-top: 5px;
	display: block;
	color: #7a7a7a;
	line-height: 30px;
	border-bottom: 1px solid #ebebeb;
	font-weight: 400;
}
.category-sub-menu > li.has-sub > a:after {
	content: "\f278";
	font-family: Material-Design-Iconic-Font;
	font-style: normal;
	position: absolute;
	right: 20px;
	font-size: 16px;
}
.category-sub-menu > li.has-sub.open > a:after{
    content: "\f273";
    font-family: Material-Design-Iconic-Font;
}
.category-sub-menu li a:hover{
   color: #24bddf; 
}
.category-menu > ul > li > ul.category-sub{
    display: none;
}
.clear-all {
	background: #434343;
	border-color: transparent;
	color: #acaaa6;
	padding: 5px;
	margin: 5px 0;
	line-height: 15px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-top: 10px;
}
.clear-all:hover{
    color: #fff;
}
.clear-all:before {
	content: "\f136";
	font-family: Material-Design-Iconic-Font;
	margin-right: 15px;
}
.filter-sub-title {
	margin: 10px 0;
}
.filter-sub-title > h5 {
	font-size: 13px;
	font-weight: 700;
	line-height: 35px;
	text-transform: uppercase;
	color: #252525;
	margin: 0;
}
.categori-checkbox ul li,
.price-checkbox ul li {
	list-style: none;
	display: block;
	line-height: 25px;
	margin: 5px 0;
}
.categori-checkbox ul li input,
.price-checkbox ul li input {
	width: auto;
	height: auto;
	vertical-align: middle;
}
.categori-checkbox ul li a,
.price-checkbox ul li a {
	font-size: 13px;
	margin-left: 10px;
	display: inline-block;
	font-style: italic;
	color: #7a7a7a;
}
.categori-checkbox ul li a:hover,
.price-checkbox ul li a:hover{
    color: #24bddf;
}
.price-checkbox ul li a:before {
	content: "\f26b";
	font-family: Material-Design-Iconic-Font;
	font-size: 24px;
	margin-right: 10px;
	vertical-align: middle;
	color: #414141;
}
.shop-banner > h4 {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	color: #252525;
	margin-bottom: 15px;
}
.category-cover {
	margin-bottom: 30px;
}
.shop-topbar-wrapper {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 15px 0;
	margin-bottom: 30px;
}
.toolbar-short-area {
	width: 335px;
}
.toolbar-shorter label {
	width: 100px;
	font-weight: 500;
	margin-bottom: 0;
	font-size: 13px;
	font-style: italic;
	padding: 5px 15px;
	color: #252525;
    text-transform: capitalize;
}
.nice-select {
	height: 30px;
	line-height: 30px;
}
.nice-select .option.selected{
    color: #414141 !important;
}
.nice-select .option {
	line-height: 30px;
	min-height: 30px;
}
.nice-select .option{
    color: #414141;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus{
    color: #fff;
    background: #24bddf;
}
.grid-list-option > ul > li > a {
	width: 30px;
	height: 30px;
    font-size: 18px;
	display: block;
	border: 1px solid #ebebeb;
	text-align: center;
	line-height: 30px;
	border-radius: 3px;
	margin-right: 5px;
}
.grid-list-option > ul > li > a:hover,
.grid-list-option > ul > li > a.active{
    color: #252525;
    border-color: #252525;
}
.grid-list-option > ul > li > span {
	line-height: 20px;
	font-size: 13px;
	padding: 5px 15px;
	font-style: italic;
	margin-left: 50px;
	color: #252525;
	text-transform: capitalize;
}
.product-list-item {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.shop-list-product .discount-sticker {
	right: auto;
	left: 10px;
}
.product-content.shop-list {
	padding: 0;
}
.shop-list .product-reviews {
	margin-top: 20px;
	margin-bottom: 10px;
}
.shop-list .product-des > p {
	font-size: 13px;
	color: #6f6f6f;
	font-style: italic;
	line-height: 25px;
	padding: 5px 0;
	margin: 15px 0 30px 0;
	display: block;
}
.shop-list .product-action {
	position: inherit;
	top: 0;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}
.shop-list .product-action > ul > li {
	opacity: inherit;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=NaN)";
	display: inline-block;
	margin-bottom: 0;
	margin-right: 10px;
}
.shop-list .product-action > ul > li > a {
	background: #ebebeb;
}
.shop-list .product-action > ul > li:first-child > a{
    background: #fff;
}
.shop-list .product-action > ul > li > a:hover{
    background: #24bddf;
    color: #fff;
}
.shop-list .product-action > ul > li:first-child > a:hover{
    background: #fff;
    color: #24bddf;
}
/*pagination Css*/
.showing-product > p {
	margin: 0;
}
.pagination-product {
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	padding: 15px 0;
	margin-bottom: 50px;
	font-size: 13px;
	font-weight: 400;
}
.page-list {
	padding: 10px 20px;
	width: 50%;
	text-align: center;
}
.page-list > ul > li {
	list-style: none;
    display: inline-block;
}
.page-list a {
	padding: 0 5px;
	font-size: 14px;
	color: #333;
	font-weight: 400;
}
.page-list li a:hover,
.page-list li.active a{
    color: #24bddf;
}
.page-list > ul > li.prev,
.page-list > ul > li.next {
	float: left;
	font-size: 14px;
	padding: 0 5px;
	font-weight: 400;
}
.page-list > ul > li.next{
    float: right;
}
.prev i,
.next i {
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.next i{
    margin-right: 0;
    margin-left: 10px;
}
/*-------------------------
     19. Wishlist Page CSS 
---------------------------*/
.table-content table {
	background: #fff none repeat scroll 0 0;
	border-color: #ebebeb;
	border-radius: 0;
	border-style: solid;
	border-width: 1px 0 0 1px;
	text-align: center;
	width: 100%;
	margin-bottom: 0;
}
.table-content table th,
.table-content table td {
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
.table-content table th {
	border-top: medium none;
	font-size: 15px;
	text-transform: capitalize;
	padding: 20px 10px;
	text-align: center;
	font-weight: 500;
	vertical-align: middle;
	white-space: nowrap;
}
.table-content table td {
	border-top: medium none;
	padding: 20px 10px;
	vertical-align: middle;
	font-size: 13px;
}
.table-content table td.product-remove {
	font-size: 20px;
}
.table-content table td.product-name {
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
}
.table-content table td.product-price {
	font-size: 16px;
	font-weight: 700;
	font-family: 'Montserrat',sans-serif;
}
.table-content table td.product-stock-status span.in-stock,
.table-content table td.product-stock-status span.out-stock{
	font-size: 12px;
	text-transform: capitalize;
	color: #30b878;
}
.table-content table td.product-stock-status span.out-stock {
	color: #EB3E32;
}
.table-content table td.product-add-cart a {
	font-size: 14px;
	text-transform: uppercase;
	background: #434343;
	color: #fff;
	padding: 10px 20px;
	font-weight: 700;
	display: inline-block;
}
.table-content table td.product-add-cart a:hover{
    background: #24bddf;
    color: #fff;
}
/*-------------------------
     20. Cart Page CSS 
---------------------------*/
.table-content table td.product-subtotal {
	font-size: 16px;
	font-weight: 700;
	font-family: 'Montserrat',sans-serif;
	color: #414141;
}
.table-content table td .cart-plus-minus {
	float: none;
	margin: 0 auto;
}
.coupon-all {
	margin-top: 50px;
}
.coupon {
	float: left;
}
.coupon input {
	background-color: transparent;
	border: 1px solid #ddd;
	color: #333;
	font-size: 13px;
    border-radius: 0;
	height: 42px;
	width: 120px;
}
.coupon-all input.button {
	background-color: #333;
	border: 0 none;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
    cursor: pointer;
	height: 42px;
	letter-spacing: 1px;
	line-height: 42px;
	padding: 0 25px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width: inherit;
}
.coupon-all input.button:hover{
    background: #24bddf;
}
.coupon2 {
	float: right;
}
.cart-page-total {
	padding-top: 50px;
}
.cart-page-total > h2 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.cart-page-total > ul {
	border: 1px solid #ddd;
}
.cart-page-total > ul > li {
	list-style: none;
	font-size: 15px;
	color: #252525;
	padding: 10px 30px;
	border-bottom: 1px solid #ebebeb;
	font-weight: 700;
	font-family: 'Montserrat',sans-serif;
}
.cart-page-total ul > li > span {
	float: right;
}
.cart-page-total li:last-child{
    border-bottom: 0;
}
.cart-page-total > a {
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
	display: inline-block;
	margin-top: 30px;
	padding: 10px 20px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.cart-page-total > a:hover{
    background: #24bddf;
    border-color: #24bddf;
}
/*-------------------------
     21. Checkout Page CSS 
---------------------------*/
.coupon-accordion h3 {
	background-color: #f7f6f7;
	border-top: 3px solid #24bddf;
	color: #515151;
	font-size: 14px;
	font-weight: 400;
	list-style: outside none none !important;
	margin: 0 0 2em !important;
	padding: 1em 2em 1em 3.5em !important;
	position: relative;
	width: auto;
}
.coupon-accordion h3:before {
	color: #333;
	content: "\f2f9";
	font-family: "Material-Design-Iconic-Font";
	display: inline-block;
	left: 1.5em;
	position: absolute;
	top: 1em;
}
.coupon-accordion span {
	cursor: pointer;
	color: #6f6f6f;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.coupon-accordion span:hover{
    color: #24bddf;
}
.coupon-content {
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
    display: none;
	padding: 20px;
}
.coupon-info p {
	margin-bottom: 0;
}
.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
	display: block;
}
.coupon-info p.form-row-first label span.required, .coupon-info p.form-row-last label span.required {
	color: red;
	font-weight: 700;
    font-size: 14px;
}
.coupon-info p.form-row-first input, .coupon-info p.form-row-last input {
	border: 1px solid #e5e5e5;
	height: 36px;
	margin: 0 0 14px;
    border-radius: 0;
	max-width: 100%;
	padding: 0 0 0 10px;
	width: 370px;
	background-color: transparent;
}
.coupon-info p.form-row input[type="submit"] {
	background: #252525 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
	padding: 0 30px;
	text-shadow: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	white-space: nowrap;
	width: inherit;
}
.coupon-info p.form-row input[type="submit"]:hover, p.checkout-coupon input[type="submit"]:hover {
	background: #24bddf;
}
.form-row > label {
	margin-top: 7px;
}
.coupon-info p.form-row input[type="checkbox"] {
	height: inherit;
	position: relative;
	top: 2px;
	width: inherit;
}
p.lost-password {
	margin-top: 15px;
}
p.lost-password a {
	color: #6f6f6f;
}
p.lost-password a:hover{
    color: #24bddf;
}
.coupon-checkout-content {
	margin-bottom: 30px;
    display: none;
}
p.checkout-coupon input[type="text"] {
	background-color: transparent;
	border: 1px solid #ddd;
    border-radius: 0;
	height: 36px;
	padding-left: 10px;
	width: 170px;
}
p.checkout-coupon input[type="submit"] {
	background: #333 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	color: #fff;
	height: 36px;
    cursor: pointer;
	margin-left: 6px;
	padding: 5px 10px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: inherit;
}
.coupon-info p.form-row input[type="submit"]:hover, p.checkout-coupon input[type="submit"]:hover {
	background: #24bddf;
}
.checkbox-form h3 {
	border-bottom: 1px solid #e5e5e5;
	font-size: 25px;
	margin: 0 0 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
	width: 100%;
}
.country-select,
.checkout-form-list {
	margin-bottom: 30px;
}
.country-select label, .checkout-form-list label {
	color: #333;
	margin: 0 0 5px;
	display: block;
}
.country-select label span.required, .checkout-form-list label span.required {
	color: red;
	font-size: 24px;
	display: inline-block;
	line-height: 16px;
	position: relative;
	top: 5px;
}
.checkout-form-list input[type="text"],
.checkout-form-list input[type="password"],
.checkout-form-list input[type="email"] {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	height: 42px;
	width: 100%;
	padding: 0 0 0 10px;
}
.checkout-form-list input[type="checkbox"] {
	display: inline-block;
	height: inherit;
	margin-right: 10px;
	position: relative;
	top: 2px;
	width: inherit;
}
.create-acc label {
	color: #333;
	display: inline-block;
}
.ship-different-title h3 label {
	display: inline-block;
	margin-right: 20px;
	font-size: 25px;
	color: #363636;
}
.ship-different-title input {
	height: inherit;
	line-height: normal;
	margin: 4px 0 0;
	position: relative;
	top: 1px;
	width: auto;
}
.order-notes textarea {
	background-color: transparent;
	border: 1px solid #ddd;
	height: 90px;
	padding: 15px;
	width: 100%;
}
.create-account,
#ship-box-info{
    display: none;
}
.your-order {
	background: #f2f2f2 none repeat scroll 0 0;
	padding: 30px 40px 45px;
}
.your-order h3 {
	border-bottom: 1px solid #d8d8d8;
	font-size: 25px;
	margin: 0 0 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
	width: 100%;
}
.your-order-table table {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	width: 100%;
}
thead {
	background-color: #f6f6f6;
}
.your-order-table table th {
	border-top: medium none;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	width: 250px;
}
.your-order-table table th,
.your-order-table table td {
	border-bottom: 1px solid #d8d8d8;
	border-right: medium none;
	font-size: 14px;
    font-family: 'Montserrat',sans-serif;
	padding: 15px 0;
	text-align: center;
}
.your-order-table table tr.cart_item:hover {
	background: #F9F9F9;
}
.your-order-table table .order-total td {
	border-bottom: medium none;
}
.your-order-table table tr.order-total td span {
	color: #464646;
	font-size: 20px;
}
.your-order-table table .order-total th {
	border-bottom: medium none;
	font-size: 18px;
}
.payment-method {
	margin-top: 40px;
}
.payment-accordion .card {
	border: 0;
	border-radius: 0;
    background: #f2f2f2;
}
.payment-accordion .card-header {
	padding: 0;
	margin-bottom: 0;
	background-color: #f2f2f2;
	border-bottom: 0;
}
.payment-accordion .card-body {
	padding: 0;
}
.payment-accordion .panel.panel-default {
	margin-bottom: 20px;
}
.payment-accordion h5.panel-title {
	color: #444;
	font-weight: 600;
	font-size: 18px;
    cursor: pointer;
}
.payment-accordion h5.panel-title > a:hover {
	color: #24bddf !important;
}
.payment-accordion .card-body > p {
	color: #515151;
}
.order-button-payment input {
	background: #434343 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	height: 50px;
	margin: 20px 0 0;
	padding: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
	border: 1px solid transparent;
	cursor: pointer;
}
.order-button-payment input:hover{
    background: #24bddf;
}
/*-------------------------
     22. Login Page CSS 
---------------------------*/
.login-form-container {
	padding: 40px 60px;
	box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
	background: #fff;
	margin-bottom: 30px;
	border: 1px solid rgba(0,0,0,.125);
	padding-bottom: 20px;
}
.login-form input {
	background: #ebebeb;
	border: 0;
	height: 35px;
	margin-bottom: 20px;
	color: #7d7d7d;
	padding: 8px 15px;
}
.login-form-container input[type="checkbox"] {
	margin: 0;
	position: relative;
	top: 1px;
	width: auto;
	height: 15px;
}
.login-toggle-btn > a {
	color: #777;
	float: right;
}
.login-toggle-btn > a:hover{
    color: #24bddf;
}
.no-account a {
	text-align: center;
	display: block;
	font-size: 16px;
	padding-top: 15px;
	border-top: 1px solid #ebebeb;
	text-transform: capitalize;
}
/*-------------------------
     23. Register Page CSS 
---------------------------*/
.custom-radio input {
	width: auto;
	height: 11px;
}
.custom-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.login-form-container input[type="checkbox"] {
	margin: 0;
	position: relative;
	top: 3px;
	width: auto;
	height: 15px;
	margin-right: 10px;
}
.example {
	display: block;
	color: #878787;
	font-size: 14px;
	margin-bottom: 20px;
}
/*-------------------------
     24. About Page CSS 
---------------------------*/
.about-us-content h2 {
	font-size: 36px;
	font-weight: 700;
	text-transform: capitalize;
	color: #252525;
	margin-bottom: 20px;
}
.about-us-image {
	overflow: hidden;
}
.about-us-image.img-full img {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.about-us-img-wrapper:hover .about-us-image.img-full img {
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
}
.team-title {
	text-align: center;
}
.about-title {
	font-size: 36px;
	font-weight: 700;
	text-transform: capitalize;
	text-align: center;
    color: #252525;
    margin-bottom: 30px;
}
.single-team {
	position: relative;
}
.team-image {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.team-content {
	bottom: 0;
	padding: 30px;
	position: absolute;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: 4;
}
.team-hover-info {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	padding: 30px 0;
	right: 30px;
	z-index: 2;
}
.team-hover-info h2 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 14px;
	text-transform: capitalize;
}
.team-hover-info .team-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.team-social > li {
	list-style: none;
	padding: 0 17px;
}
.team-social > li > a > i {
	border: 0 solid transparent;
	border-radius: 100%;
	color: #fff;
	font-size: 14px;
	height: auto;
	line-height: 20px;
	width: auto;
}
.team-social > li > a:hover > i{
    color: #24bddf;
}
.single-team:hover .team-image img {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.single-team:hover .team-content {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
}
/*-------------------------
     25. FAQ Page CSS 
---------------------------*/
.faq-desc {
	margin-bottom: 45px;
	margin-top: 90px;
}
.faq-desc h3 {
	color: #252525;
	font-size: 18px;
	font-weight: 700;
}
.faq-desc p {
	color: #515151;
	margin: 0;
	font-size: 13px;
}
.faq-accordion .card.actives {
	border: 1px solid #24bddf;
}
.faq-accordion .card {
	border-radius: 0;
	margin-bottom: 10px;
}
.faq-accordion .card-header {
	padding: 0;
	margin-bottom: 0;
	background-color: #f5f5f5;
	border: 0;
}
.faq-accordion .card-header a.collapsed:before,
.faq-accordion .card-header a:after {
	content: "\f067";
	font-family: fontawesome;
	position: absolute;
	right: 15px;
	top: 15px;
}
.faq-accordion .card-header a:after{
    content: "\f068 ";
}
.faq-accordion .card-header a {
	display: block;
    padding: 15px 10px 15px 25px;
    cursor: pointer;
}
.faq-accordion .card-header a:hover{
    color: #24bddf !important;
}
/*-------------------------
     26. Store Page CSS 
---------------------------*/
.single-store {
	background: #fff;
	box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
	display: block;
	border: 1px solid rgba(0,0,0,.125);
	overflow: hidden;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.store-img {
	float: left;
	width: 25%;
	padding: 0 15px;
	padding-right: 30px;
}
.store-address {
	float: left;
	width: 35%;
}
.store-country {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #414141;
}
.store-address p {
	font-size: 16px;
	color: #515151;
}
.store-open-time {
	float: left;
	width: 40%;
}
.store-open-time table {
	margin: 0;
}
.store-open-time .table td,
.store-open-time .table th {
	padding: 0;
	border: 0;
	border-left: ;
}
/*-------------------------
     27. Contact Page CSS 
---------------------------*/
.store-information {
	color: #515151;
	margin-bottom: 30px;
    overflow: hidden;
}
.store-title > h4 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #414141;
	margin-bottom: 30px;
}
.single-communication {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 15px;
}
.single-communication:last-child{
    border-bottom: 0;
}
.communication-icon {
	margin-right: 20px;
	margin-left: 5px;
}
.communication-icon i {
	font-size: 32px;
}
.page-content {
	box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
	padding: 20px;
	margin-bottom: 25px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.125);
}
.contact-form {
	padding: 15px;
	box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
	background: #fff;
	width: 100%;
	color: #878787;
}
.contact-form-title > h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	color: #414141;
}
.contact-form-style > .wide {
	background-color: #f7f7f7;
	border: none;
	font-weight: 500;
	font-size: 12px;
	color: #7d7d7d;
	padding: 0 15px;
	height: 50px;
}
.contact-form-style > input {
	background-color: #f7f7f7;
	border: none;
	font-weight: 500;
	font-size: 12px;
	color: #7d7d7d;
	padding: 0 15px;
	height: 50px;
}
.contact-form-style > textarea {
	background-color: #f7f7f7;
	border: medium none;
	color: #7d7d7d;
	font-size: 12px;
	font-weight: 500;
	height: 190px;
	padding: 20px 15px;
}
.form-messege.success {
	color: #1dbc51;
	font-weight: 700;
}
.form-messege.error{
    color: #ff1313;
}
/*-------------------------
     28. 404 Page CSS 
---------------------------*/
.error-text > h1 {
	font-size: 200px;
	font-weight: bold;
	letter-spacing: 10px;
	line-height: 137px;
	margin-bottom: 30px;
}
.error-text > h2 {
	font-size: 35px;
	line-height: 35px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 16px;
	color: #414141;
}
.error-text > p {
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	margin-bottom: 30px;
	padding: 0 130px;
	color: #515151;
}
.search-error form {
	display: inline-block;
	position: relative;
	text-align: center;
	width: 450px;
}
.search-error input {
	background: #f8f8f8 none repeat scroll 0 0;
	border: 1px solid #e9e9e9;
	border-radius: 30px;
	color: #666666;
	float: left;
	font-size: 14px;
	height: 45px;
	padding: 0 50px 0 20px;
	width: 100%;
}
.search-error button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #4f4f4f;
	font-size: 18px;
	height: 100%;
	position: absolute;
    cursor: pointer;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 50px;
}
.search-error button:hover{
    color: #24bddf;
}
.error-button a {
	background: #434343 none repeat scroll 0 0;
	border-radius: 35px;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	margin-top: 53px;
	padding: 0 30px;
	text-transform: uppercase;
}
.error-button a:hover{
    background: #24bddf;
}