@font-face {
    font-family: 'aleo-regular';
    src: url('fonts/aleo-regular.eot');
    src: local('?'), url('fonts/aleo-regular.woff') format('woff'),
        url('fonts/aleo-regular.ttf') format('truetype'),
        url('fonts/aleo-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
    }

    0% {
        -webkit-transform: rotate(-360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0);
    }

    0% {
        -moz-transform: rotate(-360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    0% {
        transform: rotate(-360deg);
    }
}

select {
    border: 1px solid #cccccc !important;
    box-shadow: none !important;
}

* {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

html {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}

ul,
ol {
    margin: 0;
}

li {
    list-style: none;
}

.etaps li {
    list-style: none;
    margin-left: 16px;
    padding-bottom: 8px;
}

.etaps li::before {
    content: "•";
    color: #2d2d2d;
    width: 4px;
    height: 4px;
    padding-right: 4px;
    font-weight: 900;
}

body {
    background-color: #ffffff;
    color: #444444;
    font-family: 'Raleway', sans-serif;
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    padding: 0px;
    font-weight: 400;
    text-align: left;
}

#content {
    min-height: 300px;
    position: inherit;
}

#content .pull-left,
#content .pull-right {
    margin-bottom: 30px;
}

b,
strong {
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2f2f2f;
}

a:focus {
    background: none;
}

#content h1 {
    font-weight: 400;
    font-size: 26px;
}

#content h2 {
    color: #444;
    font-size: 18px;
    text-transform: uppercase;
}

#content .account-border h1,
#content .account-border h2 {
    margin: 0;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}

/* default font size */

.fa {
    font-size: 14px;
    color: #989898;
}

.category-row .fa {
    color: #fff;
}

.category-row .item-inner .fa {
    color: #989898;
}

.fa-home {
    color: #E3E3E3;
}

/* Override the bootstrap defaults */

h1 {
    font-size: 33px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a,
a:visited,
a b {
    color: #666;
    font-size: 14px;
    text-decoration: none !important;
    cursor: pointer;
}

:focus {
    outline: none !important;
}

a:focus {
    outline: none !important;
}

button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
}

a:hover {
    text-decoration: none;
    color: #019cb2;
}

legend {
    font-size: 18px;
    padding: 7px 0px 15px;
}

label {
    font-size: 14px;
    font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 14px;
    box-shadow: none;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 0;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

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

/* Gradent to all drop down menus */

.dropdown-menu li>a:hover {
    text-decoration: none;
    background: #292560;
    background-repeat: repeat-x;
}

/* buttons */

.buttons .close {
    background: none;
}

.buttons .close:hover {
    background: none;
}

.buttons {
    margin: 1em 0;
}

.btn,
button {
    background: #222;
    border: 0 none;
    font-size: 14px;
    line-height: 15px;
    padding: 10px 12px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
}

a.btn {
    color: #fff;
}

.btn:hover,
button:hover {
    background: #019cb2;
    color: #fff;
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 12px;
}

.btn-group>.btn-xs {
    font-size: 9px;
}

.btn-group>.btn-sm {
    font-size: 10.2px;
}

.btn-group>.btn-lg {
    font-size: 15px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #333;
    background-position: 0 -15px;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-danger {
    color: #ffffff;
    border-radius: 0;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-link:hover {
    text-decoration: none;
}

.btn-inverse {
    color: #2f2f2f;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */

.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #019cb2;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}

.owl-carousel .owl-item {
    padding: 0 15px;
}

/**************************************HEADER*********************************************/
/* top */
.top_header {
    font-size: 11px;
    background: #2d2d2d;
    color: #fff;
    position: relative;
    z-index: 100;
}

.header-yandex-widget {
    padding: 12px 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
}

.social-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    column-gap: 12px;
    justify-content: flex-end;
    padding-bottom: 24px;
}

.social-icons div {
       cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.social-icons div:hover {
    opacity: 0.7;
}

.social-icons .soc-max {
    width: 30px;
    height: 30px;
}

.social-icons .worktime {
    padding-right: 12px;
}

.social-icons .soc-whatsapp {
  width: 30px;
    height: 30px;
}

.social-icons .soc-telegram {
    width: 30px;
    height: 30px;
}

.social-icons .soc-max svg {
    width: 100%;
    height: 100%;
}

.social-icons .soc-whatsapp svg {
    width: 100%;
    height: 100%;
}

.social-icons .soc-telegram svg {
    width: 100%;
    height: 100%;
}

.top_header_info a {
    color: rgb(1, 156, 178);;
    text-transform: uppercase;
}

.top_header_info .info_address a {
    text-transform: none;
}

.top_header button {
    color: #fff;
    font-size: 11px;
    background: none;
}

.top_header button:hover {
    color: #019cb2;
    background: none;
}

.top_header_info ul li {
    display: inline-block;
    float: left;
    padding-right: 20px;
    color: #019cb2;
    font-family: arial;
    font-size: 11px;
    line-height: 41px;
}

.top_header_info .info_mail:before {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f0e0";
    width: 27px;
    height: 27px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    margin-right: 14px;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
}

.top_header_info .info_phone:before {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f095";
    width: 27px;
    height: 27px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    margin-right: 14px;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
}

.top_header_info .info_address:before {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f124";
    width: 27px;
    height: 27px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    margin-right: 14px;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
}

.top_header_info ul li span {
    color: #fff;
    font-size: 12px;
}

.top-link-right>div {
    display: inline-block;
    float: right;
    margin-left: 20px;
}

.pamyatniki-menu {}

.pamyatniki-menufirst {
    padding: 0 0 1px 35px;
    position: relative;
}

.pamyatniki-menufirst .menu-elemnt-pam {
    padding-left: 0px;
    line-height: 36px;
}

.pamyatniki-menufirst .menu-elemnt-pam::before {
    display: none;
}

.menu-elemnt-pam a {
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
}


.menu-elemnt-pam {
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    padding: 8px 0px 8px 46px;
}

.menu-elemnt-pam::before {
    content: "•";
    color: rgb(45, 45, 45);
    width: 4px;
    height: 4px;
    padding-right: 4px;
    font-weight: 900;
}

.menu-elemnt-pam.pamyatnik a {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
    color: #019cb2;;

}

.menu-elemnt-pam.komplex a {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
    color: #019cb2;;
}

.menu-elemnt-pam.blago a {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
    color: #019cb2;;
}

.menu-elemnt-pam.oformlenie a {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
    color: #019cb2;;
}

.menu-elemnt-pam.pamyatnik a {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
    color: #019cb2;;
}


.menu-elemnt-pam.komplex::before {
    display: block;
    content: url('/image/catalog/svg/kompleks.svg');
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
}

.menu-elemnt-pam.blago::before {
    display: block;
    content: url('/image/catalog/svg/blagoustroistvo.svg');
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
}

.menu-elemnt-pam.oformlenie::before {
    display: block;
    content: url('/image/catalog/svg/oformlenie.svg');
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
}

.menu-elemnt-pam.pamyatnik::before {
    display: block;
    content: url('/image/catalog/svg/pamyatnik.svg');
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
}



#logo {
    text-align: left;
    height: 120px;
    line-height: 155px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    max-height: 120px;
}

#logo img {
    max-height: 90px;
}

#logo>div {
    height: 100%;
    text-align: left;
}

#logo a {
    display: inline-block;
    padding-top: 25px;
}

@media(max-width:640px) {
    #logo {
        text-align: left;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding: 20px 0px;
        line-height: normal;
        max-height: none;
    }
}

.header-inner .header-button-top,
.header-inner .header-button-button {
    float: left;
    display: inline-block;
}

.header-inner .header-buttom-buttom {
    clear: both;
}

/*box-langguage-currency*/
.header-welcome {
    float: left;
}

.box-language-currency {
    float: right;
}

.box-language-currency>div {
    float: left;
    overflow: hidden;
}

.box-language-currency .pull-left button {
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    overflow: hidden;
    line-height: 41px;
    padding: 0 12px;
}

.box-language-currency .pull-left button:hover {
    text-decoration: none;
    background: none;
}

.box-language-currency .pull-left button .fa {
    color: #fff;
}

.box-language-currency .pull-left button.currency-select,
.box-language-currency .pull-left .dropdown-menu1 li {
    color: #3c3c3c;
    text-align: left;
    transition: none;
}

.box-language-currency .pull-left button.currency-select:hover,
.box-language-currency .pull-left .dropdown-menu1 li:hover {
    color: #00a9e0;
    background: #515151;
    transition: none;
}

.box-language-currency li:hover a {
    transition: none;
}

.box-language-currency .pull-left .dropdown-menu1 li {
    line-height: 30px;
}

.dropdown-menu1 {
    opacity: 0;
    position: absolute;
    top: 50px;
    left: 0;
    display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}

.currency:hover .dropdown-menu1,
.language:hover .dropdown-menu1 {
    opacity: 1;
    top: 41px;
}

.currency:hover,
.language:hover {
    overflow: inherit;
}

.language .dropdown-menu1 li {
    padding: 0 15px;
}

.language .dropdown-menu1 li a {
    display: inline-block;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
}

/** top-link **/
.top-link {
    color: #fff;
    text-align: left;
    float: right;
    line-height: 41px;
    height: 41px;
    position: relative;
    font-size: 12px;
    padding: 0 0 0 15px;
    margin-right: 10px;
    overflow: hidden;
}

.top-link .toplink-hover a {
    padding-right: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
}

.top-link .toplink-hover .fa {
    color: #fff;
}

.top-link .top-link-inner {
    position: absolute;
    top: 55px;
    right: 0;
    z-index: 9;
    display: inline-block;
    padding: 0;
    background: #292560;
    opacity: 0;
}

.top-link:hover {
    overflow: inherit;
}

.top-link:hover .top-link-inner {
    top: 41px;
    opacity: 1;
}

.top-link .top-link-inner ul {
    display: inline-block;
    padding: 0;
    background: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}

