body, html {
    max-width: 100%;
    overflow-x: hidden
}

.border-box-sizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.navbar-right .dropdown-menu {
    right: -17px
}

body {
    background-color: #fff;
    font-family: PTSans;
    font-size: 14px
}

.boxed {
    max-width: 1170px;
    margin: auto
}

h1, h2, h3, h4, h5, h6, h7 {
    font-family: McLaren, cursive;
    font-weight: 400;
    color: #444
}

a {
    color: #656565
}

p {
    color: #555;
    font-family: PTSans
}

.icon-1half {
    font-size: 1.5em
}

.block {
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: .2s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 1s;
    -moz-animation-delay: .2s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: 1s;
    -ms-animation-delay: .2s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    -o-animation-duration: 1s;
    -o-animation-delay: .2s;
    -o-animation-timing-function: ease;
    -o-animation-fill-mode: both;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    padding: 60px 0
}

.btn-default-1 {
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px
}

.btn-default-1:hover {
    text-decoration: none;
    background-color: #ee4a42;
    color: #fff;
    border-color: transparent !important
}

.btn-read {
    border: 1px solid #9f98ad;
    color: #4f5367;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px auto 20px;
    padding: 10px 20px
}

.btn-read:hover {
    text-decoration: none;
    color: #fff
}

.block-form blockquote p, blockquote p {
    color: #4f5367;
    font-size: 16px
}

.text-error {
    font-size: 18px;
    color: red
}

.color-scheme-2 {
    background-color: #f0f0f0
}

.color-scheme-3 {
    background-color: #f8f8f8
}

.color-scheme-white {
    background-color: #f2f2f2
}

.color-scheme-dark {
    background-color: #000814
}

.revolution-container {
    width: 100%;
    position: relative;
    padding: 0
}

.revolution {
    width: 100%;
    position: relative
}

#header .header-top-login {
    background-color: #4f5367;
    display: none;
    padding: 0 0 35px
}

#header .header-top-login .block-form input {
    background: 0 0;
    color: #fff;
    border-color: #9f98ad
}

#header .header-top-login #header-login-close i {
    font-size: 30px
}

#header .header-top-login #header-login-close {
    position: absolute;
    right: 20px;
    left: 49.1% !important;
    text-align: center;
    line-height: 1.6;
    display: inline-block;
    height: 34px;
    width: 34px;
    border-radius: 70px;
    color: #9f98ad;
    text-decoration: none
}

#header .header-bg {
    width: 100% !important;
    /*background-color: rgba(153, 153, 153, .9);*/
    height: auto;
    -webkit-transition: height .5s ease;
    -moz-transition: height .5s ease;
    -o-transition: height .5s ease;
    -ms-transition: height .5s ease;
    transition: height .5s ease
}

#header .header-top-row {
    width: 100%;
    background-color: #4f536e;
    position: relative;
    height: 50px;
}

#header .header-top-row:after {
    /*content: '';*/
    /*position: absolute;*/
    /*border-right: 10px solid transparent;*/
    /*border-bottom: none;*/
    /*border-top: 10px solid #4f5367;*/
    /*border-left: 10px solid transparent;*/
    /*left: 50%;*/
    /*bottom: -10px;*/
    /*z-index: 50;*/
    /*margin-left: -10px*/
}

#header ul.account-menu-list {
    list-style: none;
    margin: 0
}

#header ul.account-menu-list li {
    display: inline-block;
    padding: 10px 15px 10px 0
}

#header ul.account-menu-list li a {
    color: #f0f0f0;
    font-size: 13px;
    text-decoration: none
}

#header #first-welcome p {
    line-height: 1.9;
    color: #f0f0f0;
    font-size: 13px;
    text-align: center;
    margin: 0;
    margin-bottom: 10px
}

#header .currency ul {
    margin: 0;
    padding: 7px 0
}

#header .currency ul li a {
    display: block;
    line-height: 24px;
    text-align: center;
    height: 26px;
    width: 26px;
    border: 1px solid #9f98ad;
    border-radius: 40px;
    color: #f0f0f0
}

#header #lang {
    font-size: 13px;
    position: relative;
    margin: 7px 0 7px 15px
}

#header #lang:hover .lang-item {
    top: 26px;
    display: block;
    opacity: 1
}

#header #lang .lang-title {
    display: block;
    line-height: 24px;
    text-align: center;
    height: 26px;
    width: 100px;
    border: 1px solid #9f98ad;
    color: #f0f0f0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

#header #lang .lang-title:hover {
    background-color: #fff;
    color: #4f5367;
    text-decoration: none
}

#header #lang .lang-item {
    color: #f0f0f0;
    display: none;
    top: -1000px;
    position: absolute;
    z-index: 1000;
    opacity: 0;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease
}

#header #lang .lang-item a {
    display: block;
    line-height: 24px;
    text-align: center;
    width: 100px
}

#header #lang .lang-item a:hover {
    background-color: #f0f0f0;
    color: #4f5367;
    text-decoration: none
}

#header .header-bg-fixed {
    height: 47px !important
}

#header .header-main {
    height: auto;
    -webkit-transition: height .5s ease;
    -moz-transition: height .5s ease;
    -o-transition: height .5s ease;
    -ms-transition: height .5s ease;
    transition: height .5s ease
}

#header .header-main .top-search-form form input {
    border: 1px solid #9f98ad;
    height: 30px;
    width: 250px;
    padding: 5px 10px
}

#header .header-main .top-search-form form button {
    margin-left: -5px;
    border: 1px solid #9f98ad;
    height: 30px;
    width: 30px;
    background-color: #fff;
    color: #4f5367;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

#header .header-main .top-search-form form button:hover {
    /*border: 1px solid none;*/
    color: #fff
}

#header #container-fixed {
    height: 50px;
    -webkit-transition: margin .5s ease;
    -moz-transition: margin .5s ease;
    -o-transition: margin .5s ease;
    -ms-transition: margin .5s ease;
    transition: margin .5s ease;
    margin: 25px 0
}

