/*
** Bootstrap over-rides
*/
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px; /*  was 12 tec 040619 */
    font-weight: 400;
    color: #646464;
     line-height: 1.5;
    letter-spacing: 0.02em;
}
h1 {
    font-size: 30px;
}
img {
    max-width: 100%;
}
a:focus {
  color: #323232;
  text-decoration: none;
}
a:hover > img {
    opacity: .5;
    filter: alpha(opacity=50);
}
.titles {
    margin: 0 0 26px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #323232;
}
div.img-wrap {
    margin-top: 35px;
    position: relative;
}
.bs-holder{
	position:absolute;
	bottom: 31%;
	left: 4%;
}
.bs-heading {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
	line-height: 60px;
}
.bs-heading-bottom{
	font-size:115px;
    color: #fff;
    position: absolute;
    text-transform: uppercase;
	font-weight: 500;
	line-height: 135px;
}
.product-item .img a{
	background-color: #fff;
	color: #323232 !important;
}
/*Stars Rating*/
.star-rating i {
   font-size: 14px;
   margin-right: 5px;
   color: #dfdfe0;

}
.bg-left{
    float: left;
    width: 49%;
    background: #dba48f;
    height: 15px;
}
.bg-right{
    float: right;
    width: 49%;
    background: #dba48f;
    height: 15px;
}
.bgdivs {
    width: 100%;
	margin-top: 7px;
}
.star-rating i:last-child {
   margin-right: 0;
}

.star1 .fa-star:nth-child(1) {
   color: #323232;
}

.star2 .fa-star:nth-child(1),
.star2 .fa-star:nth-child(2){
   color: #323232;
}

.star3 .fa-star:nth-child(1),
.star3 .fa-star:nth-child(2),
.star3 .fa-star:nth-child(3) {
   color: #323232;
}

.star4 .fa-star:nth-child(1),
.star4 .fa-star:nth-child(2),
.star4 .fa-star:nth-child(3),
.star4 .fa-star:nth-child(4) {
   color: #323232;
}

.star5 .fa-star {
    color: #323232;
}


@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }
}
.form-control {
    color: #646464;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    height: 36px;
    padding: 7px 12px;
}
.form-control.search-text {
     border:1px solid #ececec;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    font-size: 13px;
    font-weight: 600;
    color: #323232;
    padding: 9px 12px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}
.btn-default {
    box-shadow: 0px 1px 4px rgba(30, 30, 30, 0.2); 
    -webkit-box-shadow: 0px 1px 4px rgba(30, 30, 30, 0.2); 
    -moz-box-shadow: 0px 1px 4px rgba(30, 30, 30, 0.2);
    border: none;
}
.btn-default,
.btn-primary:focus, 
.btn-primary:active:focus {
    background-color: #a7a7a7;
    color: #fff !important;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:hover:focus,
.btn-default.focus {
    color: #fff;
    background-color: #323232;
}
.btn-default.btn-inverse,
.btn-primary {
    color: #fff;
    background-color: #323232;
    border: 2px solid #323232;
    padding: 7px 12px;
}
.btn-default.btn-inverse:hover,
.btn-primary:hover {
    color: #323232;
    background-color: #ffffff;
    border-color: #323232;
}
.navbar.navbar-inverse {
    margin-bottom: 0;
    border: none;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    min-height: 50px;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #eee;
    background-color: rgba(255,255,255,0.2);
}
.dropdown-menu > li > a {
    font-size: 12px;
    padding: 6px 20px;
    text-transform: uppercase;
}
.navbar-nav > li.dropdown > a:after {
    content: "\f107";
    font-family: "fontello";
    font-size: 18px;
    line-height: 1;
    margin-left: 5px;
}
@media (max-width: 1023px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
  }
  .navbar-nav>li {
      float: none;
  }
  .collapse.in{
      display:block !important;
  }
  .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
}
/*
** Template code
*/


.logo a:hover img {
    opacity: 0.6;
}
.top-nav {
}
.top-nav ul {
    padding: 19px 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.top-nav ul li {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ececec;
}
.top-nav .useraccount ul {
    float: right;
}
.top-nav ul li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.top-nav ul li a {
    color: #666;
}
#FRAME_SEARCH .search-toggle {
  display: none;
}
.search-form {
    position: relative;
}
.search-form .search-text {
    padding: 0;
    width: 112px;
    height: 26px;
    display: inline-block;
    border: none;
    padding-top: 0;
    margin-left: 30px;
    color: #646464;
    border-bottom: 1px solid #646464;
}
.search-form .search-text::-webkit-input-placeholder {
   color: #646464;
   font-weight: 400;
}
.search-form .search-text::-moz-placeholder {
   color: #646464;
   font-weight: 400;
}
.search-form .search-text::-ms-input-placeholder {
   color: #646464;
   font-weight: 400;
}
.search-form .search-text::-moz-placeholder {
   color: #646464;
   font-weight: 400;
}