.top-link .top-link-inner ul li {
    padding: 0;
    display: block;
    text-align: left;
}

.top-link .top-link-inner ul li:hover {
    background: #515151;
    transition: none;
}

.top-link ul li a {
    color: #3c3c3c;
    text-transform: capitalize;
    white-space: nowrap;
    line-height: 35px;
    padding: 0 22px;
    display: block;
    font-size: 11px;
}

.top-link ul li a:hover {
    color: #019cb2;
    transition: none;
}

/** cart **/
.top-cart {
    color: #2d2d2d;
    text-align: left;
    float: right;
    position: relative;
    padding: 25px 15px 25px;
    border-left: #ddd 1px solid;
}

.top-cart ul {
    width: 260px;
    position: absolute;
    top: 85px;
    right: 0px;
    padding: 15px;
    text-align: left;
    border-radius: 0px;
    background: #fff;
    max-height: 375px;
    overflow: auto;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.top-cart p {
    color: #2d2d2d;
}

.top-cart .button-cart {
    background: url(../image/topcart.png) no-repeat 0 0 transparent;
    font-size: 0px;
    width: 35px;
    height: 35px;
    padding: 0;
    display: block;
    border: none;

}

.top-cart .button-cart #cart-total {
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 100%;
    color: #FFF;
    font-family: arial;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    top: -10px;
    right: -5px;
    background: linear-gradient(bottom left, #1e8293, #6fcdd5);
    background: -webkit-linear-gradient(bottom left, #1e8293, #6fcdd5);
    background: -moz-linear-gradient(bottom left, #1e8293, #6fcdd5);
    background: -o-linear-gradient(bottom left, #1e8293, #6fcdd5);
}

.top-cart .dropdown-menu-cart {
    position: absolute;
    right: 0;
    top: 100%
}

.top-cart .dropdown-menu-cart li {
    float: left;
    width: 100%;
    margin: 0px 0px 10px;
}

.top-cart .dropdown-menu-cart li .product-image {
    float: left;
    display: block;
    width: 30%;
    padding: 0;
}

.top-cart .dropdown-menu-cart li .product-details {
    position: relative;
    width: 70%;
    display: inline-block;
}

.top-cart .dropdown-menu-cart li .product-details button {
    position: absolute;
    right: 0px;
    top: 6px;
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 0px;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
    border: none;
    background: url(../image/btn_remove.gif) 0 0 no-repeat;
}

.top-cart .dropdown-menu-cart li .product-details .product-name {
    word-wrap: break-word;
    text-transform: capitalize;
}

.top-cart .dropdown-menu-cart li .product-details .product-name a {
    font-size: 13px;
}

.top-cart .dropdown-menu-cart li .product-details .price {
    color: #019cb2;
    width: auto;
    font-size: 15px;
}

.top-cart .dropdown-menu-cart .top-subtotal {
    margin: 15px 0px 0px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
}

.total1 {
    display: none
}

.top-cart .dropdown-menu-cart .top-subtotal span,
.top-cart .dropdown-menu-cart .top-subtotal strong {
    font-size: 14px;
    text-transform: capitalize;
}

.top-cart .dropdown-menu-cart .actions button {
    width: 100%;
    background: #1889e0;
}

.top-cart .dropdown-menu-cart .actions {
    padding: 0px;
    margin: 10px 0 0 0;
    position: static;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}

.top-cart .dropdown-menu-cart .actions a {
    display: block;
    padding: 9px 10px;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    background: none repeat scroll 0% 0% #363636;
    color: #FFF;
    width: 48%;
    font-size: 12px;
}

.top-cart .dropdown-menu-cart .actions a:hover {
    color: #019cb2;
}

.top-cart .dropdown-menu-cart .actions a .fa {
    color: #fff;
}

.top-cart .dropdown-menu-cart .actions .cart-action {
    float: left;
}

.top-cart .dropdown-menu-cart .actions .checkout-action {
    float: right;
}

/** search **/
#search {
    width: 100%;
}

#search input {
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-right: 70px;
    height: 51px;
}

#search span.input-group-btn {
    position: absolute;
    right: 51px;
}

#search span.input-group-btn button {
    background: none;
    height: 51px;
    width: 51px;
}

/** end cart **/
.header {
    text-align: center;
    width: 100%;
    margin-bottom: 32px;
}

.header .header-inner {
    position: relative;
    z-index: 99;
    clear: both;
}

/********************************************** END HEADER ********************************************/

/*********************************************** FOOTER ***********************************************/
/*Footer static follow*/
.ma-footer-link-follow {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    text-align: left;
}

.ma-footer-link-follow .block-link-follow {
    display: inline-block;
}

.ma-footer-link-follow .f-col-2 {
    text-align: right;
}

.ma-footer-link-follow .f-col-1 h3 {
    float: left;
    text-transform: uppercase;
    margin: 0 10px 0 0;
    line-height: 42px;
    color: #fff;
}

.ma-footer-link-follow .link-follow {
    float: left;
}

ul.link-follow li {
    float: left;
    margin-right: 10px;
    border: 0;
}

ul.link-follow li a {
    position: relative;
    font-size: 0;
    color: #cbcbcb;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    padding: 0;
    border: 1px solid #cbcbcb;
    border-radius: 100%;
}

ul.link-follow li a:hover {
    color: #019cb2;
    background: none;
    padding: 0;
}

ul.link-follow li a:before {
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    text-align: center;
}

ul.link-follow a:hover {
    color: #019cb2;
    padding: 0;
}

ul.link-follow li a span::after {
    border-top: 5px solid #111111;
    bottom: -5px;
}

ul.link-follow li a span::before,
ul.link-follow li a span::after {
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid rgba(0, 0, 0, 0.1);
    bottom: -5px;
    content: "";
    height: 0;
    left: 46%;
    position: absolute;
    width: 0;
}

ul.link-follow li a span {
    background: none repeat scroll 0 0 #019CB2;
    bottom: 40px;
    color: #ffffff;
    font-family: inherit;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    left: 57%;
    line-height: 20px;
    margin-left: -40px;
    min-width: 70px;
    padding: 1px 5px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    text-indent: 0;
    text-transform: capitalize;
    opacity: 0;
}

ul.link-follow li a span::after {
    border-top: 5px solid #019CB2;
    bottom: -5px;
}

ul.link-follow li a:hover span {
    bottom: 50px;
    opacity: 1;
}

/*************footer-link***********/
.footer {
    padding: 30px 0;
    background: #212121;
    font-weight: 300;
}

.footer .footer-content {
    font-size: 14px;
    color: #ccc;
}

.footer .introduction {
    padding-top: 10px;
    text-align: justify;
}

