/*
Template Name: BeamStore - Premium eCommerce
Version: 1.0
Website: http://artursulkowski.pl
*/
html[lang=ru].responsive body,
body {
    color: #737474;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    font-family: 'Arial' !important;
    background: #fff;
}

h1 {
    color: black !important;
}

.fixed-body {
    padding: 0px 20px;
}

b,
strong {
    font-weight: 400;
}

a {
    color: #737474;
    line-height: 1.6;
}

a:hover {
    color: #81b6aa;
    text-decoration: none;
}

.out {
    /*display: none;*/
}

.standard-body .full-width .container {
    max-width: 1260px;
    margin: 0px auto;
    padding-left: 70px;
    padding-right: 70px;
}

.standard-body .full-width .container .container {
    padding: 0px;
}

.standard-body .full-width .shadow {
    display: none;
}

.standard-body .fixed {
    padding: 0px 20px;
}

  .hidden-div {
    display: none;
  }

.standard-body .fixed .background {
    margin: 0px auto;
    max-width: 1220px;
    background: #fff;
    position: relative;
}

.standard-body .fixed .background .shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.17);
}

.standard-body .fixed .container {
    padding-left: 50px;
    padding-right: 50px;
    margin: 0px;
    max-width: 100% !important;
}

.standard-body .fixed .container .container {
    padding: 0px;
}

.main-fixed {
    margin: 0px auto;
    max-width: 1220px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.17);
}

.main-fixed .fixed {
    padding: 0px !important;
}

.main-fixed .background .shadow {
    display: none !important;
}

.fixed-body .container {
    padding-left: 50px;
    padding-right: 50px;
    max-width: none;
}

.fixed-body .container .container {
    padding: 0px;
}

/* Inputs
-------------------*/

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    background: #fff;
    color: #737474;
    font-weight: 300;
    font-family: Lato;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    margin: 5px 0px;
    padding: 8px 10px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #acddd3;
    outline: 0;
    outline: thin dotted \9;
}

textarea {
    max-width: 100%;
}

select {
    height: 32px;
}

/* Dropdown
-------------------*/

#main .open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    visibility: visible !important;
}

#main .dropdown-menu {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    display: block;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.dropdown-menu {
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #737474;
    padding: 0px;
    margin-top: 0px;
    font-size: 14px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
}

#cart_block .dropdown-menu {
    padding: 0px;
}

.dropdown-menu a {
    color: #737474;
}

.dropdown-menu > li {
    padding: 0px;
    border-top: 1px solid #e5e5e5;
    transition: all 0.15s;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.dropdown-menu > li:first-child {
    border: none;
}

.dropdown-menu > li > a {
    padding: 8px 8px 8px 15px;
    background: none !important;
}

.dropdown-menu > li:hover {
    background: #f7f7f7;
}

.nav-header {
    color: #667280;
}

/* Buttons
------------------*/

.button,
.btn {
    display: inline-block;
    height: auto;
    cursor: pointer;
    border: none;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 20px !important;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    padding: 3px 27px 3px 27px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    -webkit-transition: box-shadow 0.2s;
    background: #f4740a;

    /* Old browsers */
    background: -moz-linear-gradient(top, #f4740a 0%, #f4740a 50%, #f25e08 51%, #f25e08 100%);

    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4740a), color-stop(50%, #f4740a), color-stop(51%, #f25e08), color-stop(100%, #f25e08));

    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4740a 0%, #f4740a 50%, #f25e08 51%, #f25e08 100%);

    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4740a 0%, #f4740a 50%, #f25e08 51%, #f25e08 100%);

    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4740a 0%, #f4740a 50%, #f25e08 51%, #f25e08 100%);

    /* IE10+ */
    background: linear-gradient(to bottom, #f4740a 0%, #f4740a 50%, #f25e08 51%, #f25e08 100%);

    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4740a', endColorstr='#f25e08', GradientType=0);

    /* IE6-9 */
}

.button:hover,
.btn:hover {
    color: #fff;
    background: #f25e08;

    /* Old browsers */
    background: -moz-linear-gradient(top, #f25e08 0%, #f25e08 50%, #f4740a 51%, #f4740a 100%);

    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f25e08), color-stop(50%, #f25e08), color-stop(51%, #f4740a), color-stop(100%, #f4740a));

    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f25e08 0%, #f25e08 50%, #f4740a 51%, #f4740a 100%);

    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f25e08 0%, #f25e08 50%, #f4740a 51%, #f4740a 100%);

    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f25e08 0%, #f25e08 50%, #f4740a 51%, #f4740a 100%);

    /* IE10+ */
    background: linear-gradient(to bottom, #f25e08 0%, #f25e08 50%, #f4740a 51%, #f4740a 100%);

    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f25e08', endColorstr='#f4740a', GradientType=0);

    /* IE6-9 */
}

.buttons .left .button,
.buttons .center .button,
.btn-default,
.input-group-btn .btn-primary {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15) !important;
    background: #acddd3;

    /* Old browsers */
    background: -moz-linear-gradient(top, #acddd3 0%, #acddd3 50%, #a4d9cf 51%, #a4d9cf 100%);

    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #acddd3), color-stop(50%, #acddd3), color-stop(51%, #a4d9cf), color-stop(100%, #a4d9cf));

    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #acddd3 0%, #acddd3 50%, #a4d9cf 51%, #a4d9cf 100%);

    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #acddd3 0%, #acddd3 50%, #a4d9cf 51%, #a4d9cf 100%);

    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #acddd3 0%, #acddd3 50%, #a4d9cf 51%, #a4d9cf 100%);

    /* IE10+ */
    background: linear-gradient(to bottom, #acddd3 0%, #acddd3 50%, #a4d9cf 51%, #a4d9cf 100%);

    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#acddd3', endColorstr='#a4d9cf', GradientType=0);

    /* IE6-9 */
}

.buttons .left .button:hover,
.buttons .center .button:hover,
.btn-default:hover,
.input-group-btn .btn-primary:hover {
    background: #a4d9cf;

    /* Old browsers */
    background: -moz-linear-gradient(top, #a4d9cf 0%, #a4d9cf 50%, #acddd3 51%, #acddd3 100%);

    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4d9cf), color-stop(50%, #a4d9cf), color-stop(51%, #acddd3), color-stop(100%, #acddd3));

    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a4d9cf 0%, #a4d9cf 50%, #acddd3 51%, #acddd3 100%);

    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a4d9cf 0%, #a4d9cf 50%, #acddd3 51%, #acddd3 100%);

    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a4d9cf 0%, #a4d9cf 50%, #acddd3 51%, #acddd3 100%);

    /* IE10+ */
    background: linear-gradient(to bottom, #a4d9cf 0%, #a4d9cf 50%, #acddd3 51%, #acddd3 100%);

    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4d9cf', endColorstr='#acddd3', GradientType=0);

    /* IE6-9 */
}

.input-group input {
    border-right: none;
}

.input-group-btn .btn {
    height: 38px;
    margin: 5px 0px;
}

.buttons {
    overflow: auto;
    margin: 0px 0px 20px 0px;
}

.buttons .btn {
    margin-top: 10px;
    outline: none;
}

.buttons .left {
    float: left;
    text-align: left;
}

.buttons .right {
    float: right;
    text-align: right;
}

.buttons .right .button {
    margin-left: 10px;
}

.buttons .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.button-continue-shopping {
    display: block;
    float: left;
    text-transform: uppercase;
}

.button-checkout {
    display: block;
    float: right;
    text-transform: uppercase;
}

/* Header
------------------*/

header {
    position: relative;
}

header .background-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -3;
}

/* Top Bar
------------------*/

#top-bar {
    position: relative;
}

#top-bar .background-top-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#top-bar .background {
    background: #f6f6f6 url(../img/patterns/top-bar/01.png);
    border-bottom: 1px solid #e3e3e3;
}

#top-bar .container {
    padding-top: 8px;
    padding-bottom: 8px;
    text-shadow: 1px 1px 0px #fff;
}

#top-bar .row > div {
    min-height: 12px !important;
}

/* Top Bar -> Welcome text */

#top-bar .welcome-text {
    padding: 3px 20px 1px 0px;
}

/* Top Bar -> Links */

#top-bar .header-links {
    padding: 3px 0px 0px 10px;
    margin: 0px;
    float: right;
}

#top-bar .header-links li {
    display: inline-block;
    padding: 0px 0px 0px 10px;
}

/* Top Bar -> Currency and Language */

#top-bar .dropdown {
    float: left;
    margin: 3px 20px 1px 0px;
}

#top-bar form {
    float: left;
    width: auto;
}

#top-bar-right .dropdown {
    float: right;
    position: relative;
    margin: -8px 0px -8px 10px;
    padding: 11px 0px 9px 17px;
    border-left: 1px solid #e3e3e3;
}

#top-bar-right .dropdown:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #fff;
}

#top-bar-right .dropdown {
    border-right: 1px solid #e3e3e3;
    padding-right: 17px;
}

#top-bar-right .dropdown:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2px;
    width: 1px;
    height: 100%;
    background: #fff;
}

#top-bar-right form:nth-child(2) .dropdown {
    margin-right: -21px;
}

#top-bar-right form {
    float: right;
    width: auto;
}

#top-bar .dropdown .caret {
    border-top: 4px solid #a8a8a8;
}

#top-bar .dropdown > a img {
    margin: 0px 2px 2px 0px;
    padding: 0px;
}

#top-bar .dropdown img {
    vertical-align: middle;
}

#top-bar-right .dropdown-menu {
    left: -1px;
}

#top-bar-right .dropdown-menu img {
    margin: 0px 5px 3px 0px;
    padding: 0px;
}

#top-bar-right .dropdown-menu:after {
    right: 12px;
    left: auto;
}

/* Top of pages
------------------*/

#top {
    position: relative;
}

#top .background {
}

#top .container {
    /*padding-top: 10px;
        padding-bottom: 25px;*/
}

#top .container .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

#top .background-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/* Top -> Logo */

#top .logo {
    padding: 17px 10px 0px 0px;
    margin: 0px;
    line-height: 100%;
    font-size: 100%;
}

#top .top-banner {
    margin: 30px 0 0 0;
}

/* Top -> Search */

#top .search_form {
    margin: 25px 0px 0px 0px;
    padding: 0px;
    position: relative;
}

#top .search_form input {
    padding: 2px 35px 0px 18px;
    margin: 0px;
    height: 40px;
    width: 75%;
    font-size: 14px;
}

.search_form .button-search,
.search_form .button-search2 {
    position: absolute;
    right: 10px;
    top: 9px;
    width: 23px;
    height: 23px;
    background: url(../img/search.png) no-repeat;
    cursor: pointer;
}

/* Top -> Cart block */

#top #cart_block {
    padding: 10px 0px 10px 0px;
    display: inline-block;
}

#top #cart_block .cart-heading {
    cursor: pointer;
    padding: 6px 0px 6px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#top #cart_block .cart-heading p {
    display: inline-block;
    vertical-align: top;
    padding: 2px 0px 1px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: 400;
}

#top #cart_block .cart-heading p #cart-total {
    font-weight: 300;
}

#top #cart_block .cart-heading .cart-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #73747400 url(../image/shop_cart.svg);
    /* margin: 1px 6px 0px 0px; */
    vertical-align: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#top #cart_block .cart-heading div {
    vertical-align: top;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: #acddd3;

    /* Old browsers */
    background: -moz-linear-gradient(top, #acddd3 0%, #acddd3 50%, #a4d9cf 51%, #a4d9cf 100%);

    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #acddd3), color-stop(50%, #acddd3), color-stop(51%, #a4d9cf), color-stop(100%, #a4d9cf));

    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #acddd3 0%, #acddd3 50%, #a4d9cf 51%, #a4d9cf 100%);

    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #acddd3 0%, #acddd3 50%, #a4d9cf 51%, #a4d9cf 100%);

    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #acddd3 0%, #acddd3 50%, #a4d9cf 51%, #a4d9cf 100%);

    /* IE10+ */
    background: linear-gradient(to bottom, #acddd3 0%, #acddd3 50%, #a4d9cf 51%, #a4d9cf 100%);

    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#acddd3', endColorstr='#a4d9cf', GradientType=0);

    /* IE6-9 */
    margin: 0px 0px 0px 7px;
    position: relative;
}

#top #cart_block .cart-heading div:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../img/icon-down.png) no-repeat;
    top: 0;
    left: 0;
}

#top #cart_block .dropdown-menu {
    width: 450px;
    margin-top: 0px;
    text-align: left;
    padding: 0px;
    right: 0 !important;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#top #cart_block .dropdown-menu:before {
    position: absolute;
    top: -8px;
    right: 4px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ccc;
    border-left: 8px solid transparent;
    border-bottom-color: #e5e5e5;
    content: '';
}

#top #cart_block .dropdown-menu:after {
    position: absolute;
    top: -7px;
    right: 5px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
    border-left: 7px solid transparent;
    content: '';
}

#top #header-right #cart_block .dropdown-menu {
    right: 0px;
    left: auto;
}

/* Content Top Cart */

.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
}

.mini-cart-info td {
    padding: 10px;
    border-bottom: 1px solid #ececec;
}

.mini-cart-info .image {
    padding: 20px 10px 20px 20px;
}

.mini-cart-info .image img {
    border: 1px solid #ececec;
    display: block;
}

.mini-cart-info .name {
    padding: 20px 10px;
    font-weight: 400;
}

.mini-cart-info .quantity {
    text-align: right;
    padding: 20px 10px;
}

.mini-cart-info td.total {
    text-align: right;
    padding: 20px 10px;
    color: #81b6aa;
}

.mini-cart-info .remove {
    text-align: right;
    padding: 10px 20px 13px 10px;
}

.mini-cart-info .remove img {
    cursor: pointer;
}

@media (max-width: 400px) {
    #top #header-right #cart_block #cart_content {
        left: -20px;
        width: calc(100% + 40px);
    }

    .mini-cart-info table tbody tr {
        position: relative;
        display: block;
    }

    .mini-cart-info table tbody tr td.remove {
        position: absolute;
        top: 0;
        right: 0;
        border-bottom: none;
    }
}

