@import "/roboto/stylesheet.css" screen;


html.fancybox-enabled {
    overflow: visible;
}
@media only screen and (max-width: 768px)  {
    
#pos-copyright2 {
    margin-top: 20px;
}
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    background-color: #f0f3f6;
    position: relative;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #444;
}
.fa {
    font-size: 14px;
}
h1, .h1 {
    font-size: 33px;
}
h2, .h2 {
    font-size: 27px;
}
h3, .h3 {
    font-size: 21px;
}
h4, .h4 {
    font-size: 15px;
}
h5, .h5 {
    font-size: 12px;
}
h6, .h6 {
    font-size: 10.2px;
}
a {
    color: #59c2e6;
    cursor: pointer!important;
}
a:hover, button:hover {
    text-decoration: none;
}
a:focus, a:active {
    text-decoration: none;
}
legend {
    font-size: 18px;
    padding: 7px 0;
}
label {
    font-size: 12px;
    font-weight: 400;
}
*, a:focus {
    outline: none;
}
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: 12px;
}
input[type="text"].form-control, select.form-control, input[type="password"].form-control, input[type="email"].form-control, input[type="tel"].form-control {
    width: 100%;
    height: 40px;
    border: 1px solid #ecedef;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
    background: #f0f0f0;
    box-shadow: none;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #fdfdfd 100%);
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #fdfdfd 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%, #fdfdfd 100%);
    color: #4f5f6f;
    font-family: 'OpenSansRegular';
    font-size: 14px;
}
.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;
}
.clearfix:after {
    content: '';
    display: block;
}
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: red;
    font-weight: 700;
}
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #fff;
}
#top {
    background-color: #4f5f6f;
    margin: 0;
    min-height: 58px;
    display: table;
    width: 100%}
#top ul {
    margin-bottom: 0;
}
#top ul li {
    padding: 0;
}
#top #top-left-links ul li a, #top #top-left-links ul li a:visited {
    display: block;
    padding: 0 18px;
    font-size: 14px;
    color: #fff;
    height: 58px;
    line-height: 58px;
    margin-right: -4px;
    border-bottom: 3px solid transparent;
}
#top #top-left-links ul li a:hover {
    color: #c9e7f1;
    background: #57697a;
    border-bottom: 3px solid #00D4FB;
}
#top #top-left-links ul li:first-child a {
    border-left: 0;
}
#top #top-right-links > ul > li {
    padding: 0 10px;
    margin-left: -2px;
    background: #57697a;
}
#top #top-right-links > ul > li a, #top #top-right-links > ul > li a:visited, #top #top-right-links > ul > li a:hover {
    color: #fff;
    display: block;
    height: 55px;
    line-height: 55px;
    border-radius: 0;
}
#top #top-right-links > ul > li {
    border-bottom: 3px solid transparent;
    position: relative;
}
#top #top-right-links > ul > li:hover {
    border-bottom: 3px solid #00D4FB;
}
#top #top-right-links ul li i.fa-caret-down {
    font-size: 10px;
    margin-left: 6px;
}
#top #top-right-links ul li i:first-child {
    margin-right: 6px;
}
#top .top-container {
    display: table-cell;
    vertical-align: middle;
}
#top .container {
    padding: 0 15px;
}
#top #form-currency .currency-select, #top #form-language .language-select {
    text-align: left;
}
#top .btn-link, #top-links li, #top-links a {
    color: #888;
    text-decoration: none;
}
#top .btn-link.btn-language, #top .btn-link.btn-currency {
    color: #fff;
}
#top-links a:hover {
    color: #444;
}
#top .btn-link.btn-language:hover, #top .btn-link.btn-currency:hover {
    color: #59c2e6;
}
#top .btn-link.btn-language i:first-child, #top .btn-link.btn-currency i:first-child {
    font-size: 18px;
    margin-right: 4px;
    position: relative;
    top: 2px;
}
#top-links .dropdown-menu a {
    text-shadow: none;
}
#top-links .dropdown-menu a:hover {
    color: #FFF;
}
#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}
#top-links a + a {
    margin-left: 15px;
}
header {
    padding-top: 20px;
    background: #fff;
}
#logo {
    margin: 0 0 18px;
}
#search {
    margin-bottom: 25px;
}
#search .btn-lg {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 15px;
    text-shadow: none;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    color: #4f5f6f;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #d5d9dd;
    border-right: 0;
}
#search .input-lg {
    border: 1px solid #d5d9dd;
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
    background: #f7f7f7;
    width: 100%;
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
    -webkit-appearance: none;
}
#search .input-lg::-webkit-input-placeholder {
    color: #CECECE;
}
#search .input-lg::-moz-placeholder {
    color: #CECECE;
}
#search .input-lg:-ms-input-placeholder {
    color: #CECECE;
}
#search .input-lg:-moz-placeholder {
    color: #CECECE;
}
#search .btn-lg i.fa-caret-down {
    margin-left: 8px;
}
#search .btn-search {
    border: 1px solid #d5d9dd;
    border-left: 0;
    border-radius: 3px;

    border-radius: 10px;
    background-color: #2B005E;
    position: relative;
    right: 10px;

    padding: 10px;
}
#search .fa-search {
    color: #fff;
}
#cart {
    margin-bottom: 10px;
    text-align: center;
    background: #f7f9fa;
    padding-top: 2px;
    border-radius: 3px;
}
#cart .cart-total-price {
    font-family: 'OpenSansRegular';
    font-size: 14px;
    color: #59c2e6;
    margin-right: 10px;
}
#cart > a {
    cursor: pointer;
}
#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}
#cart.open > .btn {
    background-image: none;
    background-color: #FFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
    color: #444;
}
#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
    min-width: 100%}
@media (max-width: 478px)  {
    
#cart .dropdown-menu {
    width: 100%}
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
@media (max-width: 478px)  {
    
#cart .dropdown-menu li > div {
    min-width: 100%}
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}
.menu-row {
    background: #fff;
    border-top: 1px solid #edf1f6;
    margin-bottom: 16px;
    -webkit-box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.12);
}
#menu {
    background-color: transparent;
    background-image: none;
    border: 0;
    min-height: 20px;
    margin: 0;
}
#menu .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
#menu .nav > li {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 2px solid transparent;
}
#menu .nav > li > a {
    font-family: 'OpenSansSemibold';
    font-size: 12px;
    color: #4f5f6f;
    text-transform: uppercase;
    text-shadow: none;
    padding: 20px 15px;
    min-height: 15px;
    background-color: transparent;
}
#menu .nav > li:hover {
    background-color: #59c2e6;
    color: #fff;
    border-radius: 0;
    border-top: 2px solid #647382;
    transition-duration: .2s;
    transition-property: all;
}
#menu .dropdown-menu {
    padding-bottom: 0;
    border-radius: 0 0 3px 3px;
    border: 0!important;
}
#menu .megamenu-html-block {
    color: #333;
    padding: 10px;
}
#menu .megamenu-html-block iframe {
    border: 0;
    border: none;
}
#menu .dropdown-inner ul li.second-level-li {
    padding-top: 0;
    padding-bottom: 0;
    min-width: 200px;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 7px 20px;
    clear: both;
    line-height: 20px;
    color: #333;
    font-size: 12px;
}
#menu .see-all {
    display: block;
    margin-top: .5em;
    font-weight: 400;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
    color: #00D4FB!important;
}
#menu .see-all:hover {
    color: #fff!important;
}
#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #fff;
    background-color: #229ac8;
}
#menu .sale-ul {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}
#menu .sale-ul > div {
    display: block!important;
    margin-top: 10px;
    margin-bottom: 10px;
}
#menu .sale-ul > div .megamenu-sale-item .megamenu-parent-img:hover + .megamenu-parent-title {
    color: #00D4FB;
}
#menu .sale-ul > div .megamenu-sale-item .megamenu-parent-img {
    min-width: 0;
}
#menu .sale-ul > div .megamenu-sale-item .dropprice {
    color: #34bbe3;
    text-align: center;
    font-weight: 700;
}
#menu .sale-ul > div .megamenu-sale-item .dropprice span {
    color: rgba(0, 0, 0, .35);
    text-decoration: line-through;
    margin-right: 8px;
    font-size: 12px;
}
#menu .sale-ul .megamenu-html-inner img {
    float: right;
}
#menu .dropdown-menu img {
    transition-duration: .2s;
    transition-property: all;
}
#menu .dropdown-menu img:hover {
    opacity: .8;
    transition-duration: .2s;
    transition-property: all;
}
#menu .megamenu-full-width-parrent .megamenu-parent-img img {
    margin-left: auto;
    margin-right: auto;
}
#menu .megamenu-full-width-parrent .megamenu-parent-img img:hover {
    -webkit-animation: shake .5s ease-in-out;
    animation: shake .5s ease-in-out;
}
@-webkit-keyframes shake  {
    
0% {
    -webkit-transform: translateX(0);
}
20% {
    -webkit-transform: translateX(-10px);
}
40% {
    -webkit-transform: translateX(10px);
}
60% {
    -webkit-transform: translateX(-10px);
}
80% {
    -webkit-transform: translateX(10px);
}
100% {
    -webkit-transform: translateX(0);
}
}
@keyframes shake  {
    
0% {
    transform: translateX(0);
}
20% {
    transform: translateX(-10px);
}
40% {
    transform: translateX(10px);
}
60% {
    transform: translateX(-10px);
}
80% {
    transform: translateX(10px);
}
100% {
    transform: translateX(0);
}
}
#menu .megamenu-full-width-parrent a {
    min-width: 0;
}
#menu .megamenu-full-width-parrent .megamenu-parent-img {
    text-align: center;
}
#menu .nav > li:hover > a {
    color: #fff;
}
@media (min-width: 992px)  {
    
#menu .sale-ul > div .megamenu-sale-item {
    margin-bottom: 20px;
}
#menu .sale-ul > div .megamenu-sale-item .megamenu-parent-title {
    font-weight: 400!important;
    font-size: 12px!important;
    display: block!important;
    margin: 6px 0!important;
    text-align: center!important;
    padding: 0!important;
    min-width: 0!important;
}
#menu .dropdown-menu {
    margin-top: -2px!important;
}
#menu .dropdown:hover .dropdown-menu {
    display: block;
    padding-top: 0;
}
#menu .dropdown .dropdown-menu.megamenu-full-width {
    padding-bottom: 30px;
    padding-top: 30px;
    max-height: 540px;
    overflow-y: auto;
    overflow-x: hidden;
}
#menu .dropdown:hover .dropdown-menu.megamenu-full-width {
    max-height: 540px;
    overflow-y: auto;
    overflow-x: hidden;
}
#menu .dropdown-menu li > a:hover {
    background-color: transparent;
    background-image: none;
}
#menu .dropdown-menu li.second-level-li:hover {
    background-color: #59c2e6;
    transition-duration: .2s;
    transition-property: all;
}
#menu li.dropdown.megamenu-full-width-parrent {
    position: inherit;
}
#menu div.dropdown-menu.megamenu-full-width {
    width: 100%;
    margin-left: 0!important;
}
#menu .megamenu-full-width ul.list-unstyled > li.megamenu-hassubchild {
    display: inline-block;
    width: 186px;
    margin: 8px 0 16px;
}
#menu .megamenu-full-width a:hover, #menu .megamenu-full-width a.megamenu-parent-img:hover + a {
    background: transparent;
    color: #59c2e6!important;
    text-decoration: underline;
}
#menu .megamenu-full-width a.third-level-link {
    color: #666;
}
#menu .megamenu-full-width .see-all:hover, #menu .megamenu-full-width .see-all:focus {
    color: #333!important;
}
#menu .megamenu-full-width a.megamenu-parent-title {
    font-weight: 700!important;
    font-size: 12px;
    line-height: 18px;
    display: block;
    margin: 6px 0;
}
#menu .megamenu-full-width .megamenu-hassubchild.megamenu-with-img {
    text-align: center;
}
#menu .megamenu-full-width .megamenu-hassubchild.megamenu-with-img .megamenu-parent-title {
    font-weight: 400;
}
#menu .megamenu-full-width .megamenu-hassubchild .megamenu-ischild {
    border-left: 1px solid rgba(231, 231, 231, 0.58);
    padding-left: 2px;
}
#menu .megamenu-full-width .megamenu-hassubchild:first-child .megamenu-ischild {
    border-color: transparent;
}
#menu .megamenu-full-width .brands-dropdown-inner .megamenu-hassubchild {
    text-align: center;
}
#menu .megamenu-full-width .brands-dropdown-inner .megamenu-hassubchild .megamenu-parent-title {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
}
#menu .megamenu-full-width a {
    padding-top: 3px;
    padding-bottom: 3px;
}
#menu .megamenu-full-width .sale-ul a.megamenu-parent-title {
    text-transform: none;
}
#menu .megamenu-full-width .brands-dropdown-inner .megamenu-hassubchild .megamenu-parent-img {
    min-width: 0;
    padding: 10px 20px;
}
#menu .megamenu-full-width .brands-dropdown-inner .megamenu-hassubchild .megamenu-parent-img img {
    border: 1px solid #e7e7e7;
}
#menu .megamenu-full-width .brands-dropdown-inner .megamenu-hassubchild .megamenu-parent-img:hover + .megamenu-parent-title {
    color: #00D4FB;
}
#menu .has-child {
    position: relative;
}
#menu .has-child .angle-right {
    position: absolute;
    top: 0;
    right: 0;
    color: #333;
    display: block;
    padding: 5px 20px;
}
#menu .has-child:hover a {
    color: #fff;
}
#menu .nav > li a.dropdown-toggle + .dropdown-menu {
    min-width: 270px;
}
#menu .has-child .megamenu-ischild {
    display: block!important;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 103%;
    top: 0;
    background: #fff;
    list-style: none;
    padding-left: 0;
    border-radius: 0 0 3px 3px;
    border-color: transparent!important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    min-width: 220px;
    width: auto;
}
#menu .has-child:hover .megamenu-ischild {
    visibility: visible;
    transition: all 500ms;
    left: 100%;
    opacity: 1;
}
#menu .has-child .megamenu-ischild li {
    padding-top: 4px;
    padding-bottom: 4px;
}
#menu .has-child .megamenu-ischild li a, #menu .has-child .megamenu-ischild li a:visited {
    color: #333!important;
    padding-top: 3px;
    padding-bottom: 3px;
}
#menu .has-child .megamenu-ischild li:hover a {
    color: #00D4FB;
    text-decoration: underline;
}
#menu .has-child .megamenu-ischild li a {
    transition: unset;
}
#menu .megamenu-full-width .megamenu-hassubchild.megamenu-with-img .megamenu-parent-img:hover + .megamenu-parent-title {
    color: #00D4FB!important;
}
#menu .megamenu-full-width .megamenu-parent-title {
    font-weight: 400!important;
    text-align: center;
}
#menu .megamenu-full-width .megamenu-parent-img {
    text-align: center;
}
#menu .megamenu-full-width .megamenu-hassubchild {
    margin-bottom: 10px;
}
#menu .megamenu-full-width .megamenu-hassubchild:hover:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(231, 231, 231, 0.23);
    width: 40%;
    height: 1px;
    margin: 0 auto;
}
#menu .megamenu-full-width .brands-dropdown-inner .megamenu-hassubchild:hover:before, #menu .megamenu-full-width .megamenu-hassubchild.megamenu-with-img:hover:before {
    display: none;
}
}
@media (max-width: 767px)  {
    
#menu {
    border-radius: 4px;
}
#menu div.dropdown-inner > ul.list-unstyled {
    display: block;
}
#menu div.dropdown-menu {
    margin-left: 0!important;
}
#menu .dropdown-inner {
    display: block;
}
#menu .dropdown-inner a {
    width: 100%;
    color: #fff;
}
#menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover, #menu .dropdown-menu li.second-level-li:hover {
    background: transparent!important;
}
#menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
}
}
#menu ul.flexMenu-popup {
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: -2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
#menu ul.flexMenu-popup > li {
    display: block;
    float: none;
    position: relative!important;
    transition-duration: .2s;
    transition-property: all;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}
