/*-- Common Style --*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%;}

body {
  background-color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  visibility: visible;
  font-family: 'Josefin Slab', serif;
  color: #444444;
  position: relative; }

.panel-body {
    font-size: 15px;
}
  
h1, h2, h3, h4, h5, h6 {
  color: #202020;
  font-family: 'Josefin Slab', serif;
  font-weight: 400;
  margin-top: 0; }

h1 {
  font-size: 36px;
  line-height: 42px; }

h2 {
  font-size: 30px;
  line-height: 36px; }

h3 {
  font-size: 24px;
  line-height: 30px; }

h4 {
  font-size: 18px;
  line-height: 24px; }

h5 {
  font-size: 14px;
  line-height: 18px; }

h6 {
  font-size: 12px;
  line-height: 14px; }

p:last-child {
  margin-bottom: 0; }

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer; }

a, button, img, input, span {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

*:focus {
  outline: none !important; }

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

button, input[type="submit"] {
  cursor: pointer; }

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0; }
  
  
  
/*======= main styles ======*/

.header-top.pt-10.pb-10 {
    background: #000;
	color:#fff;
}

.header-bottom.header-bottom-three.header-sticky {
    background: #fff;
}

.sign-in-page{margin-top:30px;border-radius:4px;}

.header-top.pt-10.pb-10 a{color:#fff;}
.header-advance-search{border-radius:0!important;height:36px;}
.header-advance-search input[type="text"] {
    background: transparent;
    border: none;
    width:95%;
	border-radius:0!important;
}
.header-advance-search button {
    background: transparent;
    color: #8d8c8c;
    border: none;
    padding: 0;
    font-size:16px;
    vertical-align: middle;
}

a.button-md {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    padding:0px 15px;
	line-height:36px;
	box-sizing:border-box;
    height: 36px;
}

a.button-md.filled {
    background: #990000;
    color: #fff;
}
a.button-md.outlined {
    border: 1px solid #990000;
}

.custom-flex a:not(:last-of-type) {
    margin-right: 10px;
}

.custom-flex {
    text-align: right;
}

.header-account-links a {
    margin-right: 10px;
}

.primary-navbar.section {
    background: #f4f2f2;
}

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

.hero-content-box {
    position: absolute;
    box-sizing: border-box;
    padding: 47px 30px;
    width: 57%;
    left: 50%;
    top: 50%;
    transform: translate(-22%, -50%);
    background: rgba(0,0,0,0.65);
}

.hero-banner-box img {
    height: 100%;
    min-height: 396px;
    object-fit: cover;
}

input[type="radio"] {
    margin-right: 10px;
    vertical-align: unset;
}

.di_ship_address label {
    margin-top: 15px;
}

.hero-content-box h1 {
    font-size: 43px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 130%;
}

.hero-banner-box {
    position: relative;
}

.sidebar-content-wrapper {
    background-color: #f3f0f0;
    border: 1px solid #e0e1e066;
	padding-top:40px;
	margin-bottom:30px;
}

.sidebar-content-wrapper h2 {
    background: #000;
    color: #fff;
    font-size:22px;
    font-weight: bold;
    text-align: center;
    margin-bottom:20px;
    padding: 0px;
    height: 50px;
	text-transform:uppercase;
    line-height: 57px;
}

.box-pro-wrp {
    display: table;
    width: 100%;
}
.box-pro-wrp div {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top;
}
.sidebar-content {
    padding:0px 10px 10px;
}
.pro-sd-desc {
    padding-left: 15px;
}

.pro-sd-desc h4 {
    font-weight: bold;
    font-size: 22px;
}

span.of-sze {
    font-size: 16px;
    font-weight: 700;
}

a.button-sidebar-shop {
    display: block;
    width: 100%;
    text-align: center;
    background: #990000;
    color: #fff;
    margin:20px auto;
    max-width: 200px;
    height: 45px;
	text-transform:uppercase;
    line-height:48px;
    box-shadow: 0px 2px 0px rgba(0,0,0,0.20);
    font-weight:700;
    font-size:16px;
}

.pro-sd-desc.valign-center {
    vertical-align: bottom;
}
.sidebar-content p {
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700;
}

.overlay-content {
    position: absolute;
    box-sizing: border-box;
    padding:25px 15px;
    border: 1px solid #fff;
    top: 7%;
    left: 7%;
    width: 86%;
	z-index:99;
    height: 86%;
}

.sidebar-ovrlay-box {
    position: relative;
}
.sidebar-ovrlay-box::after {
    background: rgba(0,0,0,0.25);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.inner-content h3 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}
.inner-content h4 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    transform: translateY(90px);
}