.search-form .search-submit {
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    background: none;
    border: none;
    color: #646464;
    padding: 0;
    margin-top: -2px;
    box-shadow: none; 
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;

}
.search-form .search-submit:hover {
    background: none;
    color: #646464;
    border: none;
    opacity: 1;
    filter: alpha(opacity=100);
}
.search-form .search-submit svg {
    fill: #646464;
    width: 24px;
    height: 24px;
}
.minicart {
    display: inline-block;
}
.minicart-inner {
    display: block;
    cursor: pointer;
    color: #646464;
}

.minicart .cart-icon {
    float: left;
    margin-right: 10px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.minicart .cart-details {
    display: block;
    float: left;
}

.minicart .cart-details span.cart-title {
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    text-transform: capitalize;
}
.minicart .cart-details span.cart-title:hover {
    color: #646464;
}
.minicart .cart-details span.cart-count {
    color: #646464;
    font-size: 12px;
    display: inline-block;
    line-height: 15px;
    font-weight: 500;
}
.minicart .cart-details span.cart-count .minicart-items {
    width: 23px;
    height: 23px;
    background: #f5f5f5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding-top: 4px;
    margin-left: 8px;
}

ul.extrapages li {
    line-height: 1;
    margin: 0 0 15px;
}
ul.extrapages li a {
    color: #ccc;
    font-size: 16px;
}
.footer-social {
    border-top: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
}
.social-icons,
.global-footer {
    padding-top: 15px;
    padding-bottom: 15px;
}

.mailist-box {
    width: 100%;
    float: right;
    margin-bottom: 10px;
}
.mailist-box h3 {
    margin: 0 0 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.mailinglist-input.form-control {
    background-color: transparent;
    border-color: #2d2d2d;
    max-width: 230px;
    color: #fff;
    float: left;
}
.mailinglist-submit {
    background-color: transparent;
    color: #fff !important;
    border-color: #fff !important;
    float: right;
    width: 78px;
}
.btn-default.mailinglist-submit:hover, 
.btn-default.mailinglist-submit:focus {
    opacity: 0.6;
}
.mailinglist-response {
    display: none;
}
.maillist-options {
    margin: 15px 0 0;
}
.subscribe {
    float: left;
    margin-right: 20px;
    line-height: 13px;
}
.subscribe input[type="radio"] {
    margin: 0;
    vertical-align: middle;
}
.subscribe label {
    margin: 0;
    font-size: 12px;
    line-height: 13px;
    font-weight: 300;
    margin-left: 3px;
    color: #ccc;
    cursor: pointer;
}

.footer-social ul {
    margin: 0;
}
ul.payment-icons {
    text-align: right;
}
ul.payment-icons li {
    font-size: 34px;
    line-height: 36px;
    vertical-align: middle;
}

ul.payment-icons li.payment-icons-label,
ul.social-icons li.social-icons-label {
    font-size: 18px;
    vertical-align: middle;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-right: 20px;
}

.social-icons {
}
.social-icons li a {
    color: #0f0f0f;
    background-color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 100%;
    display: block;
    text-align: center;
    font-size: 18px;
}
.social-icons li a:hover {
    opacity: 0.7;
}

.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star,
.reviews-stars {
    color: #ffd700;
}

.head-mobile-nav > a {
    color: #000;
    font-size: 24px;
    line-height: 1;
}

/* Homepage */

.home-page-content {
    padding-top: 0;
}
/*.home-page-content .category-footer {
    padding: 40px 0 60px;
}*/
.home-page-content .category-footer h3 {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 20px;
    font-weight: bold;
}
.home-page-content .category-footer p {
    margin: 0 0 30px;
    text-align: justify;
}
.home-page-content .category-footer a:hover img {
    opacity: 0.7;
}
.home-page-content .category-header img {
    margin: 0 auto;
}
.extrapages-shower a {
    display: block;
    background-color: #2d2d2d;
    color: #fff;
    padding: 10px 18px;
    text-decoration: none !important;
}
.extrapages-shower a:after {
    content: "\f106";
    font-family: "fontello";
    float: right;
}
.extrapages-shower a.collapsed:after {
    content: "\f107";
}
@media(max-width: 1023px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 14px;
        min-height: 0;
    }
    .navbar-nav > li.dropdown > a:after {
        float: right;
    }
   
    .footer-social {
        text-align: center;
    }
}
@media(max-width: 767px) {
    .logo {
        text-align: center;
        height: auto;
    }
    .logo img {
        position: static;
    }
    .searchBox {
        height: 100%;
    }
    .search-form-col {
        clear: both;
    }
    .flex-direction-nav a:before {
        font-size: 24px;
    }
    .flex-direction-nav a {
        width: 24px;
        height: 24px;
        line-height: 24px;
        margin: -12px 0 0;
    }
    .mailinglist-input.form-control {
        max-width: 200px;
    }

    .footer-social ul li {
        padding: 0 4px;
    }
    .extrapages {
        display: none;
    }
    .home-page-content .category-header {
        padding: 15px 0;
    }
    .extrapages-shower a {
        display: block;
    }
    ul.extrapages {
        margin: 0;
        padding: 15px 0;
    }
    ul.extrapages li a {
        font-size: 14px;
    }
}

.menu-open {
    overflow: hidden;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(0,0,0,0.5);
}
.menu-open .mobile-menu {
    overflow-x: hidden;
    overflow-y: auto;
}
.mobile-menu-inner {
    background-color: #fff;
    padding: 30px 20px;
    width: 250px;
    margin-left: auto;
    margin-right: 0;
    min-height: 100vh;
    position: relative;

    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(250px,0);
    -ms-transform: translate(250px,0);
    -o-transform: translate(250px,0);
    transform: translate(250px,0);
}
.menu-open .mobile-menu-inner {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.mobile-menu-close a {
    color: #000;
    display: inline-block;
    line-height: 1;
    font-size: 24px;
    text-decoration: none;
}
.mobile-menu-close a:after {
    content: '\e805';
    font-family: "fontello";
}
.mobile-menu-widget {
    margin: 30px 0;
}
.mobile-menu-widget h3 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1;
    border-bottom: 1px solid #ececec;
}
.mobile-menu-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mobile-menu-widget ul li {
    margin: 0 0 0;
}
.mobile-menu-widget ul li a {
    padding: 0;
    line-height: 40px;
    font-size: 13px;
    background-color: transparent !important;
    display: block;
    color: #555;
    text-decoration: none !important;
}
.mobile-menu-widget ul li a:hover {
    color: #333;
}
.mobile-menu-widget ul ul {
    display: none !important;
}
.mobile-menu-widget ul li a:after {
    display: none;
}

.mailinglist-response {
    margin: 10px 0;
    padding: 10px 20px;
    font-size: 12px;
    background-color: #2d2d2d;
    color: #ccc;
}
.mailinglist-error span {
    color: #8a6d3b;
}
.mailinglist-subscribed span,
.mailinglist-unsubscribed span {
    color: #3c763d;
}
.mailinglist-response,
.mailinglist-response div {
}

.floating-cart {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999;
    background-color: #101010;
    color: #fff;
    border-radius: 20px 0 0 20px;
    padding: 15px;
    text-align: center;
    width: 90px;
    display: none;
}
.floating-cart a,
.floating-cart a:hover {
    color: #ececec;
    text-decoration: none;
}
.floating-cart a:hover {
    opacity: 0.6;
}
.floating-cart span.cart-icon {
    display: block;
    font-size: 30px;
    line-height: 1;
}
.floating-cart span.cart-details {
    font-size: 12px;
    text-transform: none;
    display: block;
    margin: 5px 0 0;
}

/*Scroll To Top*/

#back-to-top {
   position: fixed;
   z-index: 10;
   top: 50%;
   right: 80px;
   display: inline-block;
   visibility: hidden;
   /* image replacement properties */
   overflow: hidden;
   width: 52px;
   height: 52px;
   margin-top: -26px;
   /* Opacity for IE8 and lower */
   -webkit-transition: opacity .3s 0s, visibility 0s .3s;
   -moz-transition: opacity .3s 0s, visibility 0s .3s;
   transition: opacity .3s 0s, visibility 0s .3s;
   white-space: nowrap;
   opacity: 0;
   border: 1px solid #646464;
   /* Opacity for Modern Browsers */
   filter: alpha(opacity=0);
   text-align: center;
   background: #fff;
}
#back-to-top i {
  font-size: 38px;
  color: #646464;
  padding-top: 5px;
  margin-right: -1px;
}
#back-to-top.is-visible,
#back-to-top.fade-out,
.no-touch #back-to-top:hover {
   -webkit-transition: opacity .3s 0s, visibility 0s 0s;
   -moz-transition: opacity .3s 0s, visibility 0s 0s;
   transition: opacity .3s 0s, visibility 0s 0s;
}