.footer h3 {
    text-transform: uppercase;
    color: #ccc;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer li {
    line-height: 25px;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.footer li a {
    color: #ccc;
    line-height: 50px;
    display: inline-block;
    width: 100%;
}

.footer li a:hover {
    padding-left: 10px;
    background: rgba(255, 255, 255, 0.2);
}

.powered {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    background: #212121;
    text-align: center;
    color: #fff;
}

.powered a {
    color: #019cb2;
}

.powered a:hover {
    text-decoration: underline;
}

.footer .footer-content span {
    border: 0;
    line-height: 30px;
}

.footer .footer-content .icon {
    position: relative;
    padding: 10px 0 0 75px;
    display: block;
    min-height: 61px;
    margin-bottom: 20px;
}

.footer .footer-content .icon:before {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-family: FontAwesome;
    border: 1px solid #fff;
    border-radius: 100%;
    margin-right: 10px;
    width: 61px;
    height: 61px;
    line-height: 59px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
}

.footer .footer-content .icon.address:before {
    content: "\f041";
}

.footer .footer-content .icon.phone:before {
    content: "\f095";
}

.footer .footer-content .icon.email:before {
    content: "\f003";
}

/*************END footer-link***********/
/**************************************END_FOOTER********************************************************/

/**************************************CONTENT********************************************************/
/* alert */

.alert {
    padding: 8px 14px 8px 14px;
}

/* breadcrumb */

.category-row .vermagemenu .navleft-container {
    padding: 0;
    position: static;
}

.category-row {
    margin-bottom: 30px;
    margin-top: 30px;
}

.category-row .price s {
    color: #888888;
}

.menu-category .bestsellers-container {
    margin-top: 30px;
}

.top-breadcrumb {
    color: #019cb2;
    line-height: 30px;
    background-color: #2d2d2d;
    padding: 5px 0;
}

.breadcrumb {
    border: 0;
    font-size: 14px;
    padding: 0;
    border-radius: 0;
    background: none;
    margin: 20px 0;
}

.breadcrumb li:last-child a {
    font-family: inherit;
    font-weight: 400;
    color: #019cb2;
    text-transform: capitalize;
    font-size: 14px;
}

.breadcrumb i {
    font-size: 18px;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb>li {
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb li:before,
.breadcrumb>li+li:before {
    display: block;
    width: 12px;
    height: 30px;
    content: ">";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 12px;
    line-height: 30px;
}

.breadcrumb li:last-child:before {
    content: '';
}

.pagination {
    margin: 0;
}

/* carousel */

.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product list */

.row.products-category {
    margin-top: 30px;
}

.item_product {
    border: 1px solid #fff;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.item_product:hover {
    border: 1px solid #e1e1e1;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.item-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.item-inner .image {
    margin: 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.item-inner .price {
    position: absolute;
    bottom: 68px;
    right: 15px;
    width: 86px;
    height: 86px;
    margin: 0;
    padding: 0;
    border-radius: 100%;
    font-size: 14px;
    color: #fff;
    background: rgba(1, 156, 178, 0.7);
    font-family: 'aleo-regular';
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.05;
    text-align: center;
}

.item-inner .price .price-prefix {
    display: block;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 2px;
}

.product-view .price.price-from .myprice:before {
    content: "от ";
}

.item-inner .special-price {
    background: rgba(166, 124, 82, 0.7);
    line-height: 20px;
    padding-top: 25px;
}

.item-inner .price .price-old {
    padding-right: 5px;
    font-family: inherit;
    font-weight: normal;
    text-decoration: line-through;
    font-size: 13px;
}

.price-tax {
    display: none;
}

.item-inner .image a {
    position: relative;
    display: block;
}

.item-inner .image a .img2 {
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.item-inner:hover .image a .img2 {
    opacity: 1;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.item-inner .actions {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 10px;
    background: #3e3e3e;
    -moz-transition: all 0.5 ease;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    opacity: 0;
    -moz-transition: all 0.5 ease;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transform: scaleY(0);
}

.item-inner:hover .actions {
    transform: scaleY(1);
    -moz-transition: all 0.5 ease;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    opacity: 1;
}

.item-inner .actions>div {
    margin-left: 10px;
}

.actions .button-group {
    position: relative;
    height: 42px;
    display: inline-block;
}

.item-inner .box-view-actions {
    background: #eeeef9;
    padding: 20px;
}

.actions .cart {
    display: inline-block;
}

.actions .add-to-links {
    display: inline-block;
}

.add-to-links>div {
    display: inline-block;
}

.add-to-links .compare {
    margin-left: 10px;
}

.actions .cart button,
.add-to-links div button {
    display: block;
    font-size: 0;
    line-height: 35px;
    color: #b9b9b9;
    text-align: center;
    width: 37px;
    height: 37px;
    padding: 0;
    border: 1px solid #e1e1e1;
    background: #fff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
}

.actions .cart button:hover,
.add-to-links div button:hover {
    background: #019cb2;
    color: #fff;
    border-color: #019cb2;
}

.actions .cart button:before,
.add-to-links div button:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    vertical-align: top;
}

.add-to-links div.wishlist button:before {
    content: "\f004";
}

.add-to-links div.compare button:before {
    content: "\f079";
}

.actions .cart button:before {
    content: "\f07a";
}

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

.owl-controls {
    display: inline-block;
}

.product-search .carousel-contain {
    margin: 40px 0 0;
}

.product-search .search-products {
    margin: 20px 0 0;
}

.product-grid .product-thumb .image {
    float: none;
}

.product-thumb h4 a {
    font-size: 13px;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 700;
    color: #222222;
}

.product-thumb h4 a:hover {
    color: #019cb2
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

.product-list .left-block {
    padding: 5px 15px;
}

.product-list .item-inner .left-block .product-image {
    border: 1px solid #ddd;
}

.product-list .item-inner .left-block .product-image img {
    transform: none;
}

.product-list .item-inner {
    border: 0;
    padding: 0;
    margin: 0 !important;
}

.product-list .caption {
    margin-top: 50px;
}

.product-list .item-inner .actions .add-to-links {
    float: left;
    background: none;
}

.product-list .name {
    margin: 0;
    text-align: left;
}

.product-list .name a {
    text-transform: capitalize;
    color: #404040;
    font-weight: 700;
    font-family: inherit;
}

.product-list .price {
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 2.0em;
    background: none !important;
    position: static;
    width: auto;
    height: auto;
    line-height: 36px;
    font-size: 36px;
    color: #019cb2;
    font-weight: 700;
}

.product-list .price .price-old {
    color: #ababab;
    font-size: 20px;
    text-decoration: line-through;
    font-weight: 500;
}

.product-list .rating {
    margin: 5px 0 0;
    text-align: left;
    display: block;
}

.product-list .description {
    clear: both;
    display: inline-block;
    padding: 10px 0;
    font-size: 13px;
    color: #909090;
    text-align: left;
    margin: 0;
    width: 100%;
}

.product-grid .description {
    display: none;
}

.product-list .box-list {
    border: 1px solid #e8e8e8;
    display: block;
    float: right;
    margin: 5px 0 0;
    max-width: 190px;
    padding: 30px;
    width: 100%;
    border-radius: 3px;
}

.product-list .actions {
    position: static;
    margin: 0;
    float: left;
    background: none;
    transform: none;
    opacity: 1;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.product-list .item-inner:hover .actions {
    transform: none;
}

.product-list .button-group {
    display: inline-block;
    margin: 20px 0 0;
    width: 100%;
}

.product-list .add-to-links {
    margin: 0;
    width: auto;
}

.product-list .add-to-links .cart button {
    background: url("../image/cart_icon.png") no-repeat scroll 0 3px #019cb2;
    padding: 12px 25px;
}

.product-list .add-to-links .cart button:hover {
    background: url("../image/cart_icon.png") no-repeat scroll 0 3px #666;
}

.product-list .item_product {
    border: 1px solid #fff;
    padding: 0;
}

.product-list .item_product:hover {
    border: 1px solid #e1e1e1;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.product-list .cart {
    text-align: left;
    display: inline-block;
    width: auto;
    float: left;
    margin: 0 !important;
}

.product-list .cart button {
    background: #373737;
}

.product-list .actions .cart button span {
    color: #fff;
    font-family: inherit;
    font-weight: 400;
    font-size: 0;
}

.product-list .actions .cart button:after {
    background: #c5282f !important;
}

.product-list .add-to-links .wishlist,
.product-list .add-to-links .compare {
    width: auto;
    float: left;
}

.product-list .add-to-links .wishlist button {
    position: static !important;
    padding: 0;
    font-size: 14px;
    text-transform: capitalize;
    background: #373737;
}

.product-list .add-to-links .compare button {
    position: static !important;
    padding: 0;
    font-size: 14px;
    text-transform: capitalize;
    background: #373737;
}

.product-list .add-to-links div button span {
    display: none;
}

.product-list .add-to-links .wishlist button:hover,
.product-list .add-to-links .compare button:hover {
    background-position: 0 100%;
    background-color: #019cb2;
    border-color: #019cb2;
}

.box-heading {
    border-bottom: 3px solid #019cb2;
}

.category-top {
    display: inline-block;
    width: 100%;
}

.category-top h2 {
    display: none;
}

.category {
    margin: 33px 0 0;
}

.category-top .category-image {
    margin: 0;
    overflow: hidden;
    text-align: center;
}

.category-top .category-des {
    margin-left: 220px;
    font-size: 12px;
    font-family: inherit;
}

.category .box-heading h3 {
    margin: 0;
    padding: 0 0 8px;
}

.category .box-heading h3 span {
    color: #555555;
    display: block;
    font-family: inherit;
    font-size: 25px;
    font-weight: normal;
    min-height: 16px;
    text-transform: uppercase;
}

.category .list-group {
    padding: 15px 0 0;
}

.category .list-group li {
    line-height: 35px;
}

.category .list-group li ul li {
    padding: 0 10px;
}

.category .list-group li:last-child {
    border: 0;
}

.category .list-group li a {
    border-bottom: 1px solid #ffffff;
    color: #444444;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 28px;
    text-decoration: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: url("../image/bg_vertical.png") repeat-x scroll 0 50%;
}

.category .list-group li a span {
    background: #fff;
    padding-right: 10px;
    font-family: inherit;
    font-size: 15px;
}

.category .list-group li ul li a {
    text-transform: capitalize;
    padding: 3px 0 0;
}

.category .list-group li a:hover {
    color: #019cb2;
    border: 0;
    background: url("../image/bg_vertical.png") repeat-x scroll 0 50%;
}

.category-filter .filter-content {
    margin: 15px 0 0;
}

.category-filter .filter-content:first-child {
    margin: 0;
}

.category-filter .panel-heading {
    font-size: 14px;
    word-wrap: break-word;
    display: block;
    font-family: inherit;
    text-transform: uppercase;
    color: #fff;
    background-color: #019cb2;
    padding: 15px 10px 10px 20px;
    border-bottom: 5px solid #1a75bb;
    border-radius: 4px;
}

.category-filter .panel-heading span {
    color: #ffffff;
    display: inline-block;
    font-family: inherit;
    word-wrap: break-word;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
}

.category-filter {
    border: 0;
    box-shadow: none;
    margin: 30px 0 0;
    border-radius: 0;
}

.category-filter .filter-content a.list-group-item {
    color: #444;
    line-height: 30px;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
    border: 0;
    font-size: 14px;
    border-bottom: 2px solid #000;
    background: url(../image/narrow-by.png) no-repeat 98% 50%;
}

.category-filter .filter-content a.list-group-item:hover {}

.category-filter .filter-content div.list-group-item,
.category-filter .filter-content div.list-group-item:last-child {
    border: 0;
    margin: 0;
    padding: 10px 30px;
    border-radius: 0;
}

.category-filter .panel-footer {
    text-align: left;
    border: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px 0;
    background: none;
    margin: 5px 0 0;
}

.category-image .img-thumbnail {
    padding: 0;
    border-radius: 0;
    border: 0;
}

.list-group-item label {
    margin: 0;
    padding: 13px 0 0 10px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    font-family: inherit;
}

.list-group-item label:last-child {
    border: 0;
}

.rating {
    display: inline-block;
    margin: 0;
    text-align: left;
    min-height: 20px;
    margin-top: 5px;
}

.name {
    font-weight: normal;
    width: 100%;
    margin-top: 10px;
}

.name a {
    font-size: 15px;
    text-transform: capitalize;
    font-family: inherit;
    color: #454545;
}

.name a:hover {
    color: #019cb2;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-stack-3x {
    color: #ddd;
}

.rating .fa-star+.fa-star-o {
    color: #E69500;
    display: none;
}

.category-list h3 {
    color: #444;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-transform: uppercase;
}

.category-list ul {
    float: left;
    margin: 0;
}

.category-list li {
    background-color: #666;
    display: inline-block;
    float: left;
    margin-bottom: 8px;
    margin-right: 12px;
    padding: 3px 10px;
}

.category-list li a {
    color: #fff;
    font-size: 13px;
}

.row-compare {
    display: none;
}

.product-filter .grid-list-parent {
    float: left;
}

.product-filter .btn-group button {
    line-height: 30px;
    color: #000;
    font-weight: normal;
    background: none;
    box-shadow: none;
    outline: none !important;
}

.product-filter .grid-list-parent {
    padding-left: 5px;
}

.product-filter .grid-list-parent button {
    padding: 0;
}

.product-filter .grid-list-parent span {
    margin-left: 5px;
}

.product-filter .btn-group #list-view:before,
.product-filter .btn-group #grid-view:before {
    display: block;
    font-family: FontAwesome;
    font-size: 18px;
    text-align: center;
    color: #959595;
    line-height: 31px;
    width: 29px;
    height: 29px;
    text-align: center;
    content: "\f009";
    border: 1px solid #fff;
}

.product-filter .btn-group #list-view:before {
    content: "\f00b";
}

.product-filter .btn-group #grid-view:hover:before,
.product-filter .btn-group .selected#grid-view:before,
.product-filter .btn-group #list-view:hover:before,
.product-filter .btn-group .selected#list-view:before {
    border: 1px solid #019cb2;
    color: #019cb2;
}

.text-right {
    color: #929191;
    font-size: 13px;
}

.product-filter {
    overflow: hidden;
    padding: 10px;
    border: 1px solid #e5e5e5;
    margin: 0 0 25px 0;
}

.product-filter .limit {
    color: #666;
    float: right;
    margin: 2px 0 0;
    padding: 0 20px;
}

.product-filter .sort {
    float: right;
    margin: 0;
    padding: 0 0 0 20px;
}

.product-filter .btn-group {
    margin: 0;
    display: inherit;
    float: left;
}

.product-filter select {
    background: none repeat scroll 0 0 #fff;
    color: #929191;
    padding: 3px;
    vertical-align: middle;
    font-size: 12px;
    border-radius: 0;
    height: auto;
    width: auto;
    float: none;
    display: inline-block;
}

.product-filter label {
    color: #444;
    font-size: 13px;
    font-weight: normal;
    line-height: 27px;
    text-transform: capitalize;
    float: none;
    display: inline-block;
    margin: 0 10px 0 0;
}

.button-view:hover {
    cursor: pointer;
}

.common-home .alert-success {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    border-radius: 0;
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #bebebe;
    border-color: #bebebe;
}

.thumbnails>li {
    margin-left: 20px;
}

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

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 0;
    display: block;
    border: 0;
    border-radius: 0;
    margin: 0;
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
    max-width: inherit;
    width: 27%;
}

.product-ocbestseller .product-filter,
.product-ocnewproduct .product-filter {
    margin: 0;
}

/*productt-view------------------------------------------*/
.custom-products .item-inner {
    margin-bottom: 20px;
}

.product-view .image-additional {
    margin: 0;
}

.product-view .view-related.owl-carousel .owl-wrapper-outer {
    width: 100%;
}

.product-view .view-zoom {
    position: inherit;
}

.image-block .owl-carousel .owl-wrapper-outer {
    min-height: 130px;
}

.zoomLens {
    height: 200px !important;
    width: 200px !important;
}

.product-view .thumbnails-image .thumbnail {
    background: #fff;
    border: 0;
    padding: 0;
    border-radius: 0;
    margin: 0;
}

.product-view .thumbnails-image .thumbnail img {
    border: 1px solid #e1e1e1;
}

.product-view .owl-controls {
    position: static;
    padding: 0;
    width: 0;
    height: 0;
}

.product-view .thumbnails-image .zoomContainer .zoomLens {
    border: 1px solid #f1f1f1 !important;
}

.product-view .thumbnails-image .zoomContainer .zoomWindow {
    border: 1px solid #ededed !important;
}

.product-view .thumbnails-image {
    position: relative;
}

.product-view .thumbnails-image .zoomContainer {
    top: 0 !important;
    left: 0 !important;
}

.product-view .owl-controls .owl-buttons div {
    float: left;
}

.product-view .owl-carousel {
    padding: 0;
}

.product-view .owl-wrapper-outer.autoHeight {
    padding: 0;
    margin-top: 30px;
}

.product-view .product-name h1 {
    font-size: 24px !important;
    font-weight: 600;
    margin: 0 !important;
    font-family: inherit;
    text-transform: capitalize !important;
}

.product-view .list-unstyled {
    margin: 0;
    padding: 10px 0 0;
    font-family: inherit;
}

.product-view .short-description {
    margin-top: 15px;
    padding: 15px 0 0;
    font-family: arial;
    color: #3f3f3f;
    font-size: 12px;
    line-height: 23px;
    text-align: justify;
    border-top: 1px solid #e5e5e5;
}

.product-view .add-to-links {
    display: inline-block;
}

.product-view .add-to-links .wishlist,
.product-view .add-to-links .compare {
    margin-left: 10px;
    background: #373737;
    border-radius: 100%;
}

.product-view .list-unstyled li {
    color: #3f3f3f;
    line-height: 20px;
    font-size: 12px;
    text-transform: capitalize;
    margin: 0 0 3px 0;
    font-weight: 400;
    font-family: arial;
}

.product-view #product {
    clear: both;
    max-height: 350px;
    overflow: auto;
    margin-top: 15px;
}

.product-view .btn-default {
    background: #ebebeb;
    color: #fff;
}

.product-view #product h3 {
    margin: 0;
}

.product-view .list-unstyled li a {
    color: #019cb2
}

.product-view .list-unstyled li a:hover {
    color: #4d4d4d
}

.product-view .price {
    margin: 0;
    padding: 20px 0;
    margin: 20px 0;
    width: 100%;
    text-align: left;
    font-family: aleo-regular;
    font-size: 36px;
    color: #019cb2;
    font-weight: 600;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.caption p.price {
    margin: 0;
    width: 100%;
    text-align: left;
    font-family: aleo-regular;
    font-size: 22px;
    color: #019cb2;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.product-view .price .myprice {
    margin: 0;
    padding: 20px 0;
    margin: 20px 0;
    width: 100%;
    text-align: left;
    font-family: aleo-regular;
    font-size: 36px;
    color: #019cb2;
    font-weight: 600;
}

.product-view .item-inner .price span.price-new {
    color: #019cb2;
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    text-decoration: inherit;
}

.product-view .description {
    font-size: 13px;
    line-height: 23px;
}

.product-view .item-inner .add-to-links .wishlist,
.product-view .item-inner .add-to-links .compare {
    width: 46%;
    float: right;
}

.product-view .item-inner .description {
    display: none;
}

.product-view .addthis_toolbox {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.view-tag {
    display: inline-block;
    width: 100%;
    padding: 15px;
    background: #e8e8e8;
    margin: 20px 0 0;
}

.view-tag a {
    text-transform: capitalize;
    font-size: 14px;
}

.product-view #product .add-to-links .wishlist,
.product-view #product .add-to-links .compare {
    display: inline-block;
    margin: 0 5px 0 0;
}

.product-view .add-to-links button {
    float: left;
    background: transparent;
    display: inline-block;
    width: auto;
    padding: 0;
    position: static;
    border: 0;
}

.product-view .add-to-links div.wishlist button {
    width: 37px;
    height: 37px;
    line-height: 37px;
}

.product-view .add-to-links div.compare button {
    width: 37px;
    height: 37px;
    line-height: 37px;
}

.product-view .add-to-links div span {
    font-size: 0px;
}

.product-view .add-to-links div {
    float: left;
    width: auto;
}

.product-view .add-to-links .btn-group {
    display: inline-block;
    margin: 0;
}

.product-view .add-to-links .form-group {
    padding-bottom: 0;
}

.product-view .add-to-links .alert.alert-info {
    float: none;
    display: inline-block;
    margin-top: 15px;
}

.product-view .add-to-links label {
    color: #3b3b3b;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    line-height: 37px;
    float: left;
}

.product-view .form-group #minus {
    float: left;
    color: #b2b2b2;
    box-shadow: none;
    width: 49px;
    border: 1px solid #ddd;
    display: block;
    background: #e5e5e5 url(../image/qty_input.png) 100% 0 no-repeat;
    height: 49px;
    line-height: 49px;
    margin-left: 5px;
}

.product-view .form-group #minus:hover {
    background-color: #019cb2;
    border-color: #019cb2;
}