#menu ul.flexMenu-popup > li:hover {
    background-color: #59c2e6;
    transition-duration: .2s;
    transition-property: all;
}
#menu ul.flexMenu-popup > li > a {
    min-width: 160px;
    display: block;
    padding: 7px 20px;
    clear: both;
    line-height: 20px;
    color: #333;
    font-size: 12px;
}
#menu ul.flexMenu-popup > li:hover > a {
    color: #fff;
}
#menu ul.flexMenu-popup > li > a:hover {
    background-color: transparent;
    background-image: none;
}
#menu ul.flexMenu-popup > li:hover .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    right: -100%}
#menu ul.flexMenu-popup > li:hover .dropdown-menu .megamenu-hassubchild {
    float: none;
    display: block;
    text-align: left;
}
#menu ul.flexMenu-popup > li:hover .dropdown-menu .megamenu-parent-title {
    margin: 0;
    text-align: left;
    text-transform: none;
    font-size: 12px;
    padding: 5px 0;
}
#content {
    min-height: 600px;
    padding-bottom: 15px;
}
footer {
    margin-top: 16px;
    padding-top: 50px;
    background-color: #4f5f6f;
    color: #f5f5f6;
    margin-bottom: 49px;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #4f5f6f;
    margin-top: 40px;
    margin-bottom: 40px;
}
footer a, footer a:visited {
    color: #f5f5f6!important;
}
footer a:hover {
    color: #85d0eb;
}
footer h5, footer .h5 {
    font-family: 'OpenSansRegular', sans-serif;
    font-size: 18px;
    color: #85d0eb;
    text-transform: uppercase;
}
footer .footer-advantages {
    text-align: center;
}
footer .footer-advantages i {
    font-size: 40px;
}
footer .footer-advantages span {
    font-family: 'OpenSansRegular', sans-serif;
    font-size: 14px;
    color: #76828f;
}
footer .first-row h5, footer .first-row .h5 {
    margin-top: 16px;
}
footer .first-row .socials-box {
    padding-top: 10px;
}
.payment-box {
    display: table;
    padding-top: 3px;
}
.payment-box span {
    background-repeat: no-repeat;
    display: inline-block;
    opacity: .9;
    background-image: url(../image/sprite-ts.png);
    width: 53px;
    height: 33px;
    margin-right: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    opacity: .3;
}
.payment-box span:hover {
    opacity: .6;
}
.payment-box span.text-payments {
    opacity: 1;
    min-width: 128px;
    margin-right: 10px;
    margin-top: 0;
    background-image: none;
    display: inline-block;
    position: relative;
    top: -12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 1;
}
.payment-box span.text-payments:hover {
    opacity: 1;
}
.oct-copy {
    display: inline-block;
    margin-top: 10px;
}
.payment-box .privat24 {
    background-position: -199px -138px;
}
.payment-box .mastercard {
    background-position: -66px 0;
}
.payment-box .maestro {
    background-position: -133px 0;
}
.payment-box .custom-payment {
    background-position: -133px -46px;
}
.payment-box .custom-payment img {
    vertical-align: baseline;
}
.payment-box .sberbank {
    background-position: 0 -185px;
}
.payment-box .visa {
    background-position: 0 0;
}
.payment-box .skrill {
    background-position: -199px -92px;
}
.payment-box .interkassa {
    background-position: -199px -46px;
}
.payment-box .liqpay {
    background-position: -66px -46px;
}
.payment-box .paypal {
    background-position: 0 -46px;
}
.payment-box .robokassa {
    background-position: -199px 0;
}
.payment-box .yandex-money {
    background-position: 0 -138px;
}
.payment-box .webmoney {
    background-position: -66px -92px;
}
.payment-box .qiwi {
    background-position: 0 -92px;
}
.oct-messengers {
    padding-left: 3px;
}
.oct-messengers a {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
.oct-messengers a.oct-messengers-whatsapp i {
    font-size: 22px;
    position: relative;
    top: 1px;
}
.oct-messengers a.oct-messengers-whatsapp i:hover {
    color: #38b826;
}
.oct-messengers a.oct-messengers-viber i {
    font-size: 16px;
}
.oct-messengers a.oct-messengers-viber i:hover {
    color: #9069ae;
}
.oct-messengers a.oct-messengers-telegram i {
    font-size: 18px;
}
.oct-messengers a.oct-messengers-telegram i:hover {
    color: #2db7e5;
}
.oct-messengers a:hover {
    opacity: .8;
}
.oct-messengers a.oct-messengers-whatsapp {
    display: inline-block;
}
.oct-messengers a.oct-messengers-telegram {
    display: inline-block;
}
footer .first-row .socials-box i {
    font-size: 18px;
    margin-left: 10px;
    position: relative;
    top: 8px;
}
footer .first-row .socials-box a:hover {
    color: #59c2e6!important;
}
footer .footer-contacts ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer ul li {
    font-family: 'OpenSansRegular', sans-serif;
    margin-bottom: 12px;
}
footer .footer-contacts ul li i {
    color: #86d1eb;
    margin-right: 6px;
}
footer .second-row .about-text p {
    line-height: 22px;
}
footer .third-row h5, footer .third-row .h5 {
    margin-bottom: 24px;
}
footer .third-row ul li {
    line-height: 18px;
    padding-left: 4px;
}
footer .last-row {
    color: #ccc;
    margin-top: 30px;
}
footer .last-row i {
    font-size: 22px;
    position: relative;
    top: 2px;
    margin-left: 4px;
}
footer form {
    position: relative;
}
footer .input-box input {
    width: 100%;
    display: inline-block;
    background: transparent;
    box-shadow: none;
    border: 1px solid #76828f;
    border-radius: 3px;
    padding: 16px 18px;
    -webkit-appearance: none;
}
footer .input-box input::-webkit-input-placeholder {
    color: #ccc;
}
footer .input-box input::-moz-placeholder {
    color: #ccc;
}
footer .input-box input:-moz-placeholder {
    color: #ccc;
}
footer .input-box input:-ms-input-placeholder {
    color: #ccc;
}
footer .actions button {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #59c2e6;
    border: 0;
    box-shadow: none;
    border-radius: 3px;
    padding: 8px 18px;
}
footer .actions button span {
    display: inline-block;
    margin-right: 20px;
}
.alert {
    padding: 8px 14px;
}
.content-row {
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    border-radius: 3px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.product-content-row {
    margin-bottom: 32px;
}
.content-row + .oct-carousel-row .oct-carousel-box {
    margin-top: 0;
}
.breadcrumb-box {
    margin: 6px 0 20px;
    padding: 8px 0;
    border-radius: 0;
    background: transparent;
}
.breadcrumb {
    background: #fff;
    display: inline-block;
    margin: 0;
    padding: 4px 10px 4px 0;
    border-radius: 3px;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    padding: 0;
    position: relative;
    white-space: nowrap;
    margin-left: 0;
    margin-right: 0;
}
.breadcrumb > li a {
    color: #4f5f6f;
}
.breadcrumb > li a:hover {
    color: #59c2e6;
}
h1.cat-header {
    margin-top: 0;
    margin-bottom: 34px;
    font-family: 'OpenSansRegular';
    font-size: 24px;
    text-transform: uppercase;
    color: #4f5f6f;
}
.subcat-header {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 20px;
    font-family: 'OpenSansRegular';
    color: #4f5f6f;
}
#subcats .subcat-box {
    padding: 10px;
    text-align: center;
}
#subcats .subcat-box a {
    cursor: pointer;
    color: #4f5f6f;
    font-weight: 700;
}
#subcats .subcat-box:hover a {
    color: #59c2e6;
    text-decoration: underline;
}
#subcats .subcat-box img {
    margin-bottom: 10px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#subcats .subcat-box:hover img {
    opacity: .8;
    transition-duration: .2s;
    transition-property: all;
}
.sort-row .input-group-addon {
    border-radius: 0;
    background: transparent;
    border: 0;
    color: #3d3d3d;
    font-family: 'OpenSansSemibold';
    height: auto;
    padding: 0 10px;
}
.sort-row .btn-group-vertical>.btn, .sort-row .btn-group>.btn {
    float: right;
}
.oct-product-view-text {
    font-family: 'OpenSansSemibold';
    color: #3d3d3d;
    margin-right: 6px;
    position: relative;
    top: 6px;
}
.appearance .btn-group button {
    text-shadow: none;
    background-repeat: no-repeat;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.04);
    background-image: none;
    border: 0;
    box-shadow: none;
    color: #3d3d3d;
    padding-top: 8px;
    margin-left: 6px;
}
.appearance .btn-group button.active, .appearance .btn-group button:hover {
    color: #59c2e6;
    background-color: rgba(0, 0, 0, 0.08);
}
.appearance .btn-group button.active:hover, .appearance .btn-group button:active, .appearance .btn-group button:focus {
    background-color: rgba(0, 0, 0, 0.08);
    border-color: transparent;
}
.form-control:focus {
    outline: 0;
    box-shadow: none;
}
.pagination {
    margin: 0;
}
.buttons {
    margin: 1em 0;
}
.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
.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-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eee, #ddd);
    background-repeat: repeat-x;
    border-color: #ddd #ddd #b3b3b3 #b7b7b7;
}
.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 -15px;
}
.btn-warning {
    color: #fff;
    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-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
    color: #fff;
    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: #fff;
    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-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222;
    background-image: linear-gradient(to bottom, #333, #111);
}
.list-group a {
    border: 1px solid #DDD;
    color: #888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444;
    background: #eee;
    border: 1px solid #DDD;
    text-shadow: 0 1px 0 #FFF;
}
.carousel-caption {
    color: #FFF;
    text-shadow: 0 1px 0 #000;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}
.product-list {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    width: 98%}
.product-grid {
    margin-bottom: 10px;
}
#res-products .product-grid {
    min-height: 498px;
}
.product-thumb .cat-options .form-group>label {
    color: #4f5f6f;
    font-size: 12px;
}
.product-thumb .radio {
    display: inline-block;
    margin: 0;
    padding-bottom: 3px;
}
.product-thumb .radio img {
    height: 22px;
    width: 22px;
    margin: 0 2px;
    padding: 2px;
    line-height: 1.42857143;
    background-color: #4f5f6f;
    border: 0;
}
.product-thumb .cat-options .form-group {
    margin-bottom: 10px;
}
.product-thumb .cat-options .form-group .radio .not-selected {
    position: relative;
}
.product-thumb .cat-options .form-group .radio .not-selected:before {
    content: ' /';
    position: relative;
    left: -10px;
}
.product-thumb .cat-options .form-group label + br + .radio .not-selected:before {
    display: none;
}
.product-thumb .cat-options .form-group label + br + .radio .not-selected {
    padding-left: 0;
}
.product-thumb .image {
    text-align: center;
    position: relative;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    width: 100%}
.product-grid .product-thumb .image {
    float: none;
}
.product-grid .product-thumb .h4 {
    height: 40px;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 0;
}
.product-list .product-thumb .h4, .product-list .product-thumb .rating, .product-list .product-thumb .price, .product-list .product-thumb .cart, .product-list .product-thumb .oct-additional-info {
    text-align: left;
}
.product-thumb .h4 a {
    font-family: 'OpenSansRegular';
    color: #4f5f6f;
    font-size: 12px;
    line-height: 20px;
}
.product-list .product-thumb .h4 a {
    font-size: 16px;
}
.product-thumb .oct-sticker-box {
    top: 10px;
    right: 10px;
    z-index: 2;
}
.product-thumb .oct-discount-box {
    top: 10px;
    left: 10px;
    z-index: 1;
}
.product-thumb .quick-view {
    z-index: 2;
}
@media (min-width: 767px)  {
    
.product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
    width: 350px;
}
}
#oct-ismobile {
    position: relative;
}
.popover.right {
    z-index: 990;
}
.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;
}
.product-list .product-thumb .image + div {
    margin-left: 350px;
}
@media (max-width: 1200px)  {
    
.product-grid .product-thumb .caption {
    padding: 0 10px;
}
}
@media (max-width: 767px)  {
    
.product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
}
.product-grid .product-thumb .caption {
    min-height: 0;
}
}
.product-thumb .rating {
    margin-top: 4px;
    display: block;
}
.product-thumb .rating .fa-stack {
    width: 1.2em;
}
.product-grid .product-thumb hr {
    margin-top: 6px;
    margin-bottom: 6px;
}
.product-list .product-thumb hr {
    display: none;
}
.product-list .product-thumb .price .common-price {
    margin-top: 8px;
}
.product-thumb .cart a {
    cursor: pointer;
    display: inline-block;
}
.product-grid .product-thumb .oct-product-desc {
    text-align: left;
    display: none;
    margin-top: 15px;
}
.product-thumb .oct-product-desc {
    color: rgba(0, 0, 0, 0.4);
}
.product-grid .product-thumb .oct-additional-info {
    height: 0;
    overflow: hidden;
    color: #949494;
    font-size: 12px;
    line-height: 18px;
    transition: opacity .4s ease-out;
    opacity: 0;
}
.product-list .product-thumb .oct-additional-info {
    color: #949494;
    font-size: 12px;
    line-height: 18px;
}
.oct-product-stock {
    margin-top: 6px;
    margin-bottom: 0;
}
.product-list .oct-product-stock {
    margin-top: 16px;
    margin-bottom: 12px;
}
.oct-product-stock span {
    color: #59c2e6;
    font-family: 'OpenSansSemibold'}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: rgba(79, 95, 111, 0.42);
    font-size: 15px;
}
.rating .fa-star {
    color: #59c2e6;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #59c2e6;
}
h2.price {
    margin: 0;
}
.product-thumb .price {
    color: #59c2e6;
    font-size: 16px;
    height: 40px;
    overflow: hidden;
    font-family: 'OpenSansLight';
    font-weight: 600;
    margin-right: 0;
    margin-bottom: 0;
}
.product-thumb .price .common-price {
    display: inline-block;
    margin-top: 14px;
}
.product-thumb .price span {
    display: block;
}
.product-thumb .price-new {
    font-weight: 600;
    color: #ed4b82;
}
.product-thumb .price-old {
    font-size: 14px;
    color: #cecece;
    text-decoration: line-through;
    font-family: 'OpenSansLight'}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}
@media (max-width: 768px)  {
    
.product-list .product-thumb .button-group {
    border-left: none;
}
}
.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}
@media (max-width: 1200px)  {
    
.product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%}
}
@media (max-width: 767px)  {
    
.product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%}
}
@media (min-width: 1200px)  {
    
#content .col-lg-2: nth-child(6n+1), #content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {
    clear: left;
}
}
@media (min-width: 992px) and (max-width: 1199px)  {
    
#content .col-md-2: nth-child(6n+1), #content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {
    clear: left;
}
}
@media (min-width: 768px) and (max-width: 991px)  {
    
#content .col-sm-2: nth-child(6n+1), #content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
    clear: left;
}
}
@media (min-width: 768px)  {
    
#column-left .product-layout .col-md-3 {
    width: 100%}
#column-left + #content .product-layout .col-md-3 {
    width: 50%}
#column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%}
#content + #column-right .product-layout .col-md-3 {
    width: 100%}
}
#column-left .product-layout, #column-right .product-layout {
    width: 100%}
.input-group .form-control[name^=quantity] {
    min-width: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.buttons-top-box {
    display: table;
    line-height: 46px;
    width: 20%;
    margin-bottom: 25px;
}
.phones-top-box {
    width: 21.66666667%;
    margin-bottom: 38px;
}
.buttons-top-box div {
    display: table-cell;
}
.buttons-top-box div a {
    display: block;
    color: #cecece;
    cursor: pointer;
}
.buttons-top-box div a:hover {
    color: #00D4FB;
}
.buttons-top-box div i {
    font-size: 24px;
    position: relative;
}
.buttons-top-box div i span {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 16px;
    height: 16px;
    background: #bdc9d4;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    border: 1px solid #fff;
    transition-duration: .2s;
    transition-property: all;
}
.buttons-top-box div a:hover i span {
    background: #FF1D00;
    transition-duration: .2s;
    transition-property: all;
}
.phones-dropdown a {
    color: #566072;
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
}
.phones-dropdown a i.fa-phone {
    color: #cecece;
    font-size: 26px;
    position: relative;
    top: 4px;
    margin-right: 4px;
}
.phones-dropdown a i.fa-caret-down {
    font-size: 14px;
    margin-left: 4px;
}
.phones-dropdown span.show-phones {
    font-size: 14px;
    color: #000aaa;
    font-weight: 400;
    line-height: 0;
    position: relative;
    top: 6px;
    left: 28px;
    display: block;
    cursor: pointer;
}
#top .dropdown-menu, header .dropdown-menu {
    margin: 3px 0 0;
    border-radius: 0!important;
    padding: 0;
    min-width: 140px;
    left: 0;
    right: 0;
}
header .dropdown-menu {
    margin-top: 0;
}
#top #top-right-links .dropdown-menu li span, #top #top-right-links .dropdown-menu li a, header .dropdown-menu li a {
    height: auto!important;
    color: #000!important;
    line-height: 26px!important;
    font-size: 12px;
    display: block;
    padding: 3px 10px;
}
#top #top-right-links .dropdown-menu li a:hover, header .dropdown-menu li a:hover {
    background: transparent!important;
    color: #00D4FB!important;
    text-decoration: underline;
}
.oct-slideshow-box, .oct-day-goods-box {
    padding-left: 20px;
    padding-right: 20px;
    background: transparent!important;
    position: relative;
    margin-top: 16px!important;
    margin-bottom: 16px!important;
}
.oct-slideshow-box:before, .oct-day-goods-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 30px;
    width: 30px;
    background: #fff;
    -webkit-box-shadow: -3px 0 5px -1px rgba(184, 180, 184, .5);
    -moz-box-shadow: -3px 0 5px -1px rgba(184, 180, 184, .5);
    box-shadow: -3px 0 5px -1px rgba(184, 180, 184, .5);
    z-index: 1;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.oct-slideshow-box:after, .oct-day-goods-box:after {
    content: '';
    position: absolute;
    right: 0;
    top: 30px;
    bottom: 30px;
    width: 30px;
    background: #fff;
    -webkit-box-shadow: 3px 0 5px -1px rgba(184, 180, 184, .5);
    -moz-box-shadow: 3px 0 5px -1px rgba(184, 180, 184, .5);
    box-shadow: 3px 0 5px -1px rgba(184, 180, 184, .5);
    z-index: 1;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.oct-slideshow-box.owl-carousel .owl-wrapper-outer {
    z-index: 2;
    background: #fff;
    border: 0;
    padding: 40px 0;
}
.oct-slideshow-box .item {
    background: #fff;
}

.oct-slideshow-box .item img {
    opacity: 1;
    transition-duration: .2s;
    transition-property: all;
}
.oct-slideshow-box .item img:hover {
    opacity: .8;
    transition-duration: .2s;
    transition-property: all;
}
.oct-slideshowplus-header {
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 42px;
}
.oct-slideshow-box .item .oct-slideshow-item-text {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 24px;
    font-family: 'OpenSansLight';
    line-height: 30px;
}
.oct-slideshow-box .item .oct-slideshow-item-button {
    margin-top: 30px;
}
.oct-slideshow-box .item .oct-slideshow-item-button i {
    font-size: 18px;
    position: relative;
    margin-left: 6px;
    top: 2px;
}
.oct-slideshow-box .owl-pagination {
    text-align: center;
    top: auto;
    position: absolute;
    bottom: 30px;
    left: 12%;
    z-index: 10;
}
.oct-slideshow-box .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 20px;
    box-shadow: none;
    border: 3px solid #4f5f6f;
    transition-duration: .2s;
    transition-property: all;
}
.oct-slideshow-box .owl-controls .owl-page.active span, .oct-slideshow-box .owl-controls .owl-page span:hover {
    background: #fff;
    border-color: #59c2e6;
    transition-duration: .2s;
    transition-property: all;
}
.oct-slideshow-box .owl-controls .owl-buttons div {
    z-index: 10;
    opacity: 1;
    color: #4f5f6f;
    text-shadow: none;
}
.oct-slideshow-box .owl-controls .owl-buttons div:hover {
    color: #59c2e6;
}
.oct-slideshow-box .owl-controls .owl-buttons .owl-prev {
    left: 6%}
.oct-slideshow-box .owl-controls .owl-buttons .owl-next {
    right: 6%}
.oct-button, .oct-button:visited .oct-button:focus {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff!important;
    font-size: 14px;
    background: #59c2e6;
    padding: 10px 20px;
    text-decoration: none;
    border: 0;
}
.oct-button:hover {
    background: #4f5f6f;
    text-decoration: none;
    color: #fff;
}
.oct-button-inv {
    background: #4f5f6f;
}
.oct-button-inv:hover {
    background: #59c2e6;
}
.main-advantage-row {
    margin-top: 32px;
    margin-bottom: 16px;
}
.main-advantage-item {
    height: 120px;
    text-align: center;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    padding-left: 30px;
    padding-right: 30px;
    display: table;
}
.main-advantage-item.first-advantage-item {
    background: url(../image/first-advantage-item.png) no-repeat;
    background-size: cover;
}
.main-advantage-item .main-advantage-item-icon {
    display: table-cell;
    vertical-align: middle;
}
.main-advantage-item .main-advantage-item-icon i {
    font-size: 40px;
    margin-right: 14px;
    color: #59c2e6;
    transition-duration: .2s;
    transition-property: all;
}
.main-advantage-item:hover .main-advantage-item-icon i {
    opacity: .8;
    transition-duration: .2s;
    transition-property: all;
}
.main-advantage-item .main-advantage-item-text {
    color: #4f5f6f;
    font-size: 24px;
    display: table-cell;
    vertical-align: middle;
    line-height: 30px;
    font-family: 'OpenSansLight'}