#back-to-top.is-visible {
   /* the button becomes visible */
   visibility: visible;
   opacity: 1;
   /* Opacity for Modern Browsers */
   filter: alpha(opacity=100);
   /* Opacity for IE8 and lower */
}

#back-to-top.fade-out {
   /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
   opacity: .7;
   /* Opacity for Modern Browsers */
   filter: alpha(opacity=70);
   /* Opacity for IE8 and lower */
}

/*Off-canvas Navigation*/

body.st-off-canvas {
   overflow: hidden;
}

.st-container,
.st-pusher,
.st-content {
   height: 100%;
}

.st-content {
   overflow-y: scroll;
   background: #f3efe0;
}

.st-content,
.st-content-inner {
   position: relative;
}

.st-container {
   position: relative;
   overflow: hidden;
}

.st-pusher {
   position: relative;
   left: 0;
   height: 100%;
   -webkit-transition: -webkit-transform .3s;
   -moz-transition: -webkit-transform .3s;
   -ms-transition: -webkit-transform .3s;
   -o-transition: -webkit-transform .3s;
   transition: transform .3s;
}

.st-pusher::after {
   position: absolute;
   z-index: 999;
   top: 0;
   right: 0;
   width: 0;
   height: 0;
   content: '';
   /* Opacity for IE8 and lower */
   -webkit-transition: opacity .3s, width .1s .3s, height .1s .3s;
   -moz-transition: opacity .3s, width .1s .3s, height .1s .3s;
   -ms-transition: opacity .3s, width .1s .3s, height .1s .3s;
   -o-transition: opacity .3s, width .1s .3s, height .1s .3s;
   transition: opacity .3s, width .1s .3s, height .1s .3s;
   opacity: 0;
   /*background: rgba(45, 45, 50, .8);*/
   background: rgba(0, 0, 0, .4);
   /* Opacity for Modern Browsers */
   filter: alpha(opacity=0);
}