.product-view .form-group #plus {
    float: left;
    color: #b2b2b2;
    background: #e5e5e5 url(../image/qty_input.png) no-repeat;
    box-shadow: none;
    border: 1px solid #ddd;
    width: 49px;
    display: block;
    height: 49px;
    line-height: 49px;
    margin-left: 5px;
}

.product-view .form-group #plus:hover {
    background-color: #019cb2;
    border-color: #019cb2;
}

.product-view .form-group #input-quantity {
    background: #fff !important;
    border: 1px solid #ddd;
    box-shadow: none;
    float: left;
    padding: 9px 0;
    width: 37px !important;
    height: 37px;
    line-height: 37px;
    border-radius: 100%;
    color: #000;
    text-align: center;
    margin-left: 5px;
}

.product-view .form-group #button-cart {
    height: 37px;
    width: 37px;
    background-color: #373737;
    color: #b9b9b9;
    float: left;
}

.product-view .form-group #button-cart:hover {
    background: #019cb2;
}

.product-view .form-group #button-cart span:before {
    content: "\f07a";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    vertical-align: top;
}

.product-view .form-group #button-cart:hover span:before {
    color: #fff;
}

.product-view .form-group #button-cart span {
    display: inline-block;
    font-size: 0px;
}

.product-view .form-group {
    display: inline-block;
    width: 100%;
}

.product-view #product .add-to-links {
    padding: 10px 0 0;
    text-align: left;
    margin: 0;
}

.product-view .input-content {
    float: left;
    margin-right: 10px;
}

.product-view .rating {
    text-align: left;
    display: inline-block;
}

.product-view .rating p {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
}

.product-view .tab-view {
    float: left;
    width: 100%;
    padding: 0 15px;
}

.product-view .tab-view li {
    margin-right: 20px;
}

.product-view .tab-view a {
    background: #fff;
    color: #000;
    font-family: inherit;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    padding: 16px 23px 13px 0;
    text-decoration: none;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 0;
    border: 0;
    margin: 0;
    padding-left: 15px;
    border: 1px solid #ddd;
}