.main-advantage-item.first-advantage-item .main-advantage-item-text {
    color: #fff;
}
.oct-product-tab {
    background: #fff;
    padding: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    border-radius: 3px;
}
.oct-product-tab ul.nav-tabs {
    display: table;
    width: 100%;
    border: 1px solid rgba(214, 218, 222, 0.5);
    border-radius: 3px;
}
.oct-product-tab ul.nav-tabs > li {
    display: table-cell;
    float: none;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid rgba(214, 218, 222, 0.5);
    border-right: none;
    border-radius: 0;
    transition-duration: .2s;
    transition-property: all;
}
.oct-product-tab ul.nav-tabs > li.active, .oct-product-tab ul.nav-tabs > li:hover {
    background: #4f5f6f;
    transition-duration: .4s;
    transition-property: all;
}
.oct-product-tab ul.nav-tabs > li:first-child {
    border-left: 0;
}
.oct-product-tab ul.nav-tabs > li a, .oct-product-tab ul.nav-tabs > li a:hover, .oct-product-tab ul.nav-tabs > li.active a {
    border: 0;
    background: transparent;
    font-size: 14px;
    color: #59c2e6;
    text-transform: uppercase;
}
.oct-product-tab ul.nav-tabs > li a:hover, .oct-product-tab ul.nav-tabs > li.active a {
    color: #fff;
}
.oct-product-tab ul.nav-tabs > li a i {
    margin-right: 6px;
}
.oct-product-tab .tab-content {
    padding-top: 20px;
}
.oct-product-tab .tab-content .owl-carousel {
    margin: 0 0 8px;
}
.oct-product-tab .owl-wrapper-outer, .oct-carousel-row .owl-wrapper-outer {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}
.oct-carousel-box {
    background: #fff;
    padding: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    border-radius: 3px;
}
.oct-product-tab .owl-controls, .oct-carousel-row .owl-controls, .oct-day-goods-box .owl-controls, .news-carousel-box .owl-controls, .brands-carousel-box .owl-controls {
    text-align: center;
    margin-top: 30px;
}
.oct-product-tab .owl-carousel .owl-buttons div, .oct-carousel-row .owl-carousel .owl-buttons div, .oct-day-goods-box .owl-carousel .owl-buttons div, .news-carousel-box .owl-carousel .owl-buttons div, .brands-carousel-box .owl-carousel .owl-buttons div {
    opacity: 1;
    position: relative;
    display: inline-block;
    width: 58px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #d5d9dd;
    left: auto;
    right: auto;
    text-shadow: none;
    color: #4f5f6f;
}
.oct-product-tab .owl-carousel .owl-buttons div:hover, .oct-carousel-row .owl-carousel .owl-buttons div:hover, .oct-day-goods-box .owl-carousel .owl-buttons div:hover, .news-carousel-box .owl-carousel .owl-buttons div:hover, .brands-carousel-box .owl-carousel .owl-buttons div:hover {
    color: #59c2e6;
    opacity: 1;
}
.oct-product-tab .owl-carousel .owl-buttons div.owl-prev, .oct-carousel-row .owl-carousel .owl-buttons div.owl-prev, .oct-day-goods-box .owl-carousel .owl-buttons div.owl-prev, .news-carousel-box .owl-carousel .owl-buttons div.owl-prev, .brands-carousel-box .owl-carousel .owl-buttons div.owl-prev {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.oct-product-tab .owl-carousel .owl-buttons div.owl-next, .oct-carousel-row .owl-carousel .owl-buttons div.owl-next, .oct-day-goods-box .owl-carousel .owl-buttons div.owl-next, .news-carousel-box .owl-carousel .owl-buttons div.owl-next, .brands-carousel-box .owl-carousel .owl-buttons div.owl-next {
    border-left: 0;
    left: -1px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.oct-product-tab .owl-carousel .owl-buttons div i, .oct-carousel-row .owl-carousel .owl-buttons div i, .oct-day-goods-box .owl-carousel .owl-buttons div i, .news-carousel-box .owl-carousel .owl-buttons div i, .brands-carousel-box .owl-carousel .owl-buttons div i {
    position: static;
    margin: 0;
}
.oct-product-tab .owl-carousel .owl-item, .oct-carousel-row .item {
    text-align: center;
    position: relative;
}
.oct-product-tab .owl-carousel .owl-item .image, .oct-carousel-row .image {
    position: relative;
}
.oct-product-tab .owl-carousel .owl-item .image .quick-view, .oct-carousel-row .quick-view {
    position: absolute;
    left: 14%;
    right: 14%;
    top: 40%;
    border-radius: 3px;
    background: rgba(79, 95, 111, 0.6);
    padding-top: 6px;
    padding-bottom: 6px;
    transition-duration: .2s;
    transition-property: all;
    display: none;
}
.product-thumb .image .quick-view {
    position: absolute;
    left: 14%;
    right: 14%;
    top: 40%;
    border-radius: 3px;
    background: rgba(79, 95, 111, 0.6);
    padding-top: 6px;
    padding-bottom: 6px;
    opacity: 0;
}
.oct-product-tab .owl-carousel .owl-item .quick-view:hover, .oct-carousel-row .item .quick-view:hover, .product-thumb .image .quick-view:hover {
    background: rgba(79, 95, 111, .9);
    transition-duration: .2s;
    transition-property: all;
}
.oct-product-tab .owl-carousel .owl-item .quick-view a, .oct-carousel-row .item .quick-view a, .product-thumb .image .quick-view a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.oct-product-tab .owl-carousel .owl-item .quick-view a:hover, .oct-carousel-row .item .quick-view a:hover, .product-thumb .image .quick-view a:hover {
    text-decoration: underline;
}
.oct-product-tab .owl-carousel .owl-item .name a, .oct-carousel-row .item .name a, .oct-day-goods-box .owl-carousel .owl-wrapper-outer .item .oct-day-goods-item .name a, .news-carousel-box .owl-carousel .owl-wrapper-outer .item .oct-news-item .name a {
    color: #4f5f6f;
    font-size: 14px;
    display: block;
    width: 80%;
    margin: 20px auto;
    height: 40px;
    overflow: hidden;
}
.oct-product-tab .owl-carousel .owl-item .name a:hover, .oct-product-tab .owl-carousel .owl-item .image:hover + .name a, .oct-carousel-row .item .name a:hover, .oct-carousel-row .item .image:hover + .name a, .oct-day-goods-box .owl-carousel .owl-item .name a:hover, .oct-day-goods-box .owl-carousel .owl-item .image:hover + .name a, .news-carousel-box .owl-carousel .owl-item .name a:hover, .news-carousel-box .owl-carousel .owl-item .image:hover + .name a {
    color: #59c2e6!important;
    text-decoration: underline;
}
.oct-product-tab .owl-carousel .owl-item .price, .oct-carousel-row .item .price, .oct-day-goods-box .owl-carousel .owl-item .price {
    font-family: 'OpenSansBold';
    font-size: 18px;
    margin-bottom: 14px;
    height: 20px;
}
.oct-product-tab .owl-carousel .owl-item .price .price-old, .oct-carousel-row .item .price .price-old, .oct-day-goods-box .owl-carousel .owl-item .price .price-old {
    color: #CECECE;
    text-decoration: line-through;
    margin-right: 6px;
    font-size: 14px;
    font-family: 'OpenSansRegular'}
.oct-product-tab .owl-carousel .owl-item .price .price-new, .oct-carousel-row .item .price .price-new, .oct-day-goods-box .owl-carousel .owl-item .price .price-new {
    color: #59c2e6;
}
.oct-product-tab .owl-carousel .owl-item .rating, .oct-carousel-row .item .rating, .oct-day-goods-box .owl-carousel .owl-item .rating {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 74px;
}
.oct-product-tab .owl-carousel .owl-item .rating i, .oct-carousel-row .item .rating i, .oct-day-goods-box .owl-carousel .owl-item .rating i, .product-thumb .rating i {
    font-size: 12px;
}
.oct-product-tab .owl-carousel .owl-item .cart .oct-button, .oct-carousel-row .oct-button {
    display: inline-block;
    cursor: pointer;
}
.oct-product-tab .owl-carousel .owl-item .cart .oct-button.wishlist, .oct-product-tab .owl-carousel .owl-item .cart .oct-button.compare, .oct-carousel-row .wishlist, .oct-carousel-row .compare, .product-thumb .cart .oct-button.wishlist, .product-thumb .cart .oct-button.compare {
    padding-left: 12px;
    padding-right: 12px;
    background: #4f5f6f;
}
.oct-sticker-box {
    position: absolute;
    top: 0;
    right: 1px;
    opacity: .8;
    z-index: 10;
}
.oct-sticker-item {
    border-radius: 3px;
    background: #4f5f6f;
    color: #fff;
    padding: 4px 10px;
    margin-bottom: 8px;
}
.oct-discount-box {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
}
.oct-discount-item {
    border-radius: 3px;
    background: #E91E63;
    color: #fff;
    padding: 4px 10px;
    margin-bottom: 8px;
}
.oct-carousel-header {
    text-align: center;
    font-family: 'OpenSansRegular';
    text-transform: uppercase;
    font-size: 24px;
    color: #4f5f6f;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
}
.oct-carousel-header:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    width: 40%;
    height: 1px;
    margin: 0 auto;
    background: #ebebeb;
    opacity: .36;
}
.oct-carousel-header a, .oct-carousel-header a:visited {
    color: #59c2e6;
}
.oct-carousel-header a:hover {
    text-decoration: underline;
    color: #4f5f6f;
}
.oct-day-goods-box .oct-carousel-header, .news-carousel-box .oct-carousel-header {
    margin-bottom: 20px;
}
.oct-day-goods-box .owl-carousel {
    background: transparent;
}
.oct-day-goods-box .owl-carousel .owl-wrapper-outer {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.oct-day-goods-box:before, .oct-day-goods-box:after {
    top: 20%;
    bottom: 25%;
    z-index: 0;
}
.oct-day-goods-box .owl-carousel .owl-wrapper-outer .item {
    padding: 5px;
    text-align: center;
}
.oct-day-goods-box .owl-carousel .owl-wrapper-outer .item .oct-day-goods-item {
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    border-radius: 3px;
    position: relative;
}
.oct-day-goods-box .owl-carousel .owl-item .rating {
    bottom: 154px;
}
.oct-day-goods-box .owl-carousel .owl-item .things-to-buy {
    background: #4f5f6f;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    transition-duration: .2s;
    transition-property: all;
}
.oct-day-goods-box .owl-carousel .owl-item .things-to-buy .cart {
    height: 50px;
    position: relative;
}
.oct-day-goods-box .owl-carousel .owl-item .things-to-buy .cart:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70%;
    height: 1px;
    background: #fff;
    margin: 0 auto;
}
.oct-day-goods-box .owl-carousel .owl-item .things-to-buy .cart a {
    display: block;
    line-height: 50px;
    color: #fff;
    font-family: 'OpenSansLight';
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
}
.oct-day-goods-box .owl-carousel .owl-item .things-to-buy .cart a i {
    position: relative;
    top: -2px;
    font-size: 13px;
    margin-right: 4px;
}
.oct-day-goods-box .owl-carousel .owl-item .things-to-buy .flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    height: 60px;
    margin: 10px auto;
    background: transparent;
    font-family: 'OpenSansLight';
    padding-left: 25px;
}
.oct-day-goods-box .owl-carousel .owl-item .things-to-buy .flip-clock-wrapper ul {
    background: transparent;
}
.oct-day-goods-box .owl-carousel .owl-item .things-to-buy .flip-clock-wrapper ul li a div div.inn {
    background: #4f5f6f;
    color: #fff;
    font-family: 'OpenSansLight';
    transition-duration: .2s;
    transition-property: all;
}
.oct-day-goods-box .owl-carousel .owl-item .things-to-buy .flip-clock-divider .flip-clock-label {
    color: #fff;
}
.oct-day-goods-box .owl-carousel .owl-wrapper-outer .item .oct-day-goods-item:hover .things-to-buy, .oct-day-goods-box .owl-carousel .owl-wrapper-outer .item .oct-day-goods-item:hover .things-to-buy .flip-clock-wrapper ul li a div div.inn {
    background: #59c2e6;
    transition-duration: .2s;
    transition-property: all;
}
.oct-day-goods-box .owl-controls {
    margin-top: 20px;
}
.oct-carousel-row .oct-last-reviews .owl-carousel .owl-item .rating {
    left: 0;
    bottom: 0;
    margin-top: -12px;
    margin-bottom: 24px;
    position: relative;
}
.oct-carousel-row .oct-last-reviews .owl-carousel .owl-item .rating:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    width: 33%;
    height: 1px;
    background: rgba(26, 57, 67, 0.04);
    margin: 0 auto;
}
.oct-carousel-row .oct-last-reviews .owl-carousel .owl-item .review-text {
    font-family: 'OpenSansRegular';
    font-size: 12px;
    line-height: 22px;
    color: #909090;
    width: 70%;
    margin: 0 auto;
}
.banner-row .banner-box,  .about-text-row .about-text-box {
    margin-top: 16px;
    margin-bottom: 16px;
}
.banner-row .banner-box {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    border-radius: 3px;
}
.about-text-header {
    margin-bottom: 20px;
    padding-bottom: 40px;
}
.about-text-header:before {
    content: "\f0e7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 18px;
    color: #59c2e6;
    width: 18px;
    margin: 0 auto;
}
.about-text-box {
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    border-radius: 3px;
    padding: 18px;
}
.about-text-box p {
    font-family: 'OpenSansRegular';
    font-size: 16px;
    line-height: 24px;
    color: #888888;
    padding: 10px;
}
.news-carousel-box .owl-carousel {
    background: transparent;
}
.news-carousel-box .owl-wrapper-outer {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.news-carousel-box .owl-carousel .owl-wrapper-outer .item {
    padding: 5px;
    text-align: center;
}
.news-carousel-box .owl-carousel .owl-wrapper-outer .item .oct-news-item {
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    border-radius: 3px;
    padding: 20px 10px;
}
.news-carousel-box .owl-carousel .owl-wrapper-outer .item .oct-news-item .image {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 100px;
    margin: 20px auto;
    text-align: center;
    border: 3px solid rgba(79, 95, 111, 0.5);
    transition-duration: .2s;
    transition-property: all;
}
.news-carousel-box .owl-carousel .owl-wrapper-outer .item .oct-news-item:hover .image {
    transition-duration: .2s;
    transition-property: all;
    border: 3px solid rgba(89, 194, 230, 0.5);
}
.news-carousel-box .owl-carousel .owl-wrapper-outer .item .oct-news-item .image a {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.news-carousel-box .owl-carousel .owl-wrapper-outer .item .oct-news-item .image img {
    max-width: 170%;
    max-height: 157%;
    margin: -30px auto 0;
}
.news-carousel-box .owl-carousel .owl-wrapper-outer .item .oct-news-item .name {
    height: 80px;
    overflow: hidden;
}
.news-carousel-box .owl-carousel .owl-wrapper-outer .item .oct-news-item .news-date, .news-carousel-box .owl-carousel .owl-wrapper-outer .item .oct-news-item .news-date span {
    color: #4f5f6f;
    font-family: 'OpenSansBold';
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.news-carousel-box .owl-carousel .owl-wrapper-outer .item .oct-news-item .news-button {
    margin-bottom: 16px;
    margin-top: 26px;
}
.news-carousel-box .owl-carousel .owl-wrapper-outer .item .oct-news-item .news-button .oct-button {
    padding: 8px 20px;
}
.news-carousel-box .owl-carousel .owl-wrapper-outer .item .oct-news-item .news-button .oct-button i {
    font-size: 18px;
    position: relative;
    margin-left: 6px;
    top: 2px;
}
.brands-carousel-box {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    margin-top: 14px;
}
.brands-carousel-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 30px;
    width: 30px;
    background: #fff;
    -webkit-box-shadow: -3px 0 5px -1px rgba(184, 180, 184, .5);
    -moz-box-shadow: -3px 0 5px -1px rgba(184, 180, 184, .5);
    box-shadow: -3px 0 5px -1px rgba(184, 180, 184, .5);
    z-index: 1;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.brands-carousel-box:after {
    content: '';
    position: absolute;
    right: 0;
    top: 30px;
    bottom: 30px;
    width: 30px;
    background: #fff;
    -webkit-box-shadow: 3px 0 5px -1px rgba(184, 180, 184, .5);
    -moz-box-shadow: 3px 0 5px -1px rgba(184, 180, 184, .5);
    box-shadow: 3px 0 5px -1px rgba(184, 180, 184, .5);
    z-index: 1;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.brands-carousel-box:before, .brands-carousel-box:after {
    top: 10%;
    bottom: 10%;
    z-index: 0;
}
.brands-carousel-box .brands-carousel {
    padding: 40px 0;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    border-radius: 3px;
}
.brands-carousel .owl-wrapper-outer {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}
.brands-carousel-box .brands-carousel .item {
    cursor: pointer;
}
.brands-carousel-box .brands-carousel .item img {
    margin: 0 auto;
    text-align: center;
}
#oct-slide-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
}
#oct-slide-panel .oct-slide-panel-heading {
    height: 50px;
    background: #70879e;
}
#oct-slide-panel .oct-slide-panel-content {
    background: #fff;
    height: 0;
    transition: height .2s ease-out;
    overflow: hidden;
}
#oct-slide-panel .oct-slide-panel-content.oct-slide-panel-content-opened {
    height: 600px;
    transition: height .2s ease-in;
    overflow-y: auto;
}
.oct-slide-panel-item-content {
    display: none;
}
.oct-slide-panel-item-content.oct-panel-active {
    display: block!important;
}
.oct-panel-link, .oct-panel-link:focus, .oct-panel-link:visited {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    line-height: 48px;
    font-size: 16px;
    transition-duration: .2s;
    transition-property: all;
    position: relative;
}
#oct-last-seen-link, #oct-favorite-link, #oct-compare-link, #oct-bottom-cart-link {
    border-left: 1px solid #76828f;
    transition-duration: .2s;
    transition-property: all;
}
#oct-last-seen-link:hover, #oct-favorite-link:hover, #oct-compare-link:hover, #oct-bottom-cart-link:hover, .oct-panel-link-active {
    background: #57697a;
    transition-duration: .2s;
    transition-property: all;
}
.oct-panel-link:hover, .oct-panel-link-active a {
    color: #c9e7f1!important;
    text-decoration: none;
    transition-duration: .2s;
    transition-property: all;
}
.oct-panel-link i {
    font-size: 18px;
    margin-right: 4px;
}
#oct-bottom-cart-link {
    border-right: 1px solid #76828f;
}
.oct-slide-panel-quantity {
    padding: 2px 4px;
    background: #fff;
    color: #000;
    border-radius: 3px;
    font-weight: 700;
    font-size: 12px;
    margin-left: 4px;
}
.oct-panel-link:hover .oct-slide-panel-quantity, .oct-panel-link-active .oct-slide-panel-quantity {
    background: #c9e7f1;
}
.oct-slide-panel-content .oct-carousel-box {
    padding: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
    box-shadow: none;
    border-radius: 0;
}
#oct-bluring-box {
    position: relative;
}
#oct-bluring-box.oct-bluring {
    z-index: 1;
}
#oct-bluring-box #oct-bluring-box-item {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9000;
    background: rgba(47, 63, 86, 0.4);
}
#oct-bluring-box.oct-bluring #oct-bluring-box-item {
    display: block;
    cursor: pointer;
}
#oct-bottom-cart-content {
    padding-top: 34px;
    padding-bottom: 34px;
}
.oct-bottom-cart-in-cart {
    text-align: center;
    margin-bottom: 34px;
}
.oct-bottom-cart-in-cart p {
    color: #4f5f6f;
    font-size: 16px;
}
.oct-bottom-cart-in-cart span {
    color: #59c2e6;
    font-family: 'OpenSansSemibold'}