.st-menu-open .st-pusher::after {
   width: 100%;
   height: 100%;
   /* Opacity for IE8 and lower */
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
   opacity: 1;
   /* Opacity for Modern Browsers */
   filter: alpha(opacity=100);
}

.st-menu {
   position: absolute;
   z-index: 100;
   top: 0;
   left: 0;
   visibility: hidden;
   width: 270px;
   height: 100%;
   -webkit-transition: all .3s;
   transition: all .3s;
   background: #fff url(../images/box-shadow-mobile.png) right repeat-y;
}

.st-menu::after {
   position: absolute;
   top: 0;
   right: 0;
   width: 100%;
   height: 100%;
   content: '';
   /* Opacity for IE8 and lower */
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
   opacity: 1;
   background: rgba(0, 0, 0, .2);
   /* Opacity for Modern Browsers */
   filter: alpha(opacity=100);
}

.st-menu-open .st-menu::after {
   width: 0;
   height: 0;
   /* Opacity for IE8 and lower */
   -webkit-transition: opacity .3s, width .1s .3s, height .1s .3s;
   transition: opacity .3s, width .1s .3s, height .1s .3s;
   opacity: 0;
   /* Opacity for Modern Browsers */
   filter: alpha(opacity=0);
}


/* content style */

.st-menu ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

.st-menu > ul {
   overflow-y: scroll;
   height: 100%;
   min-height: 480px;
}
.st-menu > ul .not-logged {
  font-size: 0;
}
.st-menu h2 {
   font-size: 2em;
   font-weight: 300;
   margin: 0;
   padding: 1em;
   color: rgba(0, 0, 0, .4);
   text-shadow: 0 0 1px rgba(0, 0, 0, .1);
}

.st-menu ul li a {
   border-bottom: 1px solid #e5e5e5;
}
.st-menu ul li .imageArea .four-images a:last-child,
.st-menu ul li .imageArea .col-right a,
.st-menu ul li.alignLeft .imageArea a {
  border-bottom: none;
}
.st-menu ul li .imageArea .col-right

nav#mobile-customer ul li .not-logged {
   font-size: 0;
   line-height: normal;
   color: #969696;
}

nav#mobile-customer ul li .not-logged a {
   display: block;
}

nav#mobile-customer ul li .not-logged a:hover {
   color: #fff;
   background: #000;
}

nav#mobile-customer ul li .logged-in {
   font-family: 'Montserrat', sans-serif;
   font-size: 13px;
   padding-left: 20px;
   border-bottom: 1px solid #e5e5e5;
}

nav#mobile-customer ul li .logged-in a {
   display: inline-block;
   padding-right: 10px;
   padding-left: 10px;
   border-bottom: 0;
}

.st-menu ul li a {
   font-family: 'Montserrat', sans-serif;
   font-size: 13px;
   font-weight: 700;
   display: block;
   padding: 13px 20px 12px;
   letter-spacing: 0;
   text-transform: uppercase;
   color: #000;
   outline: none;
}

.st-menu > ul > li > a:hover {
   color: #fff;
   background: #000;
}

.st-menu > ul > li.hasSub:hover > a {
   color: #fff;
   background: #000;
}

.st-menu ul li ul li a {
   font-family: 'Roboto', sans-serif;
   font-size: 11px;
   margin-right: 20px;
   margin-left: 20px;
   padding-right: 0;
   padding-left: 0;
   letter-spacing: .02em;
   border-bottom: 1px solid #e5e5e5;
   background: #fff;
}

.st-menu ul li:last-child > a {
   border-bottom: 0;
}

.st-menu ul li.hasSub {
   position: relative;
}

.st-menu ul li span.toggle-expand,
.st-menu ul li span.toggle-close {
   position: absolute;
   top: 3px;
   right: 0;
   width: 40px;
   height: 40px;
   cursor: pointer;
}

.st-menu ul li span.toggle-expand::before {
   position: absolute;
   top: 17px;
   right: 16px;
   content: '';
   border: 5px solid transparent;
   border-top: 5px solid #000;
}

.st-menu > ul > li:hover > span.toggle-expand::before {
   border-top-color: #fff;
}

.st-menu ul li span.toggle-close::before {
   position: absolute;
   top: 11px;
   right: 16px;
   content: '';
   border: 5px solid transparent;
   border-bottom: 5px solid #000;
}

.st-menu > ul > li:hover > span.toggle-close::before {
   border-bottom-color: #fff;
}

.st-menu ul li.expanded > a {
   color: #000;
}

.st-menu > ul > li.expanded:hover > a {
   color: #fff;
   background: #000;
}

.st-menu ul li .subMenu,
.st-menu ul li .subMegaMenu {
   display: none;
   border-bottom: 1px solid #e5e5e5;
}