#header .header-logo {
    width: 140px;
    height: 50px;
    /*background: url() no-repeat;*/
    display: block;
    margin: 0
}

#header .header-main-fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, .6);
    -webkit-box-shadow: 2px 0 5px #ccc;
    -moz-box-shadow: 2px 0 5px #ccc;
    -o-box-shadow: 2px 0 5px #ccc;
    box-shadow: 2px 0 5px #ccc;
    height: 47px !important
}

#header .header-mini-cart a {
    text-decoration: none;
    display: block;
    height: 100%;
    outline: 0;
    text-shadow: none;
    padding-right: 10px
}

#header .header-mini-cart a span {
    position: absolute;
    top: -5px;
    right: -16px;
    text-align: center;
    width: 20px;
    height: 20px;
    font-size: 11px;
    border-radius: 20px;
    line-height: 20px;
    color: #fff
}

#header .header-mini-cart .shopping-cart-content {
    width: 238px;
    border: 1px solid #f0f0f0;
    /*border-top: 3px solid none;*/
    border-radius: 0;
    font-size: 12px;
    z-index: 999;
    margin: 5px 0 0;
    padding: 10px
}

#header .header-mini-cart .shopping-cart-content .item {
    width: 216px;
    height: 70px;
    border: 1px solid #f0f0f0;
    margin-bottom: 5px;
    position: relative;
    font-family: PTSans, Helvetica, sans-serif
}

#header .header-mini-cart .shopping-cart-content .item img {
    height: 70px
}

#header .header-mini-cart .shopping-cart-content .item p {
    color: #666;
    font-size: 13px;
    text-align: left;
    margin: 0;
    padding: 5px 5px 0
}

#header .header-mini-cart .shopping-cart-content .item p strong {
    font-size: 13px
}

#header .header-mini-cart .shopping-cart-content .item div {
    margin-left: 70px;
    position: absolute;
    margin-right: 30px
}

#header .header-mini-cart .shopping-cart-content .item a i {
    text-decoration: none;
    color: #9f98ad;
    min-width: 30px;
    height: 70px;
    text-align: center;
    vertical-align: middle;
    line-height: 55px;
    font-size: 13px
}

#header .header-mini-cart .shopping-cart-content .item:hover {
    background-color: #f7f7f7
}

#header .header-mini-cart .shopping-cart-content .total {
    width: 100%;
    color: #4f5367
}

#header .header-mini-cart .shopping-cart-content .total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
    float: right;
    width: 100%
}

#header .header-mini-cart .shopping-cart-content .total table td {
    text-align: right;
    padding: 2px 2px 2px 10px
}

#header .header-mini-cart .shopping-cart-content .total a {
    border-radius: 0;
    color: #4f5367;
    margin: 0 0 0 10px;
    padding: 7px 15px
}

#header .header-mini-cart .shopping-cart-content:before {
    content: '';
    position: absolute;
    border-right: 6px solid transparent;
    border-bottom: none;
    /*border-top: 6px solid none;*/
    border-left: 6px solid transparent;
    left: 50%;
    top: 0;
    z-index: 50;
    margin-left: -6px
}

.navbar-main {
    border: none;
    line-height: 22px;
    min-height: 50px;
    border-bottom: 1px solid #f0f0f0;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 0;
    position: relative;
    margin: 0
}

.navbar-main .border-menu-top {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f0f0f0
}

.navbar-main .nav > li > a {
    color: #333;
    font-size: 16px;
    border-top: 2px solid transparent;
    text-transform: uppercase;
    padding: 5px 15px 10px;
}

.navbar-main .dropdown-menu {
    border: none !important;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(79, 83, 103, .175);
    box-shadow: 0 6px 12px rgba(79, 83, 103, .175);
    padding: 0
}

.navbar-main .dropdown-menu li > a {
    white-space: nowrap;
    min-height: 32px;
    line-height: 40px;
    padding: 0 15px
}

.navbar-main .dropdown-submenu:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 14px;
    padding-left: 15px;
    position: absolute;
    top: 10px;
    right: 10px
}

.navbar-main .dropdown-submenu > .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0
}

.navbar-main .nav.navbar-right .dropdown-menu {
    right: -56px;
    top: 47px
}

.navbar-main a.navbar-brand {
    height: 30px;
    padding: 10px 15px
}

.navbar-main a.navbar-brand i {
    display: inline-block;
    color: #4f5367;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 1px solid #9f98ad;
    border-radius: 30px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.navbar-main .navbar-toggle {
    background-color: #4f5367;
    border-radius: 0
}

.navbar-main .navbar-collapse {
    max-height: none
}

.yamm-content ul > li {
    min-height: 40px;
    line-height: 40px
}

.yamm-content .banner {
    margin: 20px 0 0
}

.product-section ul {
    margin-bottom: 0
}

.product {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    transition: all .1s ease-in-out;
    max-width: 280px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border: 1px solid #efefef;
}

.product-animated:hover {
    transform: scale(1.1) !important;
}

.product-caption {
    padding: 0 10px 10px
}

.product-caption .product-name {
    font-size: 18px;
    display: block;
    text-transform: initial;
    text-decoration: none;
    color: #4f5367;
    margin: 10px 0
}

.product-caption .product-price {
    font-size: 16px;
    margin: 0
}

.product-rating {
    width: 100%;
    padding: 9px 0 3px
}

.product-rating .stars {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 13px;
    text-align: center
}

.product-rating .stars span.star {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block
}

.product-rating .stars span.star:before {
    content: "\f006";
    color: #999;
    padding: 0 3px
}

.product-rating .stars span.star:hover:before, .product-rating .stars span.star:hover ~ span.star:before {
    content: "\f005"
}

.product-section figure {
    max-width: 280px;
    overflow: hidden;
    position: relative;
    margin: 0 auto
}

.figure-hover-overlay {
    position: relative;
    overflow: hidden
}

.figure-hover-overlay .img-overlay {
    position: absolute;
    opacity: 1;
    z-index: 2
}

.product-new, .product-sale {
    color: #FFF;
    opacity: .9;
    position: absolute;
    bottom: 16px;
    z-index: 9
}

.product-new {
    left: 10px;
    background-color: #18BD2B;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    padding: 8px
}

.product-sale {
    right: 10px
}

.figure-hover-overlay img {
    position: relative;
    height: 228px
}

.product:hover .img-overlay {
    opacity: 0
}

.product-section figcaption {
    bottom: 0;
    opacity: 0;
    top: auto;
    width: 100%;
    color: #FFF;
    left: 0;
    position: absolute;
    z-index: 6;
    padding: 5px 10px 10px
}

.product:hover .figure-hover-overlay figcaption {
    opacity: 1;
    color: #FFF !important
}

.figure-hover-overlay figcaption a {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    color: #4f5367;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    background-color: #fff
}

.bar:after, .bar:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50.2%;
    height: 0;
    border-bottom: 7px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10
}