.oct-bottom-cart-box .table>thead>tr>td, .oct-bottom-cart-box .table>thead>tr>th {
    border: 0;
    background-color: rgba(201, 231, 241, 0.48);
    font-size: 14px;
    line-height: 40px;
}
.oct-bottom-cart-box .table>tbody>tr>td, .oct-bottom-cart-box .table>tbody>tr>th, .oct-bottom-cart-box .table>tfoot>tr>td, .oct-bottom-cart-box .table>tfoot>tr>th, .oct-bottom-cart-box .table>thead>tr>td, .oct-bottom-cart-box .table>thead>tr>th {
    border-top: 0;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}
.oct-bottom-cart-box td.delete-td button {
    border: 0;
    background-color: transparent;
    background-image: none;
    font-size: 18px;
    width: 22px!important;
    height: 22px;
    line-height: 18px;
    color: #e05e64;
    border-radius: 15px;
    margin-left: 20px;
}
.oct-bottom-cart-box .table .oct-bottom-cart-table-text {
    color: #59c2e6;
    font-family: 'OpenSansSemibold';
    font-size: 14px;
}
.oct-bottom-cart-box .table a.oct-bottom-cart-table-text:hover {
    text-decoration: underline;
}
.oct-bottom-cart-total-cart {
    text-align: center;
}
.oct-bottom-cart-total-cart .total-text {
    font-size: 14px;
    line-height: 24px;
    margin: 8px auto;
}
.oct-bottom-cart-total-cart .total-text span {
    color: #59c2e6;
    font-family: 'OpenSansSemibold'}
.oct-bottom-cart-box .table .form-control {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    border-radius: 0;
    max-width: 60px;
    margin-left: 20px;
    margin-bottom: 0;
}
#column-left .list-group, #column-right .list-group, .oct-news-panel .list-group {
    background: #4f5f6f;
}
#column-left .list-group a, #column-right .list-group a, .oct-news-panel .list-group a {
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'OpenSansSemibold';
    font-size: 14px;
    background: transparent;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
#column-left .list-group a.active, #column-left .list-group a.active:hover, #column-left .list-group a:hover, #column-right .list-group a.active, #column-right .list-group a.active:hover, #column-right .list-group a:hover, .oct-news-panel .list-group a.active, .oct-news-panel .list-group a.active:hover, .oct-news-panel .list-group a:hover {
    text-shadow: none;
    background: #59c2e6;
    border: 0;
}
.cat-desc-box {
    margin-top: 16px;
    margin-bottom: 16px;
    border-radius: 3px;
}
.cat-desc-box a {
    text-decoration: underline;
    color: #3379b7;
}
.cat-desc-box a:hover {
    text-decoration: none;
}
.cat-desc-box img {
    float: left;
    margin: 4px 10px 0 0;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .08);
}
.pagination {
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .08);
    margin-top: 10px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li>a, .pagination>li>span {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    font-family: 'OpenSansBold';
    font-size: 14px;
    color: #59c2e6;
    padding: 10px 14px;
    background: rgba(0, 0, 0, 0.02);
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover, .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #4f5f6f!important;
    background: rgba(0, 0, 0, 0.08)!important;
    border: 0!important;
    box-shadow: none;
}
.product-header {
    font-family: 'OpenSansRegular';
    font-size: 24px;
    line-height: 32px;
    color: #4f5f6f;
    text-transform: uppercase;
    margin-top: -6px;
    margin-bottom: 20px;
}
.after-header-row {
    margin-bottom: 16px;
}
.after-header-item {
    background: #f4f6f8;
    border-radius: 3px;
    padding: 2px 6px;
    font-family: 'OpenSansBold';
    font-size: 14px;
    color: #4f5f6f;
    text-align: center;
}
.after-header-item .blue {
    color: #59c2e6;
    font-family: 'OpenSansRegular'}
.after-header-item .rating i.fa {
    font-size: 12px;
}
.after-header-item .rating .fa-stack {
    font-size: 6px;
}
.after-header-item a {
    color: #4f5f6f;
}
.after-header-item a:hover {
    text-decoration: underline;
}
.product-hr {
    margin-top: 10px;
    margin-bottom: 20px;
}
.product-price .h2, .product-price .h3, .product-price h2, .product-price h3 {
    display: inline-block;
    margin-top: 0;
}
.product-price .h3, .product-price h3 {
    margin-right: 10px;
    font-family: 'OpenSansRegular';
    text-decoration: line-through;
    color: #4f5f6f;
    font-size: 20px;
    margin-bottom: 0;
}
.product-price .h2, .product-price h2 {
    font-family: 'OpenSansBold';
    color: #59c2e6;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 42px;
}
.found-cheaper {
    height: 42px;
    padding-left: 4px;
    padding-right: 4px;
    background: #f4f6f8;
    border-radius: 3px;
    line-height: 42px;
    text-align: center;
}
.found-cheaper a, .found-cheaper a:visited {
    font-size: 14px;
    font-family: 'OpenSansRegular';
    color: #4f5f6f;
    text-decoration: underline;
}
.found-cheaper a:hover {
    text-decoration: none;
}
.number {
    background: #f4f6f8;
    border-radius: 3px;
    padding: 9px 0;
    height: 42px;
}
.number .frame-change-count {
    display: table;
    text-align: center;
    width: 100%}
.number .btn-minus, .number .btn-plus, .number input.plus-minus {
    display: table-cell;
}
.number input.plus-minus {
    text-align: center;
    width: 40px;
    border: 0;
    padding: 2px;
}
.number .btn-minus button, .number .btn-plus button {
    background: transparent;
    background-image: none;
    border: 0;
    padding: 0 12px;
}
.number .btn-minus button i, .number .btn-plus button i {
    font-size: 12px;
    font-weight: 100;
    color: #4f5f6f;
    transition-duration: .2s;
    transition-property: all;
}
.number .btn-minus button:hover i, .number .btn-plus button:hover i {
    color: #59c2e6;
    transition-duration: .2s;
    transition-property: all;
}
.price-col p {
    color: #c4c4c4;
    font-size: 11px;
}
.product-buttons-row {
    margin-top: 14px;
    margin-bottom: 8px;
}
.product-buttons-box {
    display: table;
    width: 103%;
    border-collapse: separate;
    border-spacing: 8px 0;
    position: relative;
    left: -8px;
}
.row .atname, .row .atdesc {
    font-size: 12px;
    background: #f5f6f8;
    background: -moz-linear-gradient(left, #f5f6f8 0%, #fff 100%, #fff 100%, #fff 100%);
    background: -webkit-linear-gradient(left, #f5f6f8 0%, #fff 100%, #fff 100%, #fff 100%);
    background: linear-gradient(to right, #f5f6f8 0%, #fff 100%, #fff 100%, #fff 100%);
    padding: 4px 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
}
.row .atdesc {
    background: transparent;
    font-weight: 400;
    font-size: 11px;
}
.atinfo {
    margin: 10px;
}
.product-buttons-box a {
    display: table-cell;
    text-align: center;
    cursor: pointer;
}
.product-buttons-box a:first-child {
    margin-left: 0;
}
.product-buttons-row .button-one-click, .product-buttons-row .button-wishlist, .product-buttons-row .button-compare {
    background: #4f5f6f;
    cursor: pointer;
}
.product-buttons-row .button-one-click:hover, .product-buttons-row .button-wishlist:hover, .product-buttons-row .button-compare:hover {
    background: #59c2e6;
}
.product-info-li {
    background: #f5f6f8;
    background: -moz-linear-gradient(left, #f5f6f8 0%, #fff 100%, #fff 100%, #fff 100%);
    background: -webkit-linear-gradient(left, #f5f6f8 0%, #fff 100%, #fff 100%, #fff 100%);
    background: linear-gradient(to right, #f5f6f8 0%, #fff 100%, #fff 100%, #fff 100%);
    padding: 4px 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    font-size: 12px;
}
.product-info-li span {
    font-family: 'OpenSansBold';
    color: #4f5f6f;
}
.product-info-li a, .product-info-li a:visited {
    font-family: 'OpenSansRegular';
    color: #4f5f6f;
    text-decoration: underline;
}
.product-info-li a:hover {
    text-decoration: none;
}
.product-images .thumbnail {
    border: 0;
    border-radius: 0;
}
.options-header {
    font-size: 16px;
    text-transform: uppercase;
}
#product .product-info-li.list-li {
    padding-bottom: 2px;
    padding-top: 10px;
}
#product .options-box {
    margin-top: -10px;
}
#product .options-box .radio {
    display: inline-block;
}
#product .options-box .radio.oct-product-radio {
    display: block;
}
#product .options-box .img-thumbnail {
    display: inline-block;
    width: 22px;
    height: auto;
    padding: 2px;
    line-height: 1.42857143;
    background-color: #4f5f6f;
    border: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#product .options-box .selected-img .img-thumbnail {
    background-color: #59c2e6;
}
#product .options-box .radio-img .selected-img {
    position: relative;
}
#product .options-box .radio-img:first-child .selected-img:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: 9px;
    left: 8px;
    border-radius: 2px;
    background: #70c9e8;
}
#product .options-box .radio-img .selected-img:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: 9px;
    left: 8px;
    border-radius: 2px;
    background: #70c9e8;
}
#product .options-box .radio label {
    padding-left: 10px;
}
#product .options-box .radio-img label {
    padding-left: 0px;
    padding-right: 10px;
}
#product .control-label {
    font-family: 'OpenSansBold';
    color: #4f5f6f;
}
#product .options-box .radio label .product-input-radio {
    position: relative;
    margin: 4px 6px 4px -10px;
}
#product .options-box .radio:first-child label.not-selected-img, #product .options-box .radio:first-child label.selected-img {
    padding-left: 0;
}
.product-tabs-row {
    margin-top: 20px;
}
.product-tabs-row .nav-tabs {
    border: 0;
}
.product-tabs-row .nav-tabs>li>a {
    color: #fff;
    background-color: #59c2e6;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
    font-family: 'OpenSansSemibold';
    margin-right: 16px;
    position: relative;
    z-index: 2;
}
.product-tabs-row .nav-tabs>li.active>a, .product-tabs-row .nav-tabs>li.active>a:focus, .product-tabs-row .nav-tabs>li.active>a:hover {
    background-color: #4f5f6f;
    color: #fff;
    border: 0;
}
.product-tabs-row .nav-tabs>li.active>a:before {
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-top: 6px solid #4f5f6f;
    display: block;
    bottom: -30%;
    left: 45%;
    width: 0;
    height: 0;
    z-index: 1;
}
.product-tabs-row .tab-content {
    padding: 10px;
}
.product-tabs-row #tab-description p {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #666;
}
.oct-specification {
    margin-top: 10px;
}
.oct-specification table {
    background: #fff;
    border-top: 1px solid #f4f4f4;
    margin-bottom: 20px;
}
.oct-specification .table-bordered>tbody>tr>td, .oct-specification .table-bordered>tbody>tr>th, .oct-specification .table-bordered>tfoot>tr>td, .oct-specification .table-bordered>tfoot>tr>th, .oct-specification .table-bordered>thead>tr>td, .oct-specification .table-bordered>thead>tr>th {
    border: 1px solid #f1f5f5;
}
.oct-specification .table-bordered>thead>tr>td.head-td {
    background: #fcfcfc;
}
.oct-specification .table-bordered>tbody>tr:nth-child(2n) {
    background: #fcfcfc;
}
.account-content {
    padding: 0 0 20px;
    font-size: 14px;
    min-height: 100px!important;
}
.account-content h1 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 0;
}
ul.account-ul li {
    text-align: center;
}
ul.account-ul li:hover a {
    color: #fff!important;
    border-radius: 1px;
    background: #59c2e6;
}
ul.account-ul li a {
    display: block;
    margin: 0 auto;
    color: #59c2e6;
    padding-top: 20px;
    padding-bottom: 20px;
}
ul.account-ul li i {
    display: block;
    width: 100%;
    margin: 10px auto;
    font-size: 40px;
}
ul.account-ul li a span {
    display: block;
    margin: 0 auto;
}
.account-content form legend, .account-content h2 {
    font-size: 20px;
    text-transform: uppercase;
    border: 0;
    color: #59c2e6;
    margin-bottom: 40px;
    text-align: center;
}
.account-content form legend i, .account-content h2 i {
    margin: 0 10px 0 0;
    font-size: 20px;
}
.account-content .table-div, .account-content form {
    width: 100%;
    margin: 0 auto;
}
.form-horizontal .control-label {
    text-align: left;
    font-size: 14px;
}
.account-content .form-control {
    border-radius: 0;
}
.account-content .buttons {
    margin-top: 20px;
    text-align: center;
}
.account-content .buttons div {
    display: inline-block;
    margin: 0 20px;
}
.account-content .buttons div .button-back {
    text-decoration: underline;
    color: #4f5f6f;
}
.account-content .buttons div .button-back:hover {
    text-decoration: none;
    color: #59c2e6;
}
.account-content .buttons div .fa {
    margin-right: 6px;
}
.account-content .table-div {
    border: 1px solid rgba(173, 206, 204, .5);
    padding: 15px;
    margin-bottom: 20px;
}
.account-content .table-div table {
    border: 0;
    margin-bottom: 0;
}
.account-content .table-hover>tbody>tr:hover {
    background: transparent;
}
.account-content .table-div table .button-back.no-mt {
    margin-top: 0;
}
.account-content .table-div table .button-back.no-mt .fa {
    margin-left: 6px;
    font-size: 16px;
}
.account-content .table-div table .button-back {
    text-decoration: underline;
    display: block;
    margin-top: 30px;
    color: #4f5f6f;
}
.account-content .table-div table .button-back:hover {
    text-decoration: none;
    color: #59c2e6;
}
.account-content .table-div.wishlist-table {
    padding: 0;
    border-radius: 2px;
}
.wishlist-tr {
    color: #fff;
    background-color: #59c2e6!important;
}
.wishlist-tr, .wishlist-tr td {
    border: 0!important;
}
.wishlist-content-tr {
    padding: 10px;
    height: 80px;
}
.account-content .table tbody tr td {
    border: 0;
}
.wishlist-content-tr a {
    color: #59c2e6;
}
.wishlist-content-tr a .text-center img {
    width: 45%}
.wishlist-content-tr td {
    vertical-align: middle!important;
}
.wishlist-content-tr a.oct-button, .wishlist-content-tr button+a {
    color: #fff!important;
    padding: 10px 20px 11px;
}
.newsletter-label {
    text-align: right!important;
}
.newsletter-div {
    text-align: left!important;
}
.account-content .well {
    padding: 19px 0;
}
.well p.text {
    min-height: 180px;
    font-size: 13px;
}
.well {
    background: 0 0;
    border: 0;
    box-shadow: none;
}
.info-content {
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.87);
}
.info-content strong {
    font-weight: 600;
}
.info-content p, .info-content ul, .info-content ol {
    margin-bottom: 24px;
}
.row.sort-row {
    background: rgba(89, 194, 230, 0.08);
    margin: 0 0 10px;
    padding: 15px 0 0;
}
.appearance .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    padding-right: 10px;
}
.empty-bottom-cart {
    font-size: 14px;
}
.oct-bottom-cart-box thead td {
    font-family: 'OpenSansSemibold'}