.st-menu ul li.hasSub.expanded .subMenu,
.st-menu ul li .subMegaMenu.sub-expand {
   display: block;
}

.st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul li.hasSub > ul {
   display: none;
}

.st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul li.hasSub.expanded > ul {
   display: block;
}

.st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul > li.hasSub > ul > li > a {
   font-weight: 400;
   padding-left: 15px;
   text-transform: none;
}

.st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul > li.hasSub > span.toggle-expand::before {
   font-family: FontAwesome;
   top: 10px;
   right: 15px;
   content: '\f067';
   border: none;
}

.st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul > li.hasSub > span.toggle-close::before {
   font-family: FontAwesome;
   top: 10px;
   right: 15px;
   content: '\f068';
   border: none;
}

.st-menu > ul > li:last-child {
   margin-bottom: 100px;
}


/* Individual effects */


/* Effect: Push*/

/*.st-effect-1.st-menu-open .st-pusher,
.st-effect-2.st-menu-open .st-pusher,
.st-effect-3.st-menu-open .st-pusher {
   -webkit-transform: translate3d(270px, 0, 0);
   -moz-transform: translate3d(270px, 0, 0);
   -ms-transform: translate3d(270px, 0, 0);
   -o-transform: translate3d(270px, 0, 0);
   transform: translate3d(270px, 0, 0);
}*/

.st-effect-1.st-menu-open .st-effect,
.st-effect-2.st-menu-open .st-effect,
.st-effect-3.st-menu-open .st-effect {
   -webkit-transform: translate3d(0px, 0, 0);
   -moz-transform: translate3d(0px, 0, 0);
   -ms-transform: translate3d(0px, 0, 0);
   -o-transform: translate3d(0px, 0, 0);
   transform: translate3d(0px, 0, 0);
   z-index: 10001;
}

.st-effect-1.st-menu,
.st-effect-2.st-menu,
.st-effect-3.st-menu {
   -webkit-transform: translate3d(-100%, 0, 0); 
   -moz-transform: translate3d(-100%, 0, 0);
   -ms-transform: translate3d(-100%, 0, 0);
   -o-transform: translate3d(-100%, 0, 0); 
   transform: translate3d(-100%, 0, 0);
   top: 99px;
}

.st-effect-1.st-menu-open .st-effect-1.st-menu,
.st-effect-2.st-menu-open .st-effect-2.st-menu,
.st-effect-3.st-menu-open .st-effect-3.st-menu {
   visibility: visible;
   -webkit-transition: -webkit-transform .3s;
   -moz-transition: -webkit-transform .3s;
   -ms-transition: -webkit-transform .3s;
   -o-transition: -webkit-transform .3s;
   transition: transform .3s;
}

.st-effect-1.st-menu::after,
.st-effect-2.st-menu::after,
.st-effect-3.st-menu::after {
   display: none;
}

.st-effect-1.st-menu-open .header-top,
.st-effect-1.st-menu-open #mobile-navigation,
.st-effect-2.st-menu-open .header-top,
.st-effect-2.st-menu-open #mobile-navigation {
    position: relative;
    z-index: 9999;
}
.hamburger-menu {
    background: #000;
    transition: all 0s .3s;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.hamburger-menu, .hamburger-menu::after, .hamburger-menu::before {
    width: 24px;
    height: 2px;
}
.st-effect-1.st-menu-open .hamburger-menu {
    background: rgba(255,255,255,0);
}

.hamburger-menu::after, .hamburger-menu::before {
    content: "";
    position: absolute;
    left: 0;
    background: #000;
}
.hamburger-menu::before {
    bottom: 8px;
    transition: bottom .3s .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: bottom .3s .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1);
    transition: bottom .3s .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
}
.hamburger-menu::after {
    top: 8px;
    transition: top .3s .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: top .3s .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1);
    transition: top .3s .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
}
.st-effect-1.st-menu-open .hamburger-menu::before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: bottom .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s .3s cubic-bezier(.23,1,.32,1);
    transition: bottom .3s cubic-bezier(.23,1,.32,1),transform .3s .3s cubic-bezier(.23,1,.32,1);
    transition: bottom .3s cubic-bezier(.23,1,.32,1),transform .3s .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s .3s cubic-bezier(.23,1,.32,1);
}

.st-effect-1.st-menu-open .hamburger-menu::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: top .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s .3s cubic-bezier(.23,1,.32,1);
    transition: top .3s cubic-bezier(.23,1,.32,1),transform .3s .3s cubic-bezier(.23,1,.32,1);
    transition: top .3s cubic-bezier(.23,1,.32,1),transform .3s .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s .3s cubic-bezier(.23,1,.32,1);
}


/* */
.module-heading {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 34px;
    color: #323232;
}
.module-heading:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    height: 2px;
    background: #323232;
    margin-top: -1px;
	display: none;
}

.module-heading > span {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
    padding: 0 20px;
    min-width: 420px;
    position: relative;
    z-index: 2;
    display: inline-block;
}