.mini-cart-total {
    text-align: right;
}

.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    padding: 20px 14px 10px 20px;
}

.mini-cart-total td {
    padding: 0px 6px;
}

.mini-cart-total td:last-child {
    color: #81b6aa;
}

#cart_block .checkout {
    text-align: right;
    clear: both;
    padding: 0px 16px 20px 20px;
}

#cart_block .checkout .button:first-child {
    margin-right: 7px;
}

#cart_block .empty {
    padding: 50px 20px;
    text-align: center;
}

/* Top -> Right */

#top #header-right {
    text-align: right;
}

/* Breadcrumb
------------------*/

.breadcrumb {
}

.breadcrumb .container > div {
    padding: 20px 0px 0px 0px;
}

.breadcrumb .container h1 {
    margin: 0px;
    padding: 0px;
    font-size: 30px;
    font-weight: 600;
    color: #0b486b;
}

.breadcrumb .container .strip-line {
    display: none;
}

.breadcrumb .container img {
    margin: 0px 0px 20px 0px;
}

.breadcrumb .container ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.breadcrumb .container ul li {
    display: inline-block;
    padding-right: 6px;
}

.breadcrumb .container ul li a {
    color: #0b486b;
    font-weight: 400;
}

.breadcrumb .container ul li:last-child a {
    color: #81b6aa;
}

.breadcrumb .container ul li:before {
    content: "\00BB";
    color: #81b6aa;
    padding-right: 9px;
}

.breadcrumb .container ul li:first-child:before {
    display: none;
}

/* Main Content
------------------*/

.free_shipping_label {
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 3px 7px 4px;
    position: absolute;
    z-index: 5;
    right: 5px;
    top: 5px;
    background-color: #EE3963;
}

.main-content .container,
.standard-body .main-content .container {
    padding-bottom: 35px;
}

/* Banner */

.banners > div {
    padding-top: 20px;
}

.banners > div img {
    display: block;
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.4s linear, -webkit-transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    -moz-transition: opacity 0.4s linear, -moz-transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    -o-transition: opacity 0.4s linear, -o-transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    -ms-transition: opacity 0.4s linear, -ms-transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    transition: opacity 0.4s linear, transform 0.4s ease-in-out, filter 0.4s ease-in-out;
}

.banners:hover > div img {
    -webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    -o-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97);
    opacity: 0.7;
    -webkit-filter: blur(0.4px);
    -moz-filter: blur(0.4px);
    -o-filter: blur(0.4px);
    -ms-filter: blur(0.4px);
    filter: blur(0.4px);
}

.banners > div:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 100;
    opacity: 1;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none;
}

.banners > div.col-sm-12 img {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}

/* Center column */

.center-column {
    padding-top: 20px;
    position: relative;
    margin-bottom: -20px;
}

.center-column h1,
.center-column h2,
.center-column h3,
.center-column legend {
    margin: 0px !important;
    padding: 6px 0px 37px 0px;
    position: relative;
    font-weight: 600;
}

.center-column h1:after,
.center-column h2:after,
.center-column h3:after,
.center-column legend:after {
    position: absolute;
    content: '';
    width: 100%;
    max-width: 100px;
    height: 1px;
    background: #e4e4e4;
    bottom: 20px;
    left: 0;
    right: 0;
}

.center-column .buttons .pull-right.order-history-btns {
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 870px) {
    .center-column .buttons .pull-right.order-history-btns {
        display: flex;
        flex-direction: column;
        max-width: 220px;
        float: left !important;
    }
}

.center-column .buttons .pull-right .btn-continue {
    float: right;
}

/* Block */

.box {
    margin: 20px 0px 0px 0px;
    position: relative;
}

.box .box-heading {
    padding: 0px 0px 14px 0px;
    margin: 0px 0px 20px 0px;
    font-size: 22px;
    font-weight: 300;
    border-bottom: 1px solid #e5e5e5;
}

.col-sm-3 .box,
.col-sm-4 .box {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #fff;
}

.col-sm-3 .box.with-scroll,
.col-sm-4 .box.with-scroll {
    margin-bottom: 12px;
}

.col-sm-3 .box .box-heading,
.col-sm-4 .box .box-heading {
    padding: 23px 30px 15px 30px;
    margin: 0px;
}

.box-categories .box-heading {
    font-weight: 600;
    background: #f7f7f7;
    border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
}

.box .strip-line {
    display: none;
}

.center-column .box {
    margin-top: 0px;
    margin-bottom: 20px;
}

.box .box-content {
    clear: both;
    padding: 0px;
}

.col-sm-3 .box .box-content,
.col-sm-4 .box .box-content {
    padding: 30px;
}