.popup-table-price {
    font-size: 16px;
}
.cart-content .oct-carousel-header {
    margin-top: 0;
}
.cart-content .oct-carousel-header:after {
    display: none;
}
.cart-content .oct-bottom-cart-box .table .form-control {
    max-width: 100%;
    margin-left: 0;
}
.cart-content .buttons {
    margin-bottom: 34px;
}
.not-selected-img input.none, .selected-img input.none {
    display: none!important;
}
.oct-checkout-content {
    border-left: 1px solid #e0e0e0;
    padding-left: 30px;
    margin-left: 15px;
    margin-bottom: 30px;
}
.oct-checkout-content .login-checkout, .fastorder-panel-default, .fastorder-panel-group .panel-default {
    border-radius: 0!important;
    box-shadow: none;
    background: transparent;
    border: 0;
    padding-left: 0;
    padding-right: 0;
}
.fastorder-panel-default .panel-body {
    padding: 0;
}
.oct-checkout-content #show-login {
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
}
.oct-checkout-content #show-login .registered-text {
    margin-bottom: 10px;
}
.oct-checkout-content #show-login a {
    cursor: pointer;
}
.oct-checkout-content .login-form {
    text-align: center;
    margin-bottom: 0;
}
.oct-checkout-content .login-checkout {
    margin-bottom: 0;
}
.oct-checkout-content .login-form .form-inline .form-group {
    display: block;
}
.oct-checkout-content input[type="text"], .oct-checkout-content input[type="password"], .oct-checkout-content select {
    width: 100%;
    height: 40px;
    border: 1px solid #ecedef;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
    background: #f0f0f0;
    box-shadow: none;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #fdfdfd 100%);
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #fdfdfd 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%, #fdfdfd 100%);
    color: #4f5f6f;
    font-family: 'OpenSansRegular';
    font-size: 14px;
    margin-bottom: 10px;
}
.oct-checkout-content textarea {
    width: 100%;
    border: 1px solid #ecedef;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 10px 20px;
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #fdfdfd 100%);
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #fdfdfd 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%, #fdfdfd 100%);
    color: #4f5f6f;
    font-family: 'OpenSansRegular';
    font-size: 14px;
    margin: 0 auto;
    min-height: 200px;
    box-shadow: none;
}
.oct-checkout-content .login-form .form-inline .form-group input[type="text"], .oct-checkout-content .login-form .form-inline .form-group input[type="password"] {
    margin-bottom: 20px;
}
.oct-checkout-content .login-form .form-inline .form-group .oct-button {
    margin-bottom: 10px;
}
.oct-checkout-content .checkout_form-first-div .fastorder-panel-default>.panel-heading {
    border: 0;
    padding-left: 0;
    background: transparent;
}
.oct-fastorder-header {
    color: #59c2e6;
    font-size: 22px;
    position: relative;
    line-height: 32px;
    margin-bottom: 4px;
    padding: 4px 0;
}
.oct-fastorder-header span {
    position: absolute;
    top: 0;
    left: -50px;
    text-align: center;
    width: 39px;
    height: 39px;
    line-height: 38px;
    background: #59c2e6;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%}
.checkout_form {
    padding-bottom: 30px;
    padding-right: 15px;
}
.oct-bottom-cart-img-thumbnail {
    border: 0;
}
.oct-checkout-content .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-color: transparent;
}
.oct-checkout-content .fastorder-panel-default + .fastorder-panel-default {
    margin-bottom: 0;
}
.oct-checkout-content .oct-bottom-cart-total-cart {
    text-align: left;
}
#collapse-voucher input[type="text"], #collapse-shipping input[type="text"], #collapse-reward input[type="text"], #collapse-coupon input[type="text"] {
    width: 100%;
    height: 40px;
    border: 1px solid #ecedef;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
    background: #f0f0f0;
    box-shadow: none;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #fdfdfd 100%);
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #fdfdfd 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%, #fdfdfd 100%);
    color: #4f5f6f;
    font-family: 'OpenSansRegular';
    font-size: 14px;
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#collapse-shipping input[type="text"] {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
#collapse-voucher .oct-button, #collapse-reward .oct-button, #collapse-coupon .oct-button, .oct-m-search .oct-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#collapse-shipping .input-group {
    display: block;
}
#collapse-shipping .oct-button {
    margin-top: 20px;
}
.oct-refresh-button {
    height: 40px;
    line-height: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#menu .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    display: block;
    margin-top: 0!important;
    -webkit-transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
}
#menu .dropdown-menu a, #menu .dropdown-menu img {
    transition: unset;
}
#menu .dropdown:hover .dropdown-menu {
    margin-top: 0!important;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .1s linear .2s, opacity .1s linear .2s;
    -moz-transition: visibility .1s linear .2s, opacity .1s linear .2s;
    -o-transition: visibility .1s linear .2s, opacity .1s linear .2s;
    z-index: 1001;
}
#filter-close {
    display: none;
    position: absolute;
    top: 8px;
    right: 14px;
    width: 40px;
    height: 52px;
    color: #fb1c33;
    font-size: 22px;
    z-index: 101;
    text-align: right;
}
.box-content.filtered {
    background: #f7f9fa;
}
#selected-filters .checkbox, .filtered .list-group-item.item-name, .filtered .list-group-item.price-name {
    font-size: 14px;
}
.filtered .list-group-item, .filtered a.list-group-item:focus, .filtered a.list-group-item:hover, .filtered button.list-group-item:focus, .filtered button.list-group-item:hover {
    background-color: transparent;
}
.filtered .item-content, .filtered .list-group-item.price-item {
    padding-bottom: 0;
    margin-bottom: 10px;
}
.filtered .list-group-item {
    border: 0;
}
.filtered .list-group-item.item-name, .filtered .list-group-item.item-name:hover {
    background: #f2fafd;
}
#filter-products-form {
    position: relative;
}
#filter-products-form a.list-group-item .link {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 10px;
}
.filtered .link i {
    color: #4f5f6f!important;
}
#filter-products-form .item-content, .filtered .checkbox-image input[type=checkbox]+label::before, .filtered .checkbox-image input[type=checkbox]:checked+label::before, .filtered .checkbox-image input[type=radio]+label::before, .filtered .checkbox-image input[type=radio]:checked+label::before {
    display: none;
}
#filter-products-form .expanded .item-content {
    display: block;
    border-radius: 0;
}
#filter-products-form .inner-box.expanded {
    position: relative;
}
#filter-products-form .expanded .item-content .filter-results {
    text-align: center;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1000;
    display: none;
}
#filter-products-form .expanded .item-content .select .filter-results {
    top: 35%}
#filter-products-form .expanded .item-content .filter-results .filter-tooltip-corner {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: 50%;
    left: -6px;
    margin-top: -6px;
    border-width: 6px 6px 6px 0;
    border-right-color: #59c2e6;
}
#filter-products-form .expanded .item-content .filter-results:hover .filter-tooltip-corner {
    border-right-color: #4f5f6f;
}
#filter-products-form .expanded .item-content .filter-results .filter-tooltip-inner {
    padding: 0;
    color: #fff;
    text-align: center;
    background-color: #59c2e6;
    border-radius: 3px;
}
#filter-products-form .expanded .item-content .filter-results .filter-tooltip-inner button {
    padding: 3px 8px;
    font-size: 12px;
}
.filtered .checkbox input[type=checkbox]+label, .filtered .checkbox-inline input[type=checkbox]+label, .filtered .radio input[type=radio]+label, .filtered .radio-inline input[type=radio]+label {
    cursor: pointer;
    padding-left: 0;
    font-size: 12px;
    color: #4f5f6f;
    line-height: 22px;
}
.filtered input[type="checkbox"] + label::before, .filtered input[type="radio"] + label::before, .filtered input[type="checkbox"]:checked + label::before, .filtered input[type="radio"]:checked + label::before {
    border: 1px solid #B6AE88;
}
.filtered input[type=checkbox]+label::before, .filtered input[type=radio]+label::before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: -3px 10px 0 0;
    border: 1px solid #59c2e6;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.filtered .checkbox input[type=checkbox], .filtered .checkbox-inline input[type=checkbox], .filtered .radio input[type=radio], .filtered .radio-inline input[type=radio] {
    display: none;
}
.filtered input[type="checkbox"]:checked + label::before, .filtered input[type="radio"]:checked + label::before {
    background: #36283A;
    border-width: 3px;
}
.filtered input[type=checkbox]:checked+label::before, .filtered input[type=radio]:checked+label::before {
    background: #4f5f6f;
    padding: 5px!important;
    border: 3px solid #59c2e6;
}
.box-heading {
    font-size: 18px;
    color: #4f5f6f;
    background: #f2fafd;
    padding: 10px;
}
.filtered .radio input[type=radio]+label:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%}
.selected-filters-label {
    padding-left: 0!important;
}
#selected-filters {
    padding-bottom: 10px;
}
.box-content {
    background: #f7f9fa;
    margin-bottom: 15px;
}
.input-group.date .input-group-btn button, .input-group.time .input-group-btn button, .input-group.datetime .input-group-btn button {
    height: 40px;
    margin-top: 0;
}
#filter-products-form .checkbox-image {
    float: left;
    margin-right: 6px;
}
#filter-products-form .checkbox-image img {
    cursor: pointer;
    border: 2px solid #4f5f6f;
    border-radius: 2px;
}
#filter-products-form .highlight {
    border: 2px solid #59c2e6!important;
}
.content-row .left-info {
    position: relative;
    z-index: 1;
}
.content-row .left-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-sticker-box {
    display: inline-block;
    position: absolute!important;
    left: 17px;
    top: 2px;
    z-index: 1000;
    margin-left: 0!important;
    text-align: center;
}
.product-sticker-box div {
    border-radius: 3px;
    background: #E91E63;
    color: #fff;
    padding: 4px 10px;
    margin-top: 10px;
    margin-left: 14px;
    font-size: 13px;
}
#main-product-you-save {
    position: absolute;
    top: 10px;
    left: 30px;
    border-radius: 3px;
    background: #E91E63;
    color: #fff;
    padding: 4px 10px;
    z-index: 1000;
    font-size: 13px;
}
#main-product-you-save + .product-sticker-box {
    top: 40px;
}
.content-row .left-info .thumbnail {
    border: 0;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 0;
}
.thumbnails-one a {
    display: block;
    padding: 0;
    line-height: 1.42857143;
    background-color: #fff;
}
#image-additional {
    float: none;
    width: 100%;
    max-width: 100%!important;
    margin-left: 0;
    max-height: 120px;
    overflow: hidden;
}
.left-info .thumbnails {
    overflow: visible;
}
#image-additional .owl-item a {
    border: 1px solid #eee;
    transition-duration: .2s;
    transition-property: all;
    border-width: 1px;
    display: block;
    padding: 4px;
}
#image-additional .owl-item a:hover {
    border-color: #59C2E6;
    transition-duration: .2s;
    transition-property: all;
}
#image-additional .owl-wrapper-outer {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    margin-left: 1px;
}
#image-additional .owl-item {
    height: 110px;
}
#image-additional .owl-item img {
    width: 100%}
#image-additional .owl-pagination {
    display: none;
}
div.product-buttons-box.preorder-buttons-box {
    display: block;
    left: 0;
    width: 100%}
.product-buttons-box .oct-preorder-button {
    display: inline-block;
    width: 30%}
div.product-buttons-box.preorder-buttons-box a {
    display: inline-block;
    margin-right: 6px;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    background: transparent!important;
}
.product-advantages-box .product-advantages-item {
    text-align: center;
}
.product-advantages-box i {
    color: #59c2e6;
    font-size: 34px;
    margin-bottom: 4px;
    display: block;
}
.product-advantages-box a span {
    font-size: 13px;
    line-height: 18px;
    color: #4f5f6f;
    text-decoration: underline;
}
.product-advantages-box a:hover span {
    text-decoration: none;
}
.oct-attr-product-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}
.oct-attr-product-header-text {
    font-family: 'OpenSansBold';
    color: #4f5f6f;
}
.oct-attr-product-header-link {
    color: #59C2E6;
    text-decoration: underline;
}
.oct-attr-product-header-link:hover {
    color: #59C2E6;
    text-decoration: none;
}
.oct-attr-product-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 4px;
}
.oct-attr-product-item span {
    background-color: #FFF;
    z-index: 2;
}
.oct-attr-product-item span:first-child {
    padding-right: 8px;
}
.oct-attr-product-item span:last-child {
    padding-left: 8px;
}
.oct-attr-product-item:after {
    content: '';
    border-bottom: 1px dotted #666;
    height: 1px;
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    z-index: 1;
}
#form-review textarea, textarea.form-control {
    width: 100%;
    border: 1px solid #ecedef;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 10px 20px;
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #fdfdfd 100%);
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #fdfdfd 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%, #fdfdfd 100%);
    color: #4f5f6f;
    font-family: 'OpenSansRegular';
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 20px;
    min-height: 120px;
    box-shadow: none;
}
.empty-text {
    margin-bottom: 20px;
}
.middle-header {
    display: flex;
    align-items: center;
}
#uptocall-mini {
    bottom: 70px;
    right: 20px;
    border: 10px solid rgba(21, 150, 175, 0.15);
    border-radius: 100%;
    position: fixed;
    z-index: 999;
    cursor: pointer;
    opacity: .85;
}
#uptocall-mini .uptocall-mini-phone {
    -moz-border-radius: 50%!important;
    -webkit-border-radius: 50%!important;
    border-radius: 50%!important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #59c2e6;
    width: 55px;
    height: 55px;
    transform: rotate(40deg);
}
#uptocall-mini:hover .uptocall-mini-phone {
    background-color: #4f5f6f;
}
#uptocall-mini .uptocall-mini-phone i {
    font-size: 32px;
    position: relative;
    top: 12px;
    left: 16px;
    -webkit-animation: uptocallphone 1.5s linear infinite;
    -moz-animation: uptocallphone 1.5s linear infinite;
    animation: uptocallphone 1.5s linear infinite;
}
.field-tip .tip-content {
    position: absolute;
    top: 4px;
    right: 9999px;
    width: 160px;
    margin-right: -220px;
    padding: 10px;
    color: #fff;
    background: #4f5f6f;
    -webkit-box-shadow: 2px 2px 5px #aaa;
    -moz-box-shadow: 2px 2px 5px #aaa;
    box-shadow: 2px 2px 5px #aaa;
    opacity: 0;
    -webkit-transition: opacity 250ms ease-out;
    -moz-transition: opacity 250ms ease-out;
    -ms-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
    font-size: 14px;
}
.field-tip:hover .tip-content {
    left: -168px;
    opacity: 1;
}
.field-tip .tip-content:before {
    content: ' ';
    position: absolute;
    top: 50%;
    right: -16px;
    width: 0;
    height: 0;
    margin-top: -8px;
    border: 8px solid transparent;
    border-right-color: #4f5f6f;
    color: #4f5f6f;
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
@-webkit-keyframes uptocallphone  {
    
0%, 100%, 50% {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
}
@-moz-keyframes uptocallphone  {
    
0%, 100%, 50% {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
}
@keyframes uptocallphone  {
    
0%, 100%, 50% {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
}
#back-top {
    position: fixed;
    right: 34px;
    bottom: 160px;
    z-index: 1000;
    background: #59c2e6;
    margin-bottom: 0;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    opacity: .45;
}
#back-top i {
    display: block;
    font-size: 30px;
    color: #fff;
    position: relative;
    top: 7px;
}
#back-top:hover {
    background: #4f5f6f;
    opacity: .85;
}
.user-dropdown .btn-group, .user-dropdown .btn-group button.btn.btn-link {
    display: block;
    width: 100%;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    transition-duration: .2s;
    transition-property: all;
}
#top #top-right-links .dropdown.user-dropdown button:hover, #top #top-right-links .dropdown.user-dropdown button:hover span {
    color: #59c2e6!important;
    transition-duration: .2s;
    transition-property: all;
}
.user-dropdown .btn-group button.btn.btn-link span {
    display: inline!important;
}
.user-dropdown .btn-group button.btn.btn-link + .dropdown-menu {
    position: relative;
    border: 0;
    box-shadow: none;
    background: transparent!important;
}
.user-dropdown .btn-group button.btn.btn-link + .dropdown-menu button {
    color: #000!important;
    line-height: 26px!important;
    font-size: 12px;
}
#wrap {
    z-index: 999!important;
}
.cat-wall-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.oct-category-item-box {
    display: block!important;
    padding: 10px 15px;
    text-align: left!important;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    margin: 0 15px 30px;
    width: calc(33.3333% - 30px);
}
.oct-category-item-box:hover {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
}
.oct-category-item-icon, .oct-category-item-text {
    display: inline-block!important;
}
.oct-category-item-box .oct-category-item-text {
    font-size: 18px;
    line-height: 22px;
}
.oct-category-item-header {
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
}
.oct-category-item-text ul li {
    font-size: 12px;
    line-height: 18px;
}
.oct-category-item-text ul li a, .oct-category-item-text ul li a:visited {
    color: #4f5f6f;
}
.oct-category-item-text ul li a:hover {
    color: #59c2e6;
    text-decoration: underline;
}
.oct-category-item-text ul li.oct-category-see-more {
    margin-top: 4px;
    list-style: none;
}
.oct-category-item-text ul li.oct-category-see-more a {
    color: #59c2e6;
    font-family: 'OpenSansSemibold'}
.oct-category-item-text ul li.oct-category-see-more a:hover {
    color: #4f5f6f;
}
.html-dropdown-menu {
    min-width: 500px;
}
#column-left .panel-default>.panel-heading, #column-right .panel-default>.panel-heading, .oct-news-panel>.panel-heading {
    text-transform: uppercase;
    font-size: 16px;
    border: 0;
    border-radius: 0;
    padding: 20px 15px;
    background-color: #59c2e6;
    color: #4f5f6f;
    box-shadow: none;
    border: none;
}
#column-left .panel-default, #column-right .panel-default, .oct-news-panel {
    border: 0;
}
.news-row .product-thumb {
    text-align: left;
    border: 0;
    background-color: rgba(240, 243, 246, 0.77);
}
.news-row .product-grid .product-thumb:hover {
    position: relative;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}
.news-row .product-thumb .image {
    height: 190px;
    overflow: hidden;
}
.news-row .product-thumb:hover img {
    opacity: .8;
    transition-duration: .2s;
    transition-property: all;
}
.news-row .product-grid {
    min-height: 276px;
}
.news-row .product-thumb:hover {
    border: 0;
}
.news-row .product-thumb .image img {
    width: 100%;
    transition-duration: .2s;
    transition-property: all;
}
.news-row .product-thumb h4 {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: left;
    height: 51px;
    overflow: hidden;
}
.news-row .product-grid .product-thumb .caption p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #5a5a5a;
    height: 66px;
    overflow: hidden;
}
.news-row .product-grid .product-thumb .caption .pull-right {
    text-align: right;
}
.badge-box {
    display: inline-block;
}
.news-row .product-grid .product-thumb .caption .pull-right .badge-box {
    margin-left: 0;
}
.badge-box i {
    color: #59c2e6;
    font-size: 16px;
    position: relative;
    top: 2px;
}
.badge-box .badge {
    color: #4f5f6f;
    padding: 3px;
    background: transparent;
}
.oct-news-content-box .oct-panel {
    padding-left: 0;
}
.oct-news-content .thumbnails {
    float: left;
    margin: 0 20px 0 -20px;
    list-style: none;
}
.oct-news-content-box .thumbnail {
    border: 0!important;
    padding: 0;
}
.oct-news-content #description_block {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 22px;
    text-align: justify;
    font-weight: 400;
}
.oct-news-content #description_block + .thumbnails {
    float: none;
    margin: 0;
    margin-left: -15px;
    margin-right: -15px;
}
.oct-news-content #description_block + .thumbnails a:hover img {
    opacity: .8;
}
.checkbox-holder {
    padding-top: 6px;
    padding-bottom: 12px;
}
.search-header {
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #4f5f6f;
}
.language-currency, .language-currency .language, .language-currency .currency, #top-right-links .language-currency + ul {
    display: inline-block;
}
#top-right-links .language-currency .dropdown-menu {
    margin-top: 10px;
}
.cats-button {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
}
.cats-button + .dropdown-menu {
    right: auto;
}
#service-popup .popup-text {
    text-align: left;
    font-family: 'OpenSansRegular'}
.cat-model {
    color: rgba(0, 0, 0, 0.4);
    letter-spacing: .3px;
    margin-bottom: 0;
    height: 20px;
    overflow: hidden;
}
.product-tabs-row .tab-content, .product-tabs-row #tab-description p, #description_block p, .info-content p, .info-content ul, .info-content ol, .cat-desc-box, .cat-desc-box p, .cat-desc-box ul, .cat-desc-box ol {
    line-height: 24px;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
}
#subcats .owl-prev, #subcats .owl-next {
    text-align: center;
    background-color: #fff;
    width: 23px;
    padding: 13px 0;
    line-height: 16px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    opacity: .7;
    -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
    top: 34%}