.bar:before {
    left: 0;
    border-right: 7px solid transparent
}

.bar:after {
    right: 0;
    border-left: 7px solid transparent
}

#top-slider li .caption {
    position: absolute;
    background-color: rgba(255, 255, 255, .8);
    text-align: left;
    color: #4f5367;
    z-index: 50;
    bottom: 0;
    font-size: 18px;
    width: 100%;
    margin: 0;
    padding: 16px
}

.rslides_nav {
    position: absolute;
    -webkit-tap-highlight-color: transparent;
    bottom: 10px;
    right: 58px;
    overflow: hidden;
    text-decoration: none;
    height: 38px;
    width: 38px;
    border: 1px solid #9f98ad;
    margin-top: -45px;
    z-index: 10
}

.rslides_nav:before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    padding-left: 15px;
    position: absolute;
    top: 3px;
    right: 14px;
    z-index: 11;
    text-decoration: none;
    color: #9f98ad;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.header-menu {
    position: relative;
    border: 1px solid #9f98ad;
    margin: 20px 0 10px
}

.header-1 h1 {
    font-size: 42px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px
}

.header-1 h3 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px
}

.header-2 {
    position: relative;
    border-top: 2px solid #ee4a42;
    background-color: #fff
}

.header-2 h3 {
    text-align: center;
    margin: 0;
    padding: 15px 0
}

.header-footer {
    position: relative;
    border-bottom: 1px solid #9f98ad;
    margin-bottom: 10px
}

.header-footer h3 {
    color: #f0f0f0;
    margin: 10px 0
}

.block-banner {
    margin-top: 30px
}

.banner {
    position: relative;
    margin-bottom: 30px
}

.banner a:before {
    position: absolute;
    content: "";
    left: 20px;
    top: 20px;
    bottom: 20px;
    right: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.block-what-clients-say {
    background-color: rgba(255, 255, 255, .5)
}

.block-what-clients-say p {
    font-size: 26px;
    text-align: center
}

.block-what-clients-say h3 {
    text-align: center;
    color: #ee4a42
}

.block-toolbar {
    width: 90px;
    margin: 20px auto 10px
}

.block-toolbar a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #9f98ad;
    color: #9f98ad;
    font-size: 22px;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    padding: 0 7px
}

.block-toolbar a i {
    line-height: 40px;
    font-size: 22px;
    padding: 0 3px
}

.block-3-col {
    position: relative;
    max-width: 390px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0 auto 40px
}

.block-bg-banner {
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    padding: 17px 0
}

.block-bg-banner p {
    margin: 20px 0
}

.block-inner {
    background-color: #fff;
    padding: 15px 30px
}

.block-partners img {
    border: 5px solid #f0f0f0;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important
}

.block-latest-posts-list h4 {
    font-size: 17px;
    margin: 0 0 3px
}

.block-fl-feed a {
    display: block;
    margin-bottom: 15px
}

.block-side-category {
    text-align: left;
    border: 1px solid #ddd;
    border-top: none;
    margin-bottom: 40px
}

.block-side-category .ul-side-category {
    width: 100%;
    list-style-position: inside;
    font-size: 18px;
    margin: -20px 0 0
}

.block-side-category .ul-side-category li {
    padding: 10px 0
}

.block-side-category .ul-side-category li i {
    font-size: 16px;
    line-height: 18px
}

.block-side-category .ul-side-category .sub-category {
    display: none;
    padding-left: 10px
}

.block-side-products .price {
    color: #ee4a42;
    font-size: 16px
}

.block-color .colors {
    list-style: none;
    margin: 0 !important
}

.block-color .colors li {
    float: left;
    margin: 0 10px 10px 0
}

.block-color .colors li a {
    display: block;
    width: 28px;
    height: 28px;
    border: 1px solid #CCC
}

.block-range .input-group {
    margin-bottom: 10px
}

.block-pagination ul > .active > a, .block-pagination ul > .active > span {
    color: #fff;
    background-color: #4f5367;
    border-color: #4f5367
}

.block-pagination ul > .active > a:hover, .block-pagination ul > .active > span:hover {
    background: #4f5367;
    border-color: #4f5367
}

.block-pagination ul > li > a:focus, .block-pagination ul > li > a:hover {
    background: #ee4a42;
    color: #fff;
    border-color: #ee4a42
}

.block-pagination ul > li > a {
    border: 1px solid #9f98ad;
    color: #4f5367
}

.block-order-total ul {
    color: #555
}

.block-form p {
    color: #666;
    font-size: 17px
}

.block-form label {
    color: #666;
    font-weight: 400;
    margin: 10px 0 0
}

.block-form .form-control {
    border-radius: 0;
    border-color: #ddd;
    margin: 10px 0
}