.product-view .tab-view a:hover,
.product-view .tab-view li.active a {
    color: #019cb2;
    border: 1px solid #019cb2;
    background: #fff;
}

.product-view .nav-tabs {
    margin: 0 0 30px;
    border: none;
    position: relative;
}

.product-view .nav-tabs:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ddd;
    content: "";
    left: 0;
    top: 50%;
    z-index: -1;
}

.product-view .tab-content {
    overflow: auto;
    margin: 0;
    font-size: 13px;
    line-height: 23px;
    font-family: arial;
    color: #a3a3a3;
    text-align: justify;
    font-weight: 500;
    padding: 15px;
    border: 1px solid #ddd;
}

.product-view #tab-review h2 {
    font-size: 18px;
    margin: 20px;
    text-transform: capitalize;
}

.product-view #tab-review .table {
    border: 0;
}

.product-view #tab-review .table td {
    background: none;
    border: 0;
    padding: 0;
    text-align: left;
}

.tab-content strong {
    display: inline-block;
    font-weight: normal;
    margin: 0 0 5px;
    font-size: 15px;
}

.product-view .tab-view .form-group label {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0 0 10px;
}

.product-view .tab-view input.form-control {
    width: 300px;
    box-shadow: none;
    border: 1px solid #e8e8e8 !important;
    font-size: 13px;
}

.product-view .tab-view textarea {
    width: 500px;
    min-height: 100px;
    line-height: 25px;
    box-shadow: none;
    border: 1px solid #e8e8e8 !important;
    font-size: 14px;
}

.product-view .tab-view .text:before {
    border-bottom: 9px solid #e5e5e5;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -9px;
}

.product-view .tab-view .text:after {
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -8px;
}

.product-view .tab-view .text {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    margin: 5px 0 20px;
    padding: 20px;
    position: relative;
}

.product-view .item-inner .price {
    margin: 0;
    line-height: 20px;
    border: 0;
    float: left;
    width: 100%;
    text-align: center;
}

.product-view .item-inner .add-to-links .cart button {
    padding: 0;
    font-size: 0;
}

.product-view .item-inner .rating {
    text-align: center;
}

/********related-container**********/
.related-title {
    position: relative;
}

.related-container .item-inner {
    margin-top: 10px;
}

.related-title:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    z-index: -1;
}

.related-container .related-title h2 {
    font-size: 14px !important;
    text-transform: uppercase;
    display: inline-block;
    color: #373737 !important;
    margin: 0;
    line-height: 34px;
    font-weight: 700;
    border: 1px solid #019cb2;
    background-color: #fff;
    padding: 0 15px;
}

.related-container .owl-theme .owl-controls .owl-buttons div {
    width: 31px;
    height: 31px;
    top: -9px;
    line-height: 31px;
    opacity: 1;
}

.related-container .owl-theme .owl-controls .owl-buttons div.owl-prev,
.related-container .owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
    right: 20px;
    left: auto;
}

.related-container .owl-theme .owl-controls .owl-buttons div.owl-next,
.related-container:hover .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -15px;
}

.related-container .owl-carousel {
    padding-top: 0;
}

.related-container .owl-carousel .owl-wrapper-outer {
    padding: 10px 0 0;
}

.related-container .row-related .owl-item {
    padding: 0 15px;
}

.related-container h3 {
    padding: 15px;
}

.related-container .owl-theme .owl-controls {
    top: -35px;
    right: 15px;
}

.related-container .box-view-actions {
    background: none;
    padding: 0;
}

.related-container .product-thumb .image {
    text-align: left;
    width: 40%;
    float: left;
}

.related-container .product-thumb .caption {
    text-align: left;
    width: 60%;
    float: left;
}

.related-container .price {
    position: static;
    background: none;
    text-align: left !important;
    padding: 0;
}

.related-container .price-new,
.related-container .price {
    font-size: 15px !important;
    font-weight: 500 !important;
}

.related-container a {
    font-size: 13px !important;
}

/********end related-container**********/
/********tab-tabcategory**********/
.bestsellerproduct .owl-carousel .owl-item {
    padding: 0;
}

/********end tab-tabcategory**********/
/********title-group**********/
.module-group {
    margin-top: 50px;
}

.title-group-parent {
    text-align: center;
}

.title-group {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.title-group h2 {
    margin: 0;
    display: inline-block;
    line-height: 42px;
    padding: 0px 35px;
    font-size: 16px !important;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 700;
    background: #363636;
}

.title-group .after-title {
    position: absolute;
    top: 9px;
    left: -39px;
}

.title-group .content-after-title {
    border-left: 15px solid transparent;
    border-top: 21px solid #363636;
    border-bottom: 21px solid #363636;
    width: 36px;
    display: block;
    position: relative;
}

.title-group .content-after-title:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 6px;
    bottom: -21px;
    right: -13px;
    background: #363636;
    display: block;
}

.title-group .content-after-title:after {
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -10px;
    content: "\f005";
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
}

.title-group .before-title {
    right: -39px;
    left: inherit;
}

.title-group .content-before-title {
    border-left: 0;
    border-right: 15px solid transparent;
}

.title-group .content-before-title:before {
    right: inherit;
    left: -13px;
}

.title-group .content-before-title:after {
    right: inherit;
    left: 6px;
}

/****title-group2****/
.title-group2 {
    text-align: left;
    position: relative;
    padding-bottom: 25px;
}

.title-group2 h2 {
    color: #363636 !important;
    font-size: 24px !important;
    font-weight: 700;
}

.title-group2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: #363636;
    width: 52px;
    height: 3px;
    display: block;
    margin: auto;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    margin-top: -26px;
    font-size: 0;
    z-index: 1;
    background: #fff;
    display: block;
    float: left;
    color: #b7b7b7;
    text-align: center;
    width: 52px;
    height: 52px;
    line-height: 50px;
    border-radius: 100%;
    border: 1px solid #b7b7b7;
    opacity: 0;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 100px;
}

.owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
    left: 0px;
    opacity: 1;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 100px;
}

.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
    right: 0px;
    opacity: 1;
}

.owl-theme .owl-controls .owl-buttons div:before {
    font-size: 19px;
    font-family: FontAwesome;
    display: block;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: "\f104";
}

.owl-theme .owl-controls .owl-buttons div.owl-next:before {
    content: "\f105";
}

.owl-carousel .owl-wrapper-outer {
    padding-top: 40px;
}

/********end-title-group**********/

/********other module css**********/
.bestsellerproduct .row_items {
    background-color: #f2f2f2;
    padding: 15px 49px 0 49px;
}

.bestsellerproduct .item_product,
.bestsellerproduct .item_product:hover {
    border: 0;
    box-shadow: none;
}

.bestsellerproduct .owl-theme .owl-controls .owl-buttons div {
    width: 34px;
    height: 34px;
    line-height: 34px;
}

.bestsellerproduct .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 8px;
}

.bestsellerproduct .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 8px;
}

.newproductslider .actions .cart button,
.newproductslider .add-to-links div button,
.newproductslider .qv-button-container button {
    line-height: 30px;
    width: 30px;
    height: 30px;
}

.newproductslider .qv-button-container button:before,
.newproductslider .add-to-links div button:before,
.newproductslider .actions .cart button:before {
    font-size: 12px;
}

.newproductslider .add-to-links .compare,
.newproductslider .item-inner .actions>div {
    margin-left: 5px;
}

.menu-recent .owl-carousel .owl-controls,
.carousel-contain .owl-carousel .owl-controls {
    display: none !important;
}

.most-products-container {
    margin-top: 50px;
}

/********end other module css**********/
/** BLOG **/

.menu-recent {
    padding: 0px;
    border: 0px none;
    position: relative;
    margin-top: 0;
}

.menu-recent .owl-carousel .owl-wrapper-outer {
    padding-bottom: 35px;
}

.menu-recent .description-blog {
    text-align: center;
    padding: 40px 0 0;
}

.menu-recent .date-blog {
    display: inline-block;
    padding: 0 5px 0 0;
    color: #019cb2;
    border-right: 1px solid #019cb2;
}

.menu-recent .item-inner:hover img {
    opacity: 0.7;
}

.menu-recent .name_date {
    font-size: 12px;
    font-weight: 700;
}

.menu-recent .articles-date {
    display: inline-block;
    color: #019cb2;
    float: left;
    font-family: inherit;
    margin-top: 20px;
}

.menu-recent .articles-intro {
    margin: 10px 0px;
    color: #838383;
    font-size: 14px;
    font-family: inherit;
}

.menu-recent .item-inner .articles-name {
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    margin-top: 10px;
    clear: both
}

.menu-recent .item-inner .articles-name:hover {
    color: #019cb2;
}

.menu-recent .item-inner .readmore {
    margin-top: 10px;
}

.menu-recent .item-inner .readmore a:before {
    font-family: FontAwesome;
    text-align: center;
    line-height: 15px;
    content: "\f105";
    width: 17px;
    height: 17px;
    border-radius: 100%;
    border: 1px solid #019cb2;
    display: inline-block;
    margin-right: 5px;
}

.menu-recent .athor-blog {
    color: #019cb2;
    display: inline-block;
    margin-left: 10px;
}

.menu-recent .item-inner .readmore a {
    text-transform: capitalize;
    font-size: 14px;
    display: inline-block;
    color: #019cb2;
    font-family: inherit;
}

.menu-recent .item-inner .readmore a:hover {
    color: #222;
}

.menu-recent .item-inner {
    margin: 0;
}

.article-container .article-date {
    float: left;
    margin-top: 20px;
}

.article-container img {
    width: 40%;
    float: left;
}

.article-container .article-description {
    float: left;
}

.article-container .article-description p {
    float: left;
    width: 60%;
    margin: 0;
    padding: 0 15px;
    font-size: 13px;
    font-family: arial;
}