#subcats .owl-prev:hover, #subcats .owl-next:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.03);
}
#subcats .owl-prev i, #subcats .owl-next i {
    color: #000;
    text-align: center;
    font-size: 14px;
    line-height: 22.4px;
    font-size: 18px;
    line-height: 1.4rem;
}
#image-additional .owl-wrapper .owl-item label {
    margin-right: 0;
    margin-left: 0;
    border-radius: 0;
    border: 1px solid #eee;
    cursor: pointer;
}
#image-additional .owl-wrapper .owl-item label.label-active, #image-additional .owl-wrapper .owl-item label:hover {
    border-color: #59c2e6;
}
#quick-view #image-additional .owl-controls .owl-buttons .owl-prev, #quick-view #image-additional .owl-controls .owl-buttons .owl-next {
    top: 50%}
#sstore-3-level, #sstore-3-level ul, #sstore-3-level ul li, #sstore-3-level ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
}
#sstore-3-level {
    width: 100%}
#sstore-3-level>ul>li>a {
    padding: 20px;
    cursor: pointer;
    z-index: 2;
    text-decoration: none;
    color: #fff;
    background: #4f5f6f;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#sstore-3-level ul:first-child>li>a {
    padding-top: 28px;
}
#sstore-3-level>ul>li .toggle-a {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    background-color: transparent!important;
}
#sstore-3-level ul>li.has-sub.open>a.toggle-a:after, #sstore-3-level ul>li.has-sub.open>a.toggle-a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#sstore-3-level ul>li.has-sub>a.toggle-a:before {
    position: absolute;
    right: 22px;
    top: 27px;
    display: block;
    width: 10px;
    height: 2px;
    background: #59c4e9;
    content: "";
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
#sstore-3-level ul>li.has-sub>a.toggle-a:after {
    position: absolute;
    right: 26px;
    top: 23px;
    z-index: 5;
    display: block;
    height: 10px;
    width: 2px;
    background: #59c4e9;
    content: "";
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
#sstore-3-level ul:first-child li.has-sub>a.toggle-a:after {
    top: 31px;
}
#sstore-3-level ul:first-child li.has-sub>a.toggle-a:before {
    top: 35px;
}
#sstore-3-level>ul>li.active>ul {
    display: block;
}
#sstore-3-level ul ul {
    display: none;
}
#sstore-3-level ul ul li a {
    padding: 20px 30px 20px 10px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    background: #59c2e7;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#sstore-3-level .list-group-item:first-child {
    border-radius: 0;
}
#sstore-3-level ul ul ul li a {
    padding: 10px 10px 10px 20px;
    color: #4f5f6f;
    background: #59c2e7;
    font-size: 13px;
    line-height: 16px;
}
#sstore-3-level ul>li.has-sub>ul>li.has-sub>a:after, #sstore-3-level ul>li.has-sub>ul>li.has-sub>a:before {
    background-color: #fff;
}
#sstore-3-level {
    margin-bottom: 20px;
}
#sstore-3-level ul ul ul li a:hover {
    color: #fff;
}
#sstore-3-level ul ul ul li a.current-link {
    color: #FFF;
    background: #8cd5ef;
}
.sort-row .form-group, .sort-row .appearance {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 6px;
}
.sort-row .form-group .options {
    text-align: left;
}
.SumoSelect>.CaptionCont {
    border: 0;
    background-color: rgba(0, 0, 0, 0.04);
}
.left-sort-row, .right-sort-row {
    display: inline-block;
}
.right-sort-row {
    float: right;
    margin-right: 15px;
}
.left-sort-row label {
    display: inline-block;
    width: auto;
    padding-top: 2px!important;
}
.input-sort-div .SumoSelect {
    width: 200px;
}
.masked {
    background: #eee;
    opacity: .4;
}
.masked, .masked_loading {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 998;
    top: 0;
    left: 0;
}
.masked_loading {
    background: url(../image/ring-alt.svg) center center no-repeat;
}
#res-products {
    position: relative;
}
.table.compare-table>tbody+tbody {
    border-width: 1px;
}
.table.compare-table td {
    vertical-align: middle;
}
.compare-table-thead {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}
.table.compare-table .oct-button {
    display: inline-block!important;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    max-width: 60%}
#subcats .subcat-box a span {
    display: block;
    height: 46px;
    overflow: hidden;
    line-height: 16px;
}
.review-table tbody {
    padding-left: 15px;
    padding-right: 15px;
}
.review-table {
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #fdfdfd 100%);
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #fdfdfd 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%, #fdfdfd 100%);
    border: 1px solid #ecedef;
}
#tab-review .table-striped>tbody>tr:nth-of-type(odd), #tab-review .white-tr {
    background-color: transparent;
}
#tab-review .table>tbody>tr>td, #tab-review .table>tbody>tr>th, #tab-review .table>tfoot>tr>td, #tab-review .table>tfoot>tr>th, #tab-review .table>thead>tr>td, #tab-review .table>thead>tr>th {
    border-top: 0;
}
#tab-review .table-bordered>tbody>tr>td, #tab-review .table-bordered>tbody>tr>th, #tab-review .table-bordered>tfoot>tr>td, #tab-review .table-bordered>tfoot>tr>th, #tab-review .table-bordered>thead>tr>td, #tab-review .table-bordered>thead>tr>th {
    border: 0;
}
.review-table .author {
    font-size: 18px;
    margin-right: 10px;
}
.review-table .reputation-buttons button {
    border: 0;
    border-radius: 0;
    background: 0 0;
    padding-right: 0;
    cursor: pointer;
}
.review-table .reputation-buttons button i {
    font-size: 18px;
    margin: 0 2px 0 10px;
}
.review-table .reputation-buttons button.plus-reputation i {
    color: #0f7305;
}
.review-table .reputation-buttons button.minus-reputation i {
    color: #9e4040;
}
.review-table .positive_text {
    color: #0f7305;
    margin-bottom: 0;
}
.review-table .negative_text+p, .review-table .positive_text+p {
    margin-bottom: 16px;
    margin-left: 19px;
}
.review-table .negative_text {
    color: #9e4040;
    margin-bottom: 0;
}
.review-table .negative_text i, .review-table .positive_text i {
    margin-right: 4px;
    font-size: 12px;
}
.review-table .review-text {
    line-height: 24px;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
}
.review-table .rating span.my-rating {
    margin-right: 6px;
}
.review-table .rating span.fa-stack {
    display: inline-block;
    margin-top: -2px;
}
.oct-quantity-div {
    padding-top: 14px;
    padding-bottom: 0;
}
.opt-oct-button {
    padding: 10px 6px;
    position: relative;
}
.left-opt-button {
    right: -4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.right-opt-button {
    left: -4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.oct-quantity-text-input {
    text-align: center;
}
.oct-quantity-div table thead td {
    font-weight: 600;
}
.oct-quantity-div table {
    margin-bottom: 0;
}
.default-slideshow.oct-slideshow-box .owl-pagination {
    position: relative;
    left: auto;
}
.default-slideshow.oct-slideshow-box:before, .default-slideshow.oct-slideshow-box:after {
    bottom: 50px;
}
#oct-related .owl-wrapper-outer {
    box-shadow: none;
}
.oct-manufacturer-item {
    padding: 10px;
    text-align: center;
    transition-duration: .2s;
    transition-property: all;
}
.oct-manufacturer-item:hover {
    transition-duration: .2s;
    transition-property: all;
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
.oct-manufacturer-item a {
    cursor: pointer;
    color: #4f5f6f;
    font-weight: 700;
}
.oct-manufacturer-item:hover a {
    color: #59c2e6;
    text-decoration: underline;
}
.oct-manufacturer-item img {
    margin-bottom: 10px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.oct-manufacturer-item:hover img {
    opacity: .8;
    transition-duration: .2s;
    transition-property: all;
}
.oct-manufacturer-item a span {
    display: block;
    height: 46px;
    overflow: hidden;
    line-height: 16px;
}
input[name=terms] + .text-danger, .options-box + .text-danger, .payment-quantity + .text-danger {
    margin-top: 0!important;
}
.oct-related-row .oct-carousel-box {
    box-shadow: none;
}
.thumbnails a {
    border: 1px solid transparent;
}
.selected-thumb {
    border: 1px solid #59c2e6!important;
}
footer .third-row a:hover {
    text-decoration: underline;
}
.reviews-content .product-list {
    border-bottom: 1px solid #ececec;
    padding: 10px 4px 20px;
    overflow: visible;
    width: 100%}
.list-reviews-row, .reviewspage-header, .store-rating {
    font-size: 16px;
}
.small-date {
    font-size: 12px;
    color: #b7b7b7;
}
.bigrating {
    font-size: 14px;
}
.avg_rating, .sreview-author, .store-rating {
    font-weight: 700;
}
.avg_rating {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: #2aa51d;
}
.avg_rating_info {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 15px;
    padding: 15px;
    font-size: 14px;
    line-height: 22px;
    background: #fff;
    border: 1px solid rgba(226, 226, 226, .69);
    margin-top: 20px;
}
.avg_rating:hover+.avg_rating_info {
    visibility: visible;
    transition-duration: .4s;
    transition-property: all;
    opacity: 1;
    margin-top: 0;
}
.reviews-content .product-list .well-sm {
    color: #5a5959;
    font-size: 14px;
    line-height: 24px;
    padding: 16px 0 0;
}
.rev-pagination {
    padding: 10px 0 0;
}
.positive-text-box {
    margin-right: 0!important;
}
.negative-text-box {
    margin-left: 0!important;
}
.contacthtml-box h2 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 400;
}
.contacthtml-box ul {
    padding-left: 18px;
    margin-bottom: 30px;
}
.captcha-box .form-group .col-sm-12, .contact-button-box {
    padding-left: 7px;
}
.map-box-row {
    margin-top: 60px;
    margin-bottom: 30px;
}
.oct-col-module .oct-carousel-header {
    font-size: 18px;
}
.oct-col-module .news-carousel-box .owl-carousel .owl-wrapper-outer .item .oct-news-item, .oct-col-module.oct-carousel-row .oct-carousel-box {
    border-radius: 0;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
}
#column-left .oct-col-module:first-child .oct-carousel-box, #column-right .oct-col-module:first-child .oct-carousel-box {
    margin-top: 0;
}
.oct-m-search {
    display: none;
    width: 100%;
    background: #fff;
    max-height: 100%}
.oct-msearchresults {
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
}
#msearchresults {
    padding-left: 0;
    list-style: none;
}
.close-m-search {
    text-align: center;
    position: absolute;
    top: 16px;
    right: 4px;
}
.close-m-search a {
    font-size: 26px;
    background: transparent;
    color: #59C2E6!important;
}
.close-m-search a:hover {
    background: transparent!important;
}
#menu .flexMenu-viewMore .dropdown-menu {
    left: auto!important;
    right: 100%!important;
    margin-right: 0!important;
    margin-top: 0!important;
}
#menu .flexMenu-viewMore .dropdown:hover .dropdown-menu {
    margin-right: 0!important;
    margin-top: 0!important;
}
.oct-carousel-box .img-responsive, .oct-day-goods-box .img-responsive, .product-tab-row .img-responsive {
    margin-left: auto;
    margin-right: auto;
}
.oct-carousel-box .news-item .image {
    padding-left: 15px;
    padding-right: 15px;
}
.oct-carousel-box .news-item .img-responsive {
    width: 100%}
#menu-mobile {
    display: none;
}
html.noscroll {
    overflow: hidden;
}
html.noscroll body {
    overflow: hidden;
}
.phones-dropdown .dropdown-menu {
    padding: 10px;
    min-width: 150px;
     width: 200px;
}

.phones-dropdown .dropdown-menu li a {
    display: inline-block;
}
#payment_agree-block .alert-danger, #agree-block .alert-danger {
    margin-top: 30px;
}
.mobile-category-header {
    display: none;
}
.oct-text-terms {
    margin-top: 10px;
    text-align: center;
    color: #ccc;
}
.oct-text-terms input[type=checkbox] {
    position: relative;
    top: 3px;
    margin-left: 4px;
}
.table>thead>tr.wishlist-tr>td {
    vertical-align: middle!important;
}
.oct-article-info {
    display: inline-block;
    margin-right: 20px;
}
.oct-news-content-box .product-thumb .caption {
    margin-left: 350px;
}
.footer .third-row .f-acc-toggle {
    display: none;
}
.news-row .product-thumb h4 a {
    font-size: 16px;
}
.oct-news-content .product-list .product-thumb .image {
    margin-bottom: 20px;
}
.oct-news-content .product-list {
    width: 97%;
    margin-left: 15px;
    margin-right: 20px;
}
#show-login .registered-button {
    margin-top: 20px;
}
.contact-form-box .captcha-box {
    padding-left: 7px;
}
.return-captcha-box {
    margin-left: 25.8%}
.oct-carousel-row.news-row .news-item {
    min-height: 340px;
    text-align: left;
}
.oct-carousel-row.news-row .news-item .news-desc {
    padding-left: 20px;
    padding-right: 20px;
    height: 60px;
    overflow: hidden;
}
.oct-carousel-row.news-row .news-item .news-date {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    font-weight: 600;
}
.oct-carousel-row .owl-carousel .owl-item .news-item .name a {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%}
.cats-button:hover + .dropdown-menu {
    transition: all 700ms;
    z-index: 1001;
}
.micro-name, .micro-availability, .micro-price {
    display: none;
}
#search .dropdown-menu {
    display: none;
}
#search .open-dropdown .dropdown-menu {
    display: block;
}
.hover-effect {
    display: block;
    cursor: pointer;
}
.hover-effect img {
    display: block;
}
.hover-effect:hover img {
    opacity: .8;
}
@media not all and (min-resolution:.001dpcm)  {
    
.input-group .input-group-addon {
    line-height: 26px;
}
}
.oct-specification .head-td {
    background: #f0f3f6;
    padding: 4px 10px;
}
.oct-specification .attr-td {
    padding: 4px 0;
}
.oct-attr-name {
    position: relative;
    z-index: 2;
}
.oct-attr-name:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 10px;
    left: 0;
    height: 1px;
    border-bottom: 1px dotted #b2b2b2;
    z-index: 1;
}
.oct-attr-name span {
    background: #fff;
    position: relative;
    z-index: 2;
    padding-right: 4px;
}
.oct-filter-view {
    font-weight: 600;
    text-decoration: underline;
}
.oct-slideshow-right img {
    width: 100%}
#product .text-danger {
    font-size: 15px;
    padding: 10px;
    color: red;
}
#left-buttons {
    display: none;
}
#product-info-counter {
    margin-bottom: 20px;
}
.product-info-counter-header {
    text-transform: uppercase;
    padding-top: 7px;
    color: rgba(53, 57, 62, 0.47);
}
#product-info-counter .counter {
    padding-left: 15px;
    background: #fff;
}
#product-info-counter .flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    height: 34px;
    margin: 0 auto;
    background: transparent;
    font-family: 'OpenSansLight'}
#product-info-counter .flip-clock-wrapper ul {
    background-color: transparent!important;
}
#product-info-counter .flip-clock-wrapper ul li a div div.inn {
    background: #fff;
    color: #59C2E6;
    font-family: 'OpenSansRegular'}
#product-info-counter .flip-clock-divider .flip-clock-label {
    color: #4f5f6f;
}
#product-info-counter .flip-clock-divider {
    margin-top: 6px;
    width: 20px;
}
#product-info-counter .flip-clock-divider:first-child {
    width: 0;
}
#top .dropdown-menu.user-dropdown-menu {
    left: auto;
}
.buynow {
    height: auto;
    line-height: 26px;
    width: auto;
    padding: 4px 20px;
    font-size: 16px;
    background: #4f5f6f;
    color: #fff;
    letter-spacing: 1px;
}
.buynow a {
    color: #c6d0da!important;
    text-decoration: underline;
}
.buynow a:hover {
    text-decoration: none;
}
.filtered label {
    width: 190px;
}
span.label.label-default.oct-filter-total-label {
    margin-top: 4px;
}
#oct-selected-values .panel-default {
    border-color: transparent;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}
#oct-selected-values .panel-default>.panel-heading {
    border-color: transparent;
    border-radius: 0;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 0;
    font-weight: 400;
}
#oct-selected-values .panel-body {
    padding-left: 0;
    padding-right: 0;
}
#oct-selected-values {
    margin-top: 0;
}
#oct-selected-values button {
    color: #59C2E6;
    text-shadow: none;
    background: rgba(89, 194, 230, 0.08);
    background-image: none;
    border-color: transparent;
    box-shadow: none;
    height: 42px;
    line-height: 40px;
    font-size: 12px;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 6px;
    margin-bottom: 6px;
    outline: none;
}
#oct-selected-values button:hover {
    color: #4F5F6F;
    background: #f2f4f5;
}
#oct-selected-values button img {
    vertical-align: middle;
}
.oct-selected-group-label {
    margin-bottom: 10px;
    font-size: 12px;
    text-decoration: underline;
}
#oct-selected-values .oct-filter-icon-unselect {
    color: #e53935;
}
.oct-filter-icon-unselect {
    position: relative;
    top: -1px;
}
#column-left #oct-selected-values .oct-filter-icon-unselect, #filter-mobile #oct-selected-values .oct-filter-icon-unselect {
    color: #fff;
}
#input-sort, #input-limit {
    -webkit-appearance: button;
    -moz-appearance: none;
    -webkit-border-radius: 2px;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../image/input-sort.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #e2e2e2;
    color: #555;
    font-size: inherit;
    margin: 0 20px 10px 0;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