.block-form .btn-default-1 {
    background-color: #fff;
    color: #4f5367;
    display: inline-block;
    border-color: #9f98ad;
    margin: 5px 20px 10px 0
}

.box {
    background-color: #fff;
    padding: 10px 30px 20px
}

.box-border {
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 20px 30px
}

.welcome .over-welcome {
    position: absolute;
    z-index: 5;
    padding: 15px
}

.welcome .over-welcome form input {
    border: 1px solid #9f98ad;
    height: 30px;
    padding: 5px 10px
}

.welcome .over-welcome form button {
    border: 1px solid #9f98ad;
    color: #4f5367;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    background: 0 0;
    margin: 15px 0;
    padding: 10px 30px
}

.welcome .over-welcome form button:hover {
    background-color: #ee4a42;
    color: #fff;
    border-color: #ee4a42
}

.welcome img {
    opacity: .9
}

.table-responsive .table td {
    vertical-align: middle
}

.week-sale .product-sale {
    bottom: 10px;
    height: 45px;
    width: 45px;
    line-height: 42px
}

.week-sale .sale-info {
    position: absolute;
    height: 80px;
    width: 80px;
    border-radius: 60px;
    border: 1px solid #18bd2b;
    background-color: #18bd2b;
    color: #fff;
    font-size: 22px;
    vertical-align: middle;
    right: 10px;
    top: 70px;
    text-transform: uppercase;
    padding: 10px
}

.week-sale .time {
    position: absolute;
    bottom: 5px;
    left: 50%;
    font-size: 15px;
    color: #fff;
    text-align: left;
    margin: 10px 0 0 -110px
}

.week-sale .time div {
    display: inline-block;
    float: left;
    background-color: #ee4a42;
    width: 45px;
    text-align: center;
    margin: 5px;
    padding: 5px 10px 3px
}

.week-sale .time .cd-time {
    display: block;
    margin-top: 5px;
    font-size: 11px
}

.payment-service .payment-service-block {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-bottom: 40px;
    background: rgba(255, 255, 255, .7);
    border: 1px solid #9f98ad;
    border-top: 2px solid #ee4a42;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear
}

.payment-service .payment-service-block i {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 70px;
    border: 1px solid #9f98ad;
    margin: auto
}

.payment-service .payment-service-block:hover {
    background: #4f5367
}

.payment-service .payment-service-block a {
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative
}

.payment-service .payment-service-block .payment-service-icon {
    font-size: 42px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    top: 25px;
    text-align: center
}

.payment-service .payment-service-block .payment-service-icon i {
    line-height: 100px;
    text-align: center
}

.payment-service .payment-service-block .payment-service-content {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    top: 50%
}

.payment-service .payment-service-block .payment-service-main {
    font-size: 24px;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    padding: 0 10px
}

.payment-service .payment-service-block .payment-service-sub {
    text-align: center;
    font-size: 14px;
    right: 0;
    color: #333;
    opacity: .8;
    position: absolute;
    width: 100%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    margin-bottom: 0;
    line-height: 21px;
    bottom: 10px
}

to {
    -ms-transform: translateY(0);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

#bg-banner {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 25px
}

#clients-say {
    /*background-image: url();*/
    background-size: cover;
    background-position: center center;
    background-attachment: fixed
}

#footer {
    color: #fff;
    text-align: center;
    padding: 0
}

.footer-information {
    background: #3e3e3e !important;
    font-size: 13px
}

.footer-information a {
    color: #f0f0f0;
    text-decoration: none;
    line-height: 28px
}

.footer-information .footer-categories {
    list-style-type: none;
    margin: 0
}

.footer-information .footer-categories li {
    list-style-type: none;
    line-height: 28px
}

.footer-information form button:hover {
    background-color: #ee4a42;
    border: 1px solid #ee4a42
}

.footer-information .socials {
    display: inline-block;
    margin: 0 auto
}

.footer-information .socials i {
    font-size: 32px;
    top: 5px;
    position: relative
}

.footer-information .socials a {
    display: inline-block;
    width: 55px;
    height: 55px;
    text-align: center;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    text-decoration: none;
    color: #ccc;
    vertical-align: middle;
    line-height: 57px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 10px 20px 0
}

.footer-copy {
    padding: 17px 0
}

.footer-copy .logo-copy {
    display: inline-block;
    height: 52px;
    margin-right: 10px;
    background-repeat: no-repeat;
    width: 258px;
    margin-top: 10px
}

.footer-copy p {
    display: inline-block;
    height: 42px;
    line-height: 16px;
    font-size: 12px;
    color: #ccc;
    margin: 0;
    padding: 10px 0 0 10px
}

.footer-payments {
    list-style: none;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 14px 0 0
}

.footer-payments li {
    display: inline-block;
    float: inherit;
    margin: 0 4px 8px
}

.breadcrumb {
    background: 0 0;
    display: inline-block;
    margin: 0;
    padding: 25px 0
}

.breadcrumb > li {
    text-shadow: none;
    margin-left: 5px
}

.breadcrumb > li:first-child {
    margin-left: 0
}

.breadcrumb > li a {
    color: #4f5367;
    text-decoration: none;
    font-size: 13px
}

.breadcrumb > li:after {
    margin-left: 10px;
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 12px;
    color: #4f5367
}

.breadcrumb > li + li:before {
    content: "";
    padding: 0
}

.breadcrumb > li:last-child:after {
    content: ""
}

.breadcrumb > .active {
    color: #ee4a42;
    font-size: 13px
}

.block-products-modes {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    padding: 30px
}

.block-products-modes label {
    line-height: 34px;
    margin: 0
}

.block-products-modes .product-view-mode a {
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
    font-size: 28px;
    color: #9f98ad;
    vertical-align: middle;
    line-height: 34px
}

.product-list {
    position: relative;
    margin-bottom: 30px;
    padding: 30px
}

.product-list .product-rating {
    padding: 3px 0 10px
}

.product-list .product-caption {
    padding: 0
}

