/*Font Faces*/
@font-face {
    font-family: 'roboto_slabbold';
    src: url('/assets/fonts/RobotoSlab/robotoslab-bold-webfont.woff2') format('woff2'),
         url('/assets/fonts/RobotoSlab/robotoslab-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_slablight';
    src: url('/assets/fonts/RobotoSlab/robotoslab-light-webfont.woff2') format('woff2'),
         url('/assets/fonts/RobotoSlab/robotoslab-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_slabregular';
    src: url('/assets/fonts/RobotoSlab/robotoslab-regular-webfont.woff2') format('woff2'),
         url('/assets/fonts/RobotoSlab/robotoslab-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_slabthin';
    src: url('/assets/fonts/RobotoSlab/robotoslab-thin-webfont.woff2') format('woff2'),
         url('/assets/fonts/RobotoSlab/robotoslab-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'exodus';
    src: url('/assets/fonts/exodus/exodus-personaluse-regular-webfont.woff2') format('woff2'),
         url('/assets/fonts/exodus/exodus-personaluse-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*General Styles*/
meta.foundation-version {
    font-family: "/5.4.5/"; 
}
meta.foundation-data-attribute-namespace {
    font-family: false; 
}
.container-custom {
    width: 1300px;
    max-width: 100%;
}
.custom-container-large {
    width: 1450px;
    max-width: 100%;
}
header .custom-container-large {
    width: 1700px;
}
.header-nav img {
    max-width: 235px;
}
.padding-0 {
    padding: 0;
}
.relative {
    position: relative;
}
/*Header Styles*/
.logged-in-as {
    position: absolute;
    top: 0;
    right: 55%;
    color: #000000;
    font-size: 16px;
    line-height: 46px;
}
.header-bar {
    background: #ffffff;
}
.header-bar .social-block > div {
   /* border-left: 1px solid #949494; */
   /* border-right: 1px solid #949494; */
    padding: 0 30px;
}
.header-bar .social-block a, .header-bar .social-block a:hover, .header-bar .social-block a:focus {
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    display: inline-block;
    margin: 8px 5px;
    font-size: 20px;
    border-radius: 50%;
}
.header-bar .search-block .search-form {
    width: 70%;
    display: block;
    float: left;
    overflow: hidden;
}
.header-bar .search-block .search-open, .header-bar .search-block .search-open:hover, .header-bar .search-block .search-open:focus {
    width: 30%;
    display: block;
    float: left;
    height: 46px;
    line-height: 46px;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #000000;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
   /* text-transform: uppercase; */
   /* border-left: 1px solid #949494; */
   /* border-right: 1px solid #949494; */
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.header-bar .search-block .search-open.active, .header-bar .search-block .search-open.active:hover, .header-bar .search-block .search-open.active:focus {
    background: #ecebeb;
    color: #292929;
}
.header-bar .search-block .search-open i, .header-bar .search-block .search-open:hover i, .header-bar .search-block .search-open:focus i {
    color: #b1b1b1;
    font-size: 22px;
    margin-left: 5px;
}
.header-bar .search-block .search-form .search-input {
    height: 46px;
    padding: 0 30px;
    line-height: 46px;
    border: none;
    border-radius: 0;
    background: #ecebeb;
    color: #7f7f7f;
    font-size: 17px;
    width: 80%;
    display: block;
    float: left;
    position: relative;
    left: 100%;
    -webkit-transition: left 500ms ease-out;
    -moz-transition: left 500ms ease-out;
    -o-transition: left 500ms ease-out;
    transition: left 500ms ease-out;
}
.header-bar .search-block .search-form.active .search-input {
    left: 0;
}
.header-bar .search-block .search-form button.fa-search {
    width: 20%;
    display: block;
    float: left;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: none;
    border-radius: 0;
    background: #000000;
    color: #fefefe;
    font-size: 22px;
    position: relative;
    left: 100%;
    -webkit-transition: left 500ms ease-out;
    -moz-transition: left 500ms ease-out;
    -o-transition: left 500ms ease-out;
    transition: left 500ms ease-out;
}
.header-bar .search-block .search-form.active button.fa-search {
    left: 0;
}
.header-bar .account-open, .header-bar .account-open:hover, .header-bar .account-open:focus {
    width: 100%;
    display: block;
    float: left;
    height: 46px;
    line-height: 46px;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #000000;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
   /* text-transform: uppercase; */
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.header-bar .account-open.active, .header-bar .account-open.active:hover, .header-bar .account-open.active:focus {
    background: #ecebeb;
    color: #292929;
}
.header-bar .account-open i, .header-bar .account-open:hover i, .header-bar .account-open:focus i {
    color: #b1b1b1;
    font-size: 22px;
    margin-left: 5px;
}
.account-dropdown {
    position: absolute;
    top: 100%;
    display: none;
    list-style: none;
    width: 220px;
    left: 0;
    z-index: 7;
}
.special-price {
    position: absolute;
    right: 5px;
    top: 25px;
    width: 80px !important;
    HEIGHT: 80px !important;
    line-height: 22px !important;
    border-radius: 50%;
    background: #af0505 !important;
    font-size: 21px;
    padding-top: 20px;
    text-align: center !important;
    font-weight: 400;
    z-index: 10;
    color: #ffffff;
}
.relative .special-price {
    right: 40px;
}
.account-dropdown li {
    border-top: 1px solid #ffffff;
    background: #bfbfbf;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
}
.account-dropdown li a, .account-dropdown li a:hover, .account-dropdown li a:focus {
    color: #000000;
    text-decoration: none;
    display: block;
    height: 40px;
    padding: 0 30px;
    line-height: 40px;
}
.account-dropdown li a.active, .account-dropdown li a:hover {
    background: #ecebeb;
    color: #292929;
}
.navbar-default .navbar-nav > li > a.shop-item {
    color: #df703d;
    border: 1px solid #df703d;
    padding: 3px 11px 2px 11px;
    position: relative;
    top: -4px;
}
.navbar-default .navbar-nav > li > a.whole-item {
   /* color: #55a245;*/
   /* border: 1px solid #55a245;*/
    padding: 3px 11px 2px 11px;
    position: relative;
    top: -4px;
}
.header-bar .basket-open, .header-bar .basket-open:hover, .header-bar .basket-open:focus {
    width: 100%;
    display: block;
    float: left;
    height: 46px;
    line-height: 46px;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #000000;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
   /* text-transform: uppercase; */
   /* border-left: 1px solid #949494; */
   /* border-right: 1px solid #949494; */
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.header-bar .basket-open.active, .header-bar .basket-open.active:hover, .header-bar .basket-open.active:focus {
    background: #ecebeb;
    color: #292929;
}
.header-bar .basket-open i, .header-bar .basket-open:hover i, .header-bar .basket-open:focus i {
    color: #b1b1b1;
    font-size: 22px;
    margin-left: 5px;
}
.header-bar .basket-open i:before, .header-bar .basket-open:hover i:before, .header-bar .basket-open:focus i:before {
    z-index: 5;
    position: relative;
}
.header-bar .basket-open i span, .header-bar .basket-open:hover i span, .header-bar .basket-open:focus i span {
    color: #fefefe;
    font-size: 9px;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #b1b1b1;
    background: #55aa47;
    border-radius: 50%;
    display: block;
    top: -5px;
    right: -15px;
    z-index: 9;
}
.basket-dropdown {
    position: absolute;
    width: 550px;
    right: 0;
    display: none;
    top: 100%;
    z-index: 5;
}
.basket-dropdown .cart-header, .basket-dropdown .cart-footer {
    background: #292929;
    color: #ffffff;
    padding: 15px;
}
.basket-dropdown .cart-footer {
    padding: 15px 15px 15px 15px;
}
.basket-dropdown .cart-row {
    padding: 20px 15px 20px;
    color: #ffffff;
}
.basket-dropdown .cart-row h4 {
    margin-top: 0;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}
.basket-dropdown .cart-row .delete-product {
    position: absolute;
    top: -1px;
    right: 0px;
}
.thumbnail {
    border: none;
    background: #ffffff;
    border-radius: 0;
    padding: 5px;
    margin-bottom: 0;
}
.qty {
    text-indent: 15px;
}
.unit {
    text-indent: 20px;
}
.unit + div {
    text-indent: -20px;
}
.dropdown-qty-update input {
    border-radius: 0;
    border: 1px solid #cccccc;
    width: 70%;
    float: left;
    margin-right: 5%;
    height: 35px;
    line-height: 35px;
}
.dropdown-qty-update a {
    display: block;
    width: 25%;
    float: left;
    line-height: 0;
    position: relative;
    top: 7px;
}
.basket-dropdown .cart-row.red {
    background: #ff0000;
    padding: 15px;
}
.basket-dropdown .cart-row.green {
    background: #494949;
    border-bottom: 1px solid #292929;
}
.basket-dropdown .cart-footer input {
    background: #ecebeb;
    border: none;
    border-radius: 0;
    color: #292929;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    width: 220px;
    max-width: 100%;
    padding: 0;
    margin-top: 15px;
    font-weight: 600;
}
.basket-dropdown .cart-footer .custom-padding {
    padding: 0 30px;
}
.hide-on-big {
    display: none;
}
.navbar-default {
    border-radius: 0;
    border: none;
    background: transparent;
    min-height: 0;
    margin-top: 108px;
    margin-right: 80px;
}
.navbar-default .navbar-collapse {
    padding: 0;
}
.navbar-default .navbar-nav > li > a {
    padding: 0;
    color: #050708;
    /* font-family: 'roboto_slabregular'; */
    font-size: 18px;
    /*text-transform: uppercase;*/
    margin-left: 70px;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #b15089;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color: #e17646;
}
.header-nav {
  margin-top: 0px;
  margin-bottom: 0px;
}
header.not-sticking .sticky-logo {
    display: none;
}
header.sticking .logo {
    display: none;
}
header.sticking {
    background: #ffffff;
    z-index: 15;
    width: 100%;
}
header.sticking .header-nav {
    margin-top: 20px;
}
header.sticking .header-nav > * {
    height: auto !important;
}
header.sticking .header-nav .navbar-default {
    margin-top: 25px;
}
header.sticking .sticky-logo {
    margin-bottom: 20px;
}
span.currency-type {
    color: #000000;
    line-height: 56px;
    height: 46px;
    display: block;
    float: left;
    position: relative;
    padding: 0 30px 0 15px;
    font-size: 18px;
   /* border-right: 1px solid #949494; */
    cursor: pointer;
    min-width: 100px;
}
span.currency-type i {
    margin-right: 0;
    color: #000000;
    font-size: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 9px;
    right: 10px;
}
span.currency-type ul {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    background: #bfbfbf;
    z-index: 1;
    display: none;
}
span.currency-type ul li {
    height: 30px;
    display: block;
    float: left;
    width: 100%;
}
span.currency-type ul li a {
    color: #000000;
    font-size: 15px !important;
    width: 100% !important;
    text-align: left !important;
    padding: 5px;
    margin: 0 !important;
    display: block !important;
    line-height: 20px !important;
}
/*footer styles*/
.copyright {
    background: #c7c7c7;
    padding: 25px 15px;
}
.copyright p {
    margin: 0;
}
.copyright *, .copyright *:hover, .copyright *:focus {
    text-decoration: none;
    font-size: 17px;
    color: #181a17;
}
footer {
    padding: 40px 15px 50px 15px;
    background: #eeeeee;
}
footer ul {
    list-style: none;
    margin-bottom: 45px;
}
footer ul li {
    display: block;
    float: left;
}
footer ul li a, footer ul li a:hover, footer ul li a:focus {
    display: block;
    font-family: 'roboto';
    color: #000000;
   /* text-transform: uppercase; */
    font-size: 16px;
    text-decoration: none;
    margin-left: 30px;
    font-weight: 400;
}
footer ul li:first-of-type a, footer ul li:first-of-type a:hover, footer ul li:first-of-type a:focus  {
    margin-left: 15px !important;
}
footer ul li a:hover, footer ul li.active a {
    color: #e27646;
}
footer .payment-types a, footer .payment-types a:hover, footer .payment-types a:focus {
    text-decoration: none;
    display: block;
    float: left;
    margin-right: 10px;
}
footer .social-icons {
    text-align: right;
}
footer .social-icons a, footer .social-icons a:hover, footer .social-icons a:focus {
    display: inline-block;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 30px;
    border-radius: 50%;
    opacity: 0.5;
    margin-left: 20px;
    text-decoration: none;
}
/*slider styles*/
.slick-prev, .slick-next {
    width: 71px;
    height: 71px;
    z-index: 5;
}
.slick-prev {
    left: 50px;
}
.slick-next {
    right: 50px;
}
.main-slider-nav .slick-prev, .main-slider-nav .slick-next {
    width: 50px;
    height: 50px;
    z-index: 5;
    top: 41%;
}
.main-slider-nav .slick-prev {
    left: 0;
}
.main-slider-nav .slick-next {
    right: 0;
}
.main-slider-nav {
    padding: 0 55px;
}
.slick-prev:before, .slick-next:before {
    width: 100%;
    height: 100%;
    opacity: 1;
    content: "";
    display: block;
}
.slick-prev:before {
    background: url(/assets/images/template/arrow-left.png);
    background-size: contain;
}
.slick-next:before {
    background: url(/assets/images/template/arrow-right.png);
    background-size: contain;
}
.slick-slider {
    margin-bottom: 0;
}
/*register link styles*/
.register-links {
    margin-top: 2px;
    margin-bottom: 1px;
}
.register-links a {
    background: #eeeeee;
    border-right: 1px solid #ffffff;
    height: 240px !important;
}
.register-links a:last-of-type {
    border-left: 1px solid #ffffff;
    border-right: none;
}
.register-links a img, .register-links a div {
    float: left;
}
.register-links a:last-of-type img {
    float: right;
}
.register-links a h2 {
    margin-top: 55px;
    margin-bottom: 20px;
   /* text-transform: uppercase; */
    font-family: 'roboto';
    color: #2b2a2a;
    font-size: 29px;
    line-height: 15px;
    font-weight: 100;
}
.register-links a p {
   /* text-transform: uppercase; */
    font-family: 'roboto';
    font-size: 17px;
    line-height: 17px;
    color: #2b2a2a;
    margin-bottom: 25px;
}
.register-links a span {
    display: block;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    color: #363636;
   /* text-transform: uppercase; */
    font-size: 16px;
    padding-left: 20px;
    font-weight: 400;
    width: 355px;
    max-width: 100%;
}
.register-links a span img {
    margin: 0 !important;
}
.register-links a div {
    margin-left: 60px;
}
.register-links.large a div {
    margin-left: 125px;
}
/*home styles*/
.page-description {
    text-align: center;
    margin-bottom: 0;
}
.page-description h1 {
    margin-top: 55px;
    margin-bottom: 35px;
    font-family: 'roboto';
    color: #0f100f;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 35px;
    font-weight: lighter;
}
.page-description h1.underline {
    padding-bottom: 15px;
    border-bottom: 1px solid #d7d7d7;
}
.page-description p, .newsletter p {
    /* font-family: 'roboto_slabregular'; */
    font-size: 16px;
    line-height: 30px;
    color: #0f100f;
   /* padding: 0 60px; */
    margin-bottom: 10px;
}
.newsletter p {
    padding: 0;
}
.home-links {
    margin-top: 95px;
    margin-bottom: 75px;
}
.home-links a img {
    max-width: 85px;
}
.home-links a {
    text-decoration: none;
    text-align: center;
}
.home-links a h3 {
    margin-top: 35px;
    margin-bottom: 25px;
    /* font-family: 'roboto_slabregular'; */
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    color: #221f21;
}
.home-links a span {
    display: block;
    margin: 0 auto;
    height: 2px;
    width: 75px;
    background: #eca98b;
    margin-bottom: 20px;
}
.home-links a p {
    color: #292929;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
    padding: 0 40px;
}
.home-sections {
    margin-bottom: 75px;
}
.home-sections a > img {
    width: 100%;
}
.home-sections a h3 {
    display: block;
    float: left;
    width: 100%;
    background: #eeeeee;
    position: relative;
    height: 80px;
    line-height: 85px;
    color: #000000;
    font-size: 20px;
    /*text-transform: uppercase;*/
    font-family: 'roboto';
    font-weight: 300;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.home-sections a h3 i.fa {
  margin-left: 1.618rem;
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  line-height: 85px;
  vertical-align: middle;
}
/* .home-sections a h3:after {
    content: url(/assets/images/template/section-arrow.png);
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -2px;
} */
.home-sections a h3 > img {
    background: #bfbfbf;
    position: absolute;
    max-width: 50px;
    padding: 10px;
    top: -25px;
    left: 0;
    right: 0;
    border-radius: 50%;
    margin: auto;
}
/*about styles*/
.about-articles h2 {
    margin-top: 35px;
    margin-bottom: 45px;
    text-transform: uppercase;
    font-family: 'exodus';
    color: #000000;
    font-size: 25px;
    line-height: 25px;
}
.about-articles p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 30px;
    line-height: 30px;
    /* font-family: 'roboto_slabregular'; */
}
.about-articles > div:nth-of-type(even) .text-block {
    float: right;
}
.about-articles > div {
    margin-bottom: 60px;
}
/*terms styles*/
.term-block h2 {
    margin-top: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'roboto';
    color: #000000;
    font-size: 19px;
}
.term-block p {
    /* font-family: 'roboto_slabregular'; */
    color: #000000;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 25px;
}
/*contact styles*/
.contact {
    margin-bottom: 110px;
    position: relative;
}
.contact h2 {
    float: left;
    width: 100%;
    display: block;
    /* font-family: 'roboto_slabregular'; */
    background: #eeeeee;
    color: #000000;
   /* text-transform: uppercase; */
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
}
.contact span {
    font-size: 16px;
    line-height: 16px;
    color: #0d0d0d;
    font-weight: 400;
}
.contact span.follow-label {
    line-height: 45px;
}
.contact a, .contact a:hover, .contact a:focus {
    font-size: 16px;
    line-height: 16px;
    color: #5d5d5d;
    text-decoration: none;
}
.contact p {
    color: #5d5d5d;
    font-size: 16px;
    margin-bottom: 0;
}
.contact > div > div {
    margin-top: 15px;
}
.contact p em {
    font-style: normal;
    color: #7d7b7b;
}
.contact a.fa, .contact a.fa:hover, .contact a.fa:focus {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    background: #c5c5c5;
    font-size: 24px;
    margin-right: 10px;
}
.contact > div {
    margin-bottom: 40px;
}
.contact label {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 45px;
    color: #0d0d0d;
    width: 20%;
}
.contact input[type="text"], .contact textarea, .contact input[type="email"] {
    display: block;
    float: left;
    width: 80%;
    height: 45px;
    border-radius: 0;
    border: 1px solid #cbcccc;
    font-size: 16px;
    color: #a09f9f;
}
.contact textarea {
    resize: none;
    height: 140px;
    padding-top: 12px;
}
.contact .form-group {
    margin-bottom: 20px;
}
#map {
    height: 500px;
    margin-bottom: 20px;
    margin-top: 0;
}
.contact button {
    margin-top: 25px;
    margin-bottom: 0;
    display: block;
    width: 100%;
    float: left;
    border: none;
    border-radius: 0;
    background: #55a245;
    font-size: 20px;
    /* font-family: 'roboto_slabregular'; */
    color: #fefefe;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
}
/*faq styles*/
.faqs {
    margin-bottom: 140px;
}
.faq-block {
    position: relative;
}
.faqs.panel-group .panel {
    margin-bottom: 10px;
    border: none;
    border-radius: 0;
}
.faqs.panel-group .panel .panel-body p {
    font-size: 16px;
    color: #000000;
    line-height: 25px;
}
.faqs.panel-group .panel-default > .panel-heading {
    padding: 0;
}
.faqs.panel-group .panel-default > .panel-heading .panel-title a, .faqs.panel-group .panel-default > .panel-heading .panel-title a:hover, .faqs.panel-group .panel-default > .panel-heading .panel-title a:focus {
    display: block;
    padding: 10px 20px;
    /* font-family: 'roboto_slabregular'; */
    font-size: 16px;
    color: #000000;
    background: #9e9e9e;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
}
.faqs.panel-group .panel-default > .panel-heading.active .panel-title a, .faqs.panel-group .panel-default > .panel-heading.active .panel-title a:hover, .faqs.panel-group .panel-default > .panel-heading.active .panel-title a:focus {
    color: #ffffff;
    background: #000000;
}
.faqs.panel-group .panel-default > .panel-heading .panel-title a i {
    float: right;
    font-size: 24px;
    color: #6b6b6b;
    font-family: Arial;
} 
.plus-arial:before {
    content: "+";
    font-weight: 200;
    font-style: normal;
}
.minus-arial:before {
    content: "-";
    font-style: normal;
    font-weight: 200;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #55a245;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #ffffff;
    font-size: 35px;
    position: relative;
    top: -3px;
    right: -10px;
}
/*testimonials styles*/
.testimonials {
    position: relative;
    margin-bottom: 150px;
}
.testimonials > div > div {
    margin-bottom: 30px;
}
.testimonials > div > div > div {
    padding: 15px;
    background: #f2f2f2;
    height: 100%;
}
.testimonials > div > div > div > div {
    border: 1px solid #ffffff;
    padding: 10px;
    height: 100%;
}
.testimonials > div > div > div > div span {
    position: absolute;
    bottom: 0;
    margin: auto;
    display: block;
    width: 200px;
    max-width: 100%;
    background: #5b5b5b;
    text-align: center;
    font-family: 'roboto';
    font-size: 16px;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    left: 0;
    right: 0;
}
.testimonials > div > div > div > div h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'roboto';
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
}
.testimonials > div > div > div > div h3 {
    font-family: 'roboto';
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 16px;
    color: #494848;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.testimonials > div > div > div > div h4 {
    /* font-family: 'roboto_slabregular'; */
    margin-top: 0;
    margin-bottom: 10px;
    font-style: italic;
    color: #df703d;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 0 5%;
}
.testimonials > div > div > div > div p {
    margin-top: 0;
    margin-bottom: 15px;
    color: #494848;
    text-align: center;
    font-size: 16px;
    padding: 0 5%;
}
/*pagination styles*/
.paginate-links .pagination {
    float: right;   
}
.paginate-links .pagination > li > a, .pagination > li > span {
  padding: 2px 10px;
  border: none;
  border-radius: 0;
  height: 34px;
  line-height: 34px;
  color: #292929 !important;
  font-family: 'roboto';
  font-size: 15px;
  margin-left: 1px;
}
/*
.paginate-links .pagination > li > a, .pagination > li > span {
    padding: 0 10px;
    border: none;
    border-radius: 0;
    height: 25px;
    line-height: 30px;
    color: #292929 !important;
    font-family: 'exodus';
    font-size: 18px;
    margin-left: 1px;
}
*/
.paginate-links .pagination > li > a.fa {
    font-family: "FontAwesome";
    line-height: 34px;
}
.paginate-links .pagination > .active > a, .paginate-links .pagination > .active > span, .paginate-links .pagination > .active > a:hover, .paginate-links .pagination > .active > span:hover, .paginate-links .pagination > .active > a:focus, .paginate-links .pagination > .active > span:focus, .paginate-links .pagination > li > a:hover, .paginate-links .pagination > li > span:hover {
    background: #55a245;
    color: #ffffff !important;
}
/*blog styles*/
.blog-list {
    position: relative;
}
.blog-list a {
    margin-bottom: 70px;
    text-decoration: none;
}
.blog-list a h3 {
    margin-top: 50px;
    margin-bottom: 10px;
    /* font-family: 'roboto_slabregular'; */
    font-size: 19px;
    line-height: 19px;
    min-height: 57px;
    text-transform: uppercase;
    color: #000000;
}
.blog-list a span {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    color: #5c5b5b;
    margin-bottom: 20px;
}
.blog-list a p {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 30px;
    min-height: 88px;
}
.blog-list a span.read-more {
    /* font-family: 'roboto_slabregular'; */
    display: inline-block;
    width: 175px;
    max-width: 100%;
    text-align: center;
    height: 50px;
    background: #363636;
    line-height: 50px;
    color: #fefefe;
    text-transform: uppercase;
    font-size: 16px;
}
.blog-view {
    margin-bottom: 30px;
    position: relative;
}
.blog-view > div.blog-content {
    padding-bottom: 20px;
    padding-top: 35px;
}
.blog-view hr {
    margin-top: 30px;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #b5b5b5;
}
.blog-view h2 {
    margin-top: 0;
    text-transform: uppercase;
    /* font-family: 'roboto_slabregular'; */
    font-size: 25px;
    line-height: 25px;
    color: #292929;
    margin-bottom: 15px;
}
.blog-view h2 a, .blog-view h2 a:hover, .blog-view h2 a:focus, .blog-view h3 a, .blog-view h3 a:hover, .blog-view h3 a:focus, .back-btn, .back-btn:hover, .back-btn:focus {
    color: #0f100f;
    font-family: 'exodus';
    line-height: 30px;
    font-size: 18px;
    display: block;
    float: right;
    text-decoration: none;
}
.back-btn, .back-btn:hover, .back-btn:focus {
    float: left;
    margin-bottom: 25px;
    margin-top: 0;
}
.breadcrumbs .back-btn, .breadcrumbs .back-btn:hover, .breadcrumbs .back-btn:focus {
    margin-bottom: 0;
    margin-top: 8px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #e27646;
    color: #ffffff !important;
    text-align: center;
    line-height: 34px;
    font-size: 21px !important;
}
.blog-view h2 a img, .blog-view h3 a img, .back-btn img {
    position: relative;
    top: -5px;
}
.blog-view h3 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    /* font-family: 'roboto_slabregular'; */
    font-size: 20px;
    line-height: 20px;
}
.blog-view > div.blog-content p {
    margin-bottom: 25px;
    /* font-family: 'roboto_slabregular'; */
    font-size: 16px;
    color: #000000;
}
.blog-list > h2 {
    margin-top: 45px;
    margin-bottom: 45px;
    /* font-family: 'roboto_slabregular'; */
    font-size: 30px;
    line-height: 30px;
    color: #292929;
    text-transform: uppercase;
}
/*newsletter styles*/
.newsletter h2 {
    background: #eeeeee;
    margin-top: 0;
    margin-bottom: 65px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    /* font-family: 'roboto_slabregular'; */
    text-transform: uppercase;
    font-size: 18px;
    color: #000000;
}
.newsletter h2.payment-header {
    margin-bottom: 10px;
}
.nav-pills > li > a {
    border-radius: 0;
    background: #e7e7e7;
    color: #363636;
    font-size: 16px;
    margin-bottom: 15px;
    min-width: 155px;
    text-align: center;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #363636;
}
.tab-content > .tab-pane {
    float: left;
    width: 100%;
    padding: 20px;
    background: #f9f6f6;
    margin-bottom: 50px;
}
.newsletter {
    position: relative;
    margin-bottom: 105px;
}
.tab-content > .tab-pane .newsletter {
    margin-bottom: 0;
}
.newsletter .form-group {
    display: block;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.tab-content > .tab-pane .newsletter .form-group {
    margin-bottom: 15px;
}
.newsletter .form-group label {
    display: block;
    width: 20%;
    float: left;
    color: #5d5d5d;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
}
.tab-content > .tab-pane .newsletter .form-group label {
    height: 40px;
    line-height: 40px;
}
.newsletter .form-group input, .newsletter .form-group textarea {
    display: block;
    width: 80%;
    float: left;
    height: 45px;
    border-radius: 0;
    border: 1px solid #c9caca;
    font-size: 16px;
    color: #a09f9f;
}
.newsletter .form-group textarea {
    resize: none;
    padding: 12px;
    height: 210px;
}
.tab-content > .tab-pane .newsletter .form-group input, .tab-content > .tab-pane .newsletter .form-group textarea {
    height: 40px;
}
.newsletter button {
    display: block;
    float: right;
    min-width: 220px;
    height: 50px;
    padding: 0 15px;
    border: none;
    border-radius: 0;
    line-height: 50px;
    text-align: center;
    background: #55a244;
    color: #fefefe;
    text-transform: uppercase;
    font-size: 18px;
    width: auto;
    margin-top: 35px;
}
/*message styles*/
.alert-success {
    border: none;
    border-radius: 0;
    background: #20c015;
    line-height: 60px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.alert-success.active {
    height: 60px;
    margin-top: 30px;
}
.alert-success .container p {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}
.alert-success .container p i {
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #ffffff;
    color: #55a244;
    border-radius: 50%;
    margin-right: 20px;    
    position: relative;
    top: 15px;
}
.alert-success .container p i:last-of-type {
    float: right;
    color: #ffffff;
    background: transparent;
    cursor: pointer;
}
.selectric-wrapper {
    float: left;
    width: 100%;
}
.alert-danger {
    border: none;
    border-radius: 0;
    background: #ff0000;
    line-height: 60px;
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.alert-danger.active {
    height: 60px;
    margin-top: 30px;
}
.alert-danger .container p {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}
.alert-danger .container p i {
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #ffffff;
    color: #ff0000;
    border-radius: 50%;
    margin-right: 20px;    
    position: relative;
    top: 15px;
}
.alert-danger .container p i:last-of-type {
    float: right;
    color: #ffffff;
    background: transparent;
    cursor: pointer;
}
/*newsletter bar styles*/
.newsletter-bar {
    background: #eeeeee;
    padding: 20px 0;
    margin-bottom: 1px;
}
.newsletter-bar h3 {
    font-family: 'roboto';
    font-size: 22px;
    color: #474747;
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}
.newsletter-bar button {
    background: none;
    padding: 0;
    border: none;
    border-radius: 0;
}
.newsletter-bar .form-group {
    margin: 0;
}
.newsletter-bar input {
    border-radius: 0;
    border: none;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    font-size: 16px;
    color: #7f7e7e;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    width: 320px;
    float: left;
}
.newsletter-bar form {
    float: none;
    width: 380px;
    margin: 20px auto 0 auto;
}
.newsletter-bar > div > div:first-of-type img {
    margin-top: 20px;
}
.newsletter-bar > div > div:last-of-type img {
    margin-top: 12px;
}
/*category list styles*/
.category-list a > div {
    padding-bottom: 40px;
    background: #f0f0f0;
    height: 100%;
}
.category-list a {
    margin-bottom: 60px;
}
.category-list a > div > div {
    background: #ffffff;
    padding: 0;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.category-list a h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'roboto';
    font-size: 19px;
    line-height: 19px;
    text-align: center;
    float: left;
    display: block;
    width: 100%;
    min-height: 57px;
    padding: 0 20px;
    color: #000000 !important;
}
.category-list a span {
    margin-bottom: 25px;
    text-align: center;
    float: left;
    display: block;
    width: 100%;
    /* font-family: 'roboto_slabregular'; */
    font-size: 16px;
    color: #000000;
    line-height: 18px;
}
.category-list a span i.fa {
    font-size: 12px;
}
.category-list {
    margin-top: 75px;
}
.category-list-featured a {
    padding: 0 5px;
    margin-bottom: 10px;
}
.category-list-featured a > div {
    background: #dcdbdb;
}
.category-list-featured a h2 {
    /* font-family: 'roboto_slabregular'; */
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-top: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
    min-height: 40px;
}
.category-list-featured a span {
    /* font-family: 'roboto_slabregular'; */
    font-size: 18px;
    line-height: 18px;
}
.category-list-featured a span i.fa {
    font-size: 14px;
}
/*back to top styles*/
.back-to-top, .back-to-top:hover, .back-to-top:focus {
    position: fixed;
    right: 90px;
    bottom: 20px;
    height: 70px;
    line-height: 70px;
    width: 70px;
    text-align: center;
    background: #363636;
    border-radius: 20px;
    font-size: 40px;
    text-decoration: none;
    color: #646464;
    display: none;
}
/*product styles*/
.product-list-top .bordered .border-show, .bordered-three-sides {
    border-left: 2px solid #e1e3e5;
    border-right: 2px solid #e1e3e5;
}
.bordered-three-sides {
    border-bottom: 2px solid #e1e3e5;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.product-list-top .bordered a {
    text-decoration: none;
}
.product-list-top .bordered a > div.background-show {
  background: #eeeeee;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.product-list-top .bordered a > div h2 {
    font-family: 'roboto';
   /* text-transform: uppercase; */
    font-size: 16px;
    color: #252020;
    line-height: 18px;
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center;
    min-height: 60px;
    font-weight: bold;
}
.product-list-top .bordered a > div h3 {
    margin-top: 0;
    font-family: 'roboto';
    font-size: 15px;
    line-height: 18px;
    margin-top: 8px;
    margin-bottom: 15px;
    color: #000000;
    text-align: center;
    min-height: 36px;
}
.product-list-top .bordered a img {
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
    float: left;
}
.product-list-top .bordered a > div span, .add-to-bag-modal, .add-to-bag-modal:hover, .add-to-bag-modal:focus {
    display: block;
    width: 100%;
    float: left;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #eeeeee;
    /* font-family: 'roboto_slabregular'; */
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
}
.add-to-bag-modal, .add-to-bag-modal:hover, .add-to-bag-modal:focus {
    background: #55a245;
}
.product-list-top .slick-prev {
    left: -100px;
}
.product-list-top .slick-next {
    right: -100px;
}
.price {
    font-family: 'roboto';
    color: #000000;
    font-size: 23px;
    margin-top: 0;
    margin-bottom: 35px;
    font-style: italic;
    font-weight: bold;
}
.product {
    float: left;
    width: 100%;
}
/*modal styles*/
.modal-backdrop.in {
    height: 100vh;
    position: fixed;
    background: rgba(41, 41, 41, 0.7);
}
.modal-content {
    border: none;
    border-radius: 0;
    padding: 70px;
}
.modal-header {
    padding: 0;
    border-bottom: none;
    min-height: 0;
}
.modal-body {
    padding: 0;
}
.modal-header .close {
    font-size: 25px;
    opacity: 1;
    color: #1f201f;
    margin: 0;
    position: absolute;
    top: 20px;
    right: 25px;
}
/*add to cart form styles*/
.add-to-cart-form button {
    height: 60px;
    line-height: 60px;
    width: 100%;
    display: block;
    text-align: center;
    color: #fefefe;
    font-size: 20px;
    text-transform: uppercase;
    background: #55a245;
    border: none;
    margin-top: 0;
    float: left;
    margin-bottom: 30px;
}
.add-to-cart-form label {
    font-size: 16px;
    color: #5d5d5d;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 0;
}
.add-to-cart-form input, .add-to-cart-form textarea {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    border: 1px solid #cbcccc;
    padding: 0 12px;
    color: #a09f9f;
    /* font-family: 'roboto_slabregular'; */
}
.add-to-cart-form textarea {
    height: 150px;
    resize: none;
}
.add-to-cart-form input.product-code {
    color: #5d5d5d;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.add-to-cart-form .form-group {
    margin-bottom: 20px;
}
.selectric .label {
    text-align: left;
    font-weight: normal;
    color: #a09f9f;
    /* font-family: 'roboto_slabregular'; */
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.selectric-open .selectric {
    border-color: #cbcccc;
    background: #ffffff;
}
.selectric {
    border: 1px solid #cbcccc;
    background: #ffffff;
}
.selectric-items {
    background: #ffffff;
    border: 1px solid #cbcccc;
    border-top-width: 0;
}
.selectric-items li {
    padding: 0 12px;
    min-height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #a09f9f;
    /* font-family: 'roboto_slabregular'; */
}
.selectric-items li.highlighted, .selectric-items li.highlighted, .selectric-items li:hover  {
    background: #e5e5e5;
    color: #919191;
}
.selectric .button:after {
    display: none;
}
.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    line-height: 40px;
}
h1.product-title {
    font-family: 'roboto';
    margin-top: 40px;
    font-size: 20px;
    line-height: 20px;
    color: #0f100f;
    margin-bottom: 0;
}
h2.product-title {
    font-family: 'roboto';
    margin-top: 10px;
    font-size: 18px;
    line-height: 18px;
    color: #0f100f;
    margin-bottom: 40px;
}
/*login styles*/
.login h1 {
    margin-top: 100px;
    margin-bottom: 30px;
    /* font-family: 'roboto_slabregular'; */
    font-size: 23px;
   /* text-transform: uppercase; */
    color: #2b2a2a;
    font-weight: 300;
}
.login .newsletter .form-group label {
    width: 28%;
}
.login .newsletter .form-group label + div {
    width: 72%;
}
.login .newsletter .form-group label.signup {
    width: 72%;
    margin-left: 28%;
    padding: 0 0 0 20px;
    height: auto;
    line-height: 100%;
    position: relative;
}
.login .newsletter .form-group label.signup input {
    display: none;
}
.login .newsletter .form-group label.signup .custom-check {
    position: absolute;
    width: 16px;
    height: 16px;
    display: block;
    top: 0px;
    left: 0px;
    background: transparent;
}
.login .newsletter .form-group label.signup .custom-check:before {
    content: "\f096";
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.login .newsletter .form-group label.signup input[type=checkbox]:checked ~ .custom-check:before {
    content: "\f046";
}
.checkbox {
    margin: 0;
}
.login .newsletter .form-group input, .login .newsletter .form-group textarea {
    width: 72%;
    margin: 0;
}
.login .newsletter .form-group label + div input {
    width: 100%;
    margin-top: 10px;
    display: none;
}
.login .newsletter .form-group input[type="checkbox"] {
    width: auto;
    height: auto;
}
.forgot-password, .forgot-password:hover, .forgot-password:focus {
    width: 72%;
    margin-left: 28%;
    display: block;
    float: left;
    font-size: 14px;
    text-decoration: none;
    color: #df703d;
    text-align: right;
}
/*profile styles*/
.cart-tab, .cart-tab:hover, .cart-tab:focus {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    /* font-family: 'roboto_slabregular'; */
    font-size: 18px;
    text-transform: uppercase;
    color: #363636;
    background: #e7e7e7;
}
.cart-tab.active, .cart-tab.active:hover, .cart-tab:hover, .cart-tab.active:focus {
    color: #ffffff;
    background: #bfbfbf;
}
.cart-tab-container {
    padding-bottom: 30px;
    margin-top: 10px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 35px;
}
.newsletter.profile-form .form-group label {
    width: 100%;
    line-height: 16px;
    height: auto;
    padding: 0 20px;
}
.newsletter.profile-form .form-group input, .newsletter.profile-form .form-group textarea {
    width: 100%;
    padding: 0 20px;
}
.newsletter.profile-form button {
    width: 100%;
}
/*product styles*/
.main-slider .slick-slide {
    padding: 40px;
}
.main-slider-nav .slick-slide {
    margin: 0 5px;
    border: 1px solid #878787;
    padding: 15px;
}
.product-container {
    padding-bottom: 30px;
    border-bottom: 2px solid #d7d7d7;
}
.main-slider .slick-slide p {
    margin-bottom: 0;
    float: left;
    display: block;
    width: 100%;
    background: #eeeeee;
    padding: 0 15px;
    font-size: 18px;
    color: #000000;
    height: 52px;
    line-height: 52px;
}
.product-description h1 {
    margin-bottom: 12px;
    margin-top: 20px;
}
.corporate-article {
    margin-bottom: 3px;
}
.product-description p {
    margin-bottom: 5px;
    color: #0f100f;
    font-size: 16px;
    line-height: 24px;
}
.product-description p:last-of-type {
    margin-bottom: 20px;
}
label.radio_block {
    display: block;
    float: left;
    margin-top: 50px;
    position: relative;
    padding-left: 20px;
    color: #5d5d5d;
    font-size: 16px;
}
label.radio_block .check {
    top: 3px;
    left: 0;
    position: absolute;
    border: 2px solid #55a244;
    background: #ffffff;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
label.radio_block input[type=checkbox] {
    display: none;
}
label.radio_block input[type=checkbox]:checked ~ .check::before {
    background-color: #55a244;
}
label.radio_block .check::before {
    top: -1px;
    left: -1px;
    height: 13px;
    width: 13px;
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
}

/*breadcrumbs*/
.breadcrumbs {
    height: 45px;
    line-height: 45px;
    background: #e5e5e5;
    margin-top: 25px;
}
.breadcrumbs a, .breadcrumbs a:hover, .breadcrumbs a:focus {
    text-decoration: none;
    font-size: 15px;
    color: #7a7a7a;
}
.breadcrumbs a:last-of-type, .breadcrumbs a:last-of-type:hover, .breadcrumbs a:last-of-type:focus {
    color: #111111;
}
.breadcrumbs a i {
    margin: 0 8px;
}
/*order block styles*/
.order-container {
    margin-bottom: 145px;
    margin-top: 15px;
}
.order-block {
    background: #eeeeee;
    padding: 35px;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.order-block h2 {
    margin-top: 0;
    margin-bottom: 40px;
    font-family: 'roboto';
    color: #000000;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
}
.order-options > div {
    font-size: 17px;
    line-height: 25px;
    color: #000000;
}
.order-options .cart-total {
    padding: 40px 0;
    margin-top: 35px;
    border-top: 2px solid #ececec;
}
.order-options .cart-total > div {
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
}
.order-block input {
    display: block;
    width: 100%;
    float: left;
    margin-top: 10px;
    border: none;
    border-radius: 0;
    background: #55a245;
    color: #fefefe;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.order-block a, .order-block a:hover, .order-block a:focus {
    display: block;
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 10px;
    border: none;
    border-radius: 0;
    background: #ffffff;
    color: #545252;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    height: 60px;
    text-decoration: none;
    line-height: 60px;
}
.cart-product-row {
    padding-right: 45px;
}
.cart-product-row > div {
    border-bottom: 2px solid #dbd7d7;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.cart-product-row:last-of-type > div {
    border-bottom: none;
}
.cart-product-row .delete-product {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 18px;
    color: #000000;
    z-index: 1;
    font-family: Arial;
}
.cart-product-row .product-image {
    padding: 20px;
    border: 1px solid #c2c2c2;
}
.cart-product-row h2 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-family: 'roboto';
    font-size: 22px;
    color: #0f100f;
    line-height: 22px;
}
.cart-product-row h2 a, .cart-product-row h2 a:hover, .cart-product-row h2 a:focus {
    text-decoration: none;
    color: #0f100f;
}
.cart-product-row h3 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 16px;
    font-family: 'roboto';
    color: #000000;
}
.cart-product-row h4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    color: #0f100f;
}
.cart-product-row h4 span {
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    float: left;
    width: 100%;
}
.view-product {
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #9a9898;
    text-decoration: underline;
    text-align: right;
}
.view-product i {
    color: #5d5d5d;
    text-decoration: none;
}
.cart-product-row form {
    margin-top: 95px;
    margin-bottom: 15px;
    background: #eeeeee;
    display: block;
    float: left;
    width: 100%;
    padding: 15px;
}
.cart-product-row form label {
    text-transform: uppercase;
    color: #000000;
    font-size: 15px;
}
.cart-product-row form label strong {
    float: right;
}
.cart-product-row form button, .cart-product-row form input {
    display: block;
    float: left;
}
.cart-product-row form button {
    padding: 0;
    background: none;
    width: 25%;
    height: 23px;
    text-align: left;
    line-height: 23px;
    border: none;
    color: #000000;
}
.cart-product-row form input {
    width: 75%;
    height: 23px;
    border: 1px solid #bfc0c0;
    line-height: 23px;
}
.cart-product-row form .total {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ffffff;
}
.cart-heading {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    float: left !important;
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    height: 50px !important;
    line-height: 50px !important;
    background: #eeeeee !important;
    /* font-family: 'roboto_slabregular' !important; */
    font-size: 18px !important;
    color: #000000 !important;
    text-transform: uppercase !important;
}
.disclaimer {
    display: none;
}
/*order list styles*/
.order-list-header > div {
    border-right: 3px solid #ffffff;
    background: #c5c3c3;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 17px;
    color: #363636;
    padding: 0 20px;
}
.order-list {
    margin-top: 10px;
}
.order-list > div, .order-list > a, .order-list > a:hover, .order-list > a:focus {
    border-right: 3px solid #ffffff;
    background: #f0efef;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    color: #474747;
    text-decoration: none;
    padding: 0 20px;
}
.order-list:nth-of-type(even) > div, .order-list:nth-of-type(even) > a, .order-list:nth-of-type(even) > a:hover, .order-list:nth-of-type(even) > a:focus {
    background: #e3e1e1;
}
.order-list > div:last-of-type {
    background: #55a245;
    color: #ffffff;
}
.block-grid-xs-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: none !important;
}
.order-title {
    margin-top: 10px;
    margin-bottom: 35px;
}
.order-title h2 {
    margin-top: 0;
    margin-bottom: 10px;
    /* font-family: 'roboto_slabregular'; */
    text-transform: uppercase;
    font-size: 19px;
    color: #363636;
    line-height: 30px;
}
.order-title h2 span {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    color: #737272;
    display: inline-block;
    margin-left: 15px;
}
.order-title a {
    text-transform: uppercase;
    font-size: 19px;
    color: #363636;
    text-decoration: none;
    margin-left: 20px;
    line-height: 30px;
    display: inline-block;
}
.order-title a i {
    font-size: 30px;
    color: #55a245;
    margin-right: 15px;
}
.order h1 {
    display: block;
    color: #000000;
    background: #bfbfbf;
    height: 50px;
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 40px;
    /* font-family: 'roboto_slabregular'; */
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
}
.order p {
    font-size: 16px;
    color: #2b2a2a;
    margin-bottom: 35px;
    line-height: 30px;
}
.product-headings > div {
    padding: 0 20px;
    float: left;
    height: 50px;
    line-height: 50px;
    background: #cdcdcd;
    border-right: 2px solid #ffffff;
    font-size: 16px;
    color: #474747;
}
.product-headings {
    margin-bottom: 10px;
    float: left;
}
.product-headings > div:nth-of-type(1), .product > div:nth-of-type(1) {
    width: 200px;
}
.product-headings > div:nth-of-type(2), .product > div:nth-of-type(2) {
    width: 275px;
}
.product-headings > div:nth-of-type(3), .product-headings > div:nth-of-type(4), .product-headings > div:nth-of-type(5), .product-headings > div:nth-of-type(7), 
.product > div:nth-of-type(3), .product > div:nth-of-type(4), .product > div:nth-of-type(5), .product > div:nth-of-type(7) {
    width: 180px;
}
.product-headings > div:nth-of-type(6), .product > div:nth-of-type(6) {
    width: 75px;
}
.product > div:nth-of-type(6) {
    width: 180px;
}
.product > div:nth-of-type(8) {
    width: 75px;
}
.product > div:nth-of-type(10) {
    width: 180px;
}
.product > div {
    float: left;
    padding: 10px;
    background: #eceaea;
    border-right: 2px solid #ffffff;
    font-size: 16px;
    color: #474747;
}
.product-summary {
    width: 360px;
    margin-top: 2px;
    float: right;
}
.product-summary > div {
    padding: 10px;
    background: #eceaea;
    border-right: 2px solid #ffffff;
    font-size: 16px;
    color: #474747;
}
.products {
    float: left;
    margin-bottom: 100px;
}
.navbar-right .dropdown-menu {
    left: 60px;
    right: auto;
    border-radius: 0;
    border: none;
    padding: 0;
    padding-top: 10px !important;
    width: 300px;
}
.navbar-right .dropdown-menu.align-left {
    left: auto;
    right: 0;
}
.dropdown-menu > li > a {
    padding: 10px 20px;
    color: #050708;
    /* font-family: 'roboto_slabregular'; */
    font-size: 16px;
    text-transform: uppercase;
    white-space: normal;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #292929;
}
.logged-in-as {
    display: flex;
}

/*responsive styles*/
@media (min-width: 1200px){
    .navbar-collapse.collapse.hidden-lg {
        display: none !important;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .navbar-collapse.collapse.hidden-md {
        display: none !important;
    }
}
@media (max-width: 1800px) {
    .navbar-default {
        padding: 0 15px;
    }
}
@media (max-width: 1785px) {
    .register-links a div {
        margin-left: 60px;
    }
}
@media (max-width: 1655px) {
    .register-links a div {
        margin-left: 40px;
    }
    .register-links a h2 {
        margin-top: 60px;
    }
}
@media (max-width: 1615px) {
    .register-links a h2 {
        margin-top: 50px;
    }
    .register-links a div {
        margin-left: 25px;
    }
}
@media (max-width: 1600px) {
    .navbar-default {
        margin-top: 130px;
    }
}
@media (max-width: 1585px) {
    .register-links a div {
        margin-left: 30px;
    }
    .register-links.large a div {
        margin-left: 60px;
    }
    .register-links a h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .register-links a p {
        font-size: 17px;
        line-height: 17px;
    }
    .register-links a h2 {
        margin-top: 65px;
    }
}
@media (max-width: 1520px) {
    .product-list-top .slick-prev {
        left: -70px;
    }
    .product-list-top .slick-next {
        right: -70px;
    }
}
@media (max-width: 1490px) {
    .navbar-default {
        margin-top: 125px;
    }
}
@media (max-width: 1475px) {
    .register-links a span {
        width: 375px;
    }
    .register-links a h2 {
        font-size: 25px;
        line-height: 25px;
    }
    .register-links a p {
        font-size: 15px;
        line-height: 15px;
    }
}
@media (max-width: 1470px) {
    .product-list-top .slick-prev {
        left: -55px;
    }
    .product-list-top .slick-next {
        right: -55px;
    }
}
@media (max-width: 1440px) {
    .slick-prev:before, .slick-next:before {
        background-size: 100%;
    }
    .product-list-top .slick-prev, .product-list-top .slick-next {
        width: 50px;
        height: 50px;
    }
    .product-list-top .slick-prev {
        left: -35px;
    }
    .product-list-top .slick-next {
        right: -35px;
    }
    .category-list a h2 {
        font-size: 16px;
    }
}
@media (max-width: 1435px) {
    .navbar-default .navbar-nav > li > a {
        margin-left: 25px;
    }
    .navbar-right .dropdown-menu {
        left: 25px;
        right: auto;
    }
    .register-links.large a div {
        margin-left: 40px;
    }
}
@media (max-width: 1405px) {
    .register-links a span {
        width: 360px;
    }
}
@media (max-width: 1395px) {
    .product-list-top .slick-prev {
        left: -25px;
    }
    .product-list-top .slick-next {
        right: -25px;
    }
}
@media (max-width: 1380px) {
    .navbar-default .navbar-nav > li > a {
        margin-left: 20px;
    }
    .navbar-right .dropdown-menu {
        left: 20px;
        right: auto;
    }
    .navbar-default {
        margin-top: 110px;
    }
}
@media (max-width: 1375px) {
    .register-links a span {
        width: 325px;
        font-size: 15px;
    }
}
@media (max-width: 1366px) {
    .slick-prev {
        left: 25px;
    }
    .slick-next {
        right: 25px;
    }
    .container-custom {
        width: 1230px;
        max-width: 100%;
    }
}
@media (max-width: 1330px) {
    .navbar-default .navbar-nav > li > a {
        margin-left: 15px;
    }
    .navbar-right .dropdown-menu {
        left: 15px;
        right: auto;
    }
    .navbar-default {
        margin-top: 100px;
    }
    footer ul li a, footer ul li a:hover, footer ul li a:focus {
        font-size: 16px;
        margin-left: 30px;
    }
}
@media (max-width: 1305px) {
    .register-links a span {
        width: 305px;
    }
}
@media (max-width: 1300px) {
    .container-custom {
        width: 1150px;
        max-width: 100%;
    }
    .category-list a span {
        font-size: 14px;
        line-height: 14px;
    }
}
@media (max-width: 1290px) {
    .category-list-featured a span {
        font-size: 16px;
        line-height: 16px;
    }
}
@media (max-width: 1275px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 18px;
    }
    .register-links a span {
        width: 300px;
    }
}
@media (max-width: 1265px) {
    footer ul li a, footer ul li a:hover, footer ul li a:focus {
        font-size: 15px;
        margin-left: 25px;
    }
    footer ul {
        margin-bottom: 65px;
    }
}
@media (max-width: 1255px) {
    .register-links a span {
        width: 285px;
    }
    .register-links a h2 {
        font-size: 22px;
        line-height: 22px;
    }
    .register-links a p {
        font-size: 13px;
        line-height: 13px;
    }
}
@media (max-width: 1230px) {
    .register-links a h2 {
        font-size: 20px;
        line-height: 20px;
    }
    .register-links a p {
        font-size: 12px;
        line-height: 12px;
    }
    .register-links a span {
        height: 50px;
        line-height: 50px;
        font-size: 13px;
        padding-left: 10px;
        width: 270px;
    }
    .register-links a span img {
        height: 100%;
    }
}
@media (max-width: 1220px) {
    .navbar-default .navbar-nav > li > a {
        margin-left: 10px;
        font-size: 17px;
    }
    .navbar-right .dropdown-menu {
        left: 10px;
        right: auto;
    }
    .navbar-right {
        margin: 0;
    }
    .product-list-top .slick-prev, .product-list-top .slick-next {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .product-list-top .bordered a > div.background-show {
        padding: 0;
    }
    .navbar-default {
        margin-top: 90px;
    }
    .page-description {
        margin-bottom: 35px;
    }
    .page-description h1 {
        margin-top: 55px;
        margin-bottom: 30px;
    }
    .home-links {
        margin-top: 45px;
        margin-bottom: 45px;
    }
}
@media (max-width: 1195px) {
    .register-links a span {
        width: 240px;
    }
}
@media (max-width: 1165px) {
    footer ul li a, footer ul li a:hover, footer ul li a:focus {
        margin-left: 15px;
    }
    .category-list-featured a span {
        font-size: 14px;
        line-height: 14px;
    }
}
@media (max-width: 1150px) {
    .category-list-featured a h2 {
        font-size: 16px;
        line-height: 16px;
        margin-top: 30px;
    }
}
@media (max-width: 1135px) {
    .register-links a span {
        width: 230px;
    }
}
@media (max-width: 1130px) {
    .navbar-default {
        margin-top: 85px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
    }
}
@media (max-width: 1125px) {
    .register-links a h2 {
        font-size: 18px;
        line-height: 18px;
    }
    .register-links a p {
        font-size: 10px;
        line-height: 10px;
    }
}
@media (max-width: 1110px) {
    footer ul li a, footer ul li a:hover, footer ul li a:focus {
        font-size: 13px;
        margin-left: 30px;
    }
}
@media (max-width: 1105px) {
    .register-links a span {
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        width: 175px;
    }
    .register-links a span img {
        display: none;
    }
}
@media (max-width: 1095px) {
    .category-list-featured a h2 {
        font-size: 15px;
        line-height: 15px;
        margin-top: 40px;
        padding: 0;
    }
    .category-list-featured a span {
        padding: 0;
    }
    .category-list a h2 {
        font-size: 15px;
    }
}
@media (max-width: 1075px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 15px;
    }
    .header-nav {
        margin-top: 20px;
    }
    footer ul li a, footer ul li a:hover, footer ul li a:focus {
        margin-left: 25px;
    }
}
@media (max-width: 1065px) {
    .register-links a img {
        max-width: 200px;
    }
    .register-links a:first-of-type img {
        max-width: 163px;
    }
    .register-links a h2 {
        margin-top: 45px;
    }
    .register-links a p {
        margin-bottom: 40px;
    }
}
@media (max-width: 1040px) {
    footer ul li a, footer ul li a:hover, footer ul li a:focus {
        margin-left: 18px;
    }
    .newsletter-bar h3 {
        font-size: 21px;
        margin-top: 17px;
    }
}
@media (max-width: 1030px) {
    .navbar-default {
        margin-top: 75px;
    }
    .navbar-default .navbar-nav > li > a {
        margin-left: 10px;
        font-size: 13px;
    }
    .navbar-right .dropdown-menu {
        left: 5px;
        right: auto;
    }
    span.currency-type, .header-bar .search-block .search-open, .header-bar .search-block .search-open:hover, .header-bar .search-block .search-open:focus, .header-bar .account-open, .header-bar .account-open:hover, .header-bar .account-open:focus, .header-bar .basket-open, .header-bar .basket-open:hover, .header-bar .basket-open:focus, .logged-in-as {
        font-size: 14px;
    }
    .product-list-top .bordered a img {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 995px) {
    footer ul li a, footer ul li a:hover, footer ul li a:focus {
        margin-left: 15px;
    }
}
@media (max-width: 991px) {
    header .custom-container-large {
        /* padding-left: 0 !important; */
        padding-right: 0 !important;
    }
    .logged-in-as {
        right: 50%;
    }
    .navbar-nav > li > a.shop-item {
        color: #e27646;
    }
    .navbar-nav > li > a.whole-item {
        color: #55a245;
    }
    .home-sections a {
        margin-bottom: 25px;
    }
    .less-margin {
        margin-top: 20px;
    }
    .testimonials {
        margin-bottom: 60px;
    }
    .category-list-featured a h2 {
        text-align: center;
    }
    .category-list-featured a span {
        text-align: center;
    }
    .category-list-featured a img {
        display: block;
        margin: 0 auto;
    }
    .newsletter-bar > div > div {
        display: none;
    }
    .blog-view > div.blog-content > div:first-of-type {
        margin-bottom: 35px;
    }
    .blog-view > div.blog-content {
        padding-bottom: 0;
    }
    .blog-list > h2 {
        margin-top: 15px;
    }
    .blog-list a {
        margin-bottom: 30px;
    }
    .faq-block, .testimonials, .blog-list, .blog-view {
        width: 950px;
        top: 0px;
        max-width: 100%;
    }
    .newsletter {
        width: 950px;
        top: 0px;
        max-width: 100%;
        margin-bottom: 100px;
    }
    .newsletter h2 {
        margin-top: 25px;
    }
    .contact {
        top: 0px;
        width: 950px;
        max-width: 100%;
    }
    .navbar-default {
        margin-top: 0;
        float: right;
        padding: 0;
        margin: 0;
        width: auto;
    }
    .home-links a p {
        padding: 0;
    }
    .navbar-default .container-fluid {
        padding: 0;
    }
    .navbar-default .navbar-toggle {
        margin: 0;
        border: none;
        padding: 0 15px;
        height: 46px;
       /* border-left: 1px solid #949494; */
        background-color: #ecebeb;
        border-radius: 0;
    }
    .navbar-default .navbar-toggle.collapsed .icon-bar {
        background-color: #b1b1b1;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #292929;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: #ecebeb;
    }
    .navbar-default .navbar-toggle.collapsed {
        background: transparent !important;
    }
    .navbar-collapse {
        position: absolute;
        width: 100%;
        background: #ecebeb;
        top: 46px;
        z-index: 6;
        right: 0;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
        padding: 0;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    .search-block {
        width: auto;
        position: static;
    }
    .header-bar .search-block .search-form {
        position: absolute;
    }
    .header-bar .search-block .search-open, .header-bar .search-block .search-open:hover, .header-bar .search-block .search-open:focus {
        padding: 0 15px;
        width: 100%;
        position: relative;
        z-index: 1;
    }
    .navbar-right .dropdown-menu {
        position: relative;
        width: 100%;
        left: 0;
        right: 0;
        background: #d9d9d9;
        padding: 10px 0;
        margin-bottom: 10px;
    }
    .header-bar .search-block .search-form {
        width: 100%;
        right: 0;
        z-index: 0;
        top: 46px;  
    }
    .header-bar .search-block .search-form.active {
        z-index: 20;
    }
    .navbar-nav > li > a {
        padding: 10px 20px;
        display: block;
        color: #000000;
        font-family: 'roboto';
        font-size: 18px;
        line-height: 24px;
        text-transform: uppercase;
        background: none;
        text-align: right;
    }
    .dropdown-menu > li > a {
        text-align: right;
        font-family: 'roboto';
    }
    .navbar-nav > li > a:hover {
        color: #b15089;
        background: none;
    }
    .navbar-nav > li > a span {
        display: inline-block;
        padding-left: 10px;
        font-size: 22px;
        border-left: 1px solid #ecebeb;
        margin-left: 10px;
    }
    .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
        background: none;
        color: #b15089;
    }
    .navbar-nav > li {
        width: 100%;
    }
    .navbar-nav {
        padding: 10px 0;
        width: 100%;
    }
    .header-nav {
        margin-top: 15px;
    }
    .header-nav img {
        max-width: 150px;
    }
    .hide-on-small {
        display: none;
    }
    .hide-on-big {
        display: block;
        padding: 0 15px;
    }
    .header-bar .search-block .search-open i, .header-bar .search-block .search-open:hover i, .header-bar .search-block .search-open:focus i, .header-bar .account-open i, .header-bar .account-open:hover i, .header-bar .account-open:focus i, .header-bar .basket-open i, .header-bar .basket-open:hover i, .header-bar .basket-open:focus i {
        margin-left: 0;
    }
    .auto-on-small {
        width: auto;
    }
    .align-right-on-small {
        padding: 0 15px;
    }
    .inline-block-on-small {
        float: right;
    }
    .header-bar .account-open, .header-bar .account-open:hover, .header-bar .account-open:focus, .header-bar .basket-open, .header-bar .basket-open:hover, .header-bar .basket-open:focus {
        padding: 0 15px;
    }
    .header-bar .social-block > div {
        padding: 0 15px;
    }
    .header-bar {
        padding: 0;
    }
    .account-dropdown {
        left: auto;
        right: 0;
    }
    .slick-prev, .slick-next {
        width: 50px;
        height: 50px;
    }
    .slick-prev:before, .slick-next:before {
        background-size: 100%;
    }
}
@media (max-width: 980px) {
    footer ul li a, footer ul li a:hover, footer ul li a:focus {
        font-size: 16px;
        margin-left: 25px;
    }
}
@media (max-width: 935px) {
    .register-links a h2 {
        font-size: 16px;
        line-height: 16px;
    }
}
@media (max-width: 920px) {
    .register-links a img {
        max-width: 190px;
    }
    .register-links a:first-of-type img {
        max-width: 155px;
    }
}
@media (max-width: 910px) {
    footer ul li a, footer ul li a:hover, footer ul li a:focus {
        margin-left: 20px;
    }
}
@media (max-width: 900px) {
    .register-links a img {
        max-width: 150px;
    }
    .register-links a h2 {
        margin-top: 30px;
    }
    .register-links a p {
        margin-bottom: 30px;
    }
    .register-links a:first-of-type img {
        max-width: 123px;
    }
}
@media (max-width: 885px) {
    .contact label, .contact p, .contact span, .contact a, .contact a:hover, .contact a:focus {
        font-size: 15px;
    }
}
@media (max-width: 880px) {
    footer ul li a, footer ul li a:hover, footer ul li a:focus {
        margin-left: 15px;
        line-height: 2;
    }
    .product-list-top .bordered a > div.background-show {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

}
@media (max-width: 850px) {
    footer ul {
        display: block;
        margin-bottom: 30px;
    }
    footer ul li {
        display: block;
        float: left;
        width: auto;
    }
    span.currency-type {
        padding: 0 15px;
    }
}
@media (max-width: 840px) {
    .contact label, .contact p, .contact span, .contact a, .contact a:hover, .contact a:focus {
        font-size: 16px;
        width: 100%;
        padding: 0 15px;
    }
    .contact p, .contact label {
        padding: 0;
    }
    .contact span {
        margin-bottom: 5px;
    }
    .contact > div > div {
        margin-top: 20px;
    }
    .contact form {
        padding: 0 15px;
    }
    .contact input[type="text"], .contact textarea, .contact input[type="email"] {
        width: 100%;
    }
    .contact label {
        line-height: 16px;
    }
}
@media (max-width: 820px) {
    .register-links a p {
        font-size: 9px;
        line-height: 9px;
    }
}
@media (max-width: 805px) {
    .register-links a {
        width: 100%;
        margin-bottom: 2px;
        border: none;
    }
    .register-links a h2 {
        font-size: 25px;
        line-height: 25px;
    }
    .register-links a p {
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 14px;
    }
    .register-links a div {
        margin-left: 70px;
    }
    .register-links a:first-of-type div {
        float: right;
        margin-left: 0;
        margin-right: 70px;
        text-align: right;
    }
    .register-links a span {
        text-align: left;
        margin: 0;
        width: 250px;
    }
    .register-links a span img {
        display: block;
    }
    .register-links a:first-of-type span {
        float: right;
    }
}
@media (max-width: 775px) {
    .header-bar .social-block a, .header-bar .social-block a:hover, .header-bar .social-block a:focus {
        margin: 8px 4px;
    }
}
@media(max-width: 767px) {
    .logged-in-as {
        display: none;
    }
    footer ul li {
        width: 100%;
        padding-bottom: 1rem;
        line-height: 2;
    }
    .sticky-logo {
        display: none;
    }
    .alert-danger .container p {
        font-size: 8px;
        padding: 0;
    }
    .alert-danger .container p i {
        font-size: 14px;
    }
    .cart-product-row {
        padding-right: 0;
    }
    .product-headings {
        display: none;
    }
    .product > div {
        width: 48% !important;
        margin-top: 2px;
    }
    .product-headings > div:nth-of-type(1), .product > div:nth-of-type(1), .product-headings > div:nth-of-type(2), .product > div:nth-of-type(2), .product > div:nth-of-type(3), .product > div:nth-of-type(4) {
        width: 96% !important;
    }
    .product-summary > div {
        padding: 10px;
        background: #eceaea;
        border-right: 2px solid #ffffff;
        font-size: 16px;
        color: #474747;
        width: 48%;
    }
    .cart-product-row form {
        margin-top: 5px;
    }
    .cart-product-row > div {
        margin-bottom: 0px;
    }
    .order-list > div, .order-list > a, .order-list > a:hover, .order-list > a:focus {
        padding: 0 10px;
        text-align: center;
    }
    .order-container {
        margin-bottom: 0;
    }
    .logged-in-as {
        display: none;
    }
    .page-description p, .newsletter p {
        padding: 0 10px
    }
    .main-slider, .newsletter-bar {
        margin-top: 20px;
    }
    footer {
        float: left;
        width: 100%;
        padding: 30px 15px 30px 15px;
    }
    .login .newsletter .form-group label, .login .newsletter .form-group input, .login .newsletter .form-group textarea {
        width: 100%;
    }
    .login h1 {
        margin-top: 50px;
    }
    .newsletter {
        margin-bottom: 30px;
    }
    .login .newsletter .form-group label.signup {
        width: 100%;
        margin-left: 0%;
    }
    .login .newsletter .form-group label + div {
        width: 100%;
    }
    .breadcrumbs {
        display: none;
    }
    .copyright p {
        margin: 0;
        padding: 0 20px;
    }
    .back-to-top, .back-to-top:hover, .back-to-top:focus {
        position: fixed;
        right: 10px;
        bottom: 10px;
        height: 50px;
        line-height: 50px;
        width: 50px;
        text-align: center;
        background: #363636;
        border-radius: 20px;
        font-size: 30px;
        text-decoration: none;
        color: #646464;
        display: none;
        z-index: 100;
    }
    .category-list a h2 {
        font-size: 19px;
        line-height: 19px;
    }
    .product-list-top, .category-list-featured {
        margin-top: 30px;
    }
    .product-list-top {
        margin-bottom: 75px;
    }
    .product-list-top-slider {
        margin-bottom: 0;
    }
    .product-list-top-slider.related-products {
        margin-bottom: 75px;
    }
    .category-list a span {
        font-size: 18px;
        line-height: 18px;
    }
    .add-to-cart-form button {
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .home-links {
        margin-bottom: 0;
    }
    .main-slider-nav {
        display: none;
    }
    .main-slider .slick-slide {
        padding: 0px;
    }
    h1.product-title {
        margin-top: 20px;
    }
    h2.product-title {
        margin-bottom: 20px;
    }
    .product-description {
        margin-top: 20px;
    }
    .contact label, .contact p, .contact span, .contact a, .contact a:hover, .contact a:focus {
        font-size: 18px;
        line-height: 19px;
    }
    .product-container {
        padding: 0 15px;
    }
    .product-container.product-description {
        padding: 0 30px;
    }
    .home-links a:last-of-type {
        margin-bottom: 0;
    }
    .home-links a:last-of-type p {
        margin-bottom: 0;
    }
    .category-list > div:last-of-type a:last-of-type {
        margin-bottom: 0;
    }
    .bordered-three-sides {
        margin-bottom: 0;
    }
    .copyright {
        float: left;
        width: 100%;
    }
    footer a {
        display: inline-block !important;
        float: none !important;
        margin: 0 5px !important;
    }
    footer div {
        text-align: center !important;
    }
    footer > div > div > div {
        margin-bottom: 15px;
    }
    .home-links a {
        margin-bottom: 35px;
    }
    .blog-list a span.read-more {
        width: 100%;
    }
    header .custom-container-large {
        padding: 0 15px !important;
    }
    header .custom-container-large a img {
        margin-left: 15px;
    }
    .custom-width-xtra-small {
        width: 35%;
        padding: 0;
    }
    .custom-width-xtra-small-2 {
        width: 65%;
        padding: 0;
    }
    .header-bar .search-block .search-form button.fa-search {
        display: none;
    }
    .header-bar .search-block .search-form .search-input {
        width: 100%;
    }
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin: 0;
    }
    .basket-dropdown {
        display: none !important;
    }
    .faqs.panel-group .panel-default > .panel-heading .panel-title a i {
        display: none;
    }
    .faq-block {
        margin-top: 25px
    }
}
@media (max-width: 680px) {
    .custom-width-xtra-small {
        width: 40%;
        padding: 0;
    }
    .custom-width-xtra-small-2 {
        width: 60%;
        padding: 0;
    }
}
@media (max-width: 650px) {
    .newsletter .form-group label {
        width: 25%;
    }
    .newsletter .form-group input {
        width: 75%;
    }
}
@media (max-width: 630px) {
    .newsletter-bar h3 {
        font-size: 19px;
    }
}
@media (max-width: 590px) {
    .order-list-header > div {
        font-size: 13px;
    }
    .order-list > div {
        font-size: 12px;
    }
    .custom-width-xtra-small {
        width: 45%;
        padding: 0;
    }
    .custom-width-xtra-small-2 {
        width: 55%;
        padding: 0;
    }
}
@media (max-width: 585px) {
    .register-links a p {
        font-size: 12px;
        line-height: 12px;
    }
    .register-links a h2 {
        font-size: 21px;
        line-height: 21px;
    }
}
@media(max-width: 577px) {
    .custom-width-xtra-small {
        width: 29%;
    }
    .custom-width-xtra-small-2 {
        width: 71%;
    }
}
@media(max-width: 570px){
    .custom-width-xtra-small {
        width: 100%;
    }
    .custom-width-xtra-small-2 {
        /* width: 100%; */
        position: absolute;
        right: 0;
    }
}
@media (max-width: 555px) {
    .register-links a h2 {
        font-size: 20px;
        line-height: 20px;
    }
}
@media (max-width: 550px) {
    .newsletter .form-group label, .newsletter .form-group input {
        width: 100%;
    }
    .newsletter .form-group label {
        font-size: 16px;
        height: 16px;
        line-height: 16px;
    }
}
@media (max-width: 535px) {
    .register-links a p {
        font-size: 12px;
        line-height: 12px;
    }
}
@media (max-width: 500px) {
    .single-fullpage-slide.slick-slider {
        display: none !important;
    }
    .page-description {
        margin-bottom: 0;
    }
    .page-description h1 {
        margin-top: 75px;
        margin-bottom: 30px;
    }
    /* .page-description p {
        display: none;
    } */
    .contact h2, .blog-view h2, .testimonials, .blog-list {
        margin-top: 25px;
    }
}
@media (max-width: 490px) {
    .register-links {
        display: none;
    }
}
@media (max-width: 460px) {
    .newsletter-bar form {
        width: 100%;
    }
    .newsletter-bar input {
        width: 80%;
    }
    .newsletter-bar button {
        width: 20%;
        height: 100%;
    }
    .newsletter-bar button img {
        height: 100%;
    }
    .header-bar .social-block > div {
        display: none;
    }
}
@media (max-width: 385px) {
    .newsletter-bar input {
        font-size: 16px;
    }
}
@media (max-width: 380px) {
    .header-bar {
        height: 46px;
    }
    .newsletter button {
        width: 100%;
    }
}
@media (max-width: 335px) {
    .newsletter-bar input {
        font-size: 12px;
    }
}
@media(max-width: 299px){
    .header-bar .search-block .search-form {
        width: 100vw;
    }
}