.box > .prev,
.box > .next {
    float: right;
    margin: 2px 0px 0px 0px;
    width: 30px;
    height: 27px;
    border-radius: 0px 20px 20px 0px;
    -moz-border-radius: 0px 20px 20px 0px;
    -webkit-border-radius: 0px 20px 20px 0px;
    background: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.box > .prev:hover,
.box > .next:hover {
    background: #f7f7f7;
}

.box > .prev {
    border-right: none;
    margin-left: 15px;
    border-radius: 20px 0px 0px 20px;
    -moz-border-radius: 20px 0px 0px 20px;
    -webkit-border-radius: 20px 0px 0px 20px;
}

.col-sm-3 .box > .prev,
.col-sm-3 .box > .next,
.col-sm-4 .box > .prev,
.col-sm-4 .box > .next {
    float: none;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin: 0px;
    z-index: 1;
}

.col-sm-3 .box > .prev,
.col-sm-4 .box > .prev {
    margin-left: -30px;
}

.col-sm-3 .box > .next,
.col-sm-4 .box > .next {
}

.box > .prev span,
.box > .next span {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f36909;
    font-size: 20px;
    display: block;
    width: 28px;
    height: 25px;
    text-align: center;
    padding: 2px 0px 0px 1px;
}

.box > .next span {
    padding-right: 3px;
}

.box > .next span:before {
    content: "\f105";
}

.box > .prev span:before {
    content: "\f104";
}

/* Block Category */

.box-category {
    position: relative;
    padding: 0px !important;
}

.box-category ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.box-category > ul li {
    border-top: 1px solid #e5e5e5;
    position: relative;
}

.box-category > ul > li:first-child {
    border: none;
}

.box-category ul li a {
    display: block;
    padding: 11px 30px 9px 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.box-category ul li a.active,
.box-category ul li:hover > a {
    background: #f7f7f7;
    color: #81b6aa;
}

.box-category ul li .head a {
    font-size: 14px;
    line-height: 10px;
    padding: 0px !important;
    margin: 0px;
    position: absolute;
    top: 14px;
    right: 15px;
    width: 14px;
    height: 14px;
    color: #a8dbd1;
    border: 1px solid #a8dbd1;
    text-align: center;
    display: block;
}

.box-category ul li .head a.collapsed {
    line-height: 11px;
}

.box-category ul li .head .plus {
    display: none;
}

.box-category ul li .head .collapsed .plus {
    display: block;
}

.box-category ul li .head .collapsed .minus {
    display: none;
}

.box-category ul li ul a {
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
}

.box-category ul li ul a:before {
    font-family: 'FontAwesome' !important;
    content: '\f105';
    color: #79bd9a;
    padding-right: 10px;
}

/* Product */

.product-grid {
    position: relative;
    margin-top: -20px;
    clear: both;
}

.box-product .carousel-inner {
    overflow: visible;
}

.box-content .carousel {
    overflow: hidden;
}

.box-content:hover .carousel {
    /*overflow: visible;*/
}

.box-product .owl-carousel:hover {
    /*margin-bottom: -230px;*/
}

.box-product .owl-carousel:hover .owl-wrapper-outer {
    /*padding-bottom: 220px;*/
    /*margin-bottom: 220px;*/
}

.box-product .owl-carousel .owl-wrapper {
    z-index: 2;
}

.col-sm-3 .product-grid,
.col-sm-4 .product-grid {
    display: table !important;
}

.center-column .product-grid {
    margin-bottom: 20px;
}

.center-column .related-products .product-grid {
    margin-bottom: 20px;
}

.carousel-indicators {
    display: none;
}

.product-grid .product {
    margin-top: 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 15px;
    text-align: center;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: relative;
}

.product-grid .product:hover {
    z-index: 2;
    border: 1px solid #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.product-grid .product-hover .only-hover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    padding: 0px 15px 15px 15px !important;
    background: #fff;
    border: 1px solid #fff;
    left: -1px;
    right: -1px;
    border-radius: 0px 0px 2px 2px;
}

.product-grid .product-hover:hover .only-hover {
    opacity: 1;
    visibility: visible;
}

.product-grid .product-hover:hover .only-hover:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    bottom: 0;
    right: 0;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.product-grid .product-hover .only-hover > * {
    filter: alpha(opacity=30);
    opacity: .3;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.product-grid .product-hover:hover .only-hover > * {
    filter: alpha(opacity=100);
    opacity: 1;
}

.sale {
    width: 38px;
    height: 38px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-align: center;
    background: #f4740a;

    /* Old browsers */
    background: -moz-linear-gradient(top, #f4740a 0%, #f4740a 50%, #f25e08 51%, #f25e08 100%);

    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4740a), color-stop(50%, #f4740a), color-stop(51%, #f25e08), color-stop(100%, #f25e08));

    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4740a 0%, #f4740a 50%, #f25e08 51%, #f25e08 100%);

    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4740a 0%, #f4740a 50%, #f25e08 51%, #f25e08 100%);

    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4740a 0%, #f4740a 50%, #f25e08 51%, #f25e08 100%);

    /* IE10+ */
    background: linear-gradient(to bottom, #f4740a 0%, #f4740a 50%, #f25e08 51%, #f25e08 100%);

    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4740a', endColorstr='#f25e08', GradientType=0);

    /* IE6-9 */
    padding: 9px 0px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
}

.product-info .sale,
#quickview .sale {
    left: 25px;
    top: 15px;
    z-index: 3;
}

.product-grid .product .image {
    position: relative;
}

.product-grid .product .image img {
    display: block;
    margin: 0px auto;
}

.product-grid .product .image .quickview {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    width: 100%;
    z-index: 1;
}

.product-grid .product .image .quickview a {
    margin: 0px auto;
    display: inline-block;
    background: #fefefe;
    border: 1px solid #e6e6e6;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.product-grid .product:hover .image .quickview a {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.product-grid .product .image img.zoom-image-effect {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

.product-grid .product:hover .image img.zoom-image-effect {
    -webkit-transform: scale(1.05, 1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05, 1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

.product-grid .product .image-swap-effect {
    position: relative;
}

.product-grid .product .image-swap-effect .swap-image {
    position: absolute;
    visibility: hidden;
    opacity: 0.1;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.product-grid .product:hover .image-swap-effect .swap-image {
    visibility: visible;
    opacity: 1;
}

.product-grid .product .name {
    padding-top: 13px;
    min-height: 53px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .product-grid .product .name {
        min-height: 93px !important;
    }
}

@media screen and (max-width: 767px) {
    .mobile-cart .counter {
        border: #fff 1px solid;
        border-radius: 50%;
        font-size: 8px;
        position: absolute;
        width: 17px;
        height: 17px;
        /* padding-left: 4px; */
        top: -11px;
        right: -10px;
        background-color: #f2466b;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        line-height: 1.9;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
    }

    .product-grid .product .name {
        min-height: 133px !important;
    }

    .price {
        min-height: 48px;
    }

    .breadcrumb .container ul {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .breadcrumb .container h1#title-page {
        font-size: 27px;
    }
}

.product-grid .product .name {
    padding-top: 13px;
    min-height: 120px;
}

.product-grid .product .name a {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
}

.product-grid .product .price {
    color: #81b6aa;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}

.product-grid .product .price .price-old {
    color: #808080;
    text-decoration: line-through;
    padding-right: 2px;
    font-weight: 300;
    font-size: 13px;
}

.product-grid .product .price .price-new {
    color: #f4740a;
}

.product-grid .product .rating {
    padding-top: 8px;
}

.product-grid .product .only-hover {
    padding: 4px 0px 0px 0px;
}

.product-grid .product .only-hover ul {
    list-style: none;
    margin: 0px;
    padding: 17px 0px 0px 0px;
    line-height: 1.3;
}

.product-grid .product .only-hover ul li a {
    cursor: pointer;
    color: #81b6aa;
}

.product-grid .product .only-hover .button {
    margin-top: 15px;
}

@media (max-width: 1240px) {
    .responsive .product-grid .product .only-hover .button {
        padding: 3px 15px;
    }

    .responsive .product-grid .product .only-hover .button span {
        font-size: 20px;
    }
}

/* Product for column left & right */

.col-sm-3 .products,
.col-sm-4 .products {
}

.col-sm-3 .item,
.col-sm-4 .item {
    overflow: hidden;
}

.col-sm-3 .carousel-indicators,
.col-sm-4 .carousel-indicators {
    display: none;
}

.col-sm-3 .products .product-grid,
.col-sm-4 .products .product-grid {
    margin: -10px 0px;
}

.col-sm-3 .products .row > div,
.col-sm-4 .products .row > div {
    width: 100%;
    margin: 0px;
}

.col-sm-3 .products .row > div .product,
.col-sm-4 .products .row > div .product {
    margin: 0px;
    padding: 10px 0px;
    text-align: left;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.col-sm-3 .products .row > div .product .left,
.col-sm-4 .products .row > div .product .left {
    float: left;
    width: 29%;
}

.col-sm-3 .products .row > div .product .left .sale,
.col-sm-4 .products .row > div .product .left .sale {
    display: none;
}

.col-sm-3 .products .row > div .product .left .image,
.col-sm-4 .products .row > div .product .left .image {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 2px;
}

.col-sm-3 .products .row > div .product .right,
.col-sm-4 .products .row > div .product .right {
    float: left;
    width: 63%;
    margin-left: 8%;
    padding-top: 0px;
}

.col-sm-3 .products .row > div .product .right .name,
.col-sm-4 .products .row > div .product .right .name {
    padding: 1px 0px 0px 0px;
}

.col-sm-3 .products .row > div .product .rating,
.col-sm-4 .products .row > div .product .rating {
    padding-top: 1px;
}

.col-sm-3 .products .product .only-hover,
.col-sm-4 .products .product .only-hover {
    display: none;
}

/* Product list */

.product-list {
}

.product-list > div {
    position: relative;
    margin: 0px 0px 20px 0px;
    padding: 20px;
    border: 1px solid #e6e6e6;
    background: #fff;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.product-list > div:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
}

.product-list .image {
    text-align: center;
}

.product-list .name-desc {
    padding-top: 10px;
}

.product-list .name-desc .name a {
    font-size: 20px;
    font-weight: 400;
}

.product-list .name-desc .description {
    font-size: 12px;
    padding: 18px 0px 0px 0px;
}

.product-list .name-desc .rating-reviews {
    margin: 26px 0px 0px 0px;
    padding: 17px 0px 0px 0px;
    border-top: 1px solid #e6e6e6;
}

.product-list .name-desc .rating-reviews .rating {
    float: left;
    width: auto;
    padding: 0px 20px 0px 0px;
}

.product-list .name-desc .rating-reviews .reviews {
    float: left;
    width: auto;
}

.product-list .name-desc .rating-reviews .reviews span {
    color: #4ecdc4;
}

.product-list .actions {
    position: static;
}

.product-list .actions > div {
    padding: 15px 0px 0px 20px;
}

.product-list .actions > div:before {
    width: 1px;
    background: #e6e6e6;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0px 0px 0px -20px;
}

.product-list .actions > div .price {
    text-align: center;
    font-size: 20px;
    color: #81b6aa;
    font-weight: 400;
    padding: 0px 0px 10px 0px;
}

.product-list .actions > div .price .price-old {
    text-decoration: line-through;
    color: #667280;
    font-size: 12px;
    display: block;
}

.product-list .actions > div .price .price-new {
    color: #f4740a;
}

.product-list .actions > div .add-to-cart {
    text-align: center;
}

.product-list .actions > div ul {
    text-align: center;
    list-style: none;
    margin: 0px;
    padding: 13px 0px 0px 0px;
    color: #81b6aa;
}

/* Category page */

.category-info {
    padding: 0px 0px 0px 0px;
    position: relative;
    margin: 0px -20px 0px 0px;
}

.category-info .image {
    padding: 0px 20px 20px 0px;
    float: left;
    width: auto;
    max-width: 100%;
}

.category-info .image img {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    display: block;
}

.category-info > p {
    padding: 0px 20px 10px 0px;
}

.refine_search {
    padding-top: 0px !important;
}

.category-list {
}

.category-list-text-only {
    margin-bottom: 20px;
}

.category-list .row > div {
    margin-bottom: 20px;
    text-align: center;
}

.category-list-text-only .row > div {
    margin-bottom: 6px;
    text-align: left;
}

.category-list img {
    display: block;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.product-filter {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 10px;
    margin: 0px 0px 20px 0px;
    font-size: 14px;
}

.product-filter .list-options {
    float: left;
    width: auto;
    padding: 0px 8px;
}

.product-filter .list-options .sort {
    padding: 6px 0px;
    float: left;
    width: auto;
}

.product-filter .list-options .limit {
    padding: 6px 0px 6px 16px;
    float: left;
    width: auto;
	display:none;
}

.product-filter .list-options select {
    margin: 0px 0px 0px 10px;
    width: auto;
}

.product-filter .options {
    float: right;
    width: auto;
    padding: 10px 8px 8px 8px;
}

.product-filter .options .product-compare {
    float: left;
    width: auto;
    padding: 0px 20px 0px 0px;
}

.product-filter .options .button-group {
    float: left;
    width: auto;
}

.product-filter .options .button-group button {
    margin: 0px;
    padding: 0px 5px;
    line-height: 22px;
    border: none;
    background: none;
    color: #737474;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.product-filter .options .button-group button:hover,
.product-filter .options .button-group .active {
    background: #81b6aa;
    color: #fff;
}

/* ------- PRODUCT INFO ---------- */

.product-info {
}

/* Product info - Image */

.product-info .product-image {
    margin: 0px 0px 20px 0px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: center;
}

.product-info .product-image a {
    display: block;
}

.product-info .product-image img {
    display: block;
    cursor: pointer;
}

/* Product info - thumbnails */

.product-info .thumbnails {
}

.product-info .thumbnails ul {
    list-style: none;
    margin: 0px 0px 0px -20px;
    position: relative;
    padding: 0px;
}

.product-info .thumbnails ul li {
    width: 25%;
    float: left;
}

.product-info .thumbnails-left li {
    float: none;
    width: 100%;
}

.product-info .thumbnails li p {
    margin: 0px;
    padding: 0px 0px 20px 20px;
}

.product-info .thumbnails li img {
    border: 1px solid #e5e5e5;
    display: block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

/* Product info - product center */

.product-info .product-center {
    position: relative;
    margin-top: -23px;
    margin-bottom: 20px;
}

.product-info .description,
.product-info .price,
.product-info .options,
.product-info .cart {
    padding: 48px 0px 0px 0px;
    /* border-bottom: 1px solid #e5e5e5; */
    margin-bottom: -30px;
}

.product-info .price,
.price .discount_6_items,
#quickview .price {
    font-size: 16px;
    font-weight: bold;
    color: #4f4f4f !important;
}

.product-info .price .selected-text,
.price .discount_6_items .selected-text,
#quickview .price .selected-text {
    font-weight: 600;
    color: #ff0000;
}

.product-info .price .price-new.price-sale,
#quickview .price .discount_6_items .price-new.price-sale,
#quickview .price .price-new.price-sale {
    font-size: 18px;
}

.product-info .price .price-new {
    font-size: 36px;
    line-height: 40px;
    color: #81b6aa;
    font-weight: 400;
}

.product-info .price .price-sale {
    color: #f4740a;
}

.product-info .price .price-old,
.price .discount_6_items .price-old,
#quickview .price .price-old {
    font-size: 25px !important;
    /* text-decoration: line-through; */
    /*color: #E8E8E8 !important;*/
    color: #6d6d6d !important;
}

/* Product info -> Options */

.product-info .options {
    padding-bottom: 10px;
}

.product-info .options h2 {
    padding: 0px;
}

.product-info .options h2:after {
    display: none;
}

.product-info .options .form-group {
    margin: 10px 0px 10px 0px;
}

.product-info .options .error {
    margin: 0px;
}

/* Product info -> Buttons */

.product-info .cart {
    margin-bottom: 0;
    margin-top: 25px;
}

.product-info .cart .add-to-cart {
}

.product-info .cart .add-to-cart p,
.product-info .cart .add-to-cart input,
.product-info .cart .add-to-cart .quantity {
    display: block;
    float: left;
}

.product-info .cart .add-to-cart p {
    padding: 10px 10px 5px 0px;
    color: #0C233A;
    font-size: 20px;
    font-weight: 100;
}

.product-info .cart .add-to-cart input {
    margin: 0px 10px 0px 0px !important;

    /*height: 34px;*/
}

.product-info .cart .add-to-cart .quantity,
.only-hover .quantity,
.button-group .quantity {
    position: relative;
}

.only-hover .quantity,
.button-group .quantity {
    display: inline-block;
    margin-right: 10px;
}

@media screen and (max-width: 500px) {
    .only-hover .quantity {
        display: block;
        max-width: 62px;
        margin: 0 auto;
    }
}

.product-info .cart .add-to-cart #button-more-details {
    display: none;
}

.product-info .cart .add-to-cart .quantity input {
    padding-right: 0;
}

.product-info .cart .add-to-cart .quantity #q_up,
.quantity .quantity-wrapper #q_up,
.only-hover .quantity #q_up,
.button-group .quantity #q_up {
    display: block;
    position: absolute;
    right: 11px;
    top: 1px;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    border-top: none;
    border-right: none;
    height: 19px;
    width: 18px;
    text-align: center;
    font-size: 10px;
}

.product-info .cart .add-to-cart .quantity #q_down,
.quantity .quantity-wrapper #q_down,
.only-hover .quantity #q_down,
.button-group .quantity #q_down {
    display: block;
    position: absolute;
    right: 11px;
    top: 17px;
    background: #f7f7f7;
    border-left: 1px solid #e5e5e5;
    height: 19px;
    width: 18px;
    text-align: center;
    font-size: 10px;
}

.only-hover .quantity #q_up,
.button-group .quantity #q_up {
    top: 6px;
    right: 1px;
    padding-top: 2px;
}

.only-hover .quantity #q_down,
.button-group .quantity #q_down {
    top: 25px;
    right: 1px;
    padding-top: 2px;
}

.quantity .quantity-wrapper #q_up {
    margin-top: 5px;
    margin-right: 15px;
    cursor: pointer;
}

.quantity .quantity-wrapper #q_down {
    margin-top: 8px;
    margin-right: 15px;
    cursor: pointer;
}

/* Product info -> Add to compare, wishlist */

.product-info .cart .links {
    padding: 10px 0px 10px 0px;
}

.product-info .cart .links a {
    padding-right: 10px;
    cursor: pointer;
    font-size: 15px;
}

.product-info .cart .links a:before {
    content: "+";
    padding-right: 5px;
    color: #0C233A !important;
}

/* Information about minimum products */

.product-info .cart .minimum {
    padding: 10px 0px 0px 0px;
}

/* Reviews */

.product-info .review {
    padding: 13px 0px 3px 0px;
}

.product-info .review > div {
    padding: 7px 0px;
}

.product-info .review a {
    cursor: pointer;
    font-weight: 100;
    font-size: 14px;
}

/* Tags */

.tags_product {
    margin: 0px 0px 20px 0px;
}

/* ----------- QUICKVIEW ------------- */

#quickview {
}

#quickview .product-image {
    margin: 0px 0px 20px 0px;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: center;
}

#quickview .product-image a {
    display: block;
}

#quickview .product-image img {
    display: block;
    cursor: pointer;
}

/* Thumbnails */

#quickview .thumbnails {
    position: relative;
    margin: 0px 0px -20px 0px;
}

#quickview .thumbnails ul {
    list-style: none;
    margin: 0px 0px 0px -20px;
    position: relative;
    padding: 0px;
}

#quickview .thumbnails li {
    width: 25%;
    float: left;
}

#quickview .thumbnails-left li {
    float: none;
    width: 100%;
}

#quickview .thumbnails li p {
    margin: 0px;
    padding: 0px 0px 20px 20px;
}

#quickview .thumbnails li img {
    border: 1px solid #e5e5e5;
    display: block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#quickview .product-center {
    position: relative;
    margin-top: -23px;
    margin-bottom: -20px;
}

#quickview .description,
#quickview .price,
#quickview .options,
#quickview .cart {
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #e5e5e5;
}

#quickview .price {
    padding-top: 95px;
}

#quickview .options {
    display: none;
}

#quickview .cart {
    border-bottom: none;
}

#quickview .price .price-new {
    font-size: 36px;
    line-height: 40px;
    color: #81b6aa;
    font-weight: 400;
}

#quickview .price .price-sale {
    color: #f4740a;
}

#quickview .price .price-old {
    text-decoration: line-through;
}

#quickview .options {
    padding-bottom: 10px;
}

#quickview h2 {
    padding: 0px;
}

#quickview .options .option {
    padding: 10px 0px;
}

#quickview .options .error {
    margin: 0px;
}

#quickview .cart {
}

#quickview .cart .add-to-cart p,
#quickview .cart .add-to-cart .quantity,
#quickview .cart .links,
#quickview .cart .minimum,
#quickview .review {
    display: none;
}

#quickview .cart .add-to-cart input {
    margin: 0px 10px 0px 0px;
    height: 34px;
}

/* Product Block */

.product-block {
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 0px 0px 20px 0px;
}

.product-block .title-block {
    font-weight: 400;
    font-size: 22px;
    padding: 23px 20px 12px 20px;
    margin: 0px;
}

.product-block .strip-line {
    width: auto;
    max-width: 100px;
    height: 1px;
    background: #e4e4e4;
    margin: 0px 20px 0px 20px;
}

.product-block .block-content {
    clear: both;
    padding: 20px;
}

/* Ratings */

.rating i {
    margin: 0px 1px 0px 2px;
    font-size: 20px;
    color: #c2c2c2;
}

.rating i.active {
    color: #f36909;
}

/* CustomFooter
------------------*/

.custom-footer {
    position: relative;
}

.custom-footer .background-custom-footer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.custom-footer .background,
.standard-body .custom-footer .background {
    background: #fafafa;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.custom-footer .pattern {
    padding: 30px 0px 30px 0px;
    background: url(../img/patterns/footer/01.png);
    text-shadow: 1px 1px 0px #fff;
}

.custom-footer .pattern p {
    padding: 0px;
    margin: 0px;
}

.custom-footer h4 {
    font-size: 20px;
    font-weight: 300;
    border-bottom: 1px solid #e4e4e4;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 25px 0px;
}

/* Footer
------------------*/

.footer {
    position: relative;
    font-weight: 500;
}

.footer .background-footer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.footer .pattern {
    padding: 5px 0px 30px 0px;
}

.footer .pattern p {
    padding: 0px;
    margin: 0px;
}

.footer_h4 {
    font-size: 20px;
    font-weight: 500;
    padding: 25px 0px 17px 0px;
    margin: 0px;
}

.footer .strip-line {
    width: auto;
    max-width: 100px;
    height: 1px;
    background: #e4e4e4;
    margin: 0px 0px 25px 0px;
}

/* Facebook */

#facebook {
    position: relative;
    margin: -7px -4px;
}

.fb-like-box,
.fb-like-box span,
.fb-like-box span iframe[style] {
    width: 100% !important;
}

.fb-like-box {
}

/* List */

.footer ul {
    list-style: none;
    position: relative;
    margin: -5px 0px -3px 0px;
    padding: 0px;
    clear: both;
}

.footer ul li a {
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    color: #f2466b;
}

@media screen and (max-width: 767px) {
    .footer ul li a {
        font-size: 14px;
    }
}

.footer ul li a:before {
    content: '\00BB';
    color: #81b6aa;
    padding-right: 6px;
}

/* Contact us */