.article-title h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.article-date {
    font-size: 14px;
    font-weight: normal;
    float: right;
    margin-bottom: 10px;
}

.article-description p,
.article-description {
    font-family: inherit;
    text-align: justify;
}

.article-description img {
    margin-bottom: 20px;
}

.readmore-page {
    color: #6B6B6B;
    font-size: 11px;
    font-weight: 700;
    padding: 0px 20px;
    display: inline-block;
    text-transform: uppercase;
    overflow: hidden;
    margin-top: 10px;
    line-height: 35px;
    letter-spacing: 3px;
    border: 2px solid #6B6B6B;
}

.readmore-page:hover {
    color: #019cb2;
    border-color: #019cb2;
}

.article-item {
    display: inline-block;
}

.article-layout .odd .intro-content img {
    float: left;
    margin-right: 30px;
}

.article-layout .even .intro-content img {
    float: right;
    margin-left: 30px;
}

.even .article-author,
.even .articledate,
.even .article-name h3 {
    text-align: right
}

.article-name h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.article-name h3 a {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
}

.article-name h3 a:hover {
    color: #019cb2;
}

.article-titles {
    position: relative
}

.article-titles::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100%;
    background: #ddd;
    z-index: -1;
}

.article-titles h2 {
    padding: 0 10px 0 0;
    display: inline-block;
    background: #fff;
}

.article-layout {
    margin-bottom: 30px;
}

.odd .article-name h3,
.even .article-name h3 {
    position: relative;
}

.odd .article-name h3 a {
    background: #fff;
    padding-right: 10px;
}

.even .article-name h3 a {
    background: #fff;
    padding-left: 10px;
}

.odd .article-name h3::before {
    left: 0;
}

.even .article-name h3::before {
    right: 0;
}

.odd .article-name h3:before,
.even .article-name h3:before {
    content: "";
    width: 100%;
    background: #ddd;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: -1;
}

/** module blog **/
.product-view .view-related .owl-controls .owl-buttons div {
    margin: -45px 0 0;
}

.view-related .owl-wrapper {
    margin: 25px 0 0;
}

.alert-success {
    border-radius: 0;
    margin: 0;
    font-size: 13px;
}

.table-responsive {
    max-width: 100%;
    overflow: auto;
}

.table-responsive .fa {
    color: #fff;
}

.table-responsive thead td {
    background-color: #f7f7f7;
    border-bottom: 1px solid #dddddd !important;
    color: #4d4d4d;
    float: none;
    font-size: 14px;
    font-weight: normal;
    min-width: 150px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
}

.account-order .table-bordered thead td {
    min-width: 115px;
}

.table-responsive td {
    padding: 15px !important;
    text-align: center;
    vertical-align: middle !important;
    color: #4d4d4d;
    font-size: 14px;
}

.table-responsive td .img-thumbnail {
    border-radius: 0;
    border: 0;
}

.table-responsive td.text-left a {
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
}

.table-responsive td.text-left a:hover {
    color: #f57b7a;
}

.table-responsive td.text-left small {
    color: #4d4d4d;
    font-family: inherit;
    font-size: 14px;
}

.table-responsive td .form-control {
    width: 50px;
    height: 35px;
    border: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    font-size: 14px;
    padding: 5px;
}

.table-responsive tbody td.text-right {
    color: #019cb2;
    font-size: 20px;
}

.table-responsive td .input-group-btn {
    width: auto;
    display: inline-block;
}

.table-responsive td .btn {
    margin-right: 15px;
}

.checkout-cart #content h1,
.checkout-cart #content h2 {
    font-size: 20px;
}

.checkout-cart #content p {
    color: #4d4d4d;
    font-family: inherit;
    font-size: 14px;
    margin-bottom: 20px;
}

.checkout-cart #accordion .panel-heading {
    background: #019cb2;
}

.checkout-cart #accordion .panel-heading a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.checkout-cart #accordion .panel-heading a .fa-caret-down {
    margin: 0 0 0 5px;
    color: #fff;
}

.checkout-cart .panel-group .panel {
    border-radius: 0;
    margin-bottom: 15px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background: none;
    box-shadow: none;
}

.checkout-cart .panel-collapse label {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 33px;
    margin: 0;
    padding: 0;
}

.checkout-cart .panel-collapse input {
    height: 40px;
    box-shadow: none;
    border: 1px solid #dddddd;
    color: #4d4d4d;
    font-size: 14px;
    width: 300px;
    border-radius: 0;
}

.checkout-cart .panel-collapse .input-group-btn {
    float: left;
}

.checkout-cart .panel-collapse .input-group-btn input {
    color: #fff;
    border: 0;
    width: auto;
}

.checkout-cart .panel-collapse .form-horizontal .btn {
    color: #fff;
    border: 0;
    width: auto;
}

.panel-group .panel-heading {
    background: #323a45;
    padding: 12px 15px 8px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
}

.panel-group .panel {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
    border: 0;
}

.panel-group .panel .panel-heading a,
.panel-group .panel .panel-heading .panel-title {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
}

.panel-group .panel .panel-body {
    border: 1px solid #f2f2f2 !important;
    border-top: 0;
}

.panel-group .panel-body {
    border: 0 !important;
}

.panel-group .panel .panel-heading a .fa-caret-down {
    margin: 0 0 0 8px;
}

.panel-group .panel .panel-heading .panel-title {
    padding: 0 0 5px;
}

.panel-group .panel-collapse h2 {
    color: #666666;
    font-size: 16px;
    line-height: 33px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase;
}

.panel-group .panel-collapse p,
.panel-group .panel-collapse label {
    color: #4d4d4d;
    font-family: inherit;
    font-size: 14px;
}

.panel-group .panel-collapse label {
    margin-top: 5px;
}

.panel-group .panel-collapse .form-group a {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.panel-group .panel-collapse .form-group input {
    width: 300px;
    height: 40px;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 14px;
}

.table-bordered thead td {
    background-color: #f7f7f7;
    border-bottom: 1px solid #dddddd !important;
    color: #4d4d4d;
    float: none;
    font-size: 14px;
    font-weight: normal;
    min-width: 150px;
    text-align: center;
    vertical-align: middle;
}

.table-bordered td {
    text-align: center;
    vertical-align: middle !important;
    padding: 8px !important;
}

.table-bordered td.text-left a {
    color: #333333;
    font-size: 14px;
    text-transform: capitalize;
}

.table-bordered td.text-left small {
    color: #4d4d4d;
    font-family: inherit;
    font-size: 14px;
}

.account-account #content h2,
.account-wishlist #content h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.account-account .list-unstyled {
    margin-bottom: 20px;
}

.account-wishlist .table-bordered thead td {
    min-width: 135px;
}

.account-wishlist .table-bordered td {
    padding: 10px !important;
}

.account-wishlist .table-bordered .price {
    margin: 0;
    text-align: center;
}

.account-wishlist .table-bordered .btn {
    border-radius: 0;
}

.well {
    border: 1px solid #ddd;
    background: none;
    border-radius: 0;
    box-shadow: none;
}

.well p {
    margin: 0 0 20px;
}

.well input {
    border-radius: 0;
}

.list-group-item:first-child {
    border-radius: 0;
}

.list-group-item:last-child {
    border-radius: 0;
}

.account-border .form-group label {
    text-align: left;
}

/*---------------------------PRODUCT_VIEW------------------------------*/

.view-related .owl-item {
    padding: 0 15px;
}

.product-view .col-sm-5 {
    position: inherit !important;
}

.image-block .owl-theme .owl-controls .owl-buttons div {
    width: 30px;
    height: 30px;
    line-height: 30px;
    opacity: 0;
}

.image-block .owl-theme:hover .owl-controls .owl-buttons div {
    opacity: 1;
    top: 43%;
}

.image-block .owl-theme .owl-controls .owl-buttons .owl-next {
    background-position: 100% 0;
    right: 0px;
}

.image-block .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0px;
}

/*ocfeaturedcategory========================================*/
.featured-cat-thumb {
    background: #f8f8fa;
    padding: 50px 0;
}

.featured-cat-thumb .title-group {
    margin: 0;
}

.featured-cat-thumb .fcategory-content {
    display: inline-block;
    width: 100%;
    max-height: 180px;
    min-height: 165px;
    overflow: auto;
}

ul.sub-featured-categories {
    padding-top: 15px;
}

.featured-cat-thumb .owl-carousel {
    padding-top: 30px;
}

.featured-cat-thumb .name {
    border: 0;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.featured-cat-thumb li a {
    line-height: 25px;
    color: #808080;
    font-size: 15px;
}

.featured-cat-thumb li a:hover {
    color: #019cb2;
    padding-left: 10px;
}

.featured-cat-thumb img:hover {
    opacity: 0.7;
}

/*END ocfeaturedcategory====================================*/
/*mega-menu========================================*/
.megamenu.fix-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9997;
    margin: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(41, 37, 96, 0.9);
}

.homemenu {
    padding: 0;
}


/*carousel====================================================================*/

.carousel-contain {
    padding: 35px 0;
    border-top: 1px solid #ddd;
}

.carousel-contain .owl-carousel .owl-wrapper-outer {
    padding-top: 0;
}

.brand-slider-contain .container {
    position: relative;
}

.brand-slider-contain .slides .owl-item {
    padding: 1px 15px;
    overflow: hidden;
    text-align: center;
}