.masonary-content {
    position: absolute;
    width: 65%;
    height:80px;
    display: table;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.masonary-content-desc {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    background: rgba(0,0,0,0.45);
}

.masonary-image-wrapper {
    position: relative;
}

.masonary-content-desc h3 {
    color: #fff;
    font-size: 30px;
    font-weight:600;
    margin: 0;
}

.masonary-content-desc h3 span{font-size:32px; font-weight:bold;}
.masonary-sanp {
    overflow: hidden;
}
.masonary-sanp:hover img {
    transform: scale(1.3);
    cursor: pointer;
    transition: all 0.30s ease-in;
}

.masonary-sanp img {
    transition: all 0.30s ease-in;
}

.background-grey {
    background: #f4f2f2;
}

.upper-footer {
    background: #0b0b0b;
}

a.footer-logo {
    display: block;
    text-align: center;
    max-width: 200px;
    align-self: center;
    margin: auto;
}

footer p.mt-20.mb-15 {
    color: #fff;
    max-width: 770px;
    text-align: center;
    margin: 30px auto 15px;
    font-size: 16px;
}

footer .ftr-social {
    max-width:92px;
    margin:30px auto;
}

footer .ftr-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

footer .ftr-social a:not(:last-child){margin-right:7px;}

ul.ftr-menu-list li.ftr-menu-item {
    display: inline-block;
    line-height: 16px;
    padding: 0px 15px;
    color: #fff!important;
    font-size: 16px;
}
ul.ftr-menu-list li.ftr-menu-item a{color:#fff;}
ul.ftr-menu-list,.tx-cntr{text-align:center!important;}
ul.ftr-menu-list li.ftr-menu-item:not(:last-child){border-right: 1px solid #fff;}
.footer-bottom {
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

h2.sec-ttl {
    text-align: center;
    position: relative;
    font-size:32px;
    font-weight: bold;
    text-transform: uppercase;
}

h2.sec-ttl::after{position:absolute;bottom:-10px; width:75px; left:50%;height:5px; background:#990000; transform:translateX(-50%); content:'';} 

.layout-grid {
    background: #fff;
	transition:all 0.30s ease-in;
	padding-bottom:20px;
	margin-bottom:20px;
    text-align: center;
}
.layout-grid:hover{box-shadow:0px 0px 10px rgba(0,0,0,0.25); transition:all 0.30s ease-in; cursor:pointer;}
.layout-grid img {
    width: 100%;
	max-width:200px;
	margin:auto;
}

.pro-image-box {
    padding: 40px 0px 20px;
    object-fit: cover;
}

.layout-grid-desc h4 {
    font-size: 20px;
    text-align: center;
    /*text-transform: uppercase;*/
    font-weight: bold;
	color:#434343;
}
.sp-price{font-size:19px;font-weight:bold; color:#434343;}
.flex-box-assec {
    display: flex;
    justify-content: center;
}
.flex-box-assec span {
    width: 40px;
    height: 40px;
    line-height: 44px;
    font-size: 22px;
    color: #999;
    border: 1px solid #e0e1e0;
    text-align: center;
    margin: 15px 5px;
}

.item {
    position: relative;
}
.carousel-desc {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display:flex;
}

h3.caro-ttl {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    line-height: 46px;
}

a.button-semi {
    display: block;
    text-align: center;
    width: 100%;
    height: 57px;
    background: #fff;
	color:#990000!important;
    line-height: 52px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border: 5px solid #990000;
}
.pro-carousel .owl-carousel.owl-theme.owl-loaded.owl-drag {
    position: relative;
}

.pro-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    margin: 0!important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}

.pro-carousel button.owl-dot.active span {
    background: #fff!important;
}

.pro-carousel .owl-theme .owl-dots .owl-dot span{background: #9c9c9c;}
.nws-letter {
    position: relative;
    background: #990000;
}

h3.nws-ttl {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.nws-letter p {
    color: #fff;
    font-size: 16px;
}

form.nw-form{text-align:right;}

form.nw-form input[type="email"] {
    width: 55%;
    color: #323232; border-radius: 0px;
}

form.nw-form input[type="submit"]{
	width:27%;
	background:#000;
	color:#fff;
	border:none;
	text-transform:uppercase;
	font-size:18px;
	margin: 0px;
	margin-left: -4px;
}

.owl-carousel2.owl-theme2.owl-loaded.owl-drag .owl-dots {
    display: block;
}
.border-light {
    border: 1px solid #e0dfdf!important;
}

.layout-grid.border-light:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.12);
}

select.form-control:not([size]):not([multiple]){height:auto!important;}

form.frm_layout_flat .unicase-form-control {
    margin-bottom: 15px;
}

form.frm_layout_flat label {
    margin-bottom: 10px;
}


table.invoice_box, table.invoice_box tr, table.invoice_box td,table.invoice_box th {
    width: 100%;
    border: 1px solid #e0e1e0;
    box-sizing: border-box;
    padding: 10px 20px;
}

table.invoice_box th{background:#121011; color:#fff; font-size:20px; font-weight:bold;}
.primary-navbar.section {
    background: #f4f2f2;
	margin-bottom:20px; 
    box-shadow:0px 1px 3px rgba(0,0,0,0.25);
}
.header-advance-search input[type="submit"] {
    width: 22%;
    height: 35px;
    color: #fff;
    background-color: #990000;
    border: none;
    border-radius: 0px;
}
.col-md-12.terms-conditions a.image {
    display: inline-block;
    margin: 1%;
    box-sizing: border-box;
    padding: 13px;
    border-radius: 4px;
    border: 1px solid #e0e1e0;
}

.panel-heading span {
    width: 48px;
    padding: 0!important;
    height: 48px;
    text-align: center;
    font-size: 16px;
    line-height: 48px;
}












@media screen and (min-width:992px){
.nws-letter::after {
    content: '';
    position: absolute;
    background: #990000;
    right: -10.3%;
    width: 15%;
    height: 100%;
    top: 0;
}
.masonary-image-wrapper.mb-20.cus-hgt img {
    height: 583px;
}
	
}


@media screen and (max-width:480px){
.header-section.section .row {
    display: block;
}
.header-section.section .row .col.mt-5.mb-5 {
    text-align: center;
    justify-content: center;
}

.custom-flex a {
    /* display: flex; */
    flex: 50%;
    width: 47%;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
    line-height: 38px;
}


.header-shop-links {
    display: flex;
    justify-content: space-around;
    width:100%;
    align-items: center;
}
.header-account-links {
    display: flex;
    justify-content: space-around;
    width: 20%;
    font-size: 20px;
}
.header-logo {
    display: flex!important;
    justify-content: center;
}
.header-logo {
    display: flex;
    justify-content:flex-start;
}
.custom-flex{text-align:left;}
.pro-carousel .owl-dots {
    display: none;
}
.toglle_mobile .col.mt-5.mb-5 p {
    font-size:14px;
}


	
}


@media screen and (max-width:767px){

.header-logo {
    display: block;
    text-align: center;
}
.nws-letter form.nw-form input {
  width: 100%;
}
ul#temp li::before {
    display: none;
}

ul#temp li{width:100%!important;}
ul#temp {
    display: block!important;
}
.nws-letter form.nw-form input[type="email"]{
	margin:20px 0px 15px;
}

.toglle_mobile .col.mt-5.mb-5 {
    justify-content: center!important;
}
.row.mos-dep .col {
    padding: 0;
}
.pr-20,pl-20{padding:0!important;}
.toglle_mobile .col.mt-5.mb-5 p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.col.flex-cus {
    padding: 0;
}

.nws-letter .row.mt-40.pl-50.pr-50.pt-50.pb-50.align-items-center {
    padding: 40px 20px;
}

.toglle_mobile .col.mt-5.mb-5 {
    width: 100%;
    flex: 100%;
    align-items: center;
    justify-content: center;
}
.upper-header {
    box-sizing: border-box;
    padding: 0px 15px;
}
.item.slide .pr-40{padding:0;}
.item.slide .carousel-desc {
    display: table-cell;
    width: 100%;
	position:relative;
    height: 100%;
    vertical-align: middle;
}
.item.slide img {
    position: absolute;
	object-fit:cover;
    height: 100%;
}

.item.slide a.button-semi {
    margin: 25px auto 0;
    max-width:290px;
}

.item.slide {
    display: table;
    height: 300px;
    width: 100%;
}


.pt-30.pro-carousel .col-lg-12 {
    padding: 0;
}
.primary-navbar.section{box-shadow:none;}
.col-lg-3.mt-15.mb-15.no-pad {
    margin: 0;
    padding: 10px 15px;
}

.col-lg-6.d-flex.justify-content-center.mt-15.mb-15.mx-pro {
    margin: 0;
	display:none;
}

.standard-view {
    display: none;
}

.header-logo a img {
    max-width: 110px;
}

.row{margin:0;}
.container{padding:0;}

h2.sec-ttl{font-size:23px;}

.mos-dep{
    display: block;
    margin-top: 30px;
}

.carousel-desc{flex-wrap:wrap;}

.carousel-desc .col-lg-9.pt-40.pb-40.pl-40.pr-40 {
    padding: 30px 40px 0px;
    display: block;
    width: 100%!important;
}

h3.caro-ttl {
    font-size: 18px;
    text-align: center;
    line-height: 25px;
}

.hero-content-box h1 {
    font-size:28px;
}

.hero-content-box{padding:50px 20px!important;}

.container {
    width:100%!important;
}	
}



@media (max-width:1200px){
.hero-content-box {
    position: absolute;
    box-sizing: border-box;
    padding: 20px;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.65);
}	
	
}

@media (min-width: 992px){
.flex-cus {
   width:33.33%;
   max-width:33.33%;
}

}

  
  
@media screen and (min-width:767px){
	.hero-side-category .category-toggle-wrap{display:none;}
	
}  
  

/*-- 
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden; }

.hidden {
  display: none; }

.clear {
  clear: both; }

.section {
  float: left;
  width: 100%;border-radius:4px; }

@media only screen and (max-width: 767px) {
  .container {
    width: 450px; } }

@media only screen and (max-width: 479px) {
  .container {
    width: 300px; } }

.bold {
  font-weight: 700; }

.semi-bold {
  font-weight: 600; }

.medium {
  font-weight: 500; }

.light {
  font-weight: 300; }

.capitalize {
  text-transform: capitalize; }

.uppercase {
  text-transform: uppercase; }

.no-gutters {
  margin-left: 0;
  margin-right: 0; }
  .no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
    margin: 0; }

/*-- 
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mt-45 {
  margin-top: 45px; }

.mt-50 {
  margin-top: 50px; }

.mt-55 {
  margin-top: 55px; }

.mt-60 {
  margin-top: 60px; }

.mt-65 {
  margin-top: 65px; }

.mt-70 {
  margin-top: 70px; }

.mt-75 {
  margin-top: 75px; }

.mt-80 {
  margin-top: 80px; }

.mt-85 {
  margin-top: 85px; }

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

.mt-95 {
  margin-top: 95px; }

.mt-100 {
  margin-top: 100px; }

.mt-105 {
  margin-top: 105px; }

.mt-110 {
  margin-top: 110px; }

.mt-115 {
  margin-top: 115px; }

.mt-120 {
  margin-top: 120px; }

.mt-125 {
  margin-top: 125px; }

.mt-130 {
  margin-top: 130px; }

.mt-135 {
  margin-top: 135px; }

.mt-140 {
  margin-top: 140px; }

.mt-145 {
  margin-top: 145px; }

.mt-150 {
  margin-top: 150px; }

.mt-155 {
  margin-top: 155px; }

.mt-160 {
  margin-top: 160px; }

.mt-165 {
  margin-top: 165px; }

.mt-170 {
  margin-top: 170px; }

.mt-175 {
  margin-top: 175px; }

.mt-180 {
  margin-top: 180px; }

.mt-185 {
  margin-top: 185px; }

.mt-190 {
  margin-top: 190px; }

.mt-195 {
  margin-top: 195px; }

.mt-200 {
  margin-top: 200px; }

.mt-5 {
  margin-top: 5px !important; }

@media only screen and (max-width: 767px) {
  .mt-sm-5 {
    margin-top: 5px; }
  .mt-sm-10 {
    margin-top: 10px; }
  .mt-sm-15 {
    margin-top: 15px; }
  .mt-sm-20 {
    margin-top: 20px; }
  .mt-sm-25 {
    margin-top: 25px; }
  .mt-sm-30 {
    margin-top: 30px; }
  .mt-sm-35 {
    margin-top: 35px; }
  .mt-sm-40 {
    margin-top: 40px; }
  .mt-sm-45 {
    margin-top: 45px; }
  .mt-sm-50 {
    margin-top: 50px; }
  .mt-sm-55 {
    margin-top: 55px; }
  .mt-sm-60 {
    margin-top: 60px; }
  .mt-sm-65 {
    margin-top: 65px; }
  .mt-sm-70 {
    margin-top: 70px; }
  .mt-sm-75 {
    margin-top: 75px; }
  .mt-sm-80 {
    margin-top: 80px; }
  .mt-sm-85 {
    margin-top: 85px; }
  .mt-sm-90 {
    margin-top: 90px; }
  .mt-sm-95 {
    margin-top: 95px; }
  .mt-sm-100 {
    margin-top: 100px; }
  .mt-sm-105 {
    margin-top: 105px; }
  .mt-sm-110 {
    margin-top: 110px; }
  .mt-sm-115 {
    margin-top: 115px; }
  .mt-sm-120 {
    margin-top: 120px; }
  .mt-sm-125 {
    margin-top: 125px; }
  .mt-sm-130 {
    margin-top: 130px; }
  .mt-sm-135 {
    margin-top: 135px; }
  .mt-sm-140 {
    margin-top: 140px; }
  .mt-sm-145 {
    margin-top: 145px; }
  .mt-sm-150 {
    margin-top: 150px; }
  .mt-sm-155 {
    margin-top: 155px; }
  .mt-sm-160 {
    margin-top: 160px; }
  .mt-sm-165 {
    margin-top: 165px; }
  .mt-sm-170 {
    margin-top: 170px; }
  .mt-sm-175 {
    margin-top: 175px; }
  .mt-sm-180 {
    margin-top: 180px; }
  .mt-sm-185 {
    margin-top: 185px; }
  .mt-sm-190 {
    margin-top: 190px; }
  .mt-sm-195 {
    margin-top: 195px; }
  .mt-sm-200 {
    margin-top: 200px; } }

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px; }

.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-45 {
  margin-bottom: 45px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-55 {
  margin-bottom: 55px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-65 {
  margin-bottom: 65px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-75 {
  margin-bottom: 75px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-85 {
  margin-bottom: 85px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-95 {
  margin-bottom: 95px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-105 {
  margin-bottom: 105px; }

.mb-110 {
  margin-bottom: 110px; }

.mb-115 {
  margin-bottom: 115px; }

.mb-120 {
  margin-bottom: 120px; }

.mb-125 {
  margin-bottom: 125px; }

.mb-130 {
  margin-bottom: 130px; }

.mb-135 {
  margin-bottom: 135px; }

.mb-140 {
  margin-bottom: 140px; }

.mb-145 {
  margin-bottom: 145px; }

.mb-150 {
  margin-bottom: 150px; }

.mb-155 {
  margin-bottom: 155px; }

.mb-160 {
  margin-bottom: 160px; }

.mb-165 {
  margin-bottom: 165px; }

.mb-170 {
  margin-bottom: 170px; }

.mb-175 {
  margin-bottom: 175px; }

.mb-180 {
  margin-bottom: 180px; }

.mb-185 {
  margin-bottom: 185px; }

.mb-190 {
  margin-bottom: 190px; }

.mb-195 {
  margin-bottom: 195px; }

.mb-200 {
  margin-bottom: 200px; }

.mb-5 {
  margin-bottom: 5px !important; }

@media only screen and (max-width: 767px) {
  .mb-sm-5 {
    margin-bottom: 5px; }
  .mb-sm-10 {
    margin-bottom: 10px; }
  .mb-sm-15 {
    margin-bottom: 15px; }
  .mb-sm-20 {
    margin-bottom: 20px; }
  .mb-sm-25 {
    margin-bottom: 25px; }
  .mb-sm-30 {
    margin-bottom: 30px; }
  .mb-sm-35 {
    margin-bottom: 35px; }
  .mb-sm-40 {
    margin-bottom: 40px; }
  .mb-sm-45 {
    margin-bottom: 45px; }
  .mb-sm-50 {
    margin-bottom: 50px; }
  .mb-sm-55 {
    margin-bottom: 55px; }
  .mb-sm-60 {
    margin-bottom: 60px; }
  .mb-sm-65 {
    margin-bottom: 65px; }
  .mb-sm-70 {
    margin-bottom: 70px; }
  .mb-sm-75 {
    margin-bottom: 75px; }
  .mb-sm-80 {
    margin-bottom: 80px; }
  .mb-sm-85 {
    margin-bottom: 85px; }
  .mb-sm-90 {
    margin-bottom: 90px; }
  .mb-sm-95 {
    margin-bottom: 95px; }
  .mb-sm-100 {
    margin-bottom: 100px; }
  .mb-sm-105 {
    margin-bottom: 105px; }
  .mb-sm-110 {
    margin-bottom: 110px; }
  .mb-sm-115 {
    margin-bottom: 115px; }
  .mb-sm-120 {
    margin-bottom: 120px; }
  .mb-sm-125 {
    margin-bottom: 125px; }
  .mb-sm-130 {
    margin-bottom: 130px; }
  .mb-sm-135 {
    margin-bottom: 135px; }
  .mb-sm-140 {
    margin-bottom: 140px; }
  .mb-sm-145 {
    margin-bottom: 145px; }
  .mb-sm-150 {
    margin-bottom: 150px; }
  .mb-sm-155 {
    margin-bottom: 155px; }
  .mb-sm-160 {
    margin-bottom: 160px; }
  .mb-sm-165 {
    margin-bottom: 165px; }
  .mb-sm-170 {
    margin-bottom: 170px; }
  .mb-sm-175 {
    margin-bottom: 175px; }
  .mb-sm-180 {
    margin-bottom: 180px; }
  .mb-sm-185 {
    margin-bottom: 185px; }
  .mb-sm-190 {
    margin-bottom: 190px; }
  .mb-sm-195 {
    margin-bottom: 195px; }
  .mb-sm-200 {
    margin-bottom: 200px; } }

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-25 {
  margin-left: 25px; }

.ml-30 {
  margin-left: 30px; }

.ml-35 {
  margin-left: 35px; }

.ml-40 {
  margin-left: 40px; }

.ml-45 {
  margin-left: 45px; }

.ml-50 {
  margin-left: 50px; }

.ml-55 {
  margin-left: 55px; }

.ml-60 {
  margin-left: 60px; }

.ml-65 {
  margin-left: 65px; }

.ml-70 {
  margin-left: 70px; }

.ml-75 {
  margin-left: 75px; }

.ml-80 {
  margin-left: 80px; }

.ml-85 {
  margin-left: 85px; }

.ml-90 {
  margin-left: 90px; }

.ml-95 {
  margin-left: 95px; }

.ml-100 {
  margin-left: 100px; }

.ml-105 {
  margin-left: 105px; }

.ml-110 {
  margin-left: 110px; }

.ml-115 {
  margin-left: 115px; }

.ml-120 {
  margin-left: 120px; }

.ml-125 {
  margin-left: 125px; }

.ml-130 {
  margin-left: 130px; }

.ml-135 {
  margin-left: 135px; }

.ml-140 {
  margin-left: 140px; }

.ml-145 {
  margin-left: 145px; }

.ml-150 {
  margin-left: 150px; }

.ml-155 {
  margin-left: 155px; }

.ml-160 {
  margin-left: 160px; }

.ml-165 {
  margin-left: 165px; }

.ml-170 {
  margin-left: 170px; }

.ml-175 {
  margin-left: 175px; }

.ml-180 {
  margin-left: 180px; }

.ml-185 {
  margin-left: 185px; }

.ml-190 {
  margin-left: 190px; }

.ml-195 {
  margin-left: 195px; }

.ml-200 {
  margin-left: 200px; }

.ml-5 {
  margin-left: 5px !important; }

@media only screen and (max-width: 767px) {
  .ml-sm-5 {
    margin-left: 5px; }
  .ml-sm-10 {
    margin-left: 10px; }
  .ml-sm-15 {
    margin-left: 15px; }
  .ml-sm-20 {
    margin-left: 20px; }
  .ml-sm-25 {
    margin-left: 25px; }
  .ml-sm-30 {
    margin-left: 30px; }
  .ml-sm-35 {
    margin-left: 35px; }
  .ml-sm-40 {
    margin-left: 40px; }
  .ml-sm-45 {
    margin-left: 45px; }
  .ml-sm-50 {
    margin-left: 50px; }
  .ml-sm-55 {
    margin-left: 55px; }
  .ml-sm-60 {
    margin-left: 60px; }
  .ml-sm-65 {
    margin-left: 65px; }
  .ml-sm-70 {
    margin-left: 70px; }
  .ml-sm-75 {
    margin-left: 75px; }
  .ml-sm-80 {
    margin-left: 80px; }
  .ml-sm-85 {
    margin-left: 85px; }
  .ml-sm-90 {
    margin-left: 90px; }
  .ml-sm-95 {
    margin-left: 95px; }
  .ml-sm-100 {
    margin-left: 100px; }
  .ml-sm-105 {
    margin-left: 105px; }
  .ml-sm-110 {
    margin-left: 110px; }
  .ml-sm-115 {
    margin-left: 115px; }
  .ml-sm-120 {
    margin-left: 120px; }
  .ml-sm-125 {
    margin-left: 125px; }
  .ml-sm-130 {
    margin-left: 130px; }
  .ml-sm-135 {
    margin-left: 135px; }
  .ml-sm-140 {
    margin-left: 140px; }
  .ml-sm-145 {
    margin-left: 145px; }
  .ml-sm-150 {
    margin-left: 150px; }
  .ml-sm-155 {
    margin-left: 155px; }
  .ml-sm-160 {
    margin-left: 160px; }
  .ml-sm-165 {
    margin-left: 165px; }
  .ml-sm-170 {
    margin-left: 170px; }
  .ml-sm-175 {
    margin-left: 175px; }
  .ml-sm-180 {
    margin-left: 180px; }
  .ml-sm-185 {
    margin-left: 185px; }
  .ml-sm-190 {
    margin-left: 190px; }
  .ml-sm-195 {
    margin-left: 195px; }
  .ml-sm-200 {
    margin-left: 200px; } }

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px; }

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

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

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

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

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

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

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

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

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

.mr-55 {
  margin-right: 55px; }

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

.mr-65 {
  margin-right: 65px; }

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

.mr-75 {
  margin-right: 75px; }

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

.mr-85 {
  margin-right: 85px; }

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

.mr-95 {
  margin-right: 95px; }

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

.mr-105 {
  margin-right: 105px; }

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

.mr-115 {
  margin-right: 115px; }

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

.mr-125 {
  margin-right: 125px; }

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

.mr-135 {
  margin-right: 135px; }

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

.mr-145 {
  margin-right: 145px; }

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

.mr-155 {
  margin-right: 155px; }

.mr-160 {
  margin-right: 160px; }

.mr-165 {
  margin-right: 165px; }

.mr-170 {
  margin-right: 170px; }

.mr-175 {
  margin-right: 175px; }

.mr-180 {
  margin-right: 180px; }

.mr-185 {
  margin-right: 185px; }

.mr-190 {
  margin-right: 190px; }

.mr-195 {
  margin-right: 195px; }

.mr-200 {
  margin-right: 200px; }

.mr-5 {
  margin-right: 5px !important; }

@media only screen and (max-width: 767px) {
  .mright-sm-5 {
    margin-right: 5px; }
  .mright-sm-10 {
    margin-right: 10px; }
  .mright-sm-15 {
    margin-right: 15px; }
  .mright-sm-20 {
    margin-right: 20px; }
  .mright-sm-25 {
    margin-right: 25px; }
  .mright-sm-30 {
    margin-right: 30px; }
  .mright-sm-35 {
    margin-right: 35px; }
  .mright-sm-40 {
    margin-right: 40px; }
  .mright-sm-45 {
    margin-right: 45px; }
  .mright-sm-50 {
    margin-right: 50px; }
  .mright-sm-55 {
    margin-right: 55px; }
  .mright-sm-60 {
    margin-right: 60px; }
  .mright-sm-65 {
    margin-right: 65px; }
  .mright-sm-70 {
    margin-right: 70px; }
  .mright-sm-75 {
    margin-right: 75px; }
  .mright-sm-80 {
    margin-right: 80px; }
  .mright-sm-85 {
    margin-right: 85px; }
  .mright-sm-90 {
    margin-right: 90px; }
  .mright-sm-95 {
    margin-right: 95px; }
  .mright-sm-100 {
    margin-right: 100px; }
  .mright-sm-105 {
    margin-right: 105px; }
  .mright-sm-110 {
    margin-right: 110px; }
  .mright-sm-115 {
    margin-right: 115px; }
  .mright-sm-120 {
    margin-right: 120px; }
  .mright-sm-125 {
    margin-right: 125px; }
  .mright-sm-130 {
    margin-right: 130px; }
  .mright-sm-135 {
    margin-right: 135px; }
  .mright-sm-140 {
    margin-right: 140px; }
  .mright-sm-145 {
    margin-right: 145px; }
  .mright-sm-150 {
    margin-right: 150px; }
  .mright-sm-155 {
    margin-right: 155px; }
  .mright-sm-160 {
    margin-right: 160px; }
  .mright-sm-165 {
    margin-right: 165px; }
  .mright-sm-170 {
    margin-right: 170px; }
  .mright-sm-175 {
    margin-right: 175px; }
  .mright-sm-180 {
    margin-right: 180px; }
  .mright-sm-185 {
    margin-right: 185px; }
  .mright-sm-190 {
    margin-right: 190px; }
  .mright-sm-195 {
    margin-right: 195px; }
  .mright-sm-200 {
    margin-right: 200px; } }

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px; }

.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-45 {
  padding-top: 45px; }

.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-95 {
  padding-top: 95px; }

.pt-100 {
  padding-top: 100px; }

.pt-105 {
  padding-top: 105px; }

.pt-110 {
  padding-top: 110px; }

.pt-115 {
  padding-top: 115px; }

.pt-120 {
  padding-top: 120px; }

.pt-125 {
  padding-top: 125px; }

.pt-130 {
  padding-top: 130px; }

.pt-135 {
  padding-top: 135px; }

.pt-140 {
  padding-top: 140px; }

.pt-145 {
  padding-top: 145px; }

.pt-150 {
  padding-top: 150px; }

.pt-155 {
  padding-top: 155px; }

.pt-160 {
  padding-top: 160px; }

.pt-165 {
  padding-top: 165px; }

.pt-170 {
  padding-top: 170px; }

.pt-175 {
  padding-top: 175px; }

.pt-180 {
  padding-top: 180px; }

.pt-185 {
  padding-top: 185px; }

.pt-190 {
  padding-top: 190px; }

.pt-195 {
  padding-top: 195px; }

.pt-200 {
  padding-top: 200px; }

.pt-5 {
  padding-top: 5px !important; }

@media only screen and (max-width: 767px) {
  .pt-sm-5 {
    padding-top: 5px; }
  .pt-sm-10 {
    padding-top: 10px; }
  .pt-sm-15 {
    padding-top: 15px; }
  .pt-sm-20 {
    padding-top: 20px; }
  .pt-sm-25 {
    padding-top: 25px; }
  .pt-sm-30 {
    padding-top: 30px; }
  .pt-sm-35 {
    padding-top: 35px; }
  .pt-sm-40 {
    padding-top: 40px; }
  .pt-sm-45 {
    padding-top: 45px; }
  .pt-sm-50 {
    padding-top: 50px; }
  .pt-sm-55 {
    padding-top: 55px; }
  .pt-sm-60 {
    padding-top: 60px; }
  .pt-sm-65 {
    padding-top: 65px; }
  .pt-sm-70 {
    padding-top: 70px; }
  .pt-sm-75 {
    padding-top: 75px; }
  .pt-sm-80 {
    padding-top: 80px; }
  .pt-sm-85 {
    padding-top: 85px; }
  .pt-sm-90 {
    padding-top: 90px; }
  .pt-sm-95 {
    padding-top: 95px; }
  .pt-sm-100 {
    padding-top: 100px; }
  .pt-sm-105 {
    padding-top: 105px; }
  .pt-sm-110 {
    padding-top: 110px; }
  .pt-sm-115 {
    padding-top: 115px; }
  .pt-sm-120 {
    padding-top: 120px; }
  .pt-sm-125 {
    padding-top: 125px; }
  .pt-sm-130 {
    padding-top: 130px; }
  .pt-sm-135 {
    padding-top: 135px; }
  .pt-sm-140 {
    padding-top: 140px; }
  .pt-sm-145 {
    padding-top: 145px; }
  .pt-sm-150 {
    padding-top: 150px; }
  .pt-sm-155 {
    padding-top: 155px; }
  .pt-sm-160 {
    padding-top: 160px; }
  .pt-sm-165 {
    padding-top: 165px; }
  .pt-sm-170 {
    padding-top: 170px; }
  .pt-sm-175 {
    padding-top: 175px; }
  .pt-sm-180 {
    padding-top: 180px; }
  .pt-sm-185 {
    padding-top: 185px; }
  .pt-sm-190 {
    padding-top: 190px; }
  .pt-sm-195 {
    padding-top: 195px; }
  .pt-sm-200 {
    padding-top: 200px; } }

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

.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-55 {
  padding-bottom: 55px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-65 {
  padding-bottom: 65px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-75 {
  padding-bottom: 75px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-85 {
  padding-bottom: 85px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-95 {
  padding-bottom: 95px; }

.pb-100 {
  padding-bottom: 100px; }

.pb-105 {
  padding-bottom: 105px; }

.pb-110 {
  padding-bottom: 110px; }

.pb-115 {
  padding-bottom: 115px; }

.pb-120 {
  padding-bottom: 120px; }

.pb-125 {
  padding-bottom: 125px; }

.pb-130 {
  padding-bottom: 130px; }

.pb-135 {
  padding-bottom: 135px; }

.pb-140 {
  padding-bottom: 140px; }

.pb-145 {
  padding-bottom: 145px; }

.pb-150 {
  padding-bottom: 150px; }

.pb-155 {
  padding-bottom: 155px; }

.pb-160 {
  padding-bottom: 160px; }

.pb-165 {
  padding-bottom: 165px; }

.pb-170 {
  padding-bottom: 170px; }

.pb-175 {
  padding-bottom: 175px; }

.pb-180 {
  padding-bottom: 180px; }

.pb-185 {
  padding-bottom: 185px; }

.pb-190 {
  padding-bottom: 190px; }

.pb-195 {
  padding-bottom: 195px; }

.pb-200 {
  padding-bottom: 200px; }

.pb-5 {
  padding-bottom: 5px !important; }

@media only screen and (max-width: 767px) {
  .pb-sm-5 {
    padding-bottom: 5px; }
  .pb-sm-10 {
    padding-bottom: 10px; }
  .pb-sm-15 {
    padding-bottom: 15px; }
  .pb-sm-20 {
    padding-bottom: 20px; }
  .pb-sm-25 {
    padding-bottom: 25px; }
  .pb-sm-30 {
    padding-bottom: 30px; }
  .pb-sm-35 {
    padding-bottom: 35px; }
  .pb-sm-40 {
    padding-bottom: 40px; }
  .pb-sm-45 {
    padding-bottom: 45px; }
  .pb-sm-50 {
    padding-bottom: 50px; }
  .pb-sm-55 {
    padding-bottom: 55px; }
  .pb-sm-60 {
    padding-bottom: 60px; }
  .pb-sm-65 {
    padding-bottom: 65px; }
  .pb-sm-70 {
    padding-bottom: 70px; }
  .pb-sm-75 {
    padding-bottom: 75px; }
  .pb-sm-80 {
    padding-bottom: 80px; }
  .pb-sm-85 {
    padding-bottom: 85px; }
  .pb-sm-90 {
    padding-bottom: 90px; }
  .pb-sm-95 {
    padding-bottom: 95px; }
  .pb-sm-100 {
    padding-bottom: 100px; }
  .pb-sm-105 {
    padding-bottom: 105px; }
  .pb-sm-110 {
    padding-bottom: 110px; }
  .pb-sm-115 {
    padding-bottom: 115px; }
  .pb-sm-120 {
    padding-bottom: 120px; }
  .pb-sm-125 {
    padding-bottom: 125px; }
  .pb-sm-130 {
    padding-bottom: 130px; }
  .pb-sm-135 {
    padding-bottom: 135px; }
  .pb-sm-140 {
    padding-bottom: 140px; }
  .pb-sm-145 {
    padding-bottom: 145px; }
  .pb-sm-150 {
    padding-bottom: 150px; }
  .pb-sm-155 {
    padding-bottom: 155px; }
  .pb-sm-160 {
    padding-bottom: 160px; }
  .pb-sm-165 {
    padding-bottom: 165px; }
  .pb-sm-170 {
    padding-bottom: 170px; }
  .pb-sm-175 {
    padding-bottom: 175px; }
  .pb-sm-180 {
    padding-bottom: 180px; }
  .pb-sm-185 {
    padding-bottom: 185px; }
  .pb-sm-190 {
    padding-bottom: 190px; }
  .pb-sm-195 {
    padding-bottom: 195px; }
  .pb-sm-200 {
    padding-bottom: 200px; } }

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pl-20 {
  padding-left: 20px; }

.pl-25 {
  padding-left: 25px; }

.pl-30 {
  padding-left: 30px; }

.pl-35 {
  padding-left: 35px; }

.pl-40 {
  padding-left: 40px; }

.pl-45 {
  padding-left: 45px; }

.pl-50 {
  padding-left: 50px; }

.pl-55 {
  padding-left: 55px; }

.pl-60 {
  padding-left: 60px; }

.pl-65 {
  padding-left: 65px; }

.pl-70 {
  padding-left: 70px; }

.pl-75 {
  padding-left: 75px; }

.pl-80 {
  padding-left: 80px; }

.pl-85 {
  padding-left: 85px; }

.pl-90 {
  padding-left: 90px; }

.pl-95 {
  padding-left: 95px; }

.pl-100 {
  padding-left: 100px; }

.pl-105 {
  padding-left: 105px; }

.pl-110 {
  padding-left: 110px; }

.pl-115 {
  padding-left: 115px; }

.pl-120 {
  padding-left: 120px; }

.pl-125 {
  padding-left: 125px; }

.pl-130 {
  padding-left: 130px; }

.pl-135 {
  padding-left: 135px; }

.pl-140 {
  padding-left: 140px; }

.pl-145 {
  padding-left: 145px; }

.pl-150 {
  padding-left: 150px; }

.pl-155 {
  padding-left: 155px; }

.pl-160 {
  padding-left: 160px; }

.pl-165 {
  padding-left: 165px; }

.pl-170 {
  padding-left: 170px; }

.pl-175 {
  padding-left: 175px; }

.pl-180 {
  padding-left: 180px; }

.pl-185 {
  padding-left: 185px; }

.pl-190 {
  padding-left: 190px; }

.pl-195 {
  padding-left: 195px; }

.pl-200 {
  padding-left: 200px; }

.pl-5 {
  padding-left: 5px !important; }

@media only screen and (max-width: 767px) {
  .pl-sm-5 {
    padding-left: 5px; }
  .pl-sm-10 {
    padding-left: 10px; }
  .pl-sm-15 {
    padding-left: 15px; }
  .pl-sm-20 {
    padding-left: 20px; }
  .pl-sm-25 {
    padding-left: 25px; }
  .pl-sm-30 {
    padding-left: 30px; }
  .pl-sm-35 {
    padding-left: 35px; }
  .pl-sm-40 {
    padding-left: 40px; }
  .pl-sm-45 {
    padding-left: 45px; }
  .pl-sm-50 {
    padding-left: 50px; }
  .pl-sm-55 {
    padding-left: 55px; }
  .pl-sm-60 {
    padding-left: 60px; }
  .pl-sm-65 {
    padding-left: 65px; }
  .pl-sm-70 {
    padding-left: 70px; }
  .pl-sm-75 {
    padding-left: 75px; }
  .pl-sm-80 {
    padding-left: 80px; }
  .pl-sm-85 {
    padding-left: 85px; }
  .pl-sm-90 {
    padding-left: 90px; }
  .pl-sm-95 {
    padding-left: 95px; }
  .pl-sm-100 {
    padding-left: 100px; }
  .pl-sm-105 {
    padding-left: 105px; }
  .pl-sm-110 {
    padding-left: 110px; }
  .pl-sm-115 {
    padding-left: 115px; }
  .pl-sm-120 {
    padding-left: 120px; }
  .pl-sm-125 {
    padding-left: 125px; }
  .pl-sm-130 {
    padding-left: 130px; }
  .pl-sm-135 {
    padding-left: 135px; }
  .pl-sm-140 {
    padding-left: 140px; }
  .pl-sm-145 {
    padding-left: 145px; }
  .pl-sm-150 {
    padding-left: 150px; }
  .pl-sm-155 {
    padding-left: 155px; }
  .pl-sm-160 {
    padding-left: 160px; }
  .pl-sm-165 {
    padding-left: 165px; }
  .pl-sm-170 {
    padding-left: 170px; }
  .pl-sm-175 {
    padding-left: 175px; }
  .pl-sm-180 {
    padding-left: 180px; }
  .pl-sm-185 {
    padding-left: 185px; }
  .pl-sm-190 {
    padding-left: 190px; }
  .pl-sm-195 {
    padding-left: 195px; }
  .pl-sm-200 {
    padding-left: 200px; } }

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.pr-20 {
  padding-right: 20px; }

.pr-25 {
  padding-right: 25px; }

.pr-30 {
  padding-right: 30px; }

.pr-35 {
  padding-right: 35px; }

.pr-40 {
  padding-right: 40px; }

.pr-45 {
  padding-right: 45px; }

.pr-50 {
  padding-right: 50px; }

.pr-55 {
  padding-right: 55px; }

.pr-60 {
  padding-right: 60px; }

.pr-65 {
  padding-right: 65px; }

.pr-70 {
  padding-right: 70px; }

.pr-75 {
  padding-right: 75px; }

.pr-80 {
  padding-right: 80px; }

.pr-85 {
  padding-right: 85px; }

.pr-90 {
  padding-right: 90px; }

.pr-95 {
  padding-right: 95px; }

.pr-100 {
  padding-right: 100px; }

.pr-105 {
  padding-right: 105px; }

.pr-110 {
  padding-right: 110px; }

.pr-115 {
  padding-right: 115px; }

.pr-120 {
  padding-right: 120px; }

.pr-125 {
  padding-right: 125px; }

.pr-130 {
  padding-right: 130px; }

.pr-135 {
  padding-right: 135px; }

.pr-140 {
  padding-right: 140px; }

.pr-145 {
  padding-right: 145px; }

.pr-150 {
  padding-right: 150px; }

.pr-155 {
  padding-right: 155px; }

.pr-160 {
  padding-right: 160px; }

.pr-165 {
  padding-right: 165px; }

.pr-170 {
  padding-right: 170px; }

.pr-175 {
  padding-right: 175px; }

.pr-180 {
  padding-right: 180px; }

.pr-185 {
  padding-right: 185px; }

.pr-190 {
  padding-right: 190px; }

.pr-195 {
  padding-right: 195px; }

.pr-200 {
  padding-right: 200px; }

.pr-5 {
  padding-right: 5px !important; }

@media only screen and (max-width: 767px) {
  .pr-sm-5 {
    padding-right: 5px; }
  .pr-sm-10 {
    padding-right: 10px; }
  .pr-sm-15 {
    padding-right: 15px; }
  .pr-sm-20 {
    padding-right: 20px; }
  .pr-sm-25 {
    padding-right: 25px; }
  .pr-sm-30 {
    padding-right: 30px; }
  .pr-sm-35 {
    padding-right: 35px; }
  .pr-sm-40 {
    padding-right: 40px; }
  .pr-sm-45 {
    padding-right: 45px; }
  .pr-sm-50 {
    padding-right: 50px; }
  .pr-sm-55 {
    padding-right: 55px; }
  .pr-sm-60 {
    padding-right: 60px; }
  .pr-sm-65 {
    padding-right: 65px; }
  .pr-sm-70 {
    padding-right: 70px; }
  .pr-sm-75 {
    padding-right: 75px; }
  .pr-sm-80 {
    padding-right: 80px; }
  .pr-sm-85 {
    padding-right: 85px; }
  .pr-sm-90 {
    padding-right: 90px; }
  .pr-sm-95 {
    padding-right: 95px; }
  .pr-sm-100 {
    padding-right: 100px; }
  .pr-sm-105 {
    padding-right: 105px; }
  .pr-sm-110 {
    padding-right: 110px; }
  .pr-sm-115 {
    padding-right: 115px; }
  .pr-sm-120 {
    padding-right: 120px; }
  .pr-sm-125 {
    padding-right: 125px; }
  .pr-sm-130 {
    padding-right: 130px; }
  .pr-sm-135 {
    padding-right: 135px; }
  .pr-sm-140 {
    padding-right: 140px; }
  .pr-sm-145 {
    padding-right: 145px; }
  .pr-sm-150 {
    padding-right: 150px; }
  .pr-sm-155 {
    padding-right: 155px; }
  .pr-sm-160 {
    padding-right: 160px; }
  .pr-sm-165 {
    padding-right: 165px; }
  .pr-sm-170 {
    padding-right: 170px; }
  .pr-sm-175 {
    padding-right: 175px; }
  .pr-sm-180 {
    padding-right: 180px; }
  .pr-sm-185 {
    padding-right: 185px; }
  .pr-sm-190 {
    padding-right: 190px; }
  .pr-sm-195 {
    padding-right: 195px; }
  .pr-sm-200 {
    padding-right: 200px; } }

/*-- 
    - Input Placeholder
-----------------------------------------*/
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/*--
    - Custom Row
------------------------------------------*/
.row-0 {
  margin-left: -0px;
  margin-right: -0px; }
  .row-0 > [class*="col"] {
    padding-left: 0px;
    padding-right: 0px; }

.row-5 {
  margin-left: -5px;
  margin-right: -5px; }
  .row-5 > [class*="col"] {
    padding-left: 5px;
    padding-right: 5px; }

.row-10 {
  margin-left: -10px;
  margin-right: -10px; }
  .row-10 > [class*="col"] {
    padding-left: 10px;
    padding-right: 10px; }

.row-20 {
  margin-left: -20px;
  margin-right: -20px; }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row-20 {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-20 {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-20 {
      margin-left: -15px !important;
      margin-right: -15px !important; } }
  @media only screen and (max-width: 767px) {
    .row-20 {
      margin-left: -15px !important;
      margin-right: -15px !important; } }
  @media only screen and (max-width: 479px) {
    .row-20 {
      margin-left: -15px !important;
      margin-right: -15px !important; } }
  .row-20 > [class*="col"], .row-20 > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px; }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .row-20 > [class*="col"], .row-20 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .row-20 > [class*="col"], .row-20 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .row-20 > [class*="col"], .row-20 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important; } }
    @media only screen and (max-width: 767px) {
      .row-20 > [class*="col"], .row-20 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important; } }
    @media only screen and (max-width: 479px) {
      .row-20 > [class*="col"], .row-20 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important; } }