ul.contact-us {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.contact-us li {
    clear: both;
    font-size: 16px;
    line-height: 1.4;
    margin: 30px 0px 0px 0px;
}

ul.contact-us li:first-child {
    margin: 0px;
}

ul.contact-us li i {
    float: left;
    width: 37px;
    height: 40px;
    padding: 0px 0px 0px 0px;
    margin: 0px 20px 0px 0px;
    text-align: center;
    font-size: 36px;
    color: #0b486b;
}

ul.contact-us li i.fa-mobile-phone {
    font-size: 45px;
}

ul.contact-us li i.fa-envelope {
    font-size: 30px;
    padding-top: 7px;
}

ul.contact-us li i.fa-skype {
    padding-top: 5px;
}

ul.contact-us li span {
    color: #81b6aa;
    text-decoration: underline;
}

/* Copyright
------------------*/

.copyright {
    position: relative;
}

.copyright .pattern {
    padding: 25px 0px 25px 0px;
    border-top: 1px solid #e5e5e5;
}

.copyright .pattern .line {
    display: none;
}

.copyright p {
    margin: 0px;
    padding: 0px;
}

.copyright ul {
    float: right;
    width: auto;
    list-style: none;
    padding: 5px 0px 0px 0px;
    margin: 0px;
}

.copyright ul li {
    display: inline-block;
    margin-left: 8px;
}

/* OPENCART STYLE
--------------------------- */

/* content */

.main-content .content {
    padding: 0px 0px 20px 0px;
}

.main-content .content:before,
.main-content .content:after {
    display: table;
    content: " ";
}

.main-content .content:after {
    clear: both;
}

.main-content .content .left {
    float: left;
    width: 47%;
    padding: 0px;
}

.main-content .content .right {
    float: right;
    width: 47%;
    padding: 0px;
}

/* List content */

.center-column .list-unstyled li:before {
    content: '\00BB';
    color: #81b6aa;
    padding-right: 6px;
}

/* Login content */

.login-content {
}

.login-content:before,
.login-content:after {
    display: table;
    content: " ";
}

.login-content:after {
    clear: both;
}

.login-content .left {
    float: left;
    width: 47%;
}

.login-content .right {
    float: right;
    width: 47%;
}

.login-content .content {
    margin: 20px 0px 0px 0px;
}

.login-content .left .button {
    margin-top: 10px;
}

/* Autocomplete */

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;

    /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    z-index: 999;
}

.autocomplete-results {
    position: relative;
}