/* Header */
.header-top {
    height: 36px;
    line-height: 36px;
    background: #dba48f;
    color: #fff;
    letter-spacing: 0.16em;
    font-weight: 500;
    text-transform: uppercase;
}
.header-bottom {
    padding: 25px 0 20px 0;
}

.header-bottom .col-sm-4.text-left {
    padding-top: 3px;
}
.header-bottom .col-sm-4.text-right {
    padding-top: 5px;
}
.header-bottom .useraccount {
    display: inline-block;
    float: left;
}

.header-bottom .useraccount > div {
    padding-top: 5px;
}
.header-bottom .useraccount > div > a {
    color: #646464;
    line-height: 15px;
    display: inline-block;
}
.header-bottom .useraccount > div > a:hover {
    color: #323232;
    text-decoration: none;
    border-bottom: 1px solid #323232;
}

.header-bottom #FRAME_SEARCH {
    display: inline-block;
}
.header-bottom #searchBox .search-form {
  position: relative;
}
.header-bottom .wishlist-link {
    display: inline-block;
    float: right;
    margin-left: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
     -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 1px;

}
.header-bottom .wishlist-link a {
    color: #646464;
    margin-left: 10px;
    border-bottom: 1px solid transparent;
    line-height: 15px;
}
.header-bottom .wishlist-link a:hover {
  color: #323232;
  border-bottom: 1px solid #323232;
  text-decoration: none;
}

/* Main menu */
#top-categories-menu {
    border-top: 1px solid #efefef;
    background: #fff;
}

#top-categories-menu .container > ul {
   margin: 0;
   padding: 0;
   text-align: center;
}

#top-categories-menu .container > ul > li {
   position: relative;
   display: inline-block;
}

#top-categories-menu .container > ul > li > a {
   font-family: 'Poppins', sans-serif;
   font-size: 13px;
   font-weight: 600;
   display: block;
   margin: 15px 14px 12px;
   padding: 2px 0;
   letter-spacing: .1em;
   text-transform: uppercase;
   color: #323232;
   border-bottom: 2px solid transparent;
}

/*#top-categories-menu .container > ul > li.hasSub > a {
   position: relative;
   margin-right: 22px;
}

#top-categories-menu .container > ul > li.hasSub > a::after {
   position: absolute;
   top: 7px;
   right: -15px;
   content: '';
   border: 4px solid transparent;
   border-top: 4px solid #fff;
}*/

#top-categories-menu .container > ul > li:hover > a {
   text-decoration: none;
   border-bottom: 1px solid #323232;
}

#top-categories-menu .container > ul > li > .subMenu {
   position: absolute;
   z-index: 99;
   top: auto;
   display: none;
   min-width: 208px;
   -webkit-transition: all .3s ease 0s;
   -moz-transition: all .3s ease 0s;
   -ms-transition: all .3s ease 0s;
   -o-transition: all .3s ease 0s;
   transition: all .3s ease 0s;
   background-color: #fff;
   -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
   -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
   box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
}

#top-categories-menu .container > ul > li > .subMenu ul {
   padding: 10px 0;
   list-style: none;
}

#top-categories-menu .container > ul > li.dropdown:hover > .subMenu {
   display: block;
   -webkit-transition: all .3s ease 0s;
   -moz-transition: all .3s ease 0s;
   -ms-transition: all .3s ease 0s;
   -o-transition: all .3s ease 0s;
   transition: all .3s ease 0s;
}

#top-categories-menu .container > ul > li .subMenu li {
   position: relative;
   padding: 7px 20px;
   text-align: left;
}
#top-categories-menu .container > ul > li .subMenu li a {
   position: relative;
   color: #646464;
}

#top-categories-menu .container > ul > li .subMenu li:hover > a {
   color: #323232;
   text-decoration: none;
}
#top-categories-menu .container > ul > li .subMenu li:hover > a:before {
   content: "";
   background: #b3b3b3;
   width: 100%;
   height: 1px;
   position: absolute;
   bottom: 1px;
   left: 0;
}


/* Home Content */
#mainContainer {
    width: 100%;
    margin: 0 auto;
}

/* Home Slider */
.homepage-slider .owl-carousel .owl-nav div {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 0;
    padding: 10px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    left: 100px;
}
.homepage-slider .owl-carousel .owl-nav div i {
    font-size: 35px;
    color: #fff;
}
.homepage-slider .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 100px;
}

.homepage-slider .owl-carousel .owl-dots {
    position: absolute;
    bottom: 25px;
    width: 100%;
    left: 0;
    text-align: center;
     display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
   -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.homepage-slider .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    padding: 0 10px;
}
.homepage-slider .owl-carousel .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;

}
.homepage-slider .owl-carousel .owl-dots .owl-dot.active span {
    width: 13px;
    height: 13px;
    background: transparent;
    border: 1px solid #fff;
    
}
.homepage-slider .owl-carousel .owl-dots .owl-dot.active {
    margin-top: 1px;
}