.row-25 {
  margin-left: -25px;
  margin-right: -25px; }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row-25 {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-25 {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-25 {
      margin-left: -15px !important;
      margin-right: -15px !important; } }
  @media only screen and (max-width: 767px) {
    .row-25 {
      margin-left: -15px !important;
      margin-right: -15px !important; } }
  @media only screen and (max-width: 479px) {
    .row-25 {
      margin-left: -15px !important;
      margin-right: -15px !important; } }
  .row-25 > [class*="col"], .row-25 > [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px; }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .row-25 > [class*="col"], .row-25 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .row-25 > [class*="col"], .row-25 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .row-25 > [class*="col"], .row-25 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important; } }
    @media only screen and (max-width: 767px) {
      .row-25 > [class*="col"], .row-25 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important; } }
    @media only screen and (max-width: 479px) {
      .row-25 > [class*="col"], .row-25 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important; } }

.row-30 {
  margin-left: -30px;
  margin-right: -30px; }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row-30 {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-30 {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-30 {
      margin-left: -15px !important;
      margin-right: -15px !important; } }
  @media only screen and (max-width: 767px) {
    .row-30 {
      margin-left: -15px !important;
      margin-right: -15px !important; } }
  @media only screen and (max-width: 479px) {
    .row-30 {
      margin-left: -15px !important;
      margin-right: -15px !important; } }
  .row-30 > [class*="col"], .row-30 > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px; }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .row-30 > [class*="col"], .row-30 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .row-30 > [class*="col"], .row-30 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .row-30 > [class*="col"], .row-30 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important; } }
    @media only screen and (max-width: 767px) {
      .row-30 > [class*="col"], .row-30 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important; } }
    @media only screen and (max-width: 479px) {
      .row-30 > [class*="col"], .row-30 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important; } }