.product-list .product-new, .product-list .product-sale {
    bottom: 10px
}

.product-list .list-shopping-cart a {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #9f98ad;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    color: #4f5367;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    background-color: #fff
}

.product-list .product-price {
    font-size: 22px;
    margin: 10px 0
}

.product-image {
    overflow: hidden;
    position: relative
}

#product-zoom {
    border: 1px solid #ddd;
    width: 100%
}

#gal1 {
    margin-top: 5px
}

#gal1 img {
    border: 2px solid #ddd
}

#gal1 img:hover {
    border-color: #ee4a42
}

.product-detail-section .product-rating .stars {
    text-align: center
}

.product-detail-section .clearfix {
    padding: 5px 0
}

.product-detail-section .product-price {
    color: #ee4a42;
    font-size: 16px;
    margin: 0
}

.product-detail-section .product-list h3 {
    text-align: center;
    color: #4f5367;
    margin: 5px 0 10px
}

.zoomContainer {
    overflow: hidden !important
}

.zoomContainer .zoomWindowContainer div {
    top: 0 !important;
    left: 0 !important
}

.product-information {
    line-height: 30px
}

.product-information label {
    font-weight: 400;
    color: #4f5367
}

.product-information .form-control {
    display: inline-block;
    width: 120px
}

.nav-pills {
    margin-top: 10px
}

.nav-pills > li > a {
    background-color: #fff;
    border-radius: 0;
    font-size: 16px
}

.nav-pills > li > a i {
    font-size: 18px;
    display: block;
    height: 24px
}

.nav-pills > li > a:hover {
    background-color: #ee4a42;
    color: #fff;
    box-shadow: none
}

.cart-table {
    min-width: 300px;
    margin-bottom: 40px;
    background-color: #fff
}

.cart-table td:first-child {
    padding-top: .5em
}

.cart-table td:last-child {
    padding-bottom: .5em
}

.cart-table td:before {
    content: attr(data-th) ": ";
    font-weight: 700;
    width: 120px;
    display: inline-block
}

.cart-table td, .cart-table th {
    text-align: center;
    vertical-align: middle !important
}

.cart-table .card_product_image img {
    width: 120px
}

.cart-table .card_product_image {
    background-color: #f1f1f1
}

.cart-table .card_product_quantity input {
    width: 50px;
    border-radius: 0
}

.block-blog .blog {
    background-color: #fff;
    border: 1px solid #ddd;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto
}

.block-blog .blog-caption {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 0 15px 10px
}

.block-blog .blog-caption .post-information {
    color: #4f5367;
    text-align: center;
    font-size: 12px;
    padding: 10px 0
}

.block-blog .blog-caption .post-information span {
    padding-right: 10px
}

.block-blog figure {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto
}

.block-blog .figure-hover-overlay {
    position: relative;
    overflow: hidden;
    background-color: #f0f0f0
}

.block-blog .figure-hover-overlay img {
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1.25s ease-out;
    transition: 1.25s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%
}

.block-blog .blog:hover .figure-hover-overlay figcaption {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0 .4s, opacity .1s;
    -moz-transition: 0 .4s, opacity .1s;
    transition: transform .4s, opacity .1s;
    color: #FFF !important
}

.post-information {
    text-align: center;
    font-size: 12px;
    border-bottom: 1px #ddd solid;
    padding: 10px 0
}

.post-information span {
    padding-right: 20px
}

.blog-author img {
    margin-right: 20px
}

.media-heading {
    font-size: 18px;
    margin-bottom: 10px
}

.time-right {
    float: right;
    font-size: 13px;
    color: #4f5367;
    padding: 5px 20px
}

.btn-right-post {
    border: 1px solid #9f98ad;
    float: right;
    color: #4f5367;
    font-size: 12px;
    padding: 3px 20px
}

.btn-right-post:hover {
    text-decoration: none;
    background-color: #ee4a42;
    color: #fff;
    border-color: #ee4a42
}

.google-map {
    position: relative;
    width: 100%;
    height: 400px
}

span.dropcap {
    font-size: 40px;
    float: left;
    line-height: 1;
    background: #ee4a42;
    color: #fff;
    margin: 3px 10px 5px 0;
    padding: 3px 10px
}

blockquote {
    font-size: 14px;
    font-style: italic;
    border-color: #f0f0f0
}

.progress {
    height: 40px;
    border-radius: 0
}

.accordion .accordion-heading {
    border: 1px solid #ccc;
    margin-bottom: 5px;
    padding: 0 10px
}

.accordion a.accordion-toggle {
    color: #4f5367;
    font-weight: 500;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    position: relative;
    vertical-align: middle;
    text-decoration: none
}

.accordion a.accordion-toggle i {
    float: right;
    display: block;
    margin-top: 13px;
    height: 20px;
    width: 20px;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important
}

.accordion .accordion-inner {
    border-color: #f0f0f0;
    margin: 0 15px;
    padding: 9px 0
}

.dropdown a i {
    font-size: 26px !important
}

.dropdown a i.fa-globe {
    font-size: 25px
}

.icon-home {
    color: #fff;
    font-size: 22px;
    position: relative;
    top: -7px
}

.big_image {
    height: auto !important
}

.panel {
    background-color: rgba(255, 255, 255, .8) !important;
    text-align: left
}

.panel-group .panel {
    border-radius: 0 !important
}

.intro_box {
    width: 75%;
    margin: 0 auto 25px
}

.nomargin {
    margin: 0 !important
}

.product_title .price {
    color: #EE4A42
}

.product_title {
    background-color: #E6E6E6;
    padding: 6px
}

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    /*clip: rect(0000);*/
    height: 1px;
    width: 1px;
    border: 0;
    margin: -1px;
    padding: 0
}

label {
    font-weight: 400
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 21px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer
}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -16px
}