.ui-autocomplete {
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    padding: 0px !important;
    margin-top: 14px !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    min-width: 300px !important;
    border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.ui-autocomplete:before {
    position: absolute;
    top: -8px;
    left: 17px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ccc;
    border-left: 8px solid transparent;
    border-bottom-color: #e5e5e5;
    content: '';
}

.ui-autocomplete:after {
    position: absolute;
    top: -7px;
    left: 18px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
    border-left: 7px solid transparent;
    content: '';
}

.container-megamenu .ui-autocomplete {
    left: auto !important;
}

.container-megamenu .ui-autocomplete:after {
    left: auto;
    right: 19px;
}

.container-megamenu .ui-autocomplete:before {
    left: auto;
    right: 18px;
}

.ui-autocomplete li {
    padding: 0px !important;
    margin: 0px !important;
    cursor: pointer !important;
    border: none !important;
    border-top: 1px solid #ececec !important;
    background: none !important;
    list-style: none !important;
}

.ui-autocomplete li:first-child {
    border-top: none !important;
}

.ui-autocomplete li a {
    display: block;
    padding: 10px !important;
    margin: 0px !important;
    cursor: pointer !important;
    border: none !important;
    background: none !important;
    overflow: hidden;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    color: #737474 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    font-family: 'Lato' !important;
}

.ui-autocomplete li a.ui-state-focus {
    background: #f7f7f7 !important;
}

.ui-autocomplete li img {
    float: left;
    width: 70px;
    margin-right: 10px;
}

.ui-autocomplete li span.description {
    font-size: 11px !important;
    opacity: 0.7 !important;
}

.ui-autocomplete li span.price {
    color: #81b6aa !important;
    display: block !important;
    padding-top: 4px !important;
}

.ui-autocomplete-loading {
    background-image: url("../img/loader.gif") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* Pagination */

div.pagination-results {
    clear: both;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    position: relative;
    overflow: auto;
}

div.pagination-results .text-right {
    padding: 4px 0px 10px 10px;
}

div.pagination-results .text-left {
    padding: 0px 10px 0px 0px;
}

div.pagination-results ul,
ul.pagination {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

div.pagination-results ul li,
ul.pagination li {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #e6e6e6;
    transition: background-color 0.4s;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    padding: 4px 0px 0px 0px;
    margin: 0px 7px 10px 0px;
}

div.pagination-results ul li.active,
ul.pagination li.active {
    background-color: #f7f7f7;
}

/* List Box */

.box-account .box-content {
    padding: 0px !important;
}

.list-box {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.list-box li {
    border-top: 1px solid #e5e5e5;
    position: relative;
}

.list-box li:first-child {
    border: none;
}

.list-box li {
    display: block;
    padding: 11px 30px 9px 30px;
    text-transform: uppercase;
}

.list-box li:hover {
    background: #f7f7f7;
    color: #81b6aa;
}

/* Error form */

span.error {
    padding: 5px 0px;
    display: block;
    color: red;
}

.form span.error {
    display: inline-block;
    padding-left: 20px;
}

.product-info span.error {
    padding-top: 0px;
}

/* Help */

.help {
    font-size: 10px;
    display: block;
}

/* Table form */

table.form {
}

table.form td {
    padding: 5px 13px 0px 0px;
}

table.form td input,
table.form td select,
table.form td textarea {
    margin-left: 7px;
}

/* Htabs */

.htabs {
    margin: -10px 0px -1px 0px;
    position: relative;
    z-index: 1;
}

.ie8 .htabs {
    margin-bottom: 0px !important;
}

.htabs:before,
.htabs:after {
    display: table;
    content: " ";
}

.htabs:after {
    clear: both;
}

.htabs a {
    float: left;
    margin: 10px 2px 0px 0px;
    border: 1px solid #e6e6e6;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    background: #f7f7f7;
    padding: 17px 20px 14px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
}

.htabs a.selected {
    border-bottom: 1px solid #fff;
    background: #fff;
}

.center-column .tab-content {
    border: 1px solid #e6e6e6;
    background: #fff;
    margin: 0px 0px 20px 0px;
    padding: 20px;
    -moz-border-radius: 0px 0px 2px 2px;
    -webkit-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
}

.center-column .tab-content > *:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.center-column .tab-content > *:first-child {
    padding-top: 0px;
    margin-top: 0px;
}

.center-column .tab-content h2,
.center-column .tab-content h3,
.center-column .tab-content h4 {
    padding: 15px 0px 34px 0px;
    margin: 0px;
    font-weight: 400;
}

.center-column .tab-content h2#review-title {
    padding: 0px 0px 20px 0px;
}

.center-column .tab-content h2#review-title:after {
    display: none;
}

.center-column .list-unstyled li a {
    font-size: 15px;
    font-weight: 600;
    line-height: 2;
}

.success,
.warning,
.attention,
.information {
    padding: 10px 10px 10px 40px;
    margin: 0px 0px 20px 0px;
    clear: both;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.success {
    background: #EAF7D9 url("../img/success.png") 13px center no-repeat;
    border: 1px solid #BBDF8D;
}

.warning {
    background: #FFD1D1 url("../img/warning.png") 13px center no-repeat;
    border: 1px solid #F8ACAC;
}

.attention {
    background: #FFF5CC url("../img/attention.png") 13px center no-repeat;
    border: 1px solid #F2DD8C;
}

.information {
    background: #E8F6FF url("../img/information.png") 13px center no-repeat;
    border: 1px solid #B8E2FB;
}

/* Review */

.review-list .author,
.review-list .rating {
    display: inline-block;
}

.review-list .rating {
    float: right;
    width: auto;
}

.review-list .author span {
    font-size: 10px;
    opacity: 0.8;
    font-style: italic;
    padding-left: 3px;
}

.review-list .text {
    margin: 15px 0px 20px 0px;
    padding: 20px;
    position: relative;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.review-list .text:before {
    position: absolute;
    top: -9px;
    left: 9px;
    display: inline-block;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ccc;
    border-left: 9px solid transparent;
    border-bottom-color: #e5e5e5;
    content: '';
}

.review-list .text:after {
    position: absolute;
    top: -8px;
    left: 10px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid transparent;
    content: '';
}

/* Tables
------------------*/

table.attribute,
table.list,
.wishlist-product table,
.wishlist-info table,
.compare-info,
.cart-info table,
.checkout-product table,
.table {
    border-collapse: separate;
    border-spacing: 0;
    border: solid #e5e5e5 1px;
    width: 100%;
    margin: 0px 0px 20px 0px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

table.attribute tr,
table.list tr,
.wishlist-product table tr,
.wishlist-info table tr,
.compare-info tr,
.cart-info table tr,
.checkout-product table tr,
.table {
    background: #fff;
}

table.attribute tr:hover,
table.list tr:hover,
.wishlist-product table tr:hover,
.wishlist-info table tr:hover,
.compare-info tr:hover,
.cart-info table tr:hover,
.checkout-product table tr:hover,
.table tr:hover {
    background: #f9f9f9;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

table.attribute td,
table.list td,
.wishlist-product table td,
.wishlist-info table td,
.compare-info td,
.cart-info table td,
.checkout-product table td,
.table td {
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 17px 15px;
    text-align: left;
    vertical-align: middle;
}

.table td.text-center {
    text-align: center;
}

.table td.text-center .input-group {
    margin: 0px auto;
}

.table td.text-right {
    text-align: right;
}

table.attribute thead td,
table.list thead td,
.wishlist-product table thead td,
.wishlist-info table thead td,
.compare-info thead td,
.cart-info table thead td,
.checkout-product table thead td,
.table thead td {
    background-color: #f7f7f7;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

table.attribute thead:first-child td,
table.list thead:first-child td,
.wishlist-product table thead:first-child td,
.wishlist-info table thead:first-child td,
.compare-info thead:first-child td,
.cart-info table thead:first-child td,
.checkout-product table thead:first-child td,
.table thead:first-child td {
    border-top: none;
}

table.attribute td:first-child,
table.list td:first-child,
.wishlist-product table td:first-child,
.wishlist-info table td:first-child,
.compare-info td:first-child,
.cart-info table td:first-child,
.checkout-product table td:first-child,
.table td:first-child {
    border-left: none;
}

table.attribute thead td:first-child,
table.list thead td:first-child,
.wishlist-product table thead td:first-child,
.wishlist-info table thead td:first-child,
.compare-info thead td:first-child,
.cart-info table thead td:first-child,
.checkout-product table thead td:first-child,
.table thead td:first-child {
    -moz-border-radius: 2px 0 0 0;
    -webkit-border-radius: 2px 0 0 0;
    border-radius: 2px 0 0 0;
}

table.attribute thead td:last-child,
table.list thead td:last-child,
.wishlist-product table thead td:last-child,
.wishlist-info table thead td:last-child,
.compare-info thead td:last-child,
.cart-info table thead td:last-child,
.checkout-product table thead td:last-child,
.table thead td:last-child {
    -moz-border-radius: 0 2px 0 0;
    -webkit-border-radius: 0 2px 0 0;
    border-radius: 0 2px 0 0;
}

table.attribute thead td:only-child,
table.list thead td:only-child,
.wishlist-product table thead td:only-child,
.wishlist-info table thead td:only-child,
.compare-info thead td:only-child,
.cart-info table thead td:only-child,
.checkout-product table thead td:only-child,
.table thead td:only-child {
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

table.attribute tr:last-child td:first-child,
table.list tr:last-child td:first-child,
.wishlist-product table tr:last-child td:first-child,
.wishlist-info table tr:last-child td:first-child,
.compare-info tr:last-child td:first-child,
.cart-info table tr:last-child td:first-child,
.checkout-product table tr:last-child td:first-child,
.table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 2px;
    -webkit-border-radius: 0 0 0 2px;
    border-radius: 0 0 0 2px;
}

table.attribute tr:last-child td:last-child,
table.list tr:last-child td:last-child,
.wishlist-product table tr:last-child td:last-child,
.wishlist-info table tr:last-child td:last-child,
.compare-info tr:last-child td:last-child,
.cart-info table tr:last-child td:last-child,
.checkout-product table tr:last-child td:last-child,
.table tr:last-child td:last-child {
    -moz-border-radius: 0 0 2px 0;
    -webkit-border-radius: 0 0 2px 0;
    border-radius: 0 0 2px 0;
}

/* Wishlist info */

.wishlist-info table td {
    vertical-align: middle;
    text-align: center;
}

/* Cart info */

.cart-info table td {
    vertical-align: middle;
    text-align: center;
}

@media (max-width: 768px) {
}

/* Price Compare */

.compare-info .price-new {
    color: #81b6aa;
}

.compare-info .price-old {
    color: #808080;
    text-decoration: line-through;
    padding-right: 2px;
}

/* Cart Module */

.cart-module {
    border-bottom: 1px solid #e5e5e5;
    margin: 0px 0px 22px 0px;
    position: relative;
}

.cart-module > div {
    padding: 20px !important;
    margin: 0px 0px 20px 0px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

.cart-module > div:before {
    position: absolute;
    top: -8px;
    left: 9px;
    display: inline-block;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ccc;
    border-left: 9px solid transparent;
    border-bottom-color: #e5e5e5;
    content: '';
}

.cart-module > div:after {
    position: absolute;
    top: -7px;
    left: 10px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid transparent;
    content: '';
}

.cart-module table {
    margin: 0px 0px 10px 0px;
}

.cart-module table td {
    padding: 0px 20px 3px 0px;
}

.cart-module input[type=text],
.cart-module select {
    margin: 5px 5px 5px 10px;
}

/* Table img */

table img {
    max-width: none;
}

/* Cart Total */

.cart-total {
    overflow: auto;
    margin-bottom: 10px;
    padding-top: 10px;
}

.cart-total table {
    float: right;
}

.cart-total td {
    padding: 0px 0px 0px 10px;
    text-align: right;
}

.cart-total table tr td:last-child {
    color: #81b6aa;
}

/* Download List, Orders */

.download-list,
.order-list {
    overflow: auto;
}

.download-list .download-id,
.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.download-list .download-status,
.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.download-list .download-content,
.order-list .order-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.download-list .download-content div,
.order-list .order-content div {
    float: left;
    width: 33.3%;
}

.download-list .download-info,
.order-list .order-info {
    text-align: right;
}

/* manufacturer */

.manufacturer-list {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0px;
    overflow: auto;
    margin-bottom: 20px;
    background: #fff;
}

.manufacturer-heading {
    background: #f7f7f7;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}

.manufacturer-content {
    padding: 15px;
    overflow: auto;
}

.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0 0 0 20px;
    padding: 0;
}

/* checkout */

.center-column .panel {
    position: relative;
    margin: 0px 0px 20px 0px;
}

.center-column .panel-heading {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    padding: 15px;
}

.center-column .panel-heading h4 {
    padding: 0px;
    margin: 0px;
    font-size: 15px !important;
    font-weight: 600;
    text-transform: uppercase;
}

.center-column .panel-body {
    border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    -webkit-border-radius: 0px 0px 2px 2px;
    position: relative;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 20px;
    position: relative;
    margin-top: -1px;
}

.center-column .panel-body .buttons {
    margin: 0px;
}

/* returns */

.return-list {
}

.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.return-list .return-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.return-list .return-content div {
    float: left;
    width: 33.3%;
}

.return-list .return-info {
    text-align: right;
}

.return-product {
    overflow: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.return-detail {
}

.return-opened textarea {
    width: 100%;
}

/* Scroll up */

.scrollup {
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #fff;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    padding: 4px 0px 0px 0px;
    text-align: center;
    transition: background-color 0.4s;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.scrollup:hover {
    background: #fafafa;
}

@media (max-width: 960px) {
    .scrollup {
        display: none !important;
    }
}

/* Banner */

.banner {
    text-align: center;
    width: 100%;
    margin: 20px 0px 0px 0px;
}

.banner img.with-link {
    cursor: pointer;
}

/* Filter */

ul.box-filter {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 5px 0px;
}

ul.box-filter > li {
    padding: 0px 0px 15px 0px;
}

ul.box-filter > li > span {
    font-weight: bold;
}

ul.box-filter ul {
    list-style: none;
    padding: 0px;
}

/*  Facebook Widget  */

.facebook_left {
    width: 250px;
    position: fixed;
    left: -250px;
    top: 151px;
    z-index: 999;
}

.facebook_right {
    width: 250px;
    position: fixed;
    right: -250px;
    top: 151px;
    z-index: 999;
}

.facebook_left .facebook-icon,
.facebook_right .facebook-icon {
    height: 50px;
    width: 50px;
    right: -50px;
    background: url(../img/facebook-icon.png) no-repeat;
    cursor: pointer;
    position: absolute;
    z-index: 999;
}

.facebook_right .facebook-icon {
    left: -50px;
    right: auto;
}

.facebook_right .facebook-content,
.facebook_left .facebook-content {
    background-color: #FFFFFF;
    border: 4px solid #4b6baf;
    position: relative;
    z-index: 999;
}

/*  Twitter Widget  */

.twitter_left {
    width: 250px;
    position: fixed;
    left: -250px;
    top: 151px;
    z-index: 998;
}

.twitter_right {
    width: 250px;
    position: fixed;
    right: -250px;
    top: 151px;
    z-index: 998;
}

.facebook_right + .twitter_right,
.facebook_left + .twitter_left {
    top: 211px;
}

.twitter_left .twitter-icon,
.twitter_right .twitter-icon {
    height: 50px;
    width: 50px;
    right: -50px;
    background: url(../img/twitter-icon.png) no-repeat;
    cursor: pointer;
    position: absolute;
    z-index: 998;
}

.twitter_right .twitter-icon {
    left: -50px;
    right: auto;
}

.twitter_right .twitter-content,
.twitter_left .twitter-content {
    background-color: #FFFFFF;
    border: 4px solid #36a7e5;
    position: relative;
    z-index: 998;
}

/*  Custom Widget  */

.custom_left {
    width: 250px;
    position: fixed;
    left: -250px;
    top: 151px;
    z-index: 996;
}

.custom_right {
    width: 250px;
    position: fixed;
    right: -250px;
    top: 151px;
    z-index: 996;
}

.facebook_right + .twitter_right + .custom_right,
.facebook_left + .twitter_left + .custom_left {
    top: 271px;
}

.facebook_right + .custom_right,
.twitter_right + .custom_right,
.twitter_left + .custom_left,
.facebook_left + .custom_left {
    top: 211px;
}

.custom_left .custom-icon,
.custom_right .custom-icon {
    height: 50px;
    width: 50px;
    right: -50px;
    background: url(../img/custom-icon.png) no-repeat;
    cursor: pointer;
    position: absolute;
    z-index: 996;
}

.custom_left .custom-icon {
    background: url(../img/custom-icon-right.png) no-repeat;
}

.custom_right .custom-icon {
    left: -50px;
    right: auto;
}

.custom_right .custom-content,
.custom_left .custom-content {
    background-color: #FFFFFF;
    border: 4px solid #ea2e49;
    position: relative;
    z-index: 996;
    padding: 10px;
}

/* Opencart 2.0 */

.picker-switch .btn {
    background: none !important;
    color: #808080 !important;
    text-shadow: none !important;
    -webkit-text-shadow: none !important;
    -moz-text-shadow: none !important;
}

.timepicker-picker .btn {
    background: none !important;
    color: #808080 !important;
    text-shadow: none !important;
    -webkit-text-shadow: none !important;
    -moz-text-shadow: none !important;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/* Testimonials */

div.testimonial {
    padding: 5px 0px 0px 0px;
}

div.testimonial .avatar {
    float: left;
    width: auto;
    padding: 5px 30px 10px 0px;
    background: #fff;
}

div.testimonial .avatar img {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

div.testimonial .description {
    font-size: 16px;
}

div.testimonial .description p {
    border-bottom: 1px solid #e5e5e5;
    padding: 0px 0px 21px 0px;
    margin: 0px;
    line-height: 1.5;
}

div.testimonial .description .author {
    font-size: 18px;
    float: right;
    background: #fff;
    position: relative;
    margin-top: -20px;
    padding-left: 15px;
    font-style: italic;
}

div.testimonial .description .author strong {
    color: #0b486b;
    padding-right: 5px;
}

.discount_6_items {
    color: #ff6176 !important;
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
}

.discount_6_items_category {
    color: #ff6176 !important;
    font-size: 1.5em;
    font-weight: bold;
    margin: 15px 0 0 0 !important;
    text-align: center;
}

.ad_text {
    font-size: 2em;
    color: #ff0000;
    text-align: center;
}

/*Testimonials*/

.tm-mod-block .tm-mod-content {
    margin-bottom: 0px !important;
}

.tm-links {
    margin-bottom: 10px;
}

.tm-links a {
    margin: 0px 2% 2% 2%;
    font-size: 18px;
}

.tm-mod-author {
    font-size: 18px !important;
}

.hidden {
    display: none;
}

.social img {
    width: 64px;
}

.out-of-stock {
    color: #ff0000;
    font-size: 24px;
}

small.out-of-stock {
    font-size: 75%;
    display: block;
    font-weight: bold;
}

.out-of-stock-msg {
    text-align: center;
}

.out-of-stock-msg p {
    display: inline-block;

    /* height: 36px; */
    cursor: default;
    border: none;
    color: #fff !important;
    font-size: 20px;
    margin: 0;
    font-weight: 400;
    font-family: Amatic SC;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    padding: 3px 17px 2px 17px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    -webkit-transition: box-shadow 0.2s;
    background: #808080;
    /*background: #f4740a;
    background: -moz-linear-gradient(top, #f4740a 0%, #f4740a 50%, #f25e08 51%, #f25e08 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4740a), color-stop(50%, #f4740a), color-stop(51%, #f25e08), color-stop(100%, #f25e08));
    background: -webkit-linear-gradient(top, #f4740a 0%, #f4740a 50%, #f25e08 51%, #f25e08 100%);
    background: -o-linear-gradient(top, #f4740a 0%, #f4740a 50%, #f25e08 51%, #f25e08 100%);
    background: -ms-linear-gradient(top, #f4740a 0%, #f4740a 50%, #f25e08 51%, #f25e08 100%);
    background: linear-gradient(to bottom, #f4740a 0%, #f4740a 50%, #f25e08 51%, #f25e08 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4740a', endColorstr='#f25e08', GradientType=0);*/
}

span.out-of-stock-msg {
    display: inline-block;
    height: 36px;
    cursor: default;
    border: none;
    color: #fff !important;
    font-size: 14px;
    margin-right: 2px;
    float: left;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    padding: 7px 27px 6px 27px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    -webkit-transition: box-shadow 0.2s;
    background: #f4740a;
    background: -moz-linear-gradient(top, #f4740a 0%, #f4740a 50%, #f25e08 51%, #f25e08 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4740a), color-stop(50%, #f4740a), color-stop(51%, #f25e08), color-stop(100%, #f25e08));
    background: -webkit-linear-gradient(top, #f4740a 0%, #f4740a 50%, #f25e08 51%, #f25e08 100%);
    background: -o-linear-gradient(top, #f4740a 0%, #f4740a 50%, #f25e08 51%, #f25e08 100%);
    background: -ms-linear-gradient(top, #f4740a 0%, #f4740a 50%, #f25e08 51%, #f25e08 100%);
    background: linear-gradient(to bottom, #f4740a 0%, #f4740a 50%, #f25e08 51%, #f25e08 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4740a', endColorstr='#f25e08', GradientType=0);
}

.out-of-stock-msg-margin {
    margin-top: 15px;
}

.wipesMsg {
    font-size: 14px;
    text-align: center;
    display: block;
}

#top-bar-left a {
    font-size: 15px;
    font-weight: bold;
    color: #737474;
    letter-spacing: 1px;
}

#top-bar-left a:hover {
    color: #ff0000;
}

.firstDiscount {
    float: left;
    font-size: 24px;
    text-align: center;
    margin-top: 10px;

    /*width: 100%;*/
    font-weight: bold;
    font-family: Open Sans Condensed;
    text-shadow: 0.03em 0.03em 0.03em white;
}

.firstDiscount div:not(.infoDiscount) {
    /* border: 2px solid #c6879a;*/
    margin: 10px 10px;
    background: #f8abb6;
}

.infoDiscount {
    width: 100%;
    background: white;
    box-shadow: 0.2em 0.03em 5em #999;
    border: none;
    position: absolute;
    font-family: sans-serif;
    display: none;
    text-align: left;
    font-size: 16px;
    outline: 0;
    z-index: 99999;
    padding: 5px 10px 20px 20px;
}

tr.errorrow * {
    color: red !important;
    font-weight: bold;
}

.hurricaneInfo {
    width: 300px;
    background: white;
    box-shadow: 0.2em 0.03em 5em #999;
    border: none;
    position: absolute;
    font-family: sans-serif;
    display: none;
    text-align: left;
    font-size: 16px;
    margin: auto;
    height: 150px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-weight: bold;
    color: red;
    outline: 0;
    z-index: 99999;
    padding: 5px 10px 20px 20px;
}

.infoDiscount #exit,
.infoDiscount #close,
.infoDiscount #exitFormula,
.infoDiscount #closeFormula,
.floridainfobox .closebox,
.floridainfoboxru .closebox,
.hurricaneInfo #closeHurricane {
    float: right;
    cursor: pointer;
    border: 2px solid pink;
    padding: 2px;
}

.firstDiscount div:not(.infoDiscount) {
    background: #ffffff;
    font-family: "Amatic SC";
    font-size: 38px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f2466b;
}

.firstDiscount div:not(.infoDiscount) table {
    margin: 0 auto;
    border: 1px solid #000;
}

.firstDiscount div:not(.infoDiscount) p {
    font-size: 22px;
    color: #000;
}

.firstDiscount div:not(.infoDiscount) p span {
    font-weight: 500;
}

.firstDiscount div:not(.infoDiscount) p span.main-info {
    font-weight: 600;
    color: #f2466b;
}

.firstDiscount div:not(.infoDiscount) ul {
    padding: 0;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .firstDiscount div:not(.infoDiscount) ul {
        display: inline-block;
        padding-left: 70px;
    }
}

.firstDiscount div:not(.infoDiscount) ul li .main-info {
    color: #f2466b;
}

.alert-danger {
    text-align: center !important;
    font-size: 16px !important;
}

#top-bar-left a {
    display: none;
}

.newBadge {
    font-size: 12px;
}

.newBadge {
    background: #ff0000;
    background: -moz-linear-gradient(top, #ff0000 0%, #ff0000 50%, #dc0404 51%, #dc0404 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0000), color-stop(50%, #ff0000), color-stop(51%, #dc0404), color-stop(100%, #dc0404));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ff0000 50%, #dc0404 51%, #dc0404 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ff0000 50%, #dc0404 51%, #dc0404 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ff0000 50%, #dc0404 51%, #dc0404 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ff0000 50%, #dc0404 51%, #dc0404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#dc0404', GradientType=0);
}

.newBadge {
    color: #ffffff;
}

.newBadge {
    width: 38px;
    height: 38px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-align: center;
    padding: 9px 0px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
}

.frontPageButton {
    background: #ff0000 !important;
    background: -moz-linear-gradient(top, #cb3939 0%, #cb3939 50%, #a73030 51%, #a73030 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cb3939), color-stop(50%, #cb3939), color-stop(51%, #a73030), color-stop(100%, #a73030)) !important;
    background: -webkit-linear-gradient(top, #cb3939 0%, #cb3939 50%, #a73030 51%, #a73030 100%) !important;
    background: -o-linear-gradient(top, #cb3939 0%, #cb3939 50%, #a73030 51%, #a73030 100%) !important;
    background: -ms-linear-gradient(top, #cb3939 0%, #cb3939 50%, #a73030 51%, #a73030 100%) !important;
    background: linear-gradient(to bottom, #cb3939 0%, #cb3939 50%, #a73030 51%, #a73030 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb3939', endColorstr='#a73030', GradientType=0) !important;
}

.container-megamenu {
    width: auto !important;
    margin: 0 auto !important;
    display: table;
}

.wishlist-table-name {
    width: 50%;
    text-align: left;
}

.wishlist-table-date {
    width: 50%;
    text-align: right !important;
}

.wishlist-table {
    margin-top: 20px;
}

.btn-wish {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8 !important;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb) !important;
    background-repeat: repeat-x !important;
    border-color: #1f90bb #1f90bb #145e7a;
    float: right;
    border-radius: 5px;
}

.btn-wish:hover,
.btn-wish:active,
.btn-wish.active,
.btn-wish.disabled,
.btn-wish[disabled] {
    background-color: #1f90bb !important;
    background-position: 0 -15px;
}

#form-reply {
    display: none;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0;
    text-align: center;
}

#tab-description h2:after {
    background-color: transparent;
}

.col-12.xmasInfo {
    color: red;
    font-weight: bold;
    font-family: Open Sans Condensed;
    padding: 5px;
    margin-top: 25px;
    text-align: center;
    font-size: 16px;
}

.stock-info {
    font-weight: bold;
}

#AmazonPayButton {
    text-align: center;
}

.fadingIn {
    opacity: 1 !important;
    bottom: 2% !important;
}

#formulabanner {
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    text-align: center;
    position: absolute;
    bottom: -200px;
    left: 1%;
    z-index: 9999999;
    background: white;
    width: 750px;
    height: 150px;
    box-shadow: 0.03em 0.3em 0.5em rgba(0, 0, 0, 0.5);
    padding: 25px;
}

#formulabanner img {
    width: 25%;
    display: inline-block;
    float: left;
    padding: 0;
}

#formulabanner h2 {
    text-align: left;
    font-weight: bold;
    float: right;
    font-size: 15px;
    display: inline;
    margin: 0;
    width: 75%;
}

#formulabanner .closebanner {
    float: right;
    margin: 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
}

.freeshippinglabel {
    font-size: 16px;
    display: block;
    color: #000 !important;
    font-weight: 100;
    padding: 0 0 15px 35px;
}

.damagedlabel {
    font-size: 16px;
    display: block;
    color: #000 !important;
    font-weight: 100;
    padding: 0 0 15px 35px;
}

.pagination li {
    display: inline-block;
    padding: 2px;
}

.category-info img {
    padding: 0px;
}

.category-list img {
    padding: 0px;
}

#holleframe {
    display: block;
    width: 100%;
    height: 350px;
    padding: 0px 20px 20px 0px;
}

.floridainfo,
.floridainforu {
    cursor: pointer;
    text-decoration: underline;
}

.floridainfobox,
.floridainfoboxru {
    width: 100% !important;
    background: white !important;
    box-shadow: 0.2em 0.03em 5em #999 !important;
    border: none !important;
    position: absolute !important;
    font-family: sans-serif !important;
    display: none;
    text-align: left !important;
    font-size: 16px !important;
    outline: 0 !important;
    z-index: 99999 !important;
    padding: 5px 10px 20px 20px !important;
    top: 75vh;
}

.recentandbought .caption h4,
.recentandbought .caption p:not(.price) {
    min-height: 75px;
}

.view-product-details-button {
    background: linear-gradient(to bottom, #cb3939 0%, #cb3939 50%, #a73030 51%, #a73030 100%) !important;
}

.view-product-details-button a {
    color: #ffffff;
}

.view-product-details-button a:hover,
.view-product-details-button a:focus {
    color: #ffffff;
}

#main-menu * {
    text-shadow: none !important;
}

.sm-blue .sm-nowrap > li > a {
    font-weight: 500;
}

.tm-mod-block .tm-mod-content {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
    padding: 10px 15px;
}

.tm-mod-block.owl-carousel .tm-mod-content {
    border: none;
}

.tm-mod-image img {
    margin-left: auto;
    margin-right: auto;
}

.tm-mod-block .tm-align-center {
    text-align: center;
}

.tm-mod-block .tm-align-right {
    text-align: right;
}

.tm-mod-block .tm-align-left {
    text-align: left;
}

.tm-mod-block .tm-image-2 {
    float: left;
    padding: 15px 15px;
}

.tm-mod-btn {
    float: right;
    margin: 0 25px 0 0;
    width: 100%;
    text-align: right;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls .owl-buttons div {
    position: absolute;
}

.owl-controls .owl-buttons .owl-prev {
    left: 10px;
    top: 50%;
}

.owl-controls .owl-buttons .owl-next {
    right: 10px;
    top: 50%;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel {
    margin: 0 0 20px;
    background: #fff;
    direction: ltr !important;
    z-index: 1;
}

.owl-wrapper-outer {
    border: 4px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.owl-carousel .owl-buttons div {
    opacity: 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    transition: all .3s ease;
}

.owl-carousel:hover .owl-buttons div {
    opacity: 0.7;
}

.owl-carousel .owl-buttons .owl-prev {
    left: 10px;
}

.owl-carousel .owl-buttons .owl-next {
    right: 10px;
}

.owl-carousel .owl-buttons div i {
    font-size: 40px;
    margin: -20px 0 0;
}

.owl-pagination {
    text-align: center;
    top: 20px;
    position: relative;
}

.owl-controls .owl-page {
    display: inline-block;
    margin: 0px 6px;
}

.owl-controls .owl-page span {
    display: block;
    width: 11px;
    height: 11px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.owl-controls .owl-page.active span {
    background: rgba(0, 0, 0, 0.9);
}

.ui-autocomplete {
    z-index: 99999 !important;
}

.standard-body .full-width .container {
    max-width: 1260px !important;
    margin: 0px auto;
    width: 100% !important;
}

.standard-body .cttIn {
    width: 100% !important;
}

.home h1 {
    font-size: 2.7em;
    font-weight: 600;
    font-family: Amatic SC;
}

html[lang="ru"] .home h1 {
    font-size: 32px;
}

.modify-order-form h3 {
    font-size: 22px;
    font-weight: 600;
}

.modify-order-form .modal-info {
    font-weight: 500;
}

#collapse-checkout-option,
#collapse-checkout-option,
#collapse-payment-address,
#collapse-shipping-address,
#collapse-shipping-method,
#collapse-payment-method,
#collapse-checkout-confirm,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-weight: 400;
}

#cancelorder {
    float: left;
}

.table-responsive > .table > tbody > tr > td.quantity {
    font-size: 0;
    text-align: center;
}

.table-responsive > .table > tbody > tr > td.quantity > .quantity-wrapper {
    position: relative;
    display: inline-block;
}

.table-responsive > .table > tbody > tr > td.quantity > .quantity-wrapper > input[type=text] {
    margin-right: 25px;
}

.table-responsive > .table > tbody > tr > td.quantity > .quantity-wrapper > input[type=image] {
    position: absolute;
    top: 0;
    right: 0;
}

.table-responsive > .table > tbody > tr > td.quantity > .quantity-wrapper > a {
    position: absolute;
    bottom: 0;
    right: 0;
}

.table-responsive > .table > tbody > tr > td.quantity > .quantity-wrapper > a > img {
    padding: 0;
}

@media (max-width: 768px) {
    #collapse-checkout-confirm .panel-body {
        padding: 5px;
    }
    .home h1 {
        font-size: 1.4em;
		margin-top: 80px;
    }

    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td {
        white-space: pre-wrap;
        padding: 8px 5px;
    }

    .table-responsive > .table > tbody > tr > td.quantity > .quantity-wrapper > input[type=text] {
        width: 35px;
        padding: 8px;
    }
}

.fp_carousel-title {
    padding: 23px 30px 15px 30px !important;
    margin: 0px !important;
    font-size: 22px;
    font-weight: 600;
    /*background: #f7f7f7;*/
    color: #4f4f4f !important;
}

.box .box-header {
    background: #f7f7f7 !important;
}

/*product carts styles*/

.product-grid .row > div,
.product-grid .row {
    display: flex;
}

/*new product styles*/

.price .price-new span {
    color: #0C233A !important;
    font-weight: 600 !important;
    font-family: 'Bebas Neue';
    /*font-family: 'Roboto';;*/
    font-size: 50px;
}

.price .rating i.active, .price .rating i.active:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFD800), to(#FFD800));
    -webkit-background-clip: text;
}

.box-blue,
.box-white {
    font-family: 'Roboto';
}

.box-blue {
    border: 1px solid #0C233A;
    border-radius: 5px;
    width: 100%;
    height: 100px;
    background: #0C233A;
    color: #fff !important;
}

.box-blue .in-box {
    font-weight: 100;
    font-size: 13px;
    text-align: center;
    padding: 5px 0;
    margin-top: 12px;
}

.box-blue .in-box.right-border {
    border-right: 1px solid #fff;
}

.box-blue .in-box strong {
    font-weight: 600;
    font-size: 15px;
}

.mix-text {
    color: #0C233A;
    font-weight: 100;
    font-size: 18px;
}

.box-white {
    border: 1px solid #0C233A;
    border-radius: 5px;
    width: 100%;
    height: 85px;
    background: #fff;
    color: #0C233A !important;
}

.box-white .in-box {
    font-weight: 100;
    font-size: 15px;
    text-align: center;
    padding: 0;
    margin-top: 10px;
}

.box-white .in-box .new-full-price {
    display: block;
    margin-top: -20px;
    font-size: 16px;
}

.product-info .box-white .in-box .price-new {
    color: #0C233A !important;
    font-weight: 600;
    font-size: 15px;
}

.box-white .in-box .price-new span {
    font-size: 16px;
    font-weight: 100 !important;
    margin-left: -5px;
    font-family: 'Roboto';
}

.box-white .in-box.right-border {
    border-right: 1px solid #0C233A;
}

.product_icon {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    position: absolute;
    left: -15px;
    margin-top: 2px;
    margin-left: 20px;
}

.flame_icon {
    background: url('../img/product_icons/flame_icon_n.png') no-repeat;
    background-size: contain;
    margin-top: -5px;
}

.delivery_icon {
    background: url('../img/product_icons/delivery_Icon_n.png') no-repeat;
    background-size: contain;
}

.clock_icon {
    background: url('../img/product_icons/clock_icon.png') no-repeat;
    background-size: contain;
}

.info_icon {
    background: url('../img/product_icons/info_icon_n.png') no-repeat;
    background-size: contain;
    margin-top: 10px;
}

.dollar_icon {
    -webkit-mask: url('../img/product_icons/dollar_icon.svg') no-repeat 50% 50%;
    mask: url('../img/product_icons/dollar_icon.svg') no-repeat 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #1D67B1;
    margin-top: 10px;
}

.flame_icon.florida-shipping {
    margin-top: 10px;
}

.product-center #reward {
    font-weight: 100;
}

.product-center #reward p {
    padding: 0 0 15px 35px;
}

.product-center .add-to-cart .quantity {
    border: 1px solid #0C233A;
    border-radius: 5px;
    width: 135px;
}

.product-center .add-to-cart .quantity input {
    border: none;
    padding-left: 60px;
    font-size: 20px;
    color: #0C233A;
}

.product-center .cart .add-to-cart .quantity a#q_up,
.product-center .cart .add-to-cart .quantity a#q_down {
    background: none;
    border: none;
    color: #0C233A;
    top: 25%;
    font-size: 15px;
}

.product-center .add-to-cart .quantity a#q_down {
    top: 20%;
    left: 10px;
}

/*#product .add-to-cart #button-cart {*/
.product-center .add-to-cart #button-cart {
    background: #F2466B;
    border: 1px solid #F2466B;
    border-radius: 5px;
    width: 200px;
    height: 50px;
    margin-left: 15px !important;
    font-family: 'Bebas Neue';
    font-size: 21px !important;
}

#quickview .product-center .add-to-cart #button-cart {
    margin: 0 !important;
    padding: 0;
    max-width: 175px;
    font-size: 20px !important;
    height: 38px;
}

#product {
    margin-top: -10%;
}

#quickview #product {
    margin-top: 0;
}

.product-center .product-title h1 {
    font-weight: 100;
    margin-top: 15px !important;
    margin-bottom: -75px !important;
    color: #191B29 !important;
}

.product-center .product-title h1:after {
    content: none;
}

.discount-info {
    display: block;
    color: red;
}

/**
new style 14.04.2022 ++
 */
.notifi-add-to-cart {
    display: block;
    background: #f3c81147;
    border-radius: 5px;
}

.wrap-home-title {
    margin: 10px 0;
    font-size: 1.8em;
    font-weight: 600;
    font-family: Amatic SC;

}
.home-list-category{
    margin: 0;
    padding: 10px 0;
    font-family: Amatic SC;
    list-style: none;
    border-top: 1px solid #DD546D;

}
.home-list-category li a{
    display: block;
    background: #DD546D;
    margin: 2px 0;
    font-size: 16px;
    color: #fff;
    padding: 5px 5px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    line-height: 25px;
}
.home-list-category li a:after{
    content: '';
    position: absolute;
    right: 5px;
    top: 30%;
    height: 12px;
    width: 10px;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L1 11' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.counter.add-anim {
    animation-iteration-count: 1;
    animation: .2s linear 0s 1 alternate move_eye;
}

@-webkit-keyframes move_eye {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
    15% {
        -webkit-transform: translateX(-30px) rotate(-6deg);
        transform: translateX(-30px) rotate(-6deg)
    }
    30% {
        -webkit-transform: translateX(15px) rotate(6deg);
        transform: translateX(15px) rotate(6deg)
    }
    45% {
        -webkit-transform: translateX(-15px) rotate(-3.6deg);
        transform: translateX(-15px) rotate(-3.6deg)
    }
    60% {
        -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg)
    }
    75% {
        -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg)
    }
}