.row-40 {
  margin-left: -40px;
  margin-right: -40px; }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row-40 {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-40 {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-40 {
      margin-left: -15px !important;
      margin-right: -15px !important; } }
  @media only screen and (max-width: 767px) {
    .row-40 {
      margin-left: -15px !important;
      margin-right: -15px !important; } }
  @media only screen and (max-width: 479px) {
    .row-40 {
      margin-left: -15px !important;
      margin-right: -15px !important; } }
  .row-40 > [class*="col"], .row-40 > [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px; }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .row-40 > [class*="col"], .row-40 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .row-40 > [class*="col"], .row-40 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .row-40 > [class*="col"], .row-40 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important; } }
    @media only screen and (max-width: 767px) {
      .row-40 > [class*="col"], .row-40 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important; } }
    @media only screen and (max-width: 479px) {
      .row-40 > [class*="col"], .row-40 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important; } }

/*-- 
    Scroll Up 
-----------------------------------------*/
#scrollUp {
  width: 40px;
  height: 40px;
  background-color: #f5d730;
  border: 3px solid #eeeeee;
  color: #202020;
  right: 20px;
  bottom: 60px;
  text-align: center;
  overflow: hidden;
  border-radius: 50px;
  z-index: 9811 !important; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      display: none !important; } }
  #scrollUp i {
    display: block;
    line-height: 34px;
    font-size: 22px; }
  #scrollUp:hover i {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/*--
    - Background Color