label.css-label {
    background-image: url(../images/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.load_more {
    max-width: 188px;
    margin: 0 auto
}

button.btn-white {
    background-color: #fff;
    color: #000;
    border: 1px solid #e6e6e6;
    margin: 0 auto
}

.preloader {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: 3px solid;
    -webkit-border-radius: 1000px;
    z-index: 999;
    border-radius: 1000px;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotate;
    -o-animation-duration: 1.5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-color: #555 #fff
}

span.alert {
    margin-top: 5px;
    display: block
}

.product-box-wrapper {
    padding-left: 0 !important
}

.product-box {
    background-color: #fff;
    border: 1px solid #DDD;
    padding: 15px
}

.notes_wrapper textarea {
    width: 100% !important;
    display: block !important;
    height: 111px !important;
    max-height: 111px !important
}

.price_circle {
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 50%;
    padding: 2px
}

.price_circle.small_box {
    line-height: 27px;
    padding: 5px
}

.notes_wrapper label {
    width: auto;
    margin-right: 15px
}

.description {
    margin-top: 12px
}

.p15 {
    padding: 15px
}

.pl5 {
    padding-left: 5px !important
}

#login_form .form-group, .header-top-login .block-form {
    margin-bottom: 0 !important
}

textarea[name=notes] {
    resize: none;
    height: 88px !important
}

.remove_item .fa {
    font-size: 19px
}

#show_promo_code {
    cursor: pointer;
    color: #ee4a42
}

#sidebar * {
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.full-width {
    width: 100%
}

.the_price {
    color: #fff;
    font-weight: 700;
    padding: 5px
}

img {
    max-width: 100%
}

.continue_shop {
    margin-right: 0;
    background-color: #fff;
    color: #000;
    margin-bottom: 10px;
    float: right;
    border: 1px solid #e6e6e6
}

.fixed_sidebar {
    position: fixed;
    top: 0;
    z-index: 999999
}

.product_list .product {
    margin-bottom: 20px
}

.large_buttons * {
    display: block;
    width: 100%;
    text-align: center
}

.social_buttons button.fb {
    background-color: #3b5998;
    border: 1px solid #284073
}

.social_buttons button.fb:hover {
    background-color: #284073
}

.social_buttons button.g-plus:hover {
    background-color: #B03221
}

.social_buttons button.g-plus {
    background-color: #dd4b39;
    border: 1px solid #B03221
}

.social_buttons button.sign_up_btn {
    background-color: #fff;
    border: 1px solid #444;
    margin-bottom: 0;
    color: #000
}

.social_buttons button.sign_up_btn:hover {
    background-color: #444;
    color: #FFF !important
}

.social_buttons button i, .social_buttons button:hover {
    color: #fff;
    font-size: 17px
}

.social_buttons button {
    font-size: 17px;
    color: #fff;
    border: none;
    width: 100%;
    margin-bottom: 21px;
    border-radius: 0;
    padding: 11px
}

.sign_up_btn_wrapper {
    margin-top: 22%
}

#login_form .form-control {
    height: 48px;
    margin-bottom: 13px
}

.signUp_btn {
    color: #000;
    background-color: #fff;
    border: 1px solid #ccc
}

.login_buttons {
    width: 49%;
    float: left;
    margin: 0 !important;
    padding: 13px
}

.login_buttons:last-child {
    margin-left: 2% !important
}

#header .header-top-login .block-form input.form-control {
    font-size: 16px
}

.signup_btns {
    margin-top: 11px;
    margin-bottom: 12px;
    border-left: 1px solid #414454
}

.hasFixed .header-top-row {
    display: none !important
}

.arrow_box {
    position: relative;
    background: #fff;
    border: 4px solid
}

.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.arrow_box:after {
    margin-left: -10px;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
    border-width: 10px
}

.arrow_box:before {
    margin-left: -16px;
    border-color: transparent transparent #ffff;
    border-width: 16px
}

#footer p {
    font-size: 15px
}

.logo-copy {
    font-size: 27px
}

.nav-pills .active a:hover .nav-pills .active:focus a {
    color: #fff !important
}

.bottom_footer {
    text-align: center;
    padding: 8px 8px 2px
}

.footer_menu li {
    margin-right: 10px;
    font-size: 17px;
    font-weight: 700
}

.subscriber_text {
    text-align: left;
    font-size: 17px;
    width: 100%
}

.nav-pills .active a, .nav-pills .active a:hover, .nav-pills .active a:hover i, .nav-pills .active i {
    transition: none;
    color: #fff !important
}

.home_icon i {
    font-size: 30px;
    margin-top: -2px
}

.out-of-stock {
    position: absolute;
    z-index: 9999999;
    right: 15px;
    top: 35%;
    color: red;
    width: 100%;
    transform: rotate(-27deg);
    -webkit-transform: rotate(-27deg);
    -moz-transform: rotate(-27deg);
    font-size: 25px
}

.header_image .header_img_txt {
    position: absolute;
    top: 15%;
    left: 1%
}

.lg_heading {
    font-size: 45px
}

footer .form-control {
    color: #fff;
    background-color: transparent
}

.mbl-add-to-cart {
    width: 90%
}

.intro_txt {
    font-size: 17px !important;
    line-height: 1.6
}

.raleway, :not(i) {
    font-family: McLaren, cursive
}

.cart-table th, .show-for-small {
    display: none
}

#header .header-top-login .block-form :-moz-placeholder, #header .header-top-login .block-form :-ms-input-placeholder, #header .header-top-login .block-form ::-moz-placeholder, #header .header-top-login .block-form ::-webkit-input-placeholder, .footer-copy a, a:focus, a:hover {
    color: #9f98ad
}

.block-range .input-group-addon, .form-control {
    border-radius: 0
}

.color-scheme-1, .table-responsive .table .new {
    background-color: #4f5367
}