#input-limit {
    min-width: 70px;
    background-position: 80% center;
}
#button-reset {
    margin-bottom: 15px!important;
    margin-left: 15px;
    background: #e4211a!important;
    font-size: 12px!important;
    padding: 10px;
    line-height: 30px!important;
    height: 30px!important;
}
#button-reset:hover {
    opacity: .8;
}
div#oct-selected-values .label-danger, span.label-danger.oct-filter-total-label {
    background: #e4211a!important;
}
#oct-selected-values .label-danger:hover, span.label-danger.oct-filter-total-label:hover {
    opacity: .8;
    display: block;
}
.oct-filter-total-label {
    float: right;
    margin-top: 4px;
    line-height: 14px;
    padding-top: 1px;
    padding-bottom: 0;
    font-size: 9px;
    font-weight: 400;
    vertical-align: middle;
}
.oct-filter-icon-unselect {
    font-size: 7px;
    line-height: 10px;
    cursor: pointer;
}
#oct-price-slider {
    margin: 10px 15px 20px;
}
.box-content.filtered {
    background: #f7f9fa;
}
#selected-filters .checkbox, .filtered .list-group-item.item-name, .filtered .list-group-item.price-name {
    font-size: 14px;
}
.filtered .list-group-item, .filtered a.list-group-item:focus, .filtered a.list-group-item:hover, .filtered button.list-group-item:focus, .filtered button.list-group-item:hover {
    background-color: transparent;
}
.filtered .item-content, .filtered .list-group-item.price-item {
    padding-bottom: 0;
    margin-bottom: 10px;
}
.filtered .list-group-item {
    border: 0;
}
.filtered .list-group-item.item-name, .filtered .list-group-item.item-name:hover {
    background: #f2fafd;
    border: 0;
    cursor: pointer;
    border-radius: 0;
}
#oct-product-filter-data {
    position: relative;
}
#oct-product-filter-data a.list-group-item .link {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 10px;
}
.filtered .link i {
    color: #4f5f6f!important;
}
#oct-product-filter-data .item-content {
    display: none;
}
#oct-product-filter-data .expanded .item-content {
    display: block;
    border-radius: 0;
}
#oct-product-filter-data .inner-box.expanded {
    position: relative;
}
.filtered .checkbox input[type=checkbox]+label, .filtered .checkbox-inline input[type=checkbox]+label, .filtered .radio input[type=radio]+label, .filtered .radio-inline input[type=radio]+label {
    cursor: pointer;
    padding-left: 0;
    font-size: 12px;
    color: #4f5f6f;
    line-height: 22px;
}
.filtered input[type="checkbox"] + label::before, .filtered input[type="radio"] + label::before, .filtered input[type="checkbox"]:checked + label::before, .filtered input[type="radio"]:checked + label::before {
    border: 1px solid #B6AE88;
}
.filtered input[type="checkbox"]:disabled + label, .filtered input[type="radio"]:disabled + label {
    cursor: not-allowed;
    opacity: .5;
}
.filtered input[type="checkbox"]:disabled + label::before, .filtered input[type="radio"]:disabled + label::before {
    border: 1px solid #ccc;
    cursor: not-allowed;
}
.filtered input[type=checkbox]+label::before, .filtered input[type=radio]+label::before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: -3px 10px 0 0;
    border: 1px solid #59c2e6;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.filtered .checkbox input[type=checkbox], .filtered .checkbox-inline input[type=checkbox], .filtered .radio input[type=radio], .filtered .radio-inline input[type=radio] {
    display: none;
}
.filtered input[type="checkbox"]:checked + label::before, .filtered input[type="radio"]:checked + label::before {
    background: #36283A;
    border-width: 3px;
}
.filtered input[type=checkbox]:checked+label::before, .filtered input[type=radio]:checked+label::before {
    background: #4f5f6f;
    padding: 5px!important;
    border: 3px solid #59c2e6;
}
.box-heading {
    font-size: 18px;
    color: #4f5f6f;
    background: #f2fafd;
    padding: 10px;
}
.filtered .radio input[type=radio]+label:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%}
.selected-filters-label {
    padding-left: 0!important;
}
#selected-filters {
    padding-bottom: 10px;
}
.box-content {
    background: #f7f9fa;
    margin-bottom: 15px;
}
#oct-product-filter-data .checkbox-image {
    float: left;
    margin-right: 6px;
}
#oct-product-filter-data .checkbox-image img {
    cursor: pointer;
    border: 2px solid #4f5f6f;
    border-radius: 2px;
}
#oct-product-filter-data .highlight {
    border: 2px solid #59c2e6!important;
}
#oct-product-filter-data .oct-rating-stars {
    margin-top: -5px;
}
#oct-selected-values .oct-selected-values-label {
    padding-left: 0;
}
.masked {
    background: #eee;
    opacity: .4;
}
.masked, .masked_loading {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 998;
    top: 0;
    left: 0;
}
.masked_loading {
    background: url(../image/ring-alt.svg) center center no-repeat;
}
#res-products {
    position: relative;
}
#oct-product-filter-data .oct-filter-faq {
    margin-top: 5px;
    display: inline-block;
    line-height: 12px;
}
.oct-slide-panel-heading {
    position: relative;
}
#hide-slide-panel {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    display: none;
}
#hide-slide-panel:hover {
    opacity: .5;
}
#hide-slide-panel i {
    font-size: 20px;
    color: #fff;
    position: relative;
    top: 2px;
}
.mfp-wrap {
    z-index: 9998!important;
}
td.text-left.oct-col-option-image img {
    width: 50%}
td.text-left.oct-input-td button {
    height: 30px!important;
    margin-top: 1px!important;
    font-size: 12px;
}
td.text-left.oct-input-td .opt-oct-button {
    padding: 4px;
    border-radius: 0;
}
input.oct-quantity-text-input {
    height: 30px!important;
    font-size: 12px!important;
    padding: 0!important;
    width: 40px!important;
}
@media screen and (max-width: 767px)  {
    
td.text-left.oct-col-option-image {
    display: none;
}
}
.breadcrumbsitem {
    display: none;
}
#callback-popup .oct-messengers {
    text-align: center;
}
.fastorder-panel-default .popup-table-price {
    min-width: 120px;
}
.popup-cart-box .oct-cart-box {
    overflow-y: auto;
}
@media screen and (min-width: 992px)  {
    
.popup-cart-box .oct-cart-box {
    max-height: 410px;
}
}
@media screen and (max-width: 992px)  {
    
.popup-cart-box .oct-cart-box {
    max-height: 278px;
}
}
#menu .sale-ul > div .megamenu-sale-item .dropprice span.oct-price-normal, #menu .sale-ul > div .megamenu-sale-item .dropprice span.oct-price-new {
    text-decoration: none;
}
.product-thumb .out-of-stock-button {
    font-size: 13px;
}
.product-thumb.no_quantity {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#product-info-right .product-price span {
    display: block;
}
.compare-table td.description {
    min-width: 280px;
}
.lazy_link {
    display: block;
    height: 0;
    padding: 0 0 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.lazy_link img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#column-left .product-thumb .oct-sticker-box, .oct-discount-box, .quick-view {
    z-index: 2!important;
}
#column-left .popover.right {
    border: 1px solid rgba(0, 0, 0, .1);
}
#column-left .popover.right>.arrow {
    border-right-color: rgba(0, 0, 0, .15);
}
.oct-cart-item {
    width: 100%;
    border-bottom: 1px solid #ecedef;
}
@media screen and (min-width:480px)  {
    
.oct-cart-item {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #ecedef;
}
.oct-cart-item > div {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
}
.oct-cart-item > div.delete-item button {
    border: 0;
    padding: 1px 7px 2px;
    color: #e72121;
    background: transparent;
}
.oct-cart-item > div.item-image {
    margin: 0 6px;
}
.oct-cart-item > div.item-name {
    margin: 0 6px;
    line-height: 16px;
    width: 310px;
}
.oct-cart-item > div.item-name a {
    font-size: 12px;
}
.oct-cart-item > div.item-quantity {
    width: 80px;
    margin: 0 6px;
}
.oct-cart-item > div.item-quantity input {
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    max-width: 64px;
    text-align: center;
}
.oct-cart-item > div.item-price {
    font-size: 14px;
    margin-left: 10px;
    width: 120px;
    text-align: right;
    font-weight: 600;
}
@media screen and (max-width:480px)  {
    
.oct-cart-item {
    margin-bottom: 20px;
}
.oct-cart-item > div {
    display: inline-block;
}
.oct-cart-item > div.item-name {
    width: 210px;
    height: 50px;
    overflow-y: hidden;
}
.owl-carousel .oct-button, .oct-carousel-box .oct-button {
    padding: 10px 12px!important;
}
}
@media screen and (max-width:479px)  {
    
.oct-cart-item > div.item-quantity {
    width: 64px;
    margin-left: 124px;
    position: relative;
    top: -30px;
}
.oct-cart-item > div.item-price {
    position: relative;
    top: -40px;
    width: auto;
    text-align: left;
    font-size: 12px;
}
}
@media screen and (max-width:411px)  {
    
.oct-cart-item > div.item-name {
    width: 190px;
}
.oct-cart-item > div.item-image {
    margin: 0;
}
}
@media screen and (max-width:380px)  {
    
.oct-cart-item > div.item-name {
    width: 170px;
}
.oct-cart-item > div.item-quantity {
    margin-left: 112px;
}
}
@media screen and (max-width:360px)  {
    
.oct-cart-item > div.item-name {
    width: 156px;
}
}
@media screen and (max-width:320px)  {
    
.oct-cart-item > div.item-name {
    width: 146px;
}
.oct-cart-item > div.item-price {
    top: -24px;
    margin-left: 112px;
    font-size: 16px;
}
}
#description_block a {
    color: #55afe6;
    text-decoration: underline;
}
#description_block a:hover {
    text-decoration: none;
}
#image-additional .owl-carousel {
    margin: 0;
}
#image-additional .owl-controls .owl-buttons .owl-prev, #image-additional .owl-controls .owl-buttons .owl-next {
    top: 50%}
#image-additional .thumbnails a {
    display: inline-block;
    width: 100px;
    height: 100px;
}
#image-additional .thumbnails a img {
    width: 100%}
.mousetrap + div {
    border: 0!important;
}
.product-list .product-thumb .price {
    height: auto;
    overflow: visible;
    margin-bottom: 15px;
}
.product-tabs-row .nav-tabs>li {
    margin-bottom: 15px;
}
.tooltipster-base {
    z-index: 2!important;
}
#menu .nav > li:hover p {
    color: #000!important;
}
.oct-admin-answer {
    margin: 10px 0;
    padding: 15px;
    background: #f7f9fa;
}
.oct-404-image img {
    margin: 0 auto;
}
.oct-count-reviews {
    margin-left: 6px;
    color: #b8b8b8;
}
.oct-count-reviews i {
    position: relative;
    top: -1px;
}
.reviews-description {
    font-size: 14px;
}
.minimum-row {
    margin-top: 14px;
    margin-bottom: 10px;
}
.minimum-row .alert {
    margin: 0;
}
#pos-copyright #column-left, #pos-copyright #column-right, #pos-copyright2 #column-left, #pos-copyright2 #column-right {
    display: block;
    width: 33.33333333%}
#search_block {
    padding: 15px;
}
#input-blog_search {
    margin-bottom: 10px;
}
.oct-pfc-grid {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.oct-pfc-grid > .item {
    margin-bottom: 30px;
    width: 20%;
    display: none;
}
.oct-module-button {
    text-align: center;
}
.product-info-li select {
    margin-bottom: 10px;
}
.oct-carousel-row.oct-related-row {
    margin-right: -15px;
    margin-left: -15px;
}
#oct-policy {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgba(0,  0,  0,  .85);
    transition: bottom 0.8s ease,  opacity 0.8s ease;
    z-index: 10000;
}
#oct-policy.clicked {
    bottom: -100%;
    opacity: 0;
}
.oct-policy-text {
    font-size: 12px;
    color: #bebebe;
}
.oct-policy-text a {
    color: #3babf9;
    text-decoration: underline;
}
.oct-policy-text a:hover {
    text-decoration: none;
}
#oct-policy-btn {
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #FFF;
    transition: all .15s ease .05s;
    background: transparent;
    color: #fff;
}
#oct-policy-btn:hover {
    background: #fff;
    color: #000;
}
#oct-information_bar {
    padding: 17px 0;
    background: rgba(0,  0,  0,  .85);
    transition: opacity 0.8s ease;
    z-index: 10000;
}
#oct-information_bar.clicked {
    opacity: 0;
    display: none;
}
.oct-information_bar-text {
    font-size: 13px;
    color: #fff;
    margin-right: 15px;
}
.oct-information_bar-text a {
    color: #566072;
    text-decoration: underline;
}
.oct-information_bar-text a:hover {
    text-decoration: none;
}
#oct-information_bar-btn {
    font-size: 13px;
    font-weight: 300;
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    border: 0;
    transition:  all .15s ease .05s;
    border-radius: 2px;
}
#oct-information_bar-btn:hover {
    background: #fff;
    color: #000;
}
.d-flex.align-items-center.justify-content-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
label img {
    pointer-events: none;
}
 

.main-about  {
    
    padding:  40px 0;
    
}



.main-about .title  {
    
    margin-bottom:  25px;
    
}

.title .h3  {
    
    font-size:  26px;
    
    font-weight:  300;
    
    line-height:  1;
    
}

.main-about-text  {
    
    padding:  30px 47px;
    
    background:  #eff5fb;
    
    border:  10px solid #fff;
    
    -webkit-border-radius:  0 20px 0 20px;
    
    border-radius:  0 20px 0 20px;
    
    width:  640px;
    
    position:  relative;
    
    font-size: 16px;
    
    z-index:  1;
    
    margin-left:  -10px;
    
    margin-bottom:  20px;
    
}

.main-about-img  {
    
    -webkit-border-radius:  0 20px 0 20px;
    
    border-radius:  0 20px 0 20px;
    
    overflow:  hidden;
    
    margin-top:  10px;
    
}

@media screen and (max-width:  999px)  {
    
    .main-about-text  {
    
        width:  auto;
    
        margin-left:  0;
    
        border:  none;
    
}

}

body #top  {
    
    background:  #fff;
    
    border-bottom:  1px solid #e7e7e7;
    
}

.dropdown-menu .fa.fa-whatsapp  {
    

        color:  green;
    
    font-size:  26px;
    
}

.dropdown-menu .phoneclick  {
    
    font-size:  16px;
    
}



div.right-block  {
        position: relative;
    bottom: 9px;

    display:  flex;
    

}

.tel-container  {
    
    position:  relative;
    
    bottom:  9px;
    
}


.tel-container .tel  {
    


    color:  #282828;
    
    font-weight:  700;

    
}


.tel-container .tel a  {
    
    display:  inline-block;
    
    position:  relative;
    
    padding:  10px 10px 0 30px;
    
    white-space:  nowrap;
    
        font-weight:  normal;
    
    color:  #000;
    
    
        font-size:  16px;
    
    line-height:  21px;
    
}


header .tel-container .tel a:after  {
    
    position:  absolute;
    
    content:  '';
    
    left:  0;
    
    top:  10px;
    
     background-image:  url(/image/phone-icon.svg);
    
    width:  18px;
    
    height:  18px;
    
}

header .tel-container .call-me  {
    
    margin-left:  3px;
    
    padding-top:  7px!important;
    
}


header .tel-container .call-me a  {
    
    color:  #FF3000;
    
    font-weight:  bold;
    
    display:  inline-block;
    
    font-size:  10px;
    
    line-height:  23px;
    
    text-align:  center;
    
    width:  180px;
    
    height:  24px;
    
    border:  1px solid #FF3000;
    
    letter-spacing:  0.1em;
    
    text-transform:  uppercase;
    
    border-radius:  50px;
    
    transition:  all 0.2s ease-in-out;
    
}

header .mail-container  {
    
    margin-left:  43px;
    
    flex-shrink:  0;
    
}
header .mail-container  {
    
    margin:  0 0 0 30px;
    
}
.mail-container  {
    
    margin:  0 0 0 20px;
    
    min-width:  0;
    
}

header .mail-container .watsapp-tel  {
    
    width:  100%;
    
    flex-shrink:  0;
    
    text-align:  left;
    
    margin-top:  0px;
    
}

header .mail-container .watsapp-tel a  {
    
    font-size:  16px;
    
    line-height:  21px;
    
    text-align:  right;
    
    color:  #000000;
    
    position:  relative;
    
    padding-left:  27px;
    
}

header .mail-container .watsapp-tel a:before  {
    
    content:  '';
    
    position:  absolute;

    
    display:  block;
    
    width:  18px;
    
    height:  18px;
    
    background:  url(/image/watsapp-icon.svg) no-repeat center / contain;
    
}

header .right-block .mail-container .mail  {
    
    font-weight:  normal;
    
    margin-top:  7px;
    
}

.mail  {
    
    font-size:  1.125em;
    
    font-weight:  700;
    
}


header .mail-container .mail span  {
    
    position:  relative;
    
    padding-left:  30px;
    
	    font-size:  16px;
    
    letter-spacing:  0.07em;
    
}


header .mail-container .mail span:after  {

    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    background: url(/image/email.png) no-repeat center center / cover;
    width: 16px;
    height: 14px;
    
}

header .right-block .schedule  {
    
    flex-shrink:  0;
    
    margin:  0 0 0 41px;
    
    text-align:  right;
    
    font-size:  14px;
    
    line-height:  18px;
    
    text-align:  right;
    
    color:  #000000;
    
}