------------------------------------------*/
.bg-gray {
  background-color: #f6f7f8; }

.bg-ivory {
  background-color: #fefcef; }

img.mfp-img {
  background-color: #f6f7f8;
  padding: 0;
  margin: 40px auto; }

/*--
    - Social Color
------------------------------------------*/
.facebook {
  background-color: #3B5997;
  color: #ffffff; }
  .facebook:hover {
    background-color: #3B5997;
    color: #ffffff; }

.twitter {
  background-color: #1DA1F2;
  color: #ffffff; }
  .twitter:hover {
    background-color: #1DA1F2;
    color: #ffffff; }

.linkedin {
  background-color: #0077B5;
  color: #ffffff; }
  .linkedin:hover {
    background-color: #0077B5;
    color: #ffffff; }

.pinterest {
  background-color: #BD081C;
  color: #ffffff; }
  .pinterest:hover {
    background-color: #BD081C;
    color: #ffffff; }

.google-plus {
  background-color: #D11718;
  color: #ffffff; }
  .google-plus:hover {
    background-color: #D11718;
    color: #ffffff; }

.behance {
  background-color: #005CFF;
  color: #ffffff; }
  .behance:hover {
    background-color: #005CFF;
    color: #ffffff; }

.dribbble {
  background-color: #E84C88;
  color: #ffffff; }
  .dribbble:hover {
    background-color: #E84C88;
    color: #ffffff; }

.github {
  background-color: #323131;
  color: #ffffff; }
  .github:hover {
    background-color: #323131;
    color: #ffffff; }

.instagram {
  background-color: #DC3472;
  color: #ffffff; }
  .instagram:hover {
    background-color: #DC3472;
    color: #ffffff; }

.medium {
  background-color: #00AB6C;
  color: #ffffff; }
  .medium:hover {
    background-color: #00AB6C;
    color: #ffffff; }

.reddit {
  background-color: #FF4501;
  color: #ffffff; }
  .reddit:hover {
    background-color: #FF4501;
    color: #ffffff; }

.skype {
  background-color: #00AFF0;
  color: #ffffff; }
  .skype:hover {
    background-color: #00AFF0;
    color: #ffffff; }

.slack {
  background-color: #63C1A0;
  color: #ffffff; }
  .slack:hover {
    background-color: #63C1A0;
    color: #ffffff; }

.snapchat {
  background-color: #FFFC00;
  color: #ffffff; }
  .snapchat:hover {
    background-color: #FFFC00;
    color: #ffffff; }

.tumblr {
  background-color: #01273A;
  color: #ffffff; }
  .tumblr:hover {
    background-color: #01273A;
    color: #ffffff; }

.vimeo {
  background-color: #00ADEF;
  color: #ffffff; }
  .vimeo:hover {
    background-color: #00ADEF;
    color: #ffffff; }

.youtube {
  background-color: #FE0002;
  color: #ffffff; }
  .youtube:hover {
    background-color: #FE0002;
    color: #ffffff; }

/*-- Tab Content & Pane Fix --*/
.tab-content {
  width: 100%; }
  .tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0; }
    .tab-content .tab-pane.active {
      height: auto;
      visibility: visible;
      opacity: 1;
      overflow: visible; }

/*--
    - Product Full Width
------------------------------------------*/
.full-width-product-wrap > [class*="col-"]:nth-child(1), .full-width-product-wrap > [class*="col"]:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 450px;
  flex: 1 0 450px;
  max-width: 450px; }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .full-width-product-wrap > [class*="col-"]:nth-child(1), .full-width-product-wrap > [class*="col"]:nth-child(1) {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 350px;
      flex: 1 0 350px;
      max-width: 350px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .full-width-product-wrap > [class*="col-"]:nth-child(1), .full-width-product-wrap > [class*="col"]:nth-child(1) {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 350px;
      flex: 1 0 350px;
      max-width: 350px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .full-width-product-wrap > [class*="col-"]:nth-child(1), .full-width-product-wrap > [class*="col"]:nth-child(1) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media only screen and (max-width: 767px) {
    .full-width-product-wrap > [class*="col-"]:nth-child(1), .full-width-product-wrap > [class*="col"]:nth-child(1) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.full-width-product-wrap > [class*="col-"]:nth-child(2), .full-width-product-wrap > [class*="col"]:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 450px);
  flex: 0 0 calc(100% - 450px);
  max-width: calc(100% - 450px); }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .full-width-product-wrap > [class*="col-"]:nth-child(2), .full-width-product-wrap > [class*="col"]:nth-child(2) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 350px);
      flex: 0 0 calc(100% - 350px);
      max-width: calc(100% - 350px); } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .full-width-product-wrap > [class*="col-"]:nth-child(2), .full-width-product-wrap > [class*="col"]:nth-child(2) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 350px);
      flex: 0 0 calc(100% - 350px);
      max-width: calc(100% - 350px); } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .full-width-product-wrap > [class*="col-"]:nth-child(2), .full-width-product-wrap > [class*="col"]:nth-child(2) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media only screen and (max-width: 767px) {
    .full-width-product-wrap > [class*="col-"]:nth-child(2), .full-width-product-wrap > [class*="col"]:nth-child(2) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .full-width-product-wrap.desktop-full-width > [class*="col-"]:nth-child(1), .full-width-product-wrap.desktop-full-width > [class*="col"]:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .full-width-product-wrap.desktop-full-width > [class*="col-"]:nth-child(2), .full-width-product-wrap.desktop-full-width > [class*="col"]:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .laptop-3-column > [class*="col-"], .laptop-3-column > [class*="col"] {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.3333%;
    flex: 1 0 33.3333%;
    max-width: 33.3333%; } }

/*-- Pagination --*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .pagination li {
    margin: 5px;
    color: #a3a3a3; }
    .pagination li a {
      font-size: 14px;
      line-height: 24px;
      font-weight: 600;
      color: #444444;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 28px;
      border: 1px solid transparent;
      border-radius: 50px; }
      .pagination li a i {
        display: block;
        line-height: 24px; }
    .pagination li.active a {
      border-color: #444444;
      color: #202020;
      font-weight: 700; }
    .pagination li:first-child {
      margin-right: 20px; }
      .pagination li:first-child a {
        color: #202020;
        width: 50px; }
        .pagination li:first-child a i {
          float: left;
          margin-right: 10px; }
    .pagination li:last-child {
      margin-left: 20px; }
      .pagination li:last-child a {
        width: 50px;
        color: #202020; }
        .pagination li:last-child a i {
          float: right;
          margin-left: 10px; }

/*--
    - Page Banner Section
------------------------------------------*/
.page-banner-section {
  background-color: #fefcef; }

/*-- Page Banner Wrap --*/
@media only screen and (max-width: 767px) {
  .page-banner-wrap > div:nth-child(2), .page-banner-wrap > div:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%; } }

@media only screen and (max-width: 479px) {
  .page-banner-wrap > div:nth-child(2), .page-banner-wrap > div:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%; } }

/*-- Page Banner --*/
.page-banner {
  background-color: #fefcef;
  padding: 30px;
  text-align: center; }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .page-banner {
      padding: 15px 30px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-banner {
      padding: 20px 30px; } }
  .page-banner h1 {
    text-transform: uppercase;
    font-size: 42px;
    color: #202020;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 13px; }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .page-banner h1 {
        font-size: 30px;
        margin-bottom: 8px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .page-banner h1 {
        font-size: 24px;
        margin-bottom: 8px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .page-banner h1 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .page-banner h1 {
        font-size: 26px; } }
    @media only screen and (max-width: 479px) {
      .page-banner h1 {
        font-size: 22px; } }
  .page-banner p {
    max-width: 470px;
    margin: auto;
    font-size: 14px;
    line-height: 24px;
    color: #444444;
    margin-bottom: 8px; }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .page-banner p {
        display: none; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .page-banner p {
        display: none; } }

/*-- Breadcrumb --*/
.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0; }
  .breadcrumb ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 8px;
    position: relative; }
    .breadcrumb ul li::before {
      position: absolute;
      right: -2px;
      top: 50%;
      content: "";
      width: 4px;
      height: 1px;
      background-color: #444444; }
    .breadcrumb ul li:last-child::before {
      display: none; }
    .breadcrumb ul li a {
      display: block;
      font-size: 12px;
      line-height: 18px;
      text-transform: uppercase;
      color: #444444; }
      .breadcrumb ul li a:hover {
        color: #202020; }

/*-- Category Page Title --*/
.category-page-title h4 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  color: #202020; }

/*--
    - Button
------------------------------------------*/
  .btn.hover-theme::before {
    background-color: #f5d730; }
  .btn.hover-theme:hover {
    border-color: #f5d730;
    color: #202020; }
    .btn.hover-theme:hover::before {
      height: 300%;
      opacity: 1; }
  .btn.btn-circle {
    border-radius: 50px; }
  .btn.btn-radius {
    border-radius: 5px; }
  .btn.btn-square {
    border-radius: 0; }
  .btn.btn-text {
    border-radius: 0;
    padding: 0;
    line-height: 20px;
    border: none; }
    .btn.btn-text::before {
      display: none; }
    .btn.btn-text.hover-theme:hover {
      color: #f5d730; }
  .btn.btn-underline {
    text-decoration: underline; }
  .btn.btn-large {
    padding: 15px 40px;
    font-size: 16px; }
    @media only screen and (max-width: 767px) {
      .btn.btn-large {
        font-size: 12px;
        padding: 7px 25px; } }
    @media only screen and (max-width: 479px) {
      .btn.btn-large {
        font-size: 11px;
        padding: 4px 15px;
        margin-top: 15px; } }
  .btn.btn-medium {
    padding: 7px 20px;
    font-size: 12px; }
    @media only screen and (max-width: 767px) {
      .btn.btn-medium {
        font-size: 12px;
        padding: 7px 25px; } }
    @media only screen and (max-width: 479px) {
      .btn.btn-medium {
        font-size: 11px;
        padding: 4px 15px;
        margin-top: 15px; } }
  .btn.btn-small {
    padding: 4px 15px;
    font-size: 11px; }
  @media only screen and (max-width: 767px) {
    .btn {
      font-size: 12px;
      padding: 7px 25px; } }
  @media only screen and (max-width: 479px) {
    .btn {
      font-size: 11px;
      padding: 4px 15px;
      margin-top: 15px; } }

/*--
    - Blockquote
------------------------------------------*/
.blockquote {
  max-width: 800px;
  background-color: #f6f7f8;
  padding: 50px 70px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .blockquote {
      padding: 40px 50px; } }
  @media only screen and (max-width: 479px) {
    .blockquote {
      padding: 30px; } }
  .blockquote p {
    font-size: 16px;
    line-height: 25px;
    font-style: italic; }

.blockquote-2 p::first-letter {
  font-size: 48px;
  text-transform: uppercase; }

.blockquote-3::before {
  content: '\f10e';
  font-family: Fontawesome;
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 60px;
  line-height: 0.8;
  color: #d9d9d9; }

.preview-customizer {
  position: fixed;
  left: -310px;
  top: 0;
  padding: 120px 30px 50px;
  width: 310px;
  height: 100%;
  background-color: #2b2b2b;
  z-index: 9999;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .preview-customizer.active {
    left: 0; }
  @media only screen and (max-width: 479px) {
    .preview-customizer {
      display: none !important; } }

.customizer-toggle {
  position: absolute;
  left: 100%;
  top: 50px;
  z-index: 9;
  border: none;
  width: 40px;
  height: 40px;
  background-color: #f5d730;
  color: #202020;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }
  .customizer-toggle i {
    line-height: 40px;
    display: block;
    font-size: 18px; }

.light-dark-mood {
  overflow: hidden;
  position: absolute;
  left: 30px;
  right: 30px;
  top: 50px; }
  .light-dark-mood a {
    float: left;
    width: 50%;
    background-color: #ffffff;
    color: #202020;
    text-align: center;
    line-height: 30px;
    padding: 5px 5px;
    text-transform: uppercase;
    font-weight: 600; }
    .light-dark-mood a:hover {
      color: #f5d730; }
    .light-dark-mood a:focus {
      color: #202020; }
    .light-dark-mood a.active {
      background-color: #f5d730;
      color: #202020; }
      .light-dark-mood a.active:hover {
        color: #202020; }

.customizer-links {
  float: left;
  width: auto;
  height: 100%;
  overflow: auto;
  margin-right: -6px;
  padding-right: 6px; }
  .customizer-links a {
    display: block;
    margin-bottom: 20px;
    position: relative; }
    .customizer-links a:last-child {
      margin-bottom: 0px; }
    .customizer-links a .img {
      border: 1px solid #404040;
      display: block;
      position: relative; }
      .customizer-links a .img::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #f5d730;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        opacity: 0; }
      .customizer-links a .img img {
        max-width: 100%; }
    .customizer-links a h4 {
      text-align: center;
      margin: 0;
      font-weight: 600;
      font-size: 16px;
      text-transform: uppercase;
      color: #202020;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      opacity: 0; }
    .customizer-links a:hover .img::before {
      opacity: 0.9; }
    .customizer-links a:hover h4 {
      opacity: 1; }

.theme-dark .preview-customizer {
  background-color: #ffffff; }

.theme-dark .light-dark-mood a {
  background-color: #202020;
  color: #ffffff; }
  .theme-dark .light-dark-mood a:hover {
    color: #f5d730; }
  .theme-dark .light-dark-mood a:focus {
    color: #ffffff; }
  .theme-dark .light-dark-mood a.active {
    background-color: #f5d730;
    color: #202020; }
    .theme-dark .light-dark-mood a.active:hover {
      color: #202020; }

.theme-dark .customizer-links a .img {
  border: 1px solid #dddddd; }

.theme-dark .customizer-links a h4 {
  color: #202020; }

/*--
    -- Tab Style
-----------------------------------------*/
/*-- Tab One --*/
.nav-tabs-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0.5px; }
  @media only screen and (max-width: 767px) {
    .nav-tabs-one {
      padding: 0; } }
  .nav-tabs-one li {
    margin: 0 -0.5px; }
    @media only screen and (max-width: 767px) {
      .nav-tabs-one li {
        margin: 5px; } }
    .nav-tabs-one li a {
      display: block;
      font-size: 14px;
      line-height: 23px;
      font-weight: 600;
      padding: 10px 40px;
      color: #606060;
      border: 1px solid #d0d0d0; }
      .nav-tabs-one li a.active, .nav-tabs-one li a:hover {
        color: #202020; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .nav-tabs-one li a {
          padding: 10px 20px; } }
      @media only screen and (max-width: 767px) {
        .nav-tabs-one li a {
          padding: 6px 15px;
          border-radius: 50px !important; } }
      @media only screen and (max-width: 479px) {
        .nav-tabs-one li a {
          padding: 6px 15px; } }
    .nav-tabs-one li:first-child {
      border-radius: 50px 0 0 50px; }
      .nav-tabs-one li:first-child a {
        border-radius: 50px 0 0 50px; }
    .nav-tabs-one li:last-child {
      border-radius: 0 50px 50px 0; }
      .nav-tabs-one li:last-child a {
        border-radius: 0 50px 50px 0; }

/*-- Tab Two --*/
.nav-tabs-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0.5px; }
  @media only screen and (max-width: 767px) {
    .nav-tabs-two {
      padding: 0; } }
  .nav-tabs-two li {
    margin: 0 -0.5px; }
    @media only screen and (max-width: 767px) {
      .nav-tabs-two li {
        margin: 5px; } }
    .nav-tabs-two li a {
      display: block;
      font-size: 14px;
      line-height: 23px;
      font-weight: 600;
      padding: 10px 40px;
      color: #606060;
      border: 1px solid #d0d0d0; }
      .nav-tabs-two li a:hover {
        color: #202020; }
      .nav-tabs-two li a.active {
        color: #202020;
        background-color: #f5d730;
        border-color: #f5d730; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .nav-tabs-two li a {
          padding: 10px 20px; } }
      @media only screen and (max-width: 767px) {
        .nav-tabs-two li a {
          padding: 6px 15px;
          border-radius: 50px !important; } }
      @media only screen and (max-width: 479px) {
        .nav-tabs-two li a {
          padding: 6px 15px; } }
    .nav-tabs-two li:first-child {
      border-radius: 50px 0 0 50px; }
      .nav-tabs-two li:first-child a {
        border-radius: 50px 0 0 50px; }
    .nav-tabs-two li:last-child {
      border-radius: 0 50px 50px 0; }
      .nav-tabs-two li:last-child a {
        border-radius: 0 50px 50px 0; }

/*-- Tab Three --*/
.nav-tabs-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0.5px; }
  @media only screen and (max-width: 767px) {
    .nav-tabs-three {
      padding: 0; } }
  .nav-tabs-three li {
    margin: 0 -0.5px; }
    @media only screen and (max-width: 767px) {
      .nav-tabs-three li {
        margin: 5px; } }
    .nav-tabs-three li a {
      display: block;
      font-size: 14px;
      line-height: 23px;
      font-weight: 600;
      padding: 10px 40px;
      color: #606060;
      border: 1px solid #d0d0d0; }
      .nav-tabs-three li a:hover {
        color: #202020; }
      .nav-tabs-three li a.active {
        color: #202020;
        background-color: #f5d730;
        border-color: #f5d730; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .nav-tabs-three li a {
          padding: 10px 20px; } }
      @media only screen and (max-width: 767px) {
        .nav-tabs-three li a {
          padding: 6px 15px;
          border-radius: 5px !important; } }
      @media only screen and (max-width: 479px) {
        .nav-tabs-three li a {
          padding: 6px 15px; } }
    .nav-tabs-three li:first-child {
      border-radius: 5px 0 0 5px; }
      .nav-tabs-three li:first-child a {
        border-radius: 5px 0 0 5px; }
    .nav-tabs-three li:last-child {
      border-radius: 0 5px 5px 0; }
      .nav-tabs-three li:last-child a {
        border-radius: 0 5px 5px 0; }

/*-- Tab Four --*/
.nav-tabs-four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0.5px; }
  @media only screen and (max-width: 767px) {
    .nav-tabs-four {
      padding: 0; } }
  .nav-tabs-four li {
    margin: 0 -0.5px; }
    @media only screen and (max-width: 767px) {
      .nav-tabs-four li {
        margin: 5px; } }
    .nav-tabs-four li a {
      display: block;
      font-size: 14px;
      line-height: 23px;
      font-weight: 600;
      padding: 10px 40px;
      color: #606060;
      border: 1px solid #d0d0d0; }
      .nav-tabs-four li a:hover {
        color: #202020; }
      .nav-tabs-four li a.active {
        color: #202020;
        background-color: #f5d730;
        border-color: #f5d730; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .nav-tabs-four li a {
          padding: 10px 20px; } }
      @media only screen and (max-width: 767px) {
        .nav-tabs-four li a {
          padding: 6px 15px; } }
      @media only screen and (max-width: 479px) {
        .nav-tabs-four li a {
          padding: 6px 15px; } }

/*-- Tab Five --*/
.nav-tabs-five {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0.5px;
  margin: 8px 0; }
  @media only screen and (max-width: 767px) {
    .nav-tabs-five {
      padding: 0;
      margin: 0; } }
  .nav-tabs-five li {
    margin: 0 -0.5px; }
    @media only screen and (max-width: 767px) {
      .nav-tabs-five li {
        margin: 5px; } }
    .nav-tabs-five li a {
      display: block;
      font-size: 14px;
      line-height: 23px;
      font-weight: 600;
      padding: 10px 40px;
      color: #606060;
      border: 1px solid #d0d0d0; }
      .nav-tabs-five li a:hover {
        color: #202020; }
      .nav-tabs-five li a.active {
        color: #202020;
        background-color: #f5d730;
        border-color: #f5d730;
        padding-top: 18px;
        padding-bottom: 18px;
        margin-bottom: -8px;
        margin-top: -8px; }
        @media only screen and (max-width: 767px) {
          .nav-tabs-five li a.active {
            padding-top: 9px;
            padding-bottom: 9px;
            margin-bottom: -3px;
            margin-top: -3px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .nav-tabs-five li a {
          padding: 10px 20px; } }
      @media only screen and (max-width: 767px) {
        .nav-tabs-five li a {
          padding: 6px 15px;
          border-radius: 0 !important; } }
      @media only screen and (max-width: 479px) {
        .nav-tabs-five li a {
          padding: 6px 15px; } }

/*-- Tab Six --*/
.nav-tabs-six {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .nav-tabs-six li {
    margin-right: 40px; }
    .nav-tabs-six li a {
      display: block;
      font-size: 14px;
      line-height: 23px;
      font-weight: 600;
      color: #606060;
      border: 0px solid #d0d0d0; }
      .nav-tabs-six li a.active, .nav-tabs-six li a:hover {
        color: #202020; }
    .nav-tabs-six li:last-child {
      margin-right: 0; }

/*-- Tab Seven --*/
.nav-tabs-seven {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0.5px; }
  @media only screen and (max-width: 767px) {
    .nav-tabs-seven {
      padding: 0; } }
  .nav-tabs-seven li {
    margin: 0 -0.5px; }
    @media only screen and (max-width: 767px) {
      .nav-tabs-seven li {
        margin: 5px; } }
    .nav-tabs-seven li a {
      display: block;
      font-size: 14px;
      line-height: 23px;
      font-weight: 600;
      padding: 10px 40px;
      color: #606060;
      border: 1px solid #d0d0d0; }
      .nav-tabs-seven li a:hover {
        color: #202020; }
      .nav-tabs-seven li a.active {
        color: #202020;
        border-bottom-color: transparent; }
        @media only screen and (max-width: 767px) {
          .nav-tabs-seven li a.active {
            border-color: #d0d0d0; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .nav-tabs-seven li a {
          padding: 10px 20px; } }
      @media only screen and (max-width: 767px) {
        .nav-tabs-seven li a {
          padding: 6px 15px;
          border-radius: 0 !important; } }
      @media only screen and (max-width: 479px) {
        .nav-tabs-seven li a {
          padding: 6px 15px; } }

/*-- Tab Eight --*/
.nav-tabs-eight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0.5px;
  margin-top: 5px; }
  @media only screen and (max-width: 767px) {
    .nav-tabs-eight {
      padding: 0;
      margin-top: 0; } }
  .nav-tabs-eight li {
    margin: 0 -0.5px; }
    @media only screen and (max-width: 767px) {
      .nav-tabs-eight li {
        margin: 5px; } }
    .nav-tabs-eight li a {
      display: block;
      font-size: 14px;
      line-height: 23px;
      font-weight: 600;
      padding: 10px 40px;
      color: #606060;
      border: 1px solid #d0d0d0; }
      .nav-tabs-eight li a:hover {
        color: #202020; }
      .nav-tabs-eight li a.active {
        color: #202020;
        padding-top: 15px;
        margin-top: -5px; }
        @media only screen and (max-width: 767px) {
          .nav-tabs-eight li a.active {
            padding-top: 10px;
            margin-top: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .nav-tabs-eight li a {
          padding: 10px 20px; } }
      @media only screen and (max-width: 767px) {
        .nav-tabs-eight li a {
          padding: 6px 15px;
          border-radius: 0 !important; } }
      @media only screen and (max-width: 479px) {
        .nav-tabs-eight li a {
          padding: 6px 15px; } }

/*---------------------------------------
    Section Title
-----------------------------------------*/
/*--
    -- Seation Title One
-----------------------------------------*/
.section-title-one {
  position: relative;
  overflow: hidden; }
  .section-title-one::before {
    font-size: 52px;
    color: #cccccc;
    line-height: 46px;
    font-family: "Oswald", sans-serif;
    content: attr(data-title);
    font-weight: 700;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding-left: 25px;
    background-color: #ffffff; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-title-one::before {
        font-size: 46px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-title-one::before {
        font-size: 40px;
        line-height: 34px; } }
    @media only screen and (max-width: 767px) {
      .section-title-one::before {
        font-size: 18px;
        line-height: 18px; } }
    @media only screen and (max-width: 479px) {
      .section-title-one::before {
        font-size: 30px;
        line-height: 28px;
        display: none; } }
  .section-title-one::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
    z-index: -1; }
    @media only screen and (max-width: 479px) {
      .section-title-one::after {
        display: none; } }
  .section-title-one h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    background-color: #ffffff;
    padding: 10px 25px;
    margin: 0;
    margin-left: 40px;
    float: left;
    position: relative;
    z-index: 3; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-title-one h1 {
        font-size: 20px;
        margin-left: 20px;
        padding: 4px 20px; } }
    @media only screen and (max-width: 767px) {
      .section-title-one h1 {
        font-size: 18px;
        margin-left: 10px;
        padding: 0 15px;
        line-height: 1; } }
    @media only screen and (max-width: 479px) {
      .section-title-one h1 {
        font-size: 18px;
        margin-left: 0;
        padding: 0;
        background-color: transparent; } }

/*---------------------------------------
    02. Header
-----------------------------------------*/
.header-section {
  width: 100%;
  z-index: 99999; }

/*-- Sticky Header --*/
.header-sticky.is-sticky {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999; }

/*--
    02.1 Header Top
-----------------------------------------*/
.header-top .justify-content-between > [class*="col"] {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: auto; }

.header-top .justify-content-center > [class*="col"]:first-child {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header-top .justify-content-center > [class*="col"]:nth-child(2) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header-top .justify-content-center [class*="col"]:last-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/*-- Header Top Two --*/
@media only screen and (max-width: 767px) {
  .header-top-two .row > [class*="col"]:nth-child(2) {
    margin-right: auto; } }

@media only screen and (max-width: 479px) {
  .header-top-two .row > [class*="col"]:nth-child(2) {
    margin-right: 0; } }

/*-- Header Top Three --*/
@media only screen and (max-width: 767px) {
  .header-top-three .row > [class*="col"]:nth-child(2) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

@media only screen and (max-width: 767px) {
  .header-top-three .row > [class*="col"]:nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

/*-- Header Top Border --*/
.header-top-border {
  border-bottom: 1px solid #e8e8e8; }

/*-- Header Shop Links --*/
.header-shop-links a {
  color: #444444;
  float: left;
  margin-right: 30px; }
  .header-shop-links a:hover {
    color: #202020; }
  .header-shop-links a:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 479px) {
    .header-shop-links a {
      margin-right: 10px; } }
  .header-shop-links a i {
    font-size: 17px;
      line-height: 21px;
    display: block;
    float: left; }
    @media only screen and (max-width: 479px) {
      .header-shop-links a i {
        font-size: 20px; } }
  .header-shop-links a .number {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    color: #202020;
    background-color: #f5d730;
    display: block;
    overflow: hidden;
    text-align: center;
    line-height: 20px;
    margin-top: 5px;
    position: relative;
    left: -7px; }
    @media only screen and (max-width: 479px) {
      .header-shop-links a .number {
        width: 16px;
        height: 16px;
        margin-top: 7px;
        font-size: 10px;
        line-height: 16px; } }
  .header-shop-links a.header-wishlist {
    margin-right: 23px; }
    @media only screen and (max-width: 479px) {
      .header-shop-links a.header-wishlist {
        margin-right: 3px; } }
  .header-shop-links a.header-cart .number {
    left: 0; }

/*-- Mini Cart Wrap --*/
.mini-cart-wrap {
  background-color: #fefcef;
  width: 320px;
  position: fixed;
  top: 0;
  right: -320px;
  z-index: 9822;
  height: 100%;
  padding-bottom: 150px;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .mini-cart-wrap.open {
    right: 0; }
  .mini-cart-wrap .mini-cart-top {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 25px; }
    .mini-cart-wrap .mini-cart-top .close-cart {
      border: none;
      background-color: transparent;
      font-size: 12px;
      text-transform: capitalize;
      font-weight: 500;
      color: #444444;
      line-height: 24px; }
      .mini-cart-wrap .mini-cart-top .close-cart i {
        float: right;
        line-height: 26px;
        font-size: 16px;
        margin-left: 5px; }
  .mini-cart-wrap .mini-cart-products {
    padding: 30px 25px;
    overflow: hidden;
    overflow-y: auto;
    height: calc(100% - 45px); }
    .mini-cart-wrap .mini-cart-products li {
      float: left;
      width: 100%;
      margin-bottom: 25px; }
      .mini-cart-wrap .mini-cart-products li .image {
        width: 90px;
        float: left;
        margin-right: 20px; }
        .mini-cart-wrap .mini-cart-products li .image img {
          width: 100%;
          background-color: #f6f7f8; }
      .mini-cart-wrap .mini-cart-products li .content {
        width: 120px;
        float: left; }
        .mini-cart-wrap .mini-cart-products li .content .title {
          font-size: 14px;
          display: block;
          font-weight: 600;
          color: #444444;
          line-height: 22px;
          margin-bottom: 2px; }
          .mini-cart-wrap .mini-cart-products li .content .title:hover {
            color: #202020; }
        .mini-cart-wrap .mini-cart-products li .content .price, .mini-cart-wrap .mini-cart-products li .content .qty {
          display: block;
          font-size: 12px;
          line-height: 18px;
          color: #444444; }
      .mini-cart-wrap .mini-cart-products li .remove {
        width: 20px;
        float: right;
        padding: 0;
        border: none;
        background-color: transparent; }
        .mini-cart-wrap .mini-cart-products li .remove:hover {
          color: #ff0000; }
  .mini-cart-wrap .mini-cart-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fefcef; }
    .mini-cart-wrap .mini-cart-bottom .sub-total {
      font-size: 16px;
      font-weight: 600;
      color: #444444;
      line-height: 24px;
      padding: 10px 25px;
      margin: 0;
      border-bottom: 1px solid #e2e2e2;
      border-top: 1px solid #e2e2e2; }
      .mini-cart-wrap .mini-cart-bottom .sub-total span {
        float: right; }
    .mini-cart-wrap .mini-cart-bottom .button {
      padding: 32px 25px; }
      .mini-cart-wrap .mini-cart-bottom .button a {
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        color: #202020;
        text-transform: uppercase;
        line-height: 30px;
        padding: 5px 30px;
        border-radius: 50px;
        background-color: #f5d730;
        width: 100%;
        text-align: center;
        overflow: hidden;
        position: relative;
        z-index: 1; }
        .mini-cart-wrap .mini-cart-bottom .button a::before {
          position: absolute;
          left: 50%;
          top: 50%;
          height: 0;
          width: 100%;
          background-color: #202020;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          content: "";
          -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          opacity: 0;
          z-index: -1; }
        .mini-cart-wrap .mini-cart-bottom .button a:hover {
          color: #f5d730; }
          .mini-cart-wrap .mini-cart-bottom .button a:hover::before {
            height: 550%;
            opacity: 1; }

/*-- Cart Overlay --*/
.cart-overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9821;
  background-color: rgba(0, 0, 0, 0.85);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .cart-overlay.visible {
    visibility: visible;
    opacity: 1; }

/*-- Header Language & Currency --*/
.header-lan-curr > li {
  position: relative;
  display: inline-block;
  padding: 0 10px; }
  .header-lan-curr > li::before {
    position: absolute;
    right: -1px;
    width: 2px;
    height: 10px;
    top: 10px;
    background-color: #444444;
    content: ""; }
  .header-lan-curr > li:last-child::before {
    display: none; }
  .header-lan-curr > li a {
    font-size: 13px;
    font-weight: 600;
    color: #444444;
    text-transform: uppercase;
    line-height: 30px;
    color: #444444; }
  .header-lan-curr > li ul {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    padding: 10px 20px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 120px;
    margin-top: 30px;
    visibility: hidden;
    opacity: 0;
    z-index: -999;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .header-lan-curr > li ul li a {
      font-size: 11px;
      line-height: 24px; }
      .header-lan-curr > li ul li a:hover {
        color: #f5d730; }
    @media only screen and (max-width: 767px) {
      .header-lan-curr > li ul {
        left: auto;
        right: 0; } }
  .header-lan-curr > li:hover ul {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    z-index: 999; }

/*-- Header Search --*/
.header-search .search-toggle {
  border: none;
  background-color: transparent;
  padding: 0;
  display: block;
  color: #444444; }
  .header-search .search-toggle i {
    display: block;
    font-size: 20px;
    line-height: 30px; }
  .header-search .search-toggle:hover {
    color: #202020; }

/*-- Header Search Container --*/
.header-search-container {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  background-color: #f6f7f8;
  padding: 100px 180px;
  display: none;
  z-index: 9999; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-search-container {
      padding: 100px; } }
  @media only screen and (max-width: 767px) {
    .header-search-container {
      padding: 80px 60px; } }
  @media only screen and (max-width: 479px) {
    .header-search-container {
      padding: 50px 30px; } }

.header-search-form {
  width: 100%; }
  .header-search-form input {
    font-size: 24px;
    line-height: 45px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #444444;
    background-color: transparent;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #cfcece;
    width: 100%;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .header-search-form input {
        font-size: 18px; } }

/*-- Header Advance Search --*/
.header-advance-search {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    float: none;
    background: #eeebeb;
    width: 100%;
}
  .header-advance-search form {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0px 0px 0px 15px;
}

  .header-advance-search .input {
    border-right: 1px solid #dcdcdc;
    float: left;
    width: 240px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .header-advance-search .input {
        width: 160px; } }
    @media only screen and (max-width: 767px) {
      .header-advance-search .input {
        width: 180px; } }
    @media only screen and (max-width: 479px) {
      .header-advance-search .input {
        width: 100%;
        padding-right: 70px;
        border-right: none !important; } }
    .header-advance-search .input input {
      border: none;
      height: 37px;
      border: none;
      line-height: 25px;
      padding: 6px 16px;
      width: 100%;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      color: #444444;
      font-weight: 600;
      border-top-left-radius: 50px;
      border-bottom-left-radius: 50px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-advance-search .input input {
          font-size: 13px;
          font-weight: 400; } }
      @media only screen and (max-width: 767px) {
        .header-advance-search .input input {
          font-size: 13px;
          font-weight: 400; } }
  .header-advance-search .select {
    float: left;
    width: 140px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .header-advance-search .select {
        width: 130px; } }
    @media only screen and (max-width: 767px) {
      .header-advance-search .select {
        width: 130px; } }
    @media only screen and (max-width: 479px) {
      .header-advance-search .select {
        display: none; } }
    .header-advance-search .select div.nice-select {
      float: right;
      clear: none;
      border: 0px solid transparent;
      background-color: transparent;
      padding-left: 10px;
      padding-right: 30px;
      line-height: 37px;
      height: 37px;
      width: 100%; }
      .header-advance-search .select div.nice-select::after {
        border-width: 1px;
        border-color: #444444;
        height: 6px;
        width: 6px;
        right: 15px; }
      .header-advance-search .select div.nice-select .current {
        display: block;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        color: #444444;
        line-height: 37px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-advance-search .select div.nice-select .current {
            font-size: 13px;
            font-weight: 400; } }
        @media only screen and (max-width: 767px) {
          .header-advance-search .select div.nice-select .current {
            font-size: 13px;
            font-weight: 400; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-advance-search .select div.nice-select .list li {
          font-size: 13px;
          font-weight: 400; } }
      @media only screen and (max-width: 767px) {
        .header-advance-search .select div.nice-select .list li {
          font-size: 13px;
          font-weight: 400; } }
  .header-advance-search .submit {
    float: left;
    margin-left: 10px; }
    @media only screen and (max-width: 479px) {
      .header-advance-search .submit {
        position: absolute;
        right: 0;
        top: 0; } }
    .header-advance-search .submit button {
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px;
      background-color: #f5d730;
      color: #202020;
      border: none;
      width: 70px;
      height: 37px;
      text-align: center; }
      .header-advance-search .submit button i {
        line-height: 37px;
        display: block;
        font-size: 18px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-advance-search .submit button {
          width: 60px; } }
      @media only screen and (max-width: 479px) {
        .header-advance-search .submit button {
          width: 60px; } }
      .header-advance-search .submit button:hover {
        background-color: #202020;
        color: #f5d730; }

/*-- Header Call Us --*/
.header-call-us {
  float: left; }
  .header-call-us h4 {
    font-size: 16px;
    font-weight: 700;
    color: #444444;
    text-transform: uppercase;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .header-call-us h4 {
        font-size: 14px;
        line-height: 20px; } }
    @media only screen and (max-width: 479px) {
      .header-call-us h4 {
        font-size: 12px;
        line-height: 18px; } }
    .header-call-us h4 span {
      font-size: 20px;
      color: #202020;
      display: block; }
      @media only screen and (max-width: 767px) {
        .header-call-us h4 span {
          font-size: 16px; } }
      @media only screen and (max-width: 479px) {
        .header-call-us h4 span {
          font-size: 14px; } }
      .header-call-us h4 span a {
        font-weight: 400; }
        .header-call-us h4 span a:focus, .header-call-us h4 span a:hover {
          color: #202020; }

/*--
    02.2 Header Bottom
-----------------------------------------*/
.header-bottom .justify-content-between > [class*="col"] {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: auto; }

.header-bottom .justify-content-center > [class*="col"]:first-child {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header-bottom .justify-content-center > [class*="col"]:nth-child(2) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header-bottom .justify-content-center [class*="col"]:last-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom > .container > .row > .col:nth-child(3), .header-bottom > .container > .row > [class*="col-"]:nth-child(3), .header-bottom > .container-fluid > .row > .col:nth-child(3), .header-bottom > .container-fluid > .row > [class*="col-"]:nth-child(3) {
    margin-right: 50px; } }

@media only screen and (max-width: 767px) {
  .header-bottom > .container > .row > .col:nth-child(3), .header-bottom > .container > .row > [class*="col-"]:nth-child(3), .header-bottom > .container-fluid > .row > .col:nth-child(3), .header-bottom > .container-fluid > .row > [class*="col-"]:nth-child(3) {
    margin-right: 50px; } }

@media only screen and (max-width: 479px) {
  .header-bottom > .container > .row > .col:nth-child(3), .header-bottom > .container > .row > [class*="col-"]:nth-child(3), .header-bottom > .container-fluid > .row > .col:nth-child(3), .header-bottom > .container-fluid > .row > [class*="col-"]:nth-child(3) {
    margin-right: 40px; } }

@media only screen and (max-width: 479px) {
  .header-bottom .header-call-us {
    display: none; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom.header-bottom-three > .container > .row > .col:nth-child(2), .header-bottom.header-bottom-three > .container > .row > [class*="col-"]:nth-child(2), .header-bottom.header-bottom-three > .container-fluid > .row > .col:nth-child(2), .header-bottom.header-bottom-three > .container-fluid > .row > [class*="col-"]:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: auto;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; } }

@media only screen and (max-width: 767px) {
  .header-bottom.header-bottom-three > .container > .row > .col:nth-child(2), .header-bottom.header-bottom-three > .container > .row > [class*="col-"]:nth-child(2), .header-bottom.header-bottom-three > .container-fluid > .row > .col:nth-child(2), .header-bottom.header-bottom-three > .container-fluid > .row > [class*="col-"]:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: auto;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom.header-bottom-three > .container > .row > .col:nth-child(3), .header-bottom.header-bottom-three > .container > .row > [class*="col-"]:nth-child(3), .header-bottom.header-bottom-three > .container-fluid > .row > .col:nth-child(3), .header-bottom.header-bottom-three > .container-fluid > .row > [class*="col-"]:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; } }

@media only screen and (max-width: 767px) {
  .header-bottom.header-bottom-three > .container > .row > .col:nth-child(3), .header-bottom.header-bottom-three > .container > .row > [class*="col-"]:nth-child(3), .header-bottom.header-bottom-three > .container-fluid > .row > .col:nth-child(3), .header-bottom.header-bottom-three > .container-fluid > .row > [class*="col-"]:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; } }

@media only screen and (max-width: 767px) {
  .header-bottom.header-bottom-three .header-advance-search {
    display: none; } }

@media only screen and (max-width: 767px) {
  .header-bottom.header-bottom-three .header-advance-search .input {
    border-right: 0px;
    width: 160px; } }

@media only screen and (max-width: 767px) {
  .header-bottom.header-bottom-three .header-advance-search .select {
    display: none; } }

@media only screen and (max-width: 767px) {
  .header-bottom.header-bottom-three .header-advance-search .submit {
    margin-left: 0; } }

/*-- Logo --*/
.header-logo {
  position: relative;
  vertical-align: top;
  display: inline-block; }
  .header-logo img.theme-dark {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0; }

/*-- Main Menu --*/
.main-menu nav > ul > li {
  display: block;
  float: left;
  margin-right: 40px;
  position: relative; }
  .main-menu nav > ul > li:last-child {
    margin-right: 0; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu nav > ul > li {
      margin-right: 30px; } }
   .main-menu nav > ul > li > a {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height:60px; }
  .main-menu nav > ul > li.menu-item-has-children > a::after {
    font-family: Fontawesome;
    content: "\f107";
    margin-left: 5px;
    float: right; }
  .main-menu nav > ul > li.active > a, .main-menu nav > ul > li:hover > a {
    color: #202020; }
  .main-menu nav > ul > li:hover > .sub-menu, .main-menu nav > ul > li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    z-index: 999; }

.main-menu.menu-3 nav > ul > li:last-child {
  margin-right: 0; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.menu-3 nav > ul > li {
    margin-right: 20px; } }

.main-menu.menu-3 nav > ul > li > a {
  font-size: 14px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu.menu-3 nav > ul > li > a {
      font-size: 12px; } }

.main-menu.menu-3 nav > ul > li .mega-menu {
  left: -20px; }

/*-- Sub Menu --*/
.sub-menu {
  position: absolute;
  left: -20px;
  top: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  border-top: 3px solid #f5d730;
  z-index: -999;
  width: 250px;
  padding: 15px 0;
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .sub-menu li {
    position: relative; }
    .sub-menu li a {
      line-height: 24px;
      padding: 6px 20px;
      display: block;
      font-weight: 400;
      color: #444444;
      text-transform: capitalize; }
    .sub-menu li.menu-item-has-children > a::after {
      font-family: Fontawesome;
      content: "\f105";
      margin-left: 5px;
      float: right; }
    .sub-menu li.active > a, .sub-menu li:hover > a {
      color: #202020;
      font-weight: 600; }
    .sub-menu li:hover > .sub-menu {
      opacity: 1;
      visibility: visible;
      margin-top: 0;
      z-index: 999; }
  .sub-menu .sub-menu {
    left: 100%;
    right: auto;
    top: 0; }
    .sub-menu .sub-menu .sub-menu {
      left: auto;
      right: 100%; }
      .sub-menu .sub-menu .sub-menu .sub-menu {
        left: 100%;
        right: auto; }
      .sub-menu .sub-menu .sub-menu .sub-menu {
        left: auto;
        right: 100%; }

/*-- Mega Menu --*/
.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  border-top: 3px solid #f5d730;
  z-index: -999;
  width: 100%;
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .mega-menu.two-column {
    width: 440px;
    left: -20px; }
    .mega-menu.two-column > li {
      width: 50%;
      padding: 20px 15px; }
  .mega-menu.three-column {
    width: 700px;
    left: -300px; }
    .mega-menu.three-column > li {
      width: 33.33%;
      padding: 20px 15px; }
  .mega-menu > li {
    position: relative;
    float: left; }
    .mega-menu > li > a {
      line-height: 24px;
      padding: 6px 20px;
      display: block;
      font-weight: 600;
      color: #444444;
      text-transform: capitalize; }
    .mega-menu > li.active > a, .mega-menu > li:hover > a {
      color: #202020;
      font-weight: 600; }
    .mega-menu > li ul li a {
      line-height: 24px;
      padding: 6px 20px;
      display: block;
      font-weight: 400;
      color: #444444;
      text-transform: capitalize; }
    .mega-menu > li ul li.active > a, .mega-menu > li ul li:hover > a {
      color: #202020;
      font-weight: 600; }

/*-- Mobile Menu --*/
.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: -43px; }
      .mobile-menu .mean-bar .meanmenu-reveal span {
        position: relative;
        /*---- Menu Open ----*/
        /*---- Menu Close ----*/ }
        .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
          height: 2px;
          width: 26px;
          background-color: #202020;
          display: block;
          margin: 8px 0; }
          .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; }
          .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);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
          .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
            bottom: 0;
            -webkit-transform: rotate(-45deg);
            -ms-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;
            /*---- Menu Expand For Sub Menu ----*/ }
            .mobile-menu .mean-bar .mean-nav > ul li a::after {
              display: none; }
            .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; }
              .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%;
            -webkit-box-shadow: none;
            box-shadow: none;
            margin: 0;
            display: none;
            float: left;
            width: 100%;
            opacity: 1;
            visibility: visible;
            z-index: 1;
            -webkit-transition: none;
            -o-transition: none;
            transition: none; }
            .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;
                display: block !important; }
                .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; }

/*---------------------------------------
    03. Category Menu Style
-----------------------------------------*/
/*--
    03.1 Header Category Style
-----------------------------------------*/
.header-category-section {
  z-index: 999; }

/*-- Category Toggle Wrap --*/
.category-toggle-wrap {
  float: left;
  width: 100%;
  padding: 12px 25px; }
  @media only screen and (max-width: 767px) {
    .category-toggle-wrap {
      padding: 8px 25px; } }
  .category-toggle-wrap .category-toggle {
    float: left;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    color: #202020;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
    width: 100%;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .category-toggle-wrap .category-toggle {
        font-size: 14px; } }
    .category-toggle-wrap .category-toggle i {
      font-size: 24px;
      display: block;
      line-height: 30px;
      float: right; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .category-toggle-wrap .category-toggle i::before {
          content: "\e62a"; } }
      @media only screen and (max-width: 767px) {
        .category-toggle-wrap .category-toggle i::before {
          content: "\e62a"; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .category-toggle-wrap .category-toggle i {
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .category-toggle-wrap .category-toggle i {
          font-size: 18px; } }

/*-- Header Category --*/
.header-category {
  background-color: #f5d730;
  float: left;
  width: 100%;
  position: relative; }
  .header-category nav {
    z-index: 999; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-category nav {
        float: left;
        background-color: #f6f7f8;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .header-category nav {
        float: left;
        background-color: #f6f7f8;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%; } }
    .header-category nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .header-category nav ul li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 15px 25px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-category nav ul li {
            padding: 15px 20px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-category nav ul li {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
            flex: 1 0 100%;
            border-top: 1px solid #e8e8e8;
            padding: 0; }
            .header-category nav ul li:first-child {
              border-top: 0px; } }
        @media only screen and (max-width: 767px) {
          .header-category nav ul li {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
            flex: 1 0 100%;
            border-top: 1px solid #e8e8e8;
            padding: 0; }
            .header-category nav ul li:first-child {
              border-top: 0px; } }
        .header-category nav ul li a {
          display: block;
          font-size: 15px;
          text-transform: uppercase;
          color: #202020;
          font-weight: 700;
          line-height: 30px;
          width: 100%; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .header-category nav ul li a {
              font-size: 12px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header-category nav ul li a {
              font-size: 12px;
              padding: 8px 25px;
              color: #606060; } }
          @media only screen and (max-width: 767px) {
            .header-category nav ul li a {
              font-size: 12px;
              padding: 8px 25px;
              color: #606060; } }

/*--
    03.2 Hero Side Category Style
-----------------------------------------*/
.hero-side-category {
    background-color: #f3f0f0;
    width: 100%;
    float: left;
    border: 1px solid #e0e1e00d;
    padding: 19px 15px;
}

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-side-category {
      width: 100%;
      z-index: 999;
      position: relative; } }
  @media only screen and (max-width: 767px) {
    .hero-side-category {
      width: 100%;
      z-index: 9;
      position: relative; } }
  .hero-side-category .category-toggle-wrap {
    background-color: #f5d730; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-side-category .category-toggle-wrap .category-toggle i::before {
        content: "\e62a"; } }
    @media only screen and (max-width: 767px) {
      .hero-side-category .category-toggle-wrap .category-toggle i::before {
        content: "\e62a"; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-side-category .category-toggle-wrap .category-toggle i {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .hero-side-category .category-toggle-wrap .category-toggle i {
        font-size: 18px; } }
  .hero-side-category nav.category-menu {
    background-color: #f6f7f8;
    float: left;
    width: 100%;
    left: 0;
    width: 100%;
    top: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-side-category nav.category-menu {
        position: absolute; } }
    @media only screen and (max-width: 767px) {
      .hero-side-category nav.category-menu {
        position:relative; } }
    @media only screen and (max-width: 767px) {
      .hero-side-category nav.category-menu > ul {
        max-height: 180px;
        overflow-y: auto; } }
    @media only screen and (max-width: 479px) {
      .hero-side-category nav.category-menu > ul {
        max-height: 220px;
        overflow-y: auto; } }
    .hero-side-category nav.category-menu > ul > li:last-child > a {
      border-bottom: none !important; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-side-category nav.category-menu > ul > li {
        position: relative; } }
    @media only screen and (max-width: 767px) {
      .hero-side-category nav.category-menu > ul > li {
        position: relative; } }
    .hero-side-category nav.category-menu > ul > li.menu-item-has-children > a::before {
      font-family: 'IcoFont';
      content: "\eb8b";
      position: absolute;
      right: 25px;
      top: 0;
      line-height: 50px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .hero-side-category nav.category-menu > ul > li.menu-item-has-children > a::before {
          display: none; } }
      @media only screen and (max-width: 767px) {
        .hero-side-category nav.category-menu > ul > li.menu-item-has-children > a::before {
          display: none; } }
    .hero-side-category nav.category-menu > ul > li i {
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer;
      height: 50px;
      width: 40px;
      line-height: 50px;
      z-index: 9; }
      .hero-side-category nav.category-menu > ul > li i::before {
        background-color: #606060;
        width: 8px;
        height: 2px;
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -4px;
        margin-top: -1px;
        top: 50%; }
      .hero-side-category nav.category-menu > ul > li i::after {
        background-color: #606060;
        width: 2px;
        height: 8px;
        content: "";
        position: absolute;
        left: 50%;
        margin-top: -4px;
        margin-left: -1px;
        top: 50%;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0); }
      .hero-side-category nav.category-menu > ul > li i.expand::after {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
         transform: scaleY(1); }
    .hero-side-category nav.category-menu > ul > li > a {
    display: block;
    padding: 10px 25px;
    line-height: 30px;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    background: #f3f0f0;
}
      .hero-side-category nav.category-menu > ul > li > a:hover {
        color: #202020; }
    .hero-side-category nav.category-menu > ul > li:hover .category-mega-menu {
      z-index: 9;
      opacity: 1;
      visibility: visible; }
    .hero-side-category nav.category-menu > ul > li .banner {
      padding: 15px;
      max-width: 300px; }
    .hero-side-category nav.category-menu.category-menu-5 > ul > li > a {
      padding: 12px 25px; }

/*-- Category Mega Menu --*/
.category-mega-menu {
  position: absolute;
  left: 275px;
  top: 0;
  width: calc(100% - 290px);
  max-width: 910px;
  min-width:300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 99;
  background-color: #eaeaea;
  padding: 55px 45px 0;
  opacity: 0;
  z-index: -9;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .category-mega-menu {
      position: static;
      z-index: 9;
      opacity: 1;
      visibility: visible;
      background-color: transparent;
      padding: 0;
      width: 100%;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  @media only screen and (max-width: 767px) {
    .category-mega-menu {
      position: static;
      z-index: 9;
      opacity: 1;
      visibility: visible;
      background-color: transparent;
      padding: 0;
      width: 100%;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .category-mega-menu > li {
    float: left;
    width: 33.33%;
    padding: 0 15px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .category-mega-menu > li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        padding: 0;
        position: relative; }
        .category-mega-menu > li::before {
          content: "";
          float: left;
          height: 2px;
          width: 6px;
          background-color: #606060;
          margin: 24px 0;
          position: relative;
          left: 25px; } }
    @media only screen and (max-width: 767px) {
      .category-mega-menu > li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        padding: 0;
        position: relative; }
        .category-mega-menu > li::before {
          content: "";
          float: left;
          height: 2px;
          width: 6px;
          background-color: #606060;
          margin: 24px 0;
          position: relative;
          left: 25px; } }
    .category-mega-menu > li > a {
      display: block;
      font-size: 16px;
      font-weight: 600;
      color: #202020;
      text-transform: uppercase;
      margin-bottom: 20px;
      border-bottom: 1px solid #e8e8e8; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .category-mega-menu > li > a {
          padding: 10px 25px 10px 35px;
          line-height: 30px;
          font-size: 14px;
          color: #606060;
          font-weight: 600;
          position: relative;
          margin: 0;
          text-transform: inherit; } }
      @media only screen and (max-width: 767px) {
        .category-mega-menu > li > a {
          padding: 10px 25px 10px 35px;
          line-height: 30px;
          font-size: 14px;
          color: #606060;
          font-weight: 600;
          position: relative;
          margin: 0;
          text-transform: inherit; } }
    .category-mega-menu > li > ul li {
      margin-bottom: 4px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .category-mega-menu > li > ul li::before {
          content: "";
          float: left;
          height: 2px;
          width: 6px;
          background-color: #606060;
          margin: 24px 0;
          position: relative;
          left: 35px; } }
      @media only screen and (max-width: 767px) {
        .category-mega-menu > li > ul li::before {
          content: "";
          float: left;
          height: 2px;
          width: 6px;
          background-color: #606060;
          margin: 24px 0;
          position: relative;
          left: 35px; } }
      .category-mega-menu > li > ul li:last-child {
        margin-bottom: 0; }
      .category-mega-menu > li > ul li a {
        display: block;
        font-size: 14px;
        color: #606060;
        line-height: 30px;
        border-bottom: 1px solid #e8e8e8; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .category-mega-menu > li > ul li a {
            padding: 10px 25px 10px 30px;
            line-height: 30px;
            font-size: 14px;
            color: #606060;
            font-weight: 600;
            position: relative; } }
        @media only screen and (max-width: 767px) {
          .category-mega-menu > li > ul li a {
            padding: 10px 25px 10px 45px;
            line-height: 30px;
            font-size: 14px;
            color: #606060;
            font-weight: 600;
            position: relative; } }
        .category-mega-menu > li > ul li a:hover {
          color: #202020; }
    .category-mega-menu > li.add {
      float: left;
      width: auto;
      padding: 0;
      border: none;
      margin: 30px -45px 0; }
      .category-mega-menu > li.add a {
        display: block;
        border: none;
        margin: 0; }
        .category-mega-menu > li.add a img {
          width: 100%; }