/* Home Top Banner */
#home-top-banners {
    margin-top: 35px;
}
#home-top-banners ul {
    padding: 0;
}
#home-top-banners ul li{
    list-style: none;
    text-align: center;   
}
#home-top-banners ul li > a.img-wrap {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#home-top-banners ul li > a.img-wrap > img {
    width: 100%;
}
#home-top-banners ul li > a.img-wrap > span {
    position: absolute;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .3em;
    text-transform: uppercase;
    padding: 0 15px;
    border-bottom: 1px solid transparent
}
#home-top-banners ul li > a.img-wrap:hover > span{
    border-bottom-color: #fff;
}
#home-top-banners ul li > a.img-text h4{
    font-size: 13px;
    font-weight: 600;
    color: #323232;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 27px;
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
}
#home-top-banners ul li > a.img-text:hover {
    text-decoration: none;
}
#home-top-banners ul li > a.img-text:hover h4{
    color: #323232;
    border-bottom-color: #323232;
}

/* Full Width Block */
#fullWidthBlock {
    text-align: center;
    color: #fff;
    position: relative;
    margin-top: 28px;
    overflow: hidden;
}
#fullWidthBlock > img {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
}
#fullWidthBlock .container {
    position: relative;
    z-index: 1;
    padding: 17% 0;
}
@media (max-width: 1680px) {
    #fullWidthBlock .container {
      padding: 12% 0;
    }
    #fullWidthBlock > img {
        height: calc(100% + 120px);
        object-fit: cover;
    }
}
@media (max-width: 1450px) {
    #fullWidthBlock > img {
        height: calc(100% + 140px);
    }
}
@media(max-width:1199px){

}
@media (max-width: 1024px) {
    #fullWidthBlock .container {
        padding: 8% 0;
    }
}
@media (max-width: 991px) {
    #fullWidthBlock > img {
        height: calc(100% + 130px);
    }
}
#fullWidthBlock .custom-content {
    padding: 0 15px;
	float: right;
}
#fullWidthBlock .container .custom-content > span {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.16em;
    padding: 4px 10px;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
#fullWidthBlock .container .custom-content h2 {
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    margin-top: 32px;
    margin-bottom: 20px;
    background: rgb(219,164,143,.4);
    padding: 30px;
}
#fullWidthBlock .container .custom-content .custom-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px;
}

#fullWidthBlock .container .custom-content .btn {
    background: #dba48f;
    min-width: 218px;
    padding: 0px 12px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    margin-right: 30px;
	color: #fff;
	margin-top: -60px;
}
#fullWidthBlock .container .custom-content .btn + .btn {
    margin-right: 0;
}
#fullWidthBlock .container .custom-content .btn:hover {
    background: #323232;
    color: #fff
}
.bs-heading-bottom:after {
    content: "";
    height: 20px;
    width: 53%;
    background: #dba48f;
    display: block;
}
/* Featured Products */
#feautered-products {
  margin-top: 35px;
}

/* Instagram Gallery */
#InstagramGallery {
    border-top: 1px solid #efefef;
    margin-top: 25px;
    padding-top: 35px;
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
}
#InstagramGallery .widget-title {
    text-align: center;
    margin-bottom: 45px;
}
#InstagramGallery .widget-title h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #323232;
    padding: 0 15px;
}
#InstagramGallery .widget-title .insta-btn {
    border: 1px solid #dba48f;
    color: #dba48f;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .16em;
    min-width: 252px;
    padding: 12px;
    margin-top: 15px;
}
.product-item .img .quickview{
	background:#dba48f;
}
#InstagramGallery .widget-title .insta-btn:hover {
  border-color: #323232;
  color: #323232;
}
#InstagramGallery #instafeed a{
    width: 16.6666%;
    float: left;
}

/*home Brand*/
#homeBrands {
    margin-bottom: 5px;
}
#homeBrands .owl-carousel {
   margin: 0;
   padding: 0;
   list-style: none;
}
#homeBrands .owl-carousel .owl-item {
   text-align: center;
}
#homeBrands .owl-carousel .owl-item li a {
   display: block;
   text-align: center;
}
#homeBrands .owl-carousel .owl-item img {
   display: inline-block;
   width: auto;
}
#homeBrands .owl-nav > div,
#instafeed .owl-nav > div {
   font-size: 0;
   position: absolute;
   top: 50%;
   margin-top: -24px;
}
#homeBrands .owl-nav > div:before,
#instafeed .owl-nav > div:before {
    font-family: "FontAwesome";
    content: '\f104';
    color: #646464;
    font-size: 30px;
}
#homeBrands .owl-nav > div.owl-prev,
#instafeed .owl-nav > div.owl-prev  {
    left: -40px;
}
#homeBrands .owl-nav > div.owl-next,
#instafeed .owl-nav > div.owl-next {
    right: -40px;
}
#homeBrands .owl-nav > div.owl-next:before,
#instafeed .owl-nav > div.owl-next:before {
    content: '\f105';
}

@media (max-width: 1300px) {
  #homeBrands .owl-nav > div.owl-prev {
    left: -17px;
  }
  #homeBrands .owl-nav > div.owl-next {
    right: -17px;
  }
}