.brand-slider-contain .slides .owl-item img {
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.brand-slider-contain .slides .owl-item img:hover {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.brand-slider-contain .owl-theme .owl-controls .owl-buttons div {
    background: url(../image/brand_owl_control.png) no-repeat;
    position: absolute;
    top: 42%;
    left: 15px;
    margin-top: -21px;
    width: 42px;
    height: 42px;
    border: 0;
}

.brand-slider-contain .owl-theme .owl-controls .owl-buttons .owl-next {
    background: url(../image/brand_owl_control.png) no-repeat 100% 0;
    right: 15px;
    left: auto;
}

/*End-carousel====================================================================*/
/**** Category block ****/

ul.list-group>li {
    position: relative;
}

.button-view {
    border-left: 10px solid #fff;
    width: 27px;
    height: 18px;
    background: url("../image/button_vertical.png") no-repeat scroll 0 0 #a1cfb8;
    text-indent: -99999px;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 9;
}

.alert-success button.close {
    line-height: 15px;
}

.alert-success button.close:hover {
    background: none;
}

ul.list-group li.active .button-view {
    background-position: 0 100%;
}

.ttopen {
    background-position: 0 100%;
}

/*list-web============================================*/
.information-sitemap #content ul li ul {
    margin-left: 20px;
    text-transform: capitalize;
}

.information-contact h3 {
    font-size: 16px;
}

.information-contact #content h1,
.information-contact #content h2 {
    margin: 10px 0 0;
}

.affiliate-login .well {
    border: 1px solid #dddddd;
    margin: 20px 0 0;
}

.product-search .checkbox-inline {
    margin: 10px 0 15px;
}

/*Mobile==========================================*/

/**csm block menu**/

/** End csm block menu**/

/** Banner Static**/
.banner-static {
    position: relative;
    margin: 50px 0 0;
}

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

/***Banner static 1***/
.banner-static1 {
    position: relative;
    margin: 50px 0 0;
}

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

.banner-static1 .banner-box a:after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
    width: 0;
    pointer-events: none;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
}

.banner-static1 .banner-box a:hover:after {
    left: 0;
    width: 100%;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 100;
}

/***Banner static 2***/
.banner-static2 {
    margin-bottom: 25px;
}

.banner-static2 .banner-box {
    position: relative;
    font-size: 17px;
    overflow: hidden;
}