#bg-banner h1, #bg-banner h3, #header .header-mini-cart .shopping-cart-content .total a:hover, #header .header-top-login .block-form .btn-default-1:hover, #header .header-top-login h3, .block-pagination ul > li:first-child a:hover, .block-pagination ul > li:last-child a:hover, .footer-information .socials a:hover, .nav-pills > li > a:hover i, .navbar-main .dropdown-menu > li > a:focus, .navbar-main .dropdown-menu > li > a:hover, .navbar-main .dropdown-submenu:hover:after, .navbar-main a.navbar-brand i:hover, .navbar-nav > li > a, .payment-service .payment-service-block:hover .payment-service-main, .payment-service .payment-service-block:hover .payment-service-sub {
    color: #fff
}

#domain_list a:hover, #domain_list li:hover, #header .header-top-login #header-login-close:hover, .myaccountdd:focus, .myaccountdd:hover, .navbar-nav > li, .navbar-nav > li a {
    background-color: transparent !important
}

#header .container, #top-slider li, .navbar-main .dropdown-submenu, .week-sale, .welcome {
    position: relative
}

#header #first-welcome p a:hover, #header .currency ul li a.active, #header .currency ul li a:hover {
    color: #fff;
    text-decoration: none
}

#header .header-main .top-search-form, .block-form h3, .box-border h3, .product-list .product-name {
    margin: 10px 0
}

#header .header-main .top-search-form form, #header .header-main-fixed #container-fixed, .block-side-products .banner, .footer-information form, .product_title h3, .welcome .over-welcome form {
    margin: 0
}

#header .header-main-fixed .navbar-main, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .nav > li > a:focus, .nav > li > a:hover, .navbar-main .nav > li.open > a {
    background-color: transparent
}

.cart-table td, .navbar-main .dropdown-submenu:hover > .dropdown-menu {
    display: block
}

.footer-block, .navbar-main .navbar-toggle .icon-bar, .payment-service .payment-service-block:hover .payment-service-icon i {
    background-color: #fff
}

.block-blog article, .block-pagination, .product-section article, .product-section ul li {
    margin-bottom: 40px;
    min-height: 330px;
    height: 330px;
}

.product-section ul li.col-sm-4 {
    height: 424px;
}

.block-blog .blog:hover, .product:hover {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2)
}

.product-caption .product-price span, .product-detail-section .product-price span {
    color: #666;
    font-size: 12px;
    text-decoration: line-through
}

.panel-title, .product-rating .stars span.star:hover, .product_item, a:hover {
    cursor: pointer
}

.block-blog .figure-hover-overlay .figure-href, .figure-hover-overlay .figure-href {
    text-transform: lowercase;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5
}

.figure-hover-overlay figcaption .shoping, .product-list .list-shopping-cart .shoping {
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 16px
}

.figure-hover-overlay figcaption a:hover, .product-list .list-shopping-cart a:hover {
    color: #fff;
    text-decoration: none !important
}

.block-what-clients-say h4, .header-menu h5 {
    text-align: center;
    color: #4f5367
}

.block-form, .header-1 {
    margin-bottom: 30px
}

.block-form .btn-default-1:hover, .block-toolbar a:hover {
    background-color: #ee4a42;
    color: #fff;
    border-color: #ee4a42
}

.block-order-total ul li strong, .block-toolbar .next {
    float: right
}

.block-side-category .ul-side-category li a, .cart-table a, .product-detail-section a {
    text-decoration: none;
    color: #4f5367
}

.accordion a.accordion-toggle i.icon-plus-sign, .accordion a.accordion-toggle:hover, .block-products-modes .product-view-mode .active, .block-products-modes .product-view-mode a:hover, .block-side-category .ul-side-category li a:hover, .breadcrumb > li a:hover, .cart-table a:hover, .footer-information a:hover, .payment-service .payment-service-block:hover .payment-service-icon, .product-detail-section a:hover {
    color: #ee4a42
}

.block-side-category .ul-side-category li:last-child, .tab-pane .block-color {
    border: none
}

.block-color, .block-range, .block-side-products {
    border: 1px solid #ddd;
    border-top: none;
    margin-bottom: 40px
}

.block-pagination ul > li:first-child a, .block-pagination ul > li:last-child a {
    color: #4f5367;
    border-radius: 0
}

.block-order-total ul li, .progress .progress-bar {
    line-height: 40px
}

.block-form hr, .table-responsive .table tr {
    border-color: #ddd
}

.accordion a.accordion-toggle.collapsed i, .block-blog .blog-caption .blog-link, .block-blog .blog-caption .blog-name, .cart-table td:before, .cart-table th, .post-information a, .welcome .over-welcome h2 {
    color: #4f5367
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover, .table-responsive .table .label {
    background-color: #ee4a42
}

.footer-information form :-moz-placeholder, .footer-information form :-ms-input-placeholder, .footer-information form ::-moz-placeholder, .footer-information form ::-webkit-input-placeholder, .footer-information p {
    color: #f0f0f0
}

.block-blog .blog:hover .figure-hover-overlay img, .product-list:hover .figure-hover-overlay img {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 1.25s ease-out;
    transition: 1.25s ease-out
}

.product-list .product-rating .stars, .tab-pane .product-rating .stars {
    text-align: left
}

#gal1 a, .panel .panel-title a, .product_item a:hover {
    text-decoration: none
}

.block-blog .blog-caption .blog-link:hover, .block-blog .blog-caption .blog-name:hover, .post-information a:hover {
    color: #ee4a42;
    text-decoration: none
}

.err, .remove_item .fa:hover {
    color: red
}

.dropdown li:hover, .myaccountdd li:hover {
    background-color: #EE4A42
}

@media min-width680px {
    .cart-table td:before {
        display: none
    }

    .cart-table td, .cart-table th {
        display: table-cell;
        padding: 1em !important
    }

    .cart-table td:first-child, .cart-table th:first-child {
        padding-left: 0
    }

    .cart-table td:last-child, .cart-table th:last-child {
        padding-right: 0
    }
}

@media max-width680px {
    .cart-table td, .cart-table th {
        text-align: left
    }
}