@media (min-width: 1350px)
 {
    .container {
        width: 1300px;
    }
}

  .send-require  {
    height: 100px;
     margin-top: 30px;
     background: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
}

   .send-require .container  {
    display: flex;
     align-items: center;
     justify-content: center;
}

   .send-require .container .text  {
    font-weight:  500;
     font-size:  20px;
     line-height:  30px;
     letter-spacing:  0.05em;
     text-transform:  uppercase;
     color:  #2B005E;
}

   .send-require .container .button  {
    margin-left: 98px;
}

   .send-require .container .button a  {
    width: 250px;
     height: 50px;
     display: inline-block;
     background: #2B005E;
     border-radius: 30px;
     color: #fff;
     font-weight:  900;
     font-size:  12px;
     line-height:  50px;
     text-align:  center;
     letter-spacing:  0.1em;
     text-transform:  uppercase;
}


   @media only screen and (max-width:1780px)  {
    
   	.send-require .container  {
}

   	.send-require .container .text  {
    font-size: 20px;
}

   	.send-require .container .button  {
    margin-left: 44px;
}

   }

   @media 
   only screen and (min-width:768px) and (max-width: 1280px), 
   only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-height: 1024px)  {
    
   	.send-require  {
    height: 80px;
}

   	.send-require .container  {
}

   	.send-require .container .text  {
    font-size: 16px;
     letter-spacing: 0;
}

   	.send-require .container .button  {
    margin-left: 43px;
}

   }

   @media 
   only screen and (min-width:768px) and (max-width:1024px) and (orientation: portrait), 
   only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-height: 1024px)  {
    
   	.send-require  {
    margin-top: 20px;
}
 
   	.send-require .container .text  {
    font-size: 14px;
     line-height: 20px;
     letter-spacing: 0;
}

   }

   @media only screen and (max-width:767px)  {
    
   	.send-require  {
    height: 70px;
     margin-top: 28px;
}

   	.send-require .container .text  {
    font-size: 14px;
     line-height: 20px;
     letter-spacing: 0;
}

   	.send-require .container .button  {
    display: none;
}


   }
   
      .banners-new  {
    margin-top: 30px;
}

   .banners-new .row  {
    display: flex;
}

   .banners-new .row .cell  {
    width: 50%;
}

   .banners-new .row .cell:nth-child(1)  {
    padding-right: 15px;
}

   .banners-new .row .cell:nth-child(2)  {
    padding-left: 15px;
}

   .banners-new .banner-unit  {
    background: no-repeat center / cover;
     padding: 42px 50px 64px;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     height: 550px;
}

   .banners-new .banner-unit .title  {
    font-weight:  300;
     font-size:  50px;
     line-height:  50px;
     text-transform:  uppercase;
     color:  #FFFFFF;
}

   .banners-new .banner-unit .title span  {
    font-weight: 900;
}

   .banners-new .banner-unit .title sub  {
    font-size: 20px;
}

   .banners-new .banner-unit .list  {
}

   .banners-new .banner-unit .list ul  {
    margin: 0;
}

   .banners-new .banner-unit .list ul li  {
    list-style-type: none;
     padding-left: 17px;
     position: relative;
     margin-bottom: 22px;
}

   .banners-new .banner-unit .list ul li:last-child  {
    margin-bottom: 0;
}

   .banners-new .banner-unit .list ul li:before  {
    content: '';
     position: absolute;
     left: 0;
     top: 14px;
     display: block;
     width: 3px;
     height: 3px;
     background: #fff;
     border-radius: 50%;
}

   .banners-new .banner-unit .list ul li a  {
    font-weight:  900;
     font-size:  24px;
     line-height:  27px;
     color:  #FFFFFF;
     text-decoration: none;
}

   .banners-new .banner-unit .list ul li a:hover  {
    color: #FF3000;
 }


   .banners-new .banner-unit .list ul li a  {
    
   	-webkit-transition: all 0.2s ease-out;
    
   	transition: all 0.2s ease-out;
    
   }

   @media only screen and (max-width: 1780px)  {
    
   	.banners-new .banner-unit  {
    padding: 44px 50px 44px;
     justify-content: flex-start;
     height: 450px;
}

   	.banners-new .banner-unit .title  {
    font-size: 40px;
     line-height: 40px;
     margin-bottom: 115px;
}

   	.banners-new .banner-unit .list ul li  {
    margin-bottom: 23px;
}

   	.banners-new .banner-unit .list ul li a  {
    font-size: 20px;
}

   }

   @media 
   only screen and (min-width:768px) and (max-width: 1280px), 
   only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-height: 1024px)  {
    
   	.banners-new .banner-unit  {
    padding: 25px 29px 44px;
     justify-content: flex-start;
     height: 320px;
}

   	.banners-new .banner-unit .title  {
    font-size: 30px;
     line-height: 30px;
     margin-bottom: 76px;
}

   	.banners-new .banner-unit .list ul li  {
    margin-bottom: 13px;
}

   	.banners-new .banner-unit .list ul li a  {
    font-size: 16px;
}

   }

   @media 
   only screen and (min-width:768px) and (max-width:1024px) and (orientation: portrait), 
   only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-height: 1024px)  {
    
   	.banners-new  {
    margin-top: 20px;
}

   	.banners-new .banner-unit  {
    padding: 25px 20px 44px;
     height: 281px;
}

   	.banners-new .banner-unit .list ul li  {
    margin-bottom: 3px;
     padding-left: 13px;
}

   	.banners-new .banner-unit .list ul li a  {
    font-size: 14px;
}

   	.banners-new .banner-unit .list ul li:before  {
    top: 13px;
}

   	.banners-new .banner-unit .title  {
    margin-bottom: 57px;
}

   }

   @media only screen and (max-width:767px)  {
    
   	.banners-new .row  {
    flex-direction: column;
 }

   	.banners-new .row .cell  {
    width: 100%;
     margin: 0 0 10px;
}

   	.banners-new .row .cell:last-child  {
    margin-bottom: 0px;
}

   	.banners-new .row .cell:nth-child(1)  {
    padding: 0px;
}

   	.banners-new .row .cell:nth-child(2)  {
    padding: 0px;
}

   	.banners-new .banner-unit  {
    padding: 16px 20px 25px;
     height: 230px;
     justify-content: space-between;
}

   	.banners-new .banner-unit .title  {
    font-size: 24px;
     line-height: 24px;
     margin-bottom: 20px;
}

   	.banners-new .banner-unit .list ul li  {
    margin-bottom: 7px;
     padding-left: 13px;
}

   	.banners-new .banner-unit .list ul li:before  {
    top: 12px;
}

   	.banners-new .banner-unit .list ul li a  {
    font-size: 14px;
    line-height: 17px;
}

   }
   
     .advantages  {
    margin-top: 47px;
}

   .advantages .title  {
    font-weight:  bold;
     font-size:  24px;
     line-height:  24px;
     color:  #000000;
     margin-bottom: 16px;
}

   .advantages .row  {
    display: flex;
     margin: 0 -5px;
     width: auto;
}

   .advantages .row .cell  {
    width: 25%;
     flex-shrink: 0;
     padding: 0 5px;
}

   .advantages .advantages-unit  {
    height: 550px;
     background: #2B005E;
     padding: 50px 50px 50px;
     position: relative;
     overflow: hidden;
}

   .advantages .advantages-unit:after  {
    content: '';
     position: absolute;
     left: 0;
     bottom: 0;
     font-weight:  900;
     font-size:  300px;
     line-height:  211px;
     letter-spacing:  0.01em;
     text-transform:  uppercase;
     color:  #000000;
     opacity:  0.2;
}

   .advantages .advantages-unit.word-part-1:after  {
    content: 'INL';
     left: -15px;
}

   .advantages .advantages-unit.word-part-2:after  {
    content: 'ASE';
     left: -4px;
}

   .advantages .advantages-unit.word-part-3:after  {
    content: 'ER.P';
     left: -70px;
}

   .advantages .advantages-unit.word-part-4:after  {
    content: 'PRO';
     left: -75px;
}

   .advantages .advantages-unit figure  {
    margin: 0;
}

   .advantages .advantages-unit figure .img  {
    width: 70px;
     height: 70px;
     margin-bottom: 42px;
     background: no-repeat left center / contain;
}

   .advantages .advantages-unit figure figcaption  {
}

   .advantages .advantages-unit figure figcaption .name  {
    font-weight:  900;
     font-size:  34px;
     line-height:  40px;
     text-transform:  uppercase;
     color:  #FF3000;
     margin-bottom: 30px;
}

   .advantages .advantages-unit figure figcaption .name:after  {
    content: '';
     display: block;
     position: relative;
     width: 70px;
     height: 1px;
     background: #fff;
     margin-top: 32px;
}

   .advantages .advantages-unit figure figcaption .text  {
    font-size:  14px;
     line-height:  24px;
     color:  #FFFFFF;
     padding-right: 54px;
}


   @media only screen and (max-width:1780px)  {
    
   	.advantages .row  {
    margin: 0 -15px;
}

   	.advantages .row .cell  {
    padding: 0 15px;
     align-self:  stretch;
     height:  auto;
     display:  flex;
}

   	.advantages .advantages-unit  {
     min-height: 500px;
     height:  auto;
     align-self:  stretch;
}

   	.advantages .advantages-unit figure .img  {
    width: 80px;
     height: 80px;
     position: relative;
     right: 5px;
     margin-bottom: 34px;
}

   	.advantages .advantages-unit figure figcaption .text  {
    padding-right: 0px;
     font-size: 14px;
     line-height: 24px;
}

   	.advantages .advantages-unit figure figcaption .name  {
    font-size: 21px;
     line-height: 25px;
     margin-bottom: 20px;
}

   	.advantages .advantages-unit figure figcaption .name:after  {
    margin-top: 24px;
}

   	.advantages .advantages-unit:after  {
    font-size: 225px;
     line-height: 159px;
}

   	.advantages .advantages-unit.word-part-1:after  {
    left: -10px;
}

   	.advantages .advantages-unit.word-part-2:after  {
    left: 0px;
}

   	.advantages .advantages-unit.word-part-3:after  {
    left: -51px;
}

   	.advantages .advantages-unit.word-part-4:after  {
    left: -55px;
}

   }

   @media 
   only screen and (min-width:768px) and (max-width: 1280px), 
   only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-height: 1024px)  {
    
   	.advantages .row  {
    margin: 0 -15px;
}

   	.advantages .row .cell  {
    padding: 0 15px;
}

   	.advantages .advantages-unit  {
    padding: 30px 20px;
     min-height: 355px;
     height:  auto;
}

   	.advantages .advantages-unit figure .img  {
    width: 58px;
     height: 58px;
     position: relative;
     right: 5px;
     margin-bottom: 17px;
}

   	.advantages .advantages-unit figure figcaption .text  {
    padding-right: 0px;
     font-size: 12px;
     line-height: 18px;
}

   	.advantages .advantages-unit figure figcaption .name  {
    font-size: 19px;
     line-height: 23px;
     margin-bottom: 13px;
}

   	.advantages .advantages-unit figure figcaption .name:after  {
    margin-top: 15px;
}

   	.advantages .advantages-unit:after  {
    font-size: 155px;
     line-height: 109px;
}

   	.advantages .advantages-unit.word-part-1:after  {
    left: 10px;
}

   	.advantages .advantages-unit.word-part-2:after  {
    left: 20px;
}

   	.advantages .advantages-unit.word-part-3:after  {
    left: -34px;
}

   	.advantages .advantages-unit.word-part-4:after  {
    left: -75px;
}

   }

   @media 
   only screen and (min-width:768px) and (max-width:1024px) and (orientation: portrait), 
   only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-height: 1024px)  {
    
   	.advantages .row  {
    margin: 0 -10px;
     flex-wrap: wrap;
}

   	.advantages .row .cell  {
    width: 50%;
     padding: 0 10px;
     margin-bottom: 20px;
}

   	.advantages .row .cell:nth-last-child(1)  {
    margin-bottom: 0px;
}

   	.advantages .row .cell:nth-last-child(2)  {
    margin-bottom: 0px;
}

   	.advantages .advantages-unit  {
    padding: 39px 29px;
     height:  415px;
     min-height:  auto;
}

   	.advantages .advantages-unit figure figcaption .name:after  {
    margin-top: 16px;
}

   	.advantages .advantages-unit figure figcaption .text  {
    padding-right: 18px;
     font-size: 14px;
     line-height: 22px;
}

   	.advantages .advantages-unit.word-part-1:after  {
    left: 50%;
     transform: translateX(-50%);
}

   	.advantages .advantages-unit.word-part-2:after  {
    left: 50%;
     transform: translateX(-50%);
}

   	.advantages .advantages-unit.word-part-3:after  {
    content: 'R.P';
     left: 50%;
     transform: translateX(-50%);
}

   	.advantages .advantages-unit.word-part-4:after  {
    content: 'RO';
     left: 50%;
     transform: translateX(-50%);
}

   }

   @media only screen and (max-width:767px)  {
    
   	.advantages  {
    margin-top: 67px;
}

   	.advantages .row  {
    margin: 0px;
}

   	.advantages .row .cell  {
    width: 61.4%;
     padding: 0px;
}

   	.advantages .advantages-unit  {
    padding: 30px 20px;
     height: auto;
     min-height:  auto;
}
 
   	.advantages .advantages-unit figure .img  {
    width: 58px;
     height: 58px;
     position: relative;
     right: 5px;
     margin-bottom: 17px;
}

   	.advantages .advantages-unit figure figcaption .text  {
    padding-right: 18px;
     font-size: 12px;
     line-height: 18px;
}

   	.advantages .advantages-unit figure figcaption .name  {
    font-size: 19px;
     line-height: 23px;
     margin-bottom: 13px;
}

   	.advantages .advantages-unit figure figcaption .name:after  {
    margin-top: 16px;
}

   	.advantages .advantages-unit:after  {
    font-size: 155px;
     line-height: 109px;
}

   	.advantages .advantages-unit.word-part-1:after  {
    left: -5px;
}

   	.advantages .advantages-unit.word-part-2:after  {
    left: -5px;
}

   	.advantages .advantages-unit.word-part-3:after  {
    left: -40px;
}

   	.advantages .advantages-unit.word-part-4:after  {
    left: -48px;
}

   	.advantages .advantages-slider .swiper-container  {
    margin-right: -20px;
}

   }



/* ==========================================================================
   Ð£ÑÐ»ÑƒÐ³Ð¸
   ========================================================================== */

   .services  {
    position: relative;
     margin-top: 46px;
}

   .services .title  {
    font-weight:  bold;
     font-size:  24px;
     line-height:  24px;
     color:  #000000;
     margin-bottom: 16px;
}

   .services .link-all  {
    position: absolute;
     top: 0;
     right: 0px;
}

   .services .link-all a  {
    text-decoration: none;
     font-weight:  900;
     font-size:  12px;
     line-height:  24px;
     text-align:  right;
     letter-spacing:  0.1em;
     text-transform:  uppercase;
     color:  #FF3000;
}

   .services .row  {
    width: auto;
     margin: 0 -5px;
     display: flex;
     overflow:  visible;
}

   .services .row .cell  {
    width: 25%;
     padding: 0 5px;
}

   .services .row .cell a  {
    display: block;
     text-decoration: none;
}

   .services .service-unit  {
    height: 510px;
     padding: 49px 50px 50px;
     position: relative;
     background: #fff;
}

   .services .service-unit:hover  {
    box-shadow: 0 0 24px rgba(0,  0,  0,  0.12);
}

   .services .service-unit .name  {
    font-weight:  bold;
     font-size:  24px;
     line-height:  30px;
     text-transform:  uppercase;
     color:  #000000;
     margin-bottom: 24px;
}

   .services .service-unit .text  {
    font-size:  18px;
     line-height:  24px;
     text-transform:  uppercase;
     color:  #999999;
}

   .services .service-unit .link  {
    margin-top: 34px;
     font-weight:  900;
     font-size:  14px;
     line-height:  10px;
     text-transform:  uppercase;
     color:  #FF3000;
}

   .services .service-unit .img  {
    position: absolute;
     width: 70px;
     height: 70px;
     background: no-repeat center / contain;
     right: 44px;
     bottom: 80px;
}

   .services .service-unit .img:after  {
    content: '';
     position: absolute;
     bottom: 0;
     left: 0px;
     display: block;
     width: 100%;
     height: 1px;
     background: #000;
     bottom: -30px;
}

   .services .services-slider .swiper-container  {
    overflow:  visible;
}


   .services .service-unit  {
    
   	-webkit-transition: all 0.2s ease-out;
    
   	transition: all 0.2s ease-out;
    
   }

   @media only screen and (max-width: 1780px)  {
    
   	.services .row  {
     margin: 0 -15px;
}

   	.services .row .cell  {
     padding: 0 15px;
}

   	.services .service-unit  {
    padding-top: 50px;
}

   	.services .service-unit .name  {
    font-size: 20px;
     line-height: 30px;
     margin-bottom: 22px;
}

   	.services .service-unit .text  {
    font-size: 18px;
     line-height: 24px;
}

   	.services .service-unit .link  {
    z-index: 14;
     line-height: 17px;
     margin-top: 31px;
}

   	.services .service-unit .img  {
    right: 49px;
}

   	.services .service-unit .img:after  {
}

   }

   @media 
   only screen and (min-width:768px) and (max-width: 1280px), 
   only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-height: 1024px)  {
    
   	.services .service-unit  {
    padding:  25px 20px 25px;
     height:  440px;
}

   	.services .service-unit .name  {
    font-size:  18px;
     line-height:  24px;
     margin-bottom:  25px;
}

   	.services .service-unit .text  {
    font-size:  16px;
     line-height:  24px;
}

   	.services .service-unit .link  {
    font-size:  14px;
    line-height:  14px;
}

   	.services .service-unit .img  {
    width:  50px;
     height:  50px;
     right:  20px;
     bottom:  63px;
}

   	.services .link-all  {
    top:  4px;
}

   }

   @media 
   only screen and (min-width:768px) and (max-width:1024px) and (orientation: portrait), 
   only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-height: 1024px)  {
    
   	.services .row  {
    flex-wrap:  wrap;
     margin:  0 -10px;
}

   	.services .row .cell  {
    width: 50%;
     padding: 0 10px;
}

   	.services .row .cell:nth-child(n+3)  {
    margin-top:  20px;
}

   	.services .service-unit  {
    padding:  37px 30px 25px;
     height:  440px;
}
 
   	.services .service-unit .img  {
    right:  30px;
}

   }

   @media only screen and (max-width:767px)  {
    
   	.services .row  {
    margin:  0;
}

   	.services .row .cell  {
    width: 61.4%;
     padding: 0px;
     flex-shrink:  0;
}

   	.services .services-slider  {
    margin-right:  -20px;
}

   	.services .services-slider .swiper-container  {
    overflow:  hidden;
}

   	.services .service-unit  {
    padding:  25px 20px 25px;
      height:  440px;
}

   	.services .service-unit .name  {
    font-size:  18px;
     line-height:  24px;
     margin-bottom:  25px;
}

   	.services .service-unit .text  {
    font-size:  16px;
     line-height:  24px;
}

   	.services .service-unit .link  {
    font-size:  14px;
    line-height:  14px;
}

   	.services .service-unit .img  {
    width:  50px;
     height:  50px;
     right:  20px;
     bottom:  63px;
}

   	.services .link-all  {
    top:  4px;
}

   }

#logo .img-responsive {
        width: 200px;
}

.in-left__item {
    margin-top: 60px;
}
.in-left__item:first-child {
    margin-top: 0;
}

.l-help {
    border: 1px solid #eee;
    border-radius: 6px;
}

.in-left__title_bg {
    background: #f7f7f7;
    padding: 20px;
}
.in-left__title {
    color: #222;
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 25px;
}

.l-help__content {
    padding: 0 20px 20px;
}

.l-help__content>div:first-child {
    margin-top: 0;
        font-size: 20px;
}
.l-help__content>div {
    margin-top: 20px;
}
.l-help__phone {
    font-size: 20px;
    font-size: 1.25rem;
}

.l-help__phone-text {
    color: gray;
    font-size: 12px;
    font-size: 1.3rem;
    line-height: 1.4;
    margin-top: 5px;
}

.l-help__content>div {
    margin-top: 20px;
}
.share, .share__link {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.share {
    -ms-flex-align: center;
    margin-left: -10px;
}

.share__link {
    border-radius: 50%;
    color: #fff;
    -ms-flex: none;
    flex: none;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
    width: 32px;
    height: 32px;
}

.icon26 {
    font-size: 26px;
    font-size: 1.625rem;
    width: 26px;
    height: 26px;
}

.l-help__content>div {
    margin-top: 20px;
}
.l-help__mail {
    font-size: 20px;

}

.l-help__content>div {
    margin-top: 20px;
}
.l-help__text {
    color: gray;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.6;
}