.banner-static2 .banner-box .box-inner:after {
    pointer-events: none;
    position: absolute;
    content: "";
    opacity: 0.5;
    margin: auto;
    border: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.banner-static2 .banner-box:hover .box-inner:after {
    border: 2px solid #fff;
    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 10px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}

.banner-static2 .banner-box .text-banner {
    overflow: hidden;
    position: absolute;
    top: 20%;
    opacity: 0;
    padding: 1.3em 2em;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    -moz-transition: 0.8s;
    transition: 0.8s;
    -webkit-transition: 0.8s;
}

.banner-static2 .banner-box:hover .text-banner {
    opacity: 1;
    overflow: hidden;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

/*banner-box1*/
.banner-static2 .banner-box1 .text-banner {
    background: rgba(1, 156, 178, 0.57);
    right: 12px;
    text-align: right;
}

.banner-static2 .banner-box1 .text-line1,
.banner-static2 .banner-box1 .text-line2,
.banner-static2 .banner-box1 .link-shopping a {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}

.banner-static2 .banner-box1:hover .text-line1,
.banner-static2 .banner-box1:hover .text-line2,
.banner-static2 .banner-box1:hover .link-shopping a {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.banner-static2 .banner-box1 .text-line1 {
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.banner-static2 .banner-box1:hover .text-line1 {
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.banner-static2 .banner-box1 .text-line2 {
    -moz-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition: 0.6s;
}

.banner-static2 .banner-box1:hover .text-line2 {
    -moz-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition: 0.6s;
}

.banner-static2 .banner-box1 .link-shopping a {
    -moz-transition: 0.7s;
    transition: 0.7s;
    -webkit-transition: 0.7s;
}

.banner-static2 .banner-box1:hover .link-shopping a {
    -moz-transition: 0.7s;
    transition: 0.7s;
    -webkit-transition: 0.7s;
}

.banner-static2 .banner-box1 .text-line1 {
    font-size: 1.5em;
    margin: 0;
    color: #fff;
}

.banner-static2 .banner-box1 .text-line1 .banner-word1 {
    font-weight: 700;
}

.banner-static2 .banner-box1 .text-line2 {
    font-size: 1em;
    margin: 1.4em 0 0;
    color: #fff;
}

.banner-static2 .banner-box1 .link-shopping {
    margin: 1.4em 0 0;
}

.banner-static2 .banner-box1 .link-shopping a {
    display: inline-block;
    padding: 0.7em;
    font-size: 0.7em;
    border: 1px solid #ddd;
    color: #fff;
}

.banner-static2 .banner-box1 .link-shopping a:hover {
    background: rgba(84, 75, 75, 0.2);
    border-color: rgba(84, 75, 75, 0.2);
}

/*banner-box2*/
.banner-static2 .banner-box2 .text-banner {
    background: rgba(164, 182, 185, 0.57);
    left: 12px;
    text-align: left;
}

.banner-static2 .banner-box2 .text-line1,
.banner-static2 .banner-box2 .text-line2,
.banner-static2 .banner-box2 .link-shopping a {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.banner-static2 .banner-box2:hover .text-line1,
.banner-static2 .banner-box2:hover .text-line2,
.banner-static2 .banner-box2:hover .link-shopping a {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.banner-static2 .banner-box2 .text-line1 {
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.banner-static2 .banner-box2:hover .text-line1 {
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.banner-static2 .banner-box2 .text-line2 {
    -moz-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition: 0.6s;
}

.banner-static2 .banner-box2:hover .text-line2 {
    -moz-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition: 0.6s;
}

.banner-static2 .banner-box2 .link-shopping a {
    -moz-transition: 0.7s;
    transition: 0.7s;
    -webkit-transition: 0.7s;
}

.banner-static2 .banner-box2:hover .link-shopping a {
    -moz-transition: 0.7s;
    transition: 0.7s;
    -webkit-transition: 0.7s;
}

.banner-static2 .banner-box2 .text-line1 {
    font-size: 1.5em;
    margin: 0;
    color: #000;
}

.banner-static2 .banner-box2 .text-line1 .banner-word1 {
    font-weight: 700;
}

.banner-static2 .banner-box2 .text-line2 {
    font-size: 1em;
    margin: 1.4em 0 0;
    color: #fff;
}

.banner-static2 .banner-box2 .link-shopping {
    margin: 1.4em 0 0;
}

.banner-static2 .banner-box2 .link-shopping a {
    display: inline-block;
    padding: 0.7em;
    font-size: 0.7em;
    border: 1px solid #ddd;
    color: #000;
}

.banner-static2 .banner-box2 .link-shopping a:hover {
    background: rgba(84, 75, 75, 0.2);
    border-color: rgba(84, 75, 75, 0.2);
}

/***Banner static 3***/
.banner-static3 {
    padding: 40px 0;
    margin-top: 50px;
    position: relative;
    background: url(../image/bg_banner_static3.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner-static3:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: block;
}

.banner-static3 .banner-box {
    text-align: center;
}

.banner-static3 .banner-box:hover img {
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    animation: bounceIn 0.5s linear infinite alternate;
    -webkit-animation: bounceIn 0.5s linear infinite alternate;
    -moz-animation: bounceIn 0.5s linear infinite alternate;
}

.banner-static3 .banner-box span {
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}

.featured.product-layout {
    padding-bottom: 24px;
}

.ma-nav-mobile-container {
    display: none !important;
}


/** End Banner Static**/
/**************************************REPONSIVE_MOBI********************************************/
@media (max-width: 1199px) {

    /*********header**********/
    .top-link,
    .currency-language {
        padding: 0 0 0 10px;
    }

    .top-cart {
        padding: 10px;
    }

    .top-cart:hover .dropdown-menu-cart {
        top: 55px;
    }

    /*********header**********/
    /*********footer**********/
    .ma-footer-link-follow .f-col {
        text-align: center;
    }

    .ma-footer-link-follow .f-col-1 h3,
    .ma-footer-link-follow .link-follow,
    .newletter-title,
    .newleter-content {
        float: none !important;
    }

    .ma-footer-link-follow .link-follow {
        display: inline-block;
    }

    /*********end-footer**********/
    .ttcountdown_module {
        padding: 10px 15px 60px;
    }

    .banner-static2 .banner-box {
        font-size: 15px;
    }

    .footer .footer-content .icon {
        font-size: 13px;
        padding: 10px 0 0 50px;
    }

    .footer .footer-content .icon:before {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
}

@media (max-width: 991px) {
    .header-search-parent {
        padding: 20px 15px;
        text-align: center;
    }

    .header-inner .header-button-top {
        float: none;
        display: block;
    }

    .top-cart .dropdown-menu-cart {
        top: 36px;
        left: -110px;
    }

    .top_header {
        text-align: center;
    }

    .top_header_info {
        display: inline-block;
    }

    @media(max-width:640px) {
        .top_header_info ul {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: flex-start;
            align-items: flex-start;
            row-gap: 12px;
            padding: 12px 0px;
        }
    }

    .top-cart {
        float: none;
        border: 0;
        display: inline-block;
    }

    .header-link {
        display: inline-block;
    }

    .ttcountdown_module {
        margin-top: 50px;
    }

    #logo>div,
    .header-link-parent {
        text-align: center;
    }

    .account-border {
        overflow: auto;
    }

    .related-container .owl-carousel .owl-wrapper-outer {
        margin: 0;
    }

    .megamenu {
        background: none;
        height: auto;
    }

    .megamenu.fix-nav {
        display: none;
    }

    .banner-static2 .banner-box {
        font-size: 8px;
    }
}

@media (max-width: 767px) {
    .second-title .owl-theme .owl-controls .owl-buttons div {
        top: 40%;
    }

    .footer .column {
        min-height: 320px;
    }

    .footer .introduction,
    .footer li a,
    .footer .footer-content span,
    .powered,
    .powered a {
        font-size: 13px;
    }

    .powered .left-powered {
        text-align: center;
    }

    .powered .right-powered {
        text-align: center;
        margin-top: 20px;
    }

    .banner-static .col .banner-box {
        margin-bottom: 20px;
    }

    .banner-static .col:last-child .banner-box {
        margin-bottom: 0;
    }

    .custom-products .clearfix {
        display: none;
    }

    .item-inner .actions {
        transform: scaleX(1);
        opacity: 1;
    }

    .banner-static .banner-box2 {
        margin-top: 30px;
    }

    .header-button-top {
        float: none;
        width: 100%;
    }

    .top-cart {
        float: none;
        display: inline-block;
        border: none;
    }

    .top_header {
        display: none;
        text-align: center;
        padding-top: 10px;
    }

    .top_header_info {
        display: inline-block;
    }

    .box-language-currency {}

    .top-link {
        display: inline-block;
    }

    .zoomContainer {
        display: none;
    }

    .image-block .owl-carousel .owl-wrapper-outer {
        min-height: 160px;
    }

    .related-title {
        margin-top: 20px;
    }

    .banner-static,
    .banner-static2 {
        text-align: center;
    }

    .banner-static .banner-box,
    .banner-static2 .banner-box {
        display: inline-block;
    }

    .banner-static2 .banner-box2 {
        margin-top: 30px;
    }

    .product-view .product-name {
        margin-top: 20px;
    }

    .product-view .nav-tabs:before {
        display: none;
    }

    #back-top {
        display: none;
    }
}

@media (max-width: 680px) {
    ul.tab_small li {
        display: block;
    }

    ul.tab_small li span {
        padding-left: 0;
    }

    ul.tab_small li span:hover,
    ul.tab_small li.active span {
        padding-left: 35px;
    }
}

@media (max-width: 620px) {

    .banner-static .banner-box,
    .banner-static2 .banner-box {
        display: block;
    }
}

@media (max-width: 580px) {
    .currency-language .box-language-currency {
        min-width: 125px;
    }

    .top_header_info ul li {
        float: none;
    }

    .footer {
        padding-top: 0;
    }

    .footer .column {
        width: 100%;
        min-height: auto;
        margin-top: 20px;
    }
}

@media (max-width: 450px) {
    .articles-container {
        margin: 0;
    }

    .menu-recent .articles-date,
    .articles-image {
        width: 100%;
    }

    .menu-recent .articles-date {
        margin-top: 20px;
    }

    .menu-recent .owl-theme .owl-controls {
        right: 0;
    }

    span.countdown-section {
        margin-bottom: 10px;
    }

    .product-layout.product-grid {
        width: 100%;
    }

    .img-responsive {
        display: inline-block !important;
    }

    .ttcountdown_module .actions .cart {
        margin-bottom: 10px;
    }
}

@media (max-width: 380px) {
    .header-search-parent {
        margin-top: 20px;
    }

    .title-group h2 {
        padding: 0px 20px;
    }

    .ttcountdown_module .owl-item {
        padding: 0 0 25px;
    }

    .ttcountdown_module .box-price .description {
        display: none;
    }

    .owl-controls {
        display: none !important;
    }

    .ttcountdown_module .actions .add-to-links .wishlist {
        margin: 0;
    }

    .image-block .owl-carousel .owl-wrapper-outer {
        min-height: 130px;
    }

    .top-link {
        padding: 0;
    }

    .top-cart ul {
        right: -60px;
    }

    .currency-language .box-language-currency {
        right: -45px;
    }

    .bestsellerproduct .row_items {
        padding: 0;
    }

    .banner-static2 .banner-box {
        font-size: 4px;
    }

    .product-view .tab-view a {
        margin-top: 10px;
    }
}

/**************Back-top************/
#back-top {
    background: url("../image/back-top.png") no-repeat no-repeat scroll 50% 50% #7f7f7f;
    bottom: 35px;
    display: none;
    height: 55px;
    position: fixed;
    right: 12px;
    width: 55px;
    z-index: 9999;
}

#back-top:hover {
    background: url("../image/back-top.png") no-repeat scroll 50% 50% #019cb2;
}

#back-top {
    border-radius: 30px;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out;
}

#back-top:hover {
    cursor: pointer;
    -moz-transition: all 0.3s ease 0s;
}

/*css3===================================================================*/

a,
#top #currency .currency-select,
#search .btn-lg,
.item-inner,
.owl-theme .owl-controls .owl-buttons div,
.product-list .product-container,
#cart .icon-cart,
#cart .icon-cart .fa,
#search .btn-lg .fa,
ul.tabs li span,
.item-inner .actions,
ul.tabs-category li,
ul.link-follow a,
ul.link-follow li a span,
.item-inner .add-to-links div button,
.currency .dropdown-menu1,
.language .dropdown-menu1,
.ttcountdown_module .add-to-links div.compare button,
.ttcountdown_module .add-to-links div.wishlist button,
.currency-language,
.product-view .add-to-links button,
.product-view .add-to-links button:hover,
.product-view .form-group #button-cart,
.product-view .add-to-links .compare,
.product-view .add-to-links .wishlist,
#cart .dropdown-menu-cart,
.top-link .top-link-inner,
.nivo-directionNav a,
.oc-banner7-container .nivo-directionNav a,
ul.tab_small li span {
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

a:hover,
#top #currency .currency-select:hover,
#search .btn-lg:hover,
.owl-theme .owl-controls .owl-buttons div:hover,
#cart:hover .icon-cart,
#cart:hover .icon-cart .fa,
#search .btn-lg:hover .fa,
ul.tabs li span:hover,
.item-inner:hover .actions,
ul.tabs-category li:hover,
ul.link-follow a:hover,
.currency:hover .dropdown-menu1,
.language:hover .dropdown-menu1,
ul.link-follow li a:hover span,
.intem-inner:hover .actions,
#currency .dropdown-menu .currency-select span:hover,
.ttcountdown_module .add-to-links div.compare button:hover,
.ttcountdown_module .add-to-links div.wishlist button:hover,
.currency-language:hover .box-language-currency,
.product-view .add-to-links button:hover,
.product-view .form-group #button-cart:hover i,
.product-view .form-group #button-cart:hover span,
.product-view .add-to-links .compare:hover i,
.product-view .add-to-links .compare:hover span,
.product-view .add-to-links .wishlist:hover i,
.product-view .add-to-links .wishlist:hover span,
.top-link:hover .top-link-inner,
.nivo-directionNav:hover a,
.oc-banner7-container .nivo-directionNav a:hover,
ul.tab_small li:hover span {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    cursor: pointer;
}

.btn,
button {
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
}

.btn:hover,
button:hover {
    -moz-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    cursor: pointer;
}

.links li a,
.pt_custommenu div.pt_menu a,
.footer-static2 .f-col3 .footer-static-content ul li a {
    -moz-transition: color 0.5s ease;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
}

.links li a:hover,
.pt_custommenu div.pt_menu a:hover,
.footer-static2 .f-col3 .footer-static-content ul li a:hover {
    -moz-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    cursor: pointer;
}

.products-category .product-list,
.product-search .product-list {
    webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.catalog_category {
    display: grid;
    grid-template: "a a a";
    gap: 12px;
}

.catalog_category-item {}

.catalog_category-image {
    max-height: 190px;
    height: 190px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.catalog_category-image img {
    height: 100%;
}

.catalog_category-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    padding: 12px 0px;
    justify-content: center;
}

.catalog_category-content-title {
    font-size: 20px;
    line-height: 120%;
    color: #dd0000;
    text-align: center;
}

.om-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
}

.om-overlay.is-open {
    display: flex;
}

.om-modal {
    background: #fff;
    width: 100%;
    max-width: 420px;
    border-radius: 6px;
    padding: 32px 30px 28px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    animation: om-pop .18s ease-out;
}

@keyframes om-pop {
    from {
        transform: scale(.95);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.om-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
    font-size: 22px;
    line-height: 1;
    color: #888;
    cursor: pointer;
}

.om-close:hover {
    color: #333;
}

.om-modal h3 {
    margin: 0 0 6px;
    font-size: 20px;
    color: #1c1c1c;
}

.om-modal__product {
    margin: 0 0 22px;
    font-size: 14px;
    color: #6b6b6b;
}

.om-modal__product span {
    color: #2f7fb8;
    font-weight: 600;
}

.om-field {
    margin-bottom: 16px;
}

.om-field label {
    display: block;
    font-size: 13px;
    color: #6b6b6b;
    margin-bottom: 6px;
}

.om-field input {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
}

.om-field input:focus {
    outline: none;
    border-color: #2f7fb8;
}

.om-field--error input {
    border-color: #d64545;
}

.om-field__error {
    display: none;
    color: #d64545;
    font-size: 12px;
    margin-top: 5px;
}

.om-field--error .om-field__error {
    display: block;
}

.om-submit {
    width: 100%;
    background: #2f7fb8;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 13px 0;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 6px;
}

.om-submit:hover {
    background: #3d97d6;
}

.om-submit:disabled {
    background: #a9c7dd;
    cursor: not-allowed;
}

.om-note {
    font-size: 12px;
    color: #999;
    margin-top: 14px;
    text-align: center;
}

.om-status {
    display: none;
    text-align: center;
    padding: 10px 0 0;
    font-size: 14px;
}

.om-status.is-success {
    display: block;
    color: #2c8a3d;
}

.om-status.is-error {
    display: block;
    color: #d64545;
}

.content-vermagemenu {
    display: none;
}

.footer .social-icons {
    padding-top: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    column-gap: 24px;
    justify-content: space-around;
}

.footer .social-icons .soc-max {
    width: 30px;
    height: 30px;
}

.footer .social-icons .soc-whatsapp {
    width: 30px;
    height: 30px;
}

.footer .social-icons .soc-telegram {
    width: 30px;
    height: 30px;
}

.footer-content .icon a {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

@media(max-width:1200px) {
    .catalog_category {
        display: grid;
        grid-template: "a a";
        gap: 12px;
    }

    .catalog_category-item {}

    .catalog_category-image {}

    .catalog_category-image img {}

    .catalog_category-content {}

    .catalog_category-content-title {}
}

@media(max-width:640px) {
    .catalog_category {
        display: grid;
        grid-template: "a a";
        gap: 12px;
    }

    .catalog_category-item {}

    .catalog_category-image {}

    .catalog_category-image img {}

    .catalog_category-content {}

    .catalog_category-content-title {}
}