@media (max-width: 767px) {
    .show-for-small {
        display: block !important
    }

    .home_icon {
        top: 15px;
        position: relative;
        left: 7px;
        z-index: 999
    }

    .row {
        margin: 0
    }

    #header .header-main .top-search-form form input {
        width: 200px
    }

    .pl5 {
        padding: 0 !important
    }

    .addons-wrapper {
        margin-top: 20px
    }

    .product {
        margin-left: -4px !important
    }

    .continue_shop {
        width: 90% !important;
        display: block;
        left: 5%;
        float: none !important
    }

    .quantity {
        padding-left: 15px !important
    }

    .container {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    #header .header-mini-cart {
        width: 26px;
        height: 27px;
        top: 2px;
        right: 20px
    }

    #header .header-main-fixed {
        position: relative;
        height: 150px;
        box-shadow: none;
    }

    .home_icon {
        top: 14px;
        position: relative;
        margin-left: 20px
    }

    #header .header-bg-fixed #container-fixed {
        margin: 25px 0
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }

    #header .header-main .navbar-collapse {
        z-index: 999;
        position: relative;
        background-color: #fff
    }

    .product-image {
        margin-bottom: 30px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        height: 40px;
        line-height: 30px
    }

    #header .navbar-main .dropdown-submenu > .dropdown-menu {
        position: relative;
        left: 0;
        padding-left: 30px
    }

    .show-for-small {
        display: block
    }

    .account_dd {
        margin-right: 37%
    }

    .account_dd .dropdown-menu {
        left: -36px
    }

    .pages_list .dropdown-menu {
        left: -84%;
        top: 100% !important
    }

    #header {
        position: relative
    }

    .header_image .header_img_txt {
        width: 100%;
        top: 20%
    }

    .pages_list {
        float: right;
        width: 60px;
        text-align: center;
        top: 15px;
        position: relative
    }

    .pages_list .menu_item a:hover, .pages_list .menu_item:hover a {
        color: #fff !important
    }

    .header_image img, .navbar-main {
        margin-top: 0 !important
    }

    #sidebar, .block.footer-block {
        padding: 27px
    }

    .header_img_txt, .hide-for-small {
        display: none
    }
}

@media max-width1037px {
    .header_image .header_img_txt {
        top: 19%;
    }

    .header_image h2 {
        font-size: 32px !important
    }
}

@media max-width391px {
    .pages_list {
        width: 70px
    }
}

@media max-width480px {
    #header .header-main .top-search-form {
        width: 100%;
        text-align: right
    }

    .navbar-main {
        margin: 3px 0 0
    }
}

@media min-width768px {
    .product-image {
        margin-bottom: 30px
    }
}

@media (max-width: 640px) {
    .block-blog article, .block-pagination, .product-section article, .product-section ul li {
        height: auto !important;
    }

    .pages_list {
        width: 40px;
    }
}

@media (max-width: 768px) {
    .mbl-heading i {
        font-size: 25px;
    }

    .mbl-heading span {
        font-size: 12px;
        position: relative;
        top: -4px;
    }

    .mbl-heading {
        float: left;
        top: 16px;
        left: 2px;
    }

    #header .header-mini-cart {
        position: relative;
        height: 29px;
        right: 18px !important;
        text-align: center;
        background: url(../images/basket.svg) bottom left no-repeat;
        background-size: 26px;
        padding-left: 37px;
        background-position: 17px 5px;
        top: 7px;
    }

    .categories ul li {
        margin-right: 0px !important;
    }
}

.arrow_box a:hover {
    color: #fff !important;
}

.product-new.offIt span {
    position: absolute;
    width: 90%;
    left: 5%;
    height: 3px;
    background: red;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(-30deg);
    top: 50%;
}

.product-new.off {
    left: 100px;
}

#header .header-main-fixed {
    height: 123px !important;
}

.navbar {
    margin-bottom: 0 !important;
}

.nav > li {
    margin-right: 20px !important;
    cursor: pointer;
}

#header .header-bg {
    /*border-bottom: 1px solid #dddddd;*/
}

.nav.navbar-nav.navbar-right li.seperator {
    /*margin-top: 10px !important;*/
}

.nav.navbar-nav.navbar-right li a {
    font-size: 13px !important;
    padding-top: 0;
    color: #000 !important;
}

.nav.navbar-nav.navbar-right li a:hover {
    border-top: transparent;
    color: #000 !important;
}

.nav.navbar-nav.navbar-right li {
    margin-right: 0 !important;
}

#header .header-mini-cart {
    position: relative;
    height: 29px;
    right: 0px;
    text-align: center;
    background: url(../images/basket.svg) bottom left no-repeat;
    background-size: 26px;
    padding-left: 37px;
    background-position: 17px 5px;
}

.nav.navbar-nav li img.tran-img {
    display: none;
}

.nav.navbar-nav li:hover img.normal-img {
    display: none;
}

.nav.navbar-nav li:hover img.tran-img {
    display: block;
}

.navbar-main .nav.navbar-right .dropdown-menu {
    top: 23px;
}

.categories ul li {
    margin: 0;
    padding: 0 !important;
}

.categories ul a {
    color: #fff;
    margin-right: -4px;
    padding: 13px;
    display: block;
}

.categories ul li a:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.categories ul {
    padding: 0px;
    text-align: center;
    background-color: #48484a;
    color: #fff;
}

.product-section {
    padding: 25px !important;
}

.header_image img {
    padding-top: 0;
    margin-top: -7px;
}

.header_image .image-overlay h1 {
    font-size: 30px;
    color: #fff !important;
}

.header_image .image-overlay h2 {
    font-size: 17px;
    color: #fff;
    line-height: 2;
}

.header_image .image-overlay {
    position: absolute;
    left: 25px;
    top: 40px;
    max-width: 50%;
}

.header_image {
    position: relative;
}

.black {
    color: #000 !important;
}