/* Footer */
.site-footer {
    background-color: #ffffff;
    padding: 25px 0 0px 0;
    font-family: 'Poppins', sans-serif;
    border-top: 1px solid #efefef;
}
#main-footer .col {
    width: 20%;
    float: left;
    padding: 0 15px;
}

#main-footer .col.col-4 {
    width: 40%;
}
#main-footer .col h3 {
    color: #323232;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
    margin-bottom: 12px;
    text-transform: uppercase;
}
#main-footer .col ul {
    padding: 0;
}
#main-footer .col ul li {
    list-style: none;
    padding: 5px 0;
	margin-right: 10px;
}
#main-footer .col ul li a {
    color: #646464;
    display: inline-block;
    line-height: 15px;
    border-bottom: 1px solid transparent;
}
#main-footer .col ul li a:hover {
    color: #323232;
    text-decoration: none;
    border-bottom: 1px solid #323232;
    
}
#main-footer .col ul.social-icons {
    margin-top: 10px;
    margin-bottom: 26px;
    display: inline-block;
}
#main-footer .col ul.social-icons li a {
    color: #323232;
    border: 1px solid #cacaca;
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     width: 36px;
     height: 36px;
     padding: 8px 0;
}
#main-footer .col ul.social-icons li a span:before {
    margin: 0;
    width: auto;
}

#main-footer .col.col-4 #mailistBox .mailist-box {
    margin-top: 4px;
}
#main-footer .col.col-4 #mailistBox .mailist-box input {    
    float: left;
}
#main-footer .col.col-4 #mailistBox .mailist-box input.email {
    width: 66.6666%;
    border: 1px solid #d7d7d7;
    height: 36px;
    line-height: 34px;
    padding: 5px 12px;
}
#main-footer .col.col-4 #mailistBox .mailist-box input.email::-webkit-input-placeholder {
    color: #646464;
    opacity: 1;
    filter: alpha(opacity=100);
}
#main-footer .col.col-4 #mailistBox .mailist-box input.email::-moz-placeholder {
    color: #646464;
    opacity: 1;
    filter: alpha(opacity=100);
}
#main-footer .col.col-4 #mailistBox .mailist-box input.email::-ms-input-placeholder {
    color: #646464;
    opacity: 1;
    filter: alpha(opacity=100);
}
#main-footer .col.col-4 #mailistBox .mailist-box input.email::-moz-placeholder {
    color: #646464;
    opacity: 1;
    filter: alpha(opacity=100);
}
#main-footer .col.col-4 #mailistBox .mailist-box input.btn-submit {
    width: 31%;
    background: #dba48f;
    color: #fff;
    padding: 7px 12px 6px 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .16em;
    border: none;
    margin-left: 2.3333%;
    border: 2px solid #dba48f;
}
#main-footer .col.col-4 #mailistBox .mailist-box input.btn-submit:hover {
    background: #fff;
    color: #323232
}
#main-footer .col.col-4 #mailistBox .radio {
    clear: both;
    display: inline-block;
    margin-top: 0;
    margin-right: 25px;
}
#main-footer .col.col-4 #mailistBox .radio input[type="radio"] {
    margin-top: 2px;
}

#bottom-footer {
    margin-top: 60px;
    padding: 50px 0;
    background: #fafafa;
}
#bottom-footer .copyright {
    padding-top: 7px;
}
#bottom-footer .copyright a {
    color: #646464;
}
#bottom-footer .payment-methods {
    text-align: right;
}
#bottom-footer .payment-methods > a {
    margin-left: 18px;
}

.mfp-iframe-scaler iframe {
    background: #fff !important;
}
.mfp-iframe-holder .mfp-content {
  height: 88%;
  width: 90% !important;
  max-width: 1007px !important;
}
.mfp-iframe-scaler {
  padding-top: 0 !important;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  background: #323232;
  width: 29px !important;
  height: 29px;
  line-height: 29px;
  display: inline-block;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  z-index: 9;
  top: -15px !important;
  right: -15px !important;
  cursor: pointer !important;
}

.listing-page .mfp-image-holder img.mfp-img {
  padding: 0 !important;
}

/*Size Chart Modal*/

.size-chart-btn {
   position: absolute;
   top: 0;
   right: 0;
   color: #323232;
   line-height: 15px;
   font-weight: 500;
	display: none;
}

.size-chart-btn:hover,
.size-chart-btn:focus {
   color: #000;
}

.size-chart-btn span {
   position: relative;
}

.size-chart-btn span::before {
   position: absolute;
   top: 3px;
   left: -22px;
   width: 14px;
   height: 10px;
   content: '';
   background: url('../images/size-chart-icon.png') 0 0 no-repeat;
}
@media(max-width:1023px){
.bs-heading {
    font-size: 50px;
}
.bs-heading-bottom {
    font-size: 90px;
    line-height: 90px;
}
}
@media(max-width:767px){
	#bottom-footer{
		margin-top:30px;
	}
	.site-footer {
    padding-bottom: 0;
}
.bs-heading {
    font-size: 32px;
	line-height: 40px;
}
.bs-heading-bottom {
    font-size: 40px;
    line-height: 35px;
}
.bs-heading-bottom:after {
    height: 10px;
    margin-top: 10px;
}
}