@keyframes wobble-hor-bottom {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
    15% {
        -webkit-transform: translateX(-30px) rotate(-6deg);
        transform: translateX(-30px) rotate(-6deg)
    }
    30% {
        -webkit-transform: translateX(15px) rotate(6deg);
        transform: translateX(15px) rotate(6deg)
    }
    45% {
        -webkit-transform: translateX(-15px) rotate(-3.6deg);
        transform: translateX(-15px) rotate(-3.6deg)
    }
    60% {
        -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg)
    }
    75% {
        -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg)
    }
}

.cart-bg.add-anim {
    animation-iteration-count: 1;
    animation: 1s linear 0s 1 alternate move_eye;
}


@-moz-keyframes move_eye {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
    15% {
        -webkit-transform: translateX(-30px) rotate(-6deg);
        transform: translateX(-30px) rotate(-6deg)
    }
    30% {
        -webkit-transform: translateX(15px) rotate(6deg);
        transform: translateX(15px) rotate(6deg)
    }
    45% {
        -webkit-transform: translateX(-15px) rotate(-3.6deg);
        transform: translateX(-15px) rotate(-3.6deg)
    }
    60% {
        -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg)
    }
    75% {
        -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg)
    }
}

@keyframes wobble-hor-bottom {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
    15% {
        -webkit-transform: translateX(-30px) rotate(-6deg);
        transform: translateX(-30px) rotate(-6deg)
    }
    30% {
        -webkit-transform: translateX(15px) rotate(6deg);
        transform: translateX(15px) rotate(6deg)
    }
    45% {
        -webkit-transform: translateX(-15px) rotate(-3.6deg);
        transform: translateX(-15px) rotate(-3.6deg)
    }
    60% {
        -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg)
    }
    75% {
        -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg)
    }

}

@-o-keyframes move_eye {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
    15% {
        -webkit-transform: translateX(-30px) rotate(-6deg);
        transform: translateX(-30px) rotate(-6deg)
    }
    30% {
        -webkit-transform: translateX(15px) rotate(6deg);
        transform: translateX(15px) rotate(6deg)
    }
    45% {
        -webkit-transform: translateX(-15px) rotate(-3.6deg);
        transform: translateX(-15px) rotate(-3.6deg)
    }
    60% {
        -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg)
    }
    75% {
        -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg)
    }
}

@keyframes wobble-hor-bottom {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
    15% {
        -webkit-transform: translateX(-30px) rotate(-6deg);
        transform: translateX(-30px) rotate(-6deg)
    }
    30% {
        -webkit-transform: translateX(15px) rotate(6deg);
        transform: translateX(15px) rotate(6deg)
    }
    45% {
        -webkit-transform: translateX(-15px) rotate(-3.6deg);
        transform: translateX(-15px) rotate(-3.6deg)
    }
    60% {
        -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg)
    }
    75% {
        -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg)
    }

}

}

@keyframes move_eye {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
    15% {
        -webkit-transform: translateX(-30px) rotate(-6deg);
        transform: translateX(-30px) rotate(-6deg)
    }
    30% {
        -webkit-transform: translateX(15px) rotate(6deg);
        transform: translateX(15px) rotate(6deg)
    }
    45% {
        -webkit-transform: translateX(-15px) rotate(-3.6deg);
        transform: translateX(-15px) rotate(-3.6deg)
    }
    60% {
        -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg)
    }
    75% {
        -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg)
    }
}

@keyframes wobble-hor-bottom {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
    15% {
        -webkit-transform: translateX(-30px) rotate(-6deg);
        transform: translateX(-30px) rotate(-6deg)
    }
    30% {
        -webkit-transform: translateX(15px) rotate(6deg);
        transform: translateX(15px) rotate(6deg)
    }
    45% {
        -webkit-transform: translateX(-15px) rotate(-3.6deg);
        transform: translateX(-15px) rotate(-3.6deg)
    }
    60% {
        -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg)
    }
    75% {
        -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg)
    }

}

span.cart-wrap {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.bg-cart-icon {
    height: 45px;
    width: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    background: #f2466b;
    border-radius: 50%;
    text-align: center;
    flex-wrap: wrap;
}

span.cart-wrap .counter {
    position: absolute;
    width: 24px;
    background: #f2466b;
    height: 24px;
    text-align: center;
    color: white;
    border-radius: 50%;
    border: 2px solid #fff;
    right: -10px;
    top: -4px;
    line-height: 1.5;
}

.btn-red,
.btn-orange {
    border-radius: 5px;
    padding: 5px 20px;
    color: #fff;
    font-size: 1.5em;
    font-family: Amatic SC;
    display: inline-block;
}

#main.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.wrap-mobile-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}

.btn-orange {
    background: #DC7554;
}

.btn-red {
    background: #DC546D;
}

.language_mobile {
    display: inline-block;
}

.language_mobile img {
    padding: 0;
}

body .mobile-menu-btns.visible-xs {
    display: flex !important;
    align-items: center;
    justify-content: space-around;
}

.mobile-menu-btns .caret {
    border-top: 4px solid #fff;

}

.cart-bg:before {
    content: '';
    background: #fff;
    display: block;
    width: 100%;
    height: 61px;
    top: -5px;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.mobile-cart {
    position: relative;
}

.cart-bg {
    display: flex;
    align-items: center;
    align-content: center;
    height: 53px;
    width: 12%;
    justify-content: center;
}

.fa-shopping-cart {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' maskUnits='userSpaceOnUse' x='0' y='0' width='13' height='15' fill='%23000'%3E%3Cpath fill='%23fff' d='M0 0h13v15H0z'/%3E%3Cpath d='M11.074 5.094a1.24 1.24 0 0 0-.404-.808 1.306 1.306 0 0 0-.893-.34h-.764v-.599a2.19 2.19 0 0 0-.764-1.656A2.725 2.725 0 0 0 6.42 1c-.72 0-1.37.26-1.83.691a2.19 2.19 0 0 0-.764 1.656v.6H3.06c-.36 0-.663.13-.894.339a1.24 1.24 0 0 0-.403.808L1 12.814v.09c0 .288.13.561.36.757.216.183.505.313.807.339h8.489c.317-.026.605-.156.821-.339.23-.196.36-.47.36-.77v-.09l-.763-7.707ZM4.617 3.347c0-.456.202-.86.534-1.16.331-.3.778-.483 1.282-.483.505 0 .951.183 1.283.483.331.3.533.704.533 1.16v.6H4.617v-.6Zm6.413 9.558a.316.316 0 0 1-.13.26.623.623 0 0 1-.33.144H2.238a.579.579 0 0 1-.331-.143.316.316 0 0 1-.13-.261v-.04l.764-7.706a.576.576 0 0 1 .187-.365.494.494 0 0 1 .332-.13h.764v1.59c0 .196.173.353.389.353.216 0 .389-.157.389-.352V4.664h3.603v1.59c0 .196.173.353.389.353.216 0 .39-.157.39-.352V4.664h.763c.13 0 .245.052.331.13.101.092.173.222.188.365l.764 7.72v.026Z'/%3E%3C/mask%3E%3Cpath d='M11.074 5.094a1.24 1.24 0 0 0-.404-.808 1.306 1.306 0 0 0-.893-.34h-.764v-.599a2.19 2.19 0 0 0-.764-1.656A2.725 2.725 0 0 0 6.42 1c-.72 0-1.37.26-1.83.691a2.19 2.19 0 0 0-.764 1.656v.6H3.06c-.36 0-.663.13-.894.339a1.24 1.24 0 0 0-.403.808L1 12.814v.09c0 .288.13.561.36.757.216.183.505.313.807.339h8.489c.317-.026.605-.156.821-.339.23-.196.36-.47.36-.77v-.09l-.763-7.707ZM4.617 3.347c0-.456.202-.86.534-1.16.331-.3.778-.483 1.282-.483.505 0 .951.183 1.283.483.331.3.533.704.533 1.16v.6H4.617v-.6Zm6.413 9.558a.316.316 0 0 1-.13.26.623.623 0 0 1-.33.144H2.238a.579.579 0 0 1-.331-.143.316.316 0 0 1-.13-.261v-.04l.764-7.706a.576.576 0 0 1 .187-.365.494.494 0 0 1 .332-.13h.764v1.59c0 .196.173.353.389.353.216 0 .389-.157.389-.352V4.664h3.603v1.59c0 .196.173.353.389.353.216 0 .39-.157.39-.352V4.664h.763c.13 0 .245.052.331.13.101.092.173.222.188.365l.764 7.72v.026Z' fill='%23DC546D'/%3E%3Cpath d='m11.074 5.094-.299.028v.002l.299-.03ZM9.013 3.947h-.3v.3h.3v-.3ZM8.249 1.69l-.201.223.003.003.198-.226Zm-3.66 0 .197.226.007-.007-.205-.219Zm-.764 2.256v.3h.3v-.3h-.3ZM1.764 5.094l.298.03v-.002l-.298-.028ZM1 12.814l-.299-.03-.001.015v.014H1Zm.36.847-.194.229.194-.229Zm.807.339-.025.299.012.001h.013V14Zm8.489 0v.3h.012l.012-.001-.024-.299Zm.821-.339.194.23v-.001l-.194-.229Zm.36-.86h.3v-.03l-.3.03ZM8.25 3.946v.3h.3v-.3h-.3Zm-3.632 0h-.3v.3h.3v-.3Zm6.284 9.218-.18-.239-.011.008-.01.009.2.223Zm-.332.144v.3h.017l.017-.002-.034-.298Zm-8.33 0-.03.298.015.002h.015v-.3Zm-.331-.143.201-.223-.01-.009-.01-.008-.181.24Zm-.13-.3-.298-.03-.002.015v.015h.3Zm.764-7.707-.298-.03.298.03Zm1.283-.495h.3v-.3h-.3v.3Zm.778 0v-.3h-.3v.3h.3Zm3.603 0h.3v-.3h-.3v.3Zm.778 0v-.3h-.3v.3h.3Zm1.095.13-.2.223.2-.223Zm.188.365.298-.03-.298.03Zm.764 7.72h.3v-.015l-.002-.015-.299.03Zm.341-7.812a1.54 1.54 0 0 0-.5-1.004l-.403.445a.94.94 0 0 1 .306.614l.598-.055Zm-.5-1.004a1.607 1.607 0 0 0-1.095-.416v.6c.283 0 .514.1.692.261l.402-.445Zm-1.095-.416h-.764v.6h.764v-.6Zm-.464.3v-.6h-.6v.6h.6Zm0-.6a2.49 2.49 0 0 0-.866-1.881l-.396.45c.415.365.662.871.662 1.431h.6ZM8.45 1.469A3.025 3.025 0 0 0 6.42.7v.6c.632 0 1.209.233 1.629.614l.402-.445ZM6.42.7c-.793 0-1.516.287-2.035.772l.41.438c.402-.375.976-.61 1.625-.61V.7Zm-2.028.766a2.49 2.49 0 0 0-.866 1.881h.6c0-.56.246-1.066.661-1.43l-.395-.451Zm-.866 1.881v.6h.6v-.6h-.6Zm.3.3H3.06v.6h.764v-.6Zm-.764 0c-.437 0-.811.16-1.095.416l.403.445c.177-.16.409-.261.692-.261v-.6Zm-1.095.416a1.54 1.54 0 0 0-.5 1.004l.597.055a.94.94 0 0 1 .306-.614l-.403-.445Zm-.5 1.002L.7 12.784l.598.059.763-7.72-.597-.058ZM.7 12.813V12.905h.6V12.813H.7Zm0 .092c0 .38.172.735.466.985l.388-.458a.692.692 0 0 1-.254-.527H.7Zm.467.985c.26.22.606.377.975.409l.051-.598a1.17 1.17 0 0 1-.64-.27l-.386.46Zm1 .41h.015v-.6h-.015v.6Zm.015 0H2.298v-.6H2.181v.6Zm.115 0h8.243v-.6H2.297v.6Zm8.243 0H10.656v-.6H10.54v.6Zm.14-.001a1.77 1.77 0 0 0 .99-.409l-.386-.458a1.171 1.171 0 0 1-.653.269l.05.598Zm.991-.41c.296-.25.467-.607.467-.997h-.6c0 .21-.09.4-.255.54l.388.458Zm.467-.997V12.8h-.6V12.892h.6Zm-.002-.121-.764-7.706-.597.059.764 7.706.597-.06ZM4.917 3.347c0-.362.16-.688.435-.938l-.403-.445c-.387.35-.632.833-.632 1.383h.6Zm.435-.938c.276-.25.65-.405 1.081-.405v-.6c-.578 0-1.097.21-1.484.56l.403.445Zm1.081-.405c.43 0 .805.155 1.082.405l.402-.445a2.195 2.195 0 0 0-1.484-.56v.6Zm1.082.405c.275.25.434.576.434.938h.6c0-.55-.245-1.033-.632-1.383l-.402.445Zm.434.938v.6h.6v-.6h-.6Zm.3.3H4.617v.6H8.25v-.6Zm-3.332.3v-.6h-.6v.6h.6Zm5.813 8.958a.047.047 0 0 1-.001.013l-.001.001a.052.052 0 0 1-.008.007l.361.479a.616.616 0 0 0 .25-.5h-.6Zm-.03.038a.327.327 0 0 1-.164.068l.067.596a.922.922 0 0 0 .5-.219l-.403-.445Zm-.13.366v-.3H10.526v.6H10.57v-.3Zm-.044-.3H2.297v.6h8.23v-.6Zm-8.229 0H2.253v.6H2.298v-.6Zm-.043 0h-.015v.6h.015v-.6Zm.015.001a.279.279 0 0 1-.16-.067l-.402.445c.135.123.311.2.502.22l.06-.598Zm-.18-.084a.05.05 0 0 1-.008-.007l-.001-.002v-.002l-.002-.01h-.6c0 .196.086.377.25.5l.36-.479Zm-.01-.021v-.04h-.6v.04h.6Zm-.002-.01L2.84 5.19l-.597-.06-.764 7.707.597.06ZM2.84 5.19a.276.276 0 0 1 .09-.172l-.403-.445a.876.876 0 0 0-.284.557l.597.06Zm.09-.172a.194.194 0 0 1 .13-.053v-.6a.793.793 0 0 0-.533.208l.403.445Zm.13-.053h.764v-.6H3.06v.6Zm.464-.3v1.59h.6v-1.59h-.6Zm0 1.59c0 .39.336.653.689.653v-.6a.11.11 0 0 1-.075-.025c-.013-.012-.014-.022-.014-.027h-.6Zm.689.653c.353 0 .689-.263.689-.652h-.6c0 .005-.002.015-.015.027a.11.11 0 0 1-.074.025v.6Zm.689-.652V4.664h-.6v1.59h.6Zm-.3-1.291h3.603v-.6H4.603v.6Zm3.303-.3v1.59h.6v-1.59h-.6Zm0 1.59c0 .39.336.653.689.653v-.6a.11.11 0 0 1-.074-.025c-.013-.012-.015-.022-.015-.027h-.6Zm.689.653c.353 0 .69-.263.69-.652h-.6c0 .005-.003.015-.016.027a.11.11 0 0 1-.074.025v.6Zm.69-.652V4.664h-.6v1.59h.6Zm-.3-1.291h.763v-.6h-.764v.6Zm.763 0c.047 0 .092.019.13.053l.403-.445a.793.793 0 0 0-.533-.208v.6Zm.13.053c.05.045.084.11.09.172l.597-.06a.876.876 0 0 0-.284-.557l-.403.445Zm.09.172.764 7.72.597-.06-.764-7.72-.597.06Zm.762 7.69v.026h.6v-.026h-.6Z' fill='%23DC546D' mask='url(%23a)'/%3E%3C/svg%3E");
    width: 17px;
    background-size: cover;
    height: 20px;
}

.fa-shopping-cart:before {
    display: none;
}


/**

new style 14.04.2022 --
 */


@media screen and (min-width: 769px) {
    .minimum-quantity {
        min-width: 170px;
    }
}

@media screen and (max-width: 1124px) {
    .breadcrumb .container ul {
        overflow-x: auto;
        white-space: nowrap;
    }

    .pattern .col-sm-10.center-column {
        width: 100%;
    }

    .price .price-new span {
        font-size: 40px;
        font-family: 'Bebas Neue';
    }

    #product .add-to-cart .quantity {
        width: 30%;
    }
}

@media (max-width: 768px) {
    .responsive #top-bar #top-bar-right {
        padding: 0 11px;
        margin-bottom: 0;
        width: 100%;
    }

    #main header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }

    .modal {

        top: 60px;

    }

    body {
        margin-top: 50px;
    }

    .responsive #top .pattern .row {
        margin: 0 -20px;
    }

    .responsive #top #header-left {
        text-align: center;
    }

    .responsive #top #header-left img {
        max-width: 75%;
        margin-top: -5px;
    }

    .responsive #top #header-center {
        margin-top: -25px;
    }

    .responsive #top #header-right {
        margin-top: 15px;
    }

    .responsive #top #header-right .search_form {
        margin-top: 0 !important;
    }

    .responsive #mlm2 {
        border-radius: 0;
        margin-bottom: 0;
    }

    .responsive #top #header-center, .responsive #top #header-left {
        display: block;
    }


    /*html.responsive body{*/
    /*height: 768px !important;*/
    /*}*/
    .product-grid .row > div,
    .product-grid .row {
        display: block;
    }

    #main-menu, #main-menu ul li a {
        text-align: left;
        text-transform: uppercase;
    }

    #main-menu {
        /*margin-top: -5%;*/
        max-height: 90vh;
        overflow: auto;
    }

    .sticky #main-menu {
        margin-top: -5%;
        overflow-y: scroll;
        position: absolute;
        height: 85vh !important;
        width: -webkit-fill-available;
        z-index: 2;
    }

    /*.responsive #top #header-center, .responsive #top #header-left, */
    .main-content #column_left, .main-content .category-info {
        display: none;
    }

    /*.responsive #top #header-right {*/
    /*margin-top: -10vw;*/
    /*}*/
    .sticky {
        position: fixed;
        z-index: 99;
        min-width: 100vw !important;
        height: 54px;
        top: 0;
    }

    .sticky + .content {
        padding-top: 60px;
    }

    /*.product-info #product .cart .add-to-cart .quantity #q_up,*/
    /*.product-info #product .cart .add-to-cart .quantity #q_down {*/
    /*height: 32px;*/
    /*width: 45px;*/
    /*padding-top: 5px;*/
    /*}*/
    .product-grid .product .quantity #q_up,
    .product-grid .product .quantity #q_down,
    .product-info #product .cart .add-to-cart .quantity #q_up,
    .product-info #product .cart .add-to-cart .quantity #q_down {
        height: 32px;
        width: 45px;
        padding-top: 5px;
    }

    .product-grid .product .quantity #q_up,
    .product-grid .product .quantity #q_down {
        margin-right: 0%;
    }

    .product-grid .product .quantity {
        margin-left: 15%;
    }

    .product-info #product .cart .add-to-cart .quantity #q_down {
        padding-top: 10px;
    }

    #quantity_wanted {
        width: 100px;
        height: 50px;
    }

    /*.box-blue.row,*/
    /*.box-white.row {*/
    /*height: 185px;*/
    /*}*/
    /*.in-box.col-sm-6:last-child {*/
    /*margin-left: 25%;*/
    /*}*/
    .in-box.col-sm-6 {
        border-right: none !important;
    }

    .in-box.col-sm-6:first-child {
        border-right: 1px solid #fff !important;
    }

    .box-white .in-box.col-sm-6:first-child {
        border-right: 1px solid #0C233A !important;
    }

    /*.box-white.row {*/
    /*height: 150px;*/
    /*margin-bottom: 25px;*/
    /*}*/
    #product .add-to-cart .quantity {
        width: 30%;
    }

    #product .add-to-cart .quantity input {
        padding-left: 45%;
        width: 100%;
    }

    #product .add-to-cart .quantity a#q_up, #product .add-to-cart .quantity a#q_down {
        top: 20%;
        font-size: 15px;
    }

    #product .add-to-cart .quantity a#q_up {
        right: -5px;
    }

    #product .add-to-cart .quantity a#q_down {
        top: 11% !important;
        left: -5px;
    }

    #product .add-to-cart #button-cart {
        width: 50%;
    }

    .product-center .add-to-cart .quantity {
        width: 115px;
    }

    .product-center .add-to-cart .quantity input {
        padding-left: 50px;
    }

    .product-center .add-to-cart #button-cart {
        width: 165px;
        font-size: 28px !important;
    }

    .product-info .cart {
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    .product-grid .product .quantity #q_up,
    .product-grid .product .quantity #q_down {
        margin-right: -60%;
    }

    /*new mobile styles*/
    #top-bar
        /*#top .pattern .container */
    {
        /*display: none;*/
        height: 0;
    }

    .responsive #top #header-center, .responsive #top #header-left {
        display: none;
    }

    .responsive #top .pattern .row {
        min-height: 50px;
        margin: 0px;
        margin-left: -20px;
    }

    #top .pattern #mlm2 {
        min-height: 60px;
        margin-bottom: 0px;
        margin-top: 0;
    }

    #top .pattern #mlm2 .navbar-header {
        padding-top: 5px;
        margin-right: 0;
    }

    .product-center .product-title h1 {
        margin-top: 20px !important;
    }

    .box-blue.row, .box-white.row {
        height: 100px;
        width: auto;
    }

    .box-blue .in-box.right-border {
        border-right: 1px solid #fff !important;
    }

    .in-box.col-sm-6:last-child {
        margin-left: 67%;
        margin-top: -75px;
    }

    .box-white.row {
        height: 85px;
        margin-bottom: 25px;
    }

    .box-white .in-box.right-border {
        border-right: 1px solid #0C233A !important;
    }

    .box-white .in-box.col-sm-6:last-child {
        margin-top: -60px;
    }

    .box-blue .in-box:last-child,
    .box-white .in-box:last-child {
        margin-left: 50%;
    }

    #product .add-to-cart .quantity {
        max-width: 30%;
        width: 100%;
    }

    #product .add-to-cart #button-cart {
        font-size: 14px !important;
        max-width: 100%;
        width: 100%;
    }

    .product-info .cart .links {
        padding: 10px 0px 25px 0px;
    }

    .navbar-header-text {
        padding-left: 25px !important;
    }

    .mobile-menu-btns {
        font-size: 16px;
        width: 53%;
        color: #fff;
        line-height: 50px;
        padding-left: 17% !important;
    }

    .mobile-menu-btns span {
        padding: 0 5px;
    }

    .mobile-menu-btns a {
        color: #fff;
        position: relative;
    }

    #mlm2 .navbar-header .btn.btn-navbar.navbar-toggle {
        margin-top: 8px;
        padding: 0;
    }

    .navbar-header .col-xs-2:last-child {
        /*margin-left: -15px;*/
    }

    .container .search_form,
    .container #cart_block {
        visibility: hidden;
        opacity: 0;
        height: 0;
    }

    #top .pattern .container {
        height: 0;
    }

    .responsive #main #top .container {
        padding-bottom: 0;
    }

    .hide-slowly {
        visibility: hidden !important;
        opacity: 0 !important;
        transition: opacity 1.5s ease-out;
        height: 0 !important;
    }

    .display-slowly {
        visibility: visible !important;
        opacity: 1 !important;
        transition: opacity 1.5s ease-out;
        height: 75px !important;
    }

    .responsive #top-bar .header-link,
    #language_form .lang_title {
        display: none;
    }

    .responsive #top-bar form {
        float: none;
        display: inline-block;
        /*position: absolute;*/
        top: -36%;
        z-index: 100;
        left: 56%;
    }

    .responsive #top-bar form .dropdown-menu {
        left: -130px;
    }

    #top-bar .dropdown .caret {
        border-top: 4px solid #fff;
    }

    ul.header-links {
        display: none;
        height: 0;
    }

    #top-bar .pattern {
        height: 0;
    }

}

@media screen and (max-width: 375px) {
    .box-blue .in-box {
        margin-top: 2px;
    }

    .in-box.col-sm-6:last-child {
        margin-top: -93px;
    }

    .box-blue .in-box {
        margin-top: 15px;
    }

    .box-white .in-box,
    .box-blue .in-box,
    .product-info .box-white .in-box .price-new {
        font-size: 11px;
    }

    .box-white .in-box .price-new span,
    .box-blue .in-box strong {
        font-size: 14px;
    }

    .in-box.col-sm-6:last-child {
        margin-top: -68px;
    }

    .box-white .in-box.col-sm-6:last-child {
        margin-top: -62px;
    }

    .responsive #top-bar form {
        left: 60%;
    }

    .product-center .add-to-cart #button-cart {
        width: 160px;
        font-size: 28px !important;
    }
}

@media (max-width: 320px) {
    .sticky #main-menu {
        height: 80vh !important;
    }

    .ui-autocomplete {
        min-width: 250px !important;
    }

    .box .box-heading, .center-column h1, .center-column h2, .center-column h3, .center-column h4, .center-column h5, .center-column h6 {
        font-size: 18px !important;
    }

    .box-blue .in-box {
        margin-top: 8px;
    }

    .in-box.col-sm-6:last-child {
        margin-top: -83px;
    }

    .product-info .cart .add-to-cart p {
        padding: 10px 5px 5px 0px;
        font-size: 15px;
    }

    #product .add-to-cart .quantity {
        max-width: 35%;
        font-size: 15px !important;
    }

    #product .add-to-cart .quantity a#q_up, #product .add-to-cart .quantity a#q_down {
        top: 10%;
        font-size: 15px;
    }

    #product .add-to-cart .quantity a#q_down {
        top: 1% !important;
        left: -5px;
    }

    #quantity_wanted {
        height: 43px;
    }

    .product-info .cart .add-to-cart input {
        margin: 0 10px 0 0 !important;
        width: 100%;
        padding-left: 7%;
    }

    .mobile-menu-btns {
        padding-left: 15% !important;
    }

    .responsive #top-bar form {
        left: 52%;
    }

    .product-center .add-to-cart .quantity {
        width: 105px;
    }

    .product-center .add-to-cart .quantity input {
        padding-left: 45px;
    }

    .product-center .add-to-cart #button-cart {
        width: 130px;
        font-size: 21px !important;
        height: 45px;
    }
}


@media screen and (max-width: 300px) {
    .product-info .cart .add-to-cart p {
        display: none;
    }
}

#column_left .product-layout .caption a {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 1.3;
    display: block;
}

.h4_h {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 1.3;
    display: block;
}

.head-recently {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 1.3;
}

.subcat-tree {
    padding-left: 15px;
}

/*style jivosite widget*/
#jvlabelWrap {
    /*background: linear-gradient(95deg, rgb(241, 70, 106) 20%, rgb(217, 65, 98) 80%) !important;*/
    width: 10%;
    border-radius: 25px 25px !important;
    margin-bottom: 1%;
}

.label_39._bottom_3v {
    min-width: 200px !important;
}

.leafCont_2L {
    display: none !important;
}

.minimum-quantity {
    display: flex;
    color: red;
    display: none;
    font-size: 14px;
}

#cart_not_empty_modal .checkout {
    display: flex;
    justify-content: space-around;
}

.main_attribute {
    margin-bottom: 15px;
}

/*notify when avaible styles*/

#NotifyWhenAvailable_popup .close {
    position: absolute;
    top: 5px;
    right: 10px;
}

.inner-page {
    position: relative; /* потрібно, щоб оверлей позиціонувався відносно блоку */
}

.inner-page.loading {
    pointer-events: none; /* блокуємо кліки під час завантаження */
}

.inner-page.loading::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 10;
}

.inner-page.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 4px solid rgba(0, 0, 0, 0.15);
    border-top-color: #333; /* колір активної дуги — підставте свій акцент */
    border-radius: 50%;
    z-index: 11;
    animation: inner-spin 0.7s linear infinite;
}

@keyframes inner-spin {
    to {
        transform: rotate(360deg);
    }
}

#NotifyWhenAvailable_popup.NWA_popover .nwa-inner-wrapper {
    left: -15%;
}

@media screen and (min-width: 768px) {
    .tm-mod-block .tm-mod-content {
        padding: 10px 50px !important;
    }
}
@media screen and (max-width: 768px) {
    .breadcrumb {
        margin-top: 75px;
    }
}