@font-face {
    font-family: "Lato";
    src: url('../fonts/Lato-Heavy.ttf');
}
.clear {
    clear: both;
}

.div_main_catalog {
    will-change: transform;
    overflow: hidden;
     position: relative;
}
.div_main_catalog:before {
    content: ' ';
    position: fixed; 
}
.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%;
    z-index: 1001;
}
#fixed-header, #fixed-search {
    -ms-transition:     all 0.5s ease-in-out;
    -moz-transition:    all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition:      all 0.5s ease-in-out;
    transition:         all 0.5s ease-in-out;
}
.fixed-top {
    background-color: #EC2E3A !important;
}

/* Default CSS */
.navbar {
    min-height: 50px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    height: 60px;
    line-height: 40px;
}
.navbar-default {
    background-color: #EC2E3A !important;
    border: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #F36E67;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    transform: none;
}
header .navbar-header a {
    color: #FFF;
}
header .navbar-header a:hover {
    text-decoration: none;
    color: #E0E0E0;
}
div.carousel .carousel-indicators .active {
    background-color: #EC2E3A;
}
div.carousel .carousel-indicators li {
    border: 1px solid #F36E67;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #0089FF;
}
.nav > li:hover, .nav > li:focus {
color: #fff;
    text-decoration: none;
    background-color: #F36E67;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{
    transform:none;
}
ul.nav.nav-tabs > li > a {
    transform: none;
}
.label-primary {
    background-color: #F7941E;	
}
.label {
    color: #000;
}
/*.nav-stacked > li + li{
    margin-top: 0px;
}
.nav-stacked > li{
    height: 40px;
}
ul.nav-stacked > li > a{
    height: 100%;
    padding: 10px 5px;
    vertical-align: middle;
    transition: transform .2s ease-in-out;
}*/
header .container{
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width:100%;
}
a {
    color: #000000;
}
a.category-link:hover,
a.category-link:focus {
    text-decoration: none;
}
a.category-link h1.category-more {
    font-size: 18px;
}
header a.navbar-brand img {
    max-height: none;
    height: 100%;
    padding: 10px 0;
    -webkit-filter: brightness(0) invert(1);
}
main {
    background-color: #FFFFFF;
    height: calc(100% - 90px);
}
footer a {
    color: #68C5FF;
}
.custom-slide {
    margin-bottom: 0px !important;
    /*height: 500px;*/
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}
/*.custom-slide .slide-1 {
    background-image: url("/website/image/ir.attachment/3196_e64e262/datas");
}
.custom-slide .slide-2 {
    background-image: url("/website/image/ir.attachment/3197_5d35c16/datas");
}
.custom-slide .slide-1, .custom-slide .slide-2 {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}*/
.custom-banner {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}
img.shadow {
    -webkit-box-shadow: none;
}
.custom-banner > div .mt16 {
    padding-right: 10px;
    padding-left: 10px;
}
a.navbar-brand.logo {
    height: 50px;
}
.copyright {
    background-color: #EC2E3A;
    margin: 0px auto !important;
    padding: 30px !important;
    width: 100% !important;
}
.copyright > div {
    width: 100%;
}
.copyright .text-muted {
    color: #FFFFFF;
    text-align: center;
}
.company-logo {
    border-top: solid #F3F3F5;
}
.company-logo img {
    max-height: 32px;
    margin: 10px 0;
}
.company-logo .col-md-6, .company-logo .col-md-3 {
    padding: 0;
}
.footer-menu {
    color: #8E8E8E;
    padding-bottom: 30px;
}
.footer-menu div > ul > li {
    padding-bottom: 10px;
}
.footer-menu div > h4 {
    color: #545454;
    font-weight: bold;
}
.top-line {
    background-color: #B21E2A;
}
.top-line .navbar-header { 
    color: #fff;
    font-size: 11px;
}
.top-line .navbar-header ul {
    margin: 0;
    padding: 0;
}
.top-line .navbar-header ul li {
    display: inline-block;
    padding: 5px 10px;
    float: none;
}
.navbar .navbar-static-top ul.nav > li.divider {
    margin-top: 0px;
    height: 60px;
    padding-top: 20px;
    border-right: 3px solid white;
}
form.pagination.form-inline.col-md-5 {
    margin: 0;
}
.search-text input.search-query.form-control {
    box-shadow: none;
    height: 60px;
    border: none;
    border-radius: 0;
    background: #F36E67;
    color: #fff;
}
.search-text button.btn.btn-default.a-submit {
    height: 60px;
    vertical-align: middle;
    display: table-cell;
    border-radius: 0;
    border: none;
    background: #F36E67;
}
.search-text .input-group {
    width: 100%;
}
section.product-tile {
    background-color: #E9E9E9;
}
.oe_product section {
    padding: 0 15px 4px 10px;
}

/* My Custom CSS */
body {
    background: #FFFFFF;
    font-family: "Lato";
}
.para_large img {
    max-width: 100%;
}
.para_large .col-md-2 {
    width: 16.6%;
}
.para_large .text-center {
    text-align: left;
}
.service img {
    width: 20px;
    height: 20px;
    margin: 5px 10px 5px 10px;
}
.service img.location {
    float: left;
}
.service .work-info {
    border-top: 1px solid #8E8E8E;
    border-bottom: 1px solid #8E8E8E;
    padding: 15px 0 15px 0;
}
.service .work-info table {
    margin-top: 5px;
}
.service .work-info table tr td:first-child {
    padding-left: 0;
}
.service .work-info table tr td {
    padding: 0 4px 0 4px;
}
.service {
    font-size: 12px;
}
.service-header {
    background: #58585A;
    margin-top: 0;
    padding: 15px;
    color: #FFF;
    font-style: italic;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.product-menu, .home-menu {
    float: left;
}
.home-menu a {
    color: #fff;
    height: 60px;
    line-height: 40px;
    display: block;
    padding: 10px 15px;
}
.home-menu a:hover {
    background: #F36E67;
    text-decoration: none;
}
.product-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-menu ul li a {
    color: #fff; 
    height: 100%;
    padding: 10px 15px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}
.product-menu ul li a:hover {
    background-color: #F36E67;
}
.product-menu ul li ul li a {
    padding: 3px 20px;
}
.product-menu ul li ul li{
    padding: 9px 0;
    border-bottom: 1px solid #FFFFFF;
}
.product-menu ul li ul li:last-child {
    border-bottom: none;
}
.dropdown-menu {
    background: #EC2E3A;
    z-index: 1001;
}
.dropdown-menu.customer-care {
    background-color: #F6F6F6 !important;
    color: #000;
    padding: 5px 10px;
    right: auto;
    border-radius: 0;
    font-size: 13px;
    min-width: 200px;
}
.dropdown-menu.customer-care ul {
    margin: 5px 0;
}
.dropdown-menu.customer-care img {
    max-width: 16px;
}
.dropdown-menu.customer-care a {
    background: #EC2E3A;
    display: block;
    padding: 5px 10px;
    text-align: center;
    color: #FFF;
    font-size: 15px;
    border: 1px solid #FFF;
    font-weight: bold;
}
.dropdown-menu > li > a {
    color: #FFFFFF;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #F36E67;
    color: #FFF;
}
.dropdown-header {
    color: #FFFFFF;
    font-weight: bold;
}
header .nav > li {
    min-width: 130px;
    text-align: center;
}
header .nav.my-cart > li:last-child .dropdown-menu {
    min-width: 200px;
}
header .nav.my-cart > li:first-child {
    min-width: 100px;
}
.my-cart {
    float: none !important;
}
.my-cart .cart-product {
    background: #FFF;
    padding: 0;
    margin: 0;
    border-top: 3px solid #EC2E3A;
    width: 270px;
}
.my-cart .cart-product .cart-title {
    padding: 10px;
    background: #FFF;
}
.my-cart .cart-product .cart-title h5 {
    margin: 10px 0 0 0;
}
.my-cart .cart-product .dropdown-cart {
    background: #FFF;
    padding: 0 10px;
    max-height: 222px;
    overflow: auto;
}
.my-cart .cart-product .dropdown-cart img {
    display: inherit;
}
.my-cart .cart-product .dropdown-cart img.empty-cart {
    display: block;
    margin: 10px auto;
}
.my-cart .cart-product .dropdown-cart .image-cart {
    float: left;
    margin: 0 10px 10px 0;
}
.my-cart .cart-product .dropdown-cart form {
    float: right;
}
.my-cart .cart-product .dropdown-cart a.remove-product {
    color: #EC2E3A;
    cursor: pointer;
}
.my-cart > li:hover, .my-cart > li:focus {
    color: #000;
}
.my-cart .cart-product .total-amount {
    background: #fefefe;
    -moz-box-shadow: inset 0 0 10px rgba(57,36,32,0.18);
    -webkit-box-shadow: inset 0 0 10px rgba(57,36,32,0.18);
    box-shadow: inset 0 0 10px rgba(57,36,32,0.18);
    padding: 5px 10px;
}
.my-cart .cart-action {
    padding: 10px;
    text-align: center;
    background: #FFF;
}
.my-cart .cart-action a {
    background: #EC2E3A;
    border: 1px solid #F36E67;
    padding: 8px;
    color: #FFF;
    display: block;
}
.my-cart .cart-action a:hover {
    text-decoration: none;
    background: #E01E3A;
}
.form-inline .input-group .input-group-btn {
    width: 36px;
}
.user-info {
    list-style: none;
    margin: 0;
    padding: 0;
}
.user-info li a:hover {
    background-color: #F36E67;
}
.user-info li a img {
    margin-right: 5px;
}
.my-cart .label-primary {
    background-color: #F7941E;
    font-weight: normal;
    color: #fff !important;
    position: absolute;
    right: 22px;
    top: 12px;
    border-radius: 100%;
    padding: 3px 6px;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #FFFFFF !important;
    background-color: #F36E67 !important;
}
.nav > li > a {
    padding: 10px;
}
.navbar-nav.navbar-right:last-child {
    margin: 0;
    display: block;
}
footer {
    height: auto;
}
footer .footer-link {
    background: #F3F3F5;
}
footer .footer-link .footer-link-heading {
    font-size: 18px;
}
.footer-desc-title {
    font-size: 24px;
}
.footer-company-title {
    font-size: 18px;
}
.jumbotron h1 {
    font-size: 19px;
    margin: 0;
    line-height: 40px;
}
.jumbotron h1 .promo {
    color: #FF0000;
}
.jumbotron form#subscribe {
    display: block;
}
.jumbotron form#subscribe input {
    border: none;
    padding: 9px;
    background: #FFFFFF;
    width: 60%;
}
.jumbotron form#subscribe button {
    padding: 9px;
    background: #EC2E3A;
    color: #FFFFFF;
    border: none;
    margin-left: -4px;
    width: 40%;
}
.jumbotron .social-media {
    line-height: 45px;
}
.jumbotron .social-media a:hover {
    text-decoration: none;
}
.jumbotron .social-media img {
    margin-right: 5px;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.jumbotron {
    padding: 30px 0;
    background: #F3F5F5;
}
.form-warn {
    color: #EC2E3A;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #828387;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #828387;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #828387;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #828387;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #828387;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
section {
    background: #FAFAFA;
}
.product-tile .fa {
    color: #F16E65;
}
.product-tile h1 {
    font-weight: normal;
    font-size: 28px;
    margin: 5px 0;
}
.product-tile h1 .product-title {
    padding: 0 10px 0 10px;
    position: relative;
    top: 4px;
}
main section .container .row {
    margin: 20px 0;
}
#products_grid table {
    border-collapse: separate;
    border-spacing: 15px 10px;
}
#products_grid table tr td.oe_product {
    border: 9px solid #FFFFFF;
    box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.15);
    text-align: center;
}
#products_grid table tr td.oe_product.oe_grid .product_price {
    float: left;
    margin-top: 5px;
    position: relative;
}
#products_grid table tr td.oe_product:hover {
    box-shadow: 1px 1px 5px 1px #999999;
    border-top: 2px solid #FE5252;
}
#products_grid h5 {
    margin: 10px 0 5px 0;
    padding: 0;
    float: left;
}
#products_grid h5 a {
    font-size: 15px;
    font-weight: bold;
    color: #222222;
}
#products_grid h5 a:hover, #products_grid h5 a:focus {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
#products_grid .a-submit {
    float: right;
    background: #FE5252;
    border: none;
    padding: 6px;
    border-radius: 10px;
}
#products_grid .dw-image {
    float: right;
    background: #FE5252;
    border: none;
    padding: 6px 8px;
    border-radius: 10px;
    margin-right: 5px;
}
#products_grid .product-off {
    display: inline-block;
}
#products_grid .product-off:before {
    height: 0;
    width: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #EC2E3A;
    content: "";
    display: inline-block;
    position: relative;
    left: 4px;
}
#products_grid .product-off .product-off-percent {
    background: #EC2E3A;
    color: #FFF;
    padding: 3px 8px;
    border-radius: 5px;
    display: inline-block;
}
.oe_product section {
    padding: 0 2px 4px 2px;
}
.oe_product .oe_product_image {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
}
.oe_product .oe_product_image img {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;    
}
.oe_product section {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;    
}
.nav-pills > li > a {
    border-radius: 0;
}
.oe_cart .input-group-addon {
    padding: 0;
}
.oe_cart .input-group-addon a {
    padding: 6px 12px;
}
.page-title {
    padding-right: 15px;
    padding-left: 15px;
}
.oe_product .ribbon {
    background-color: #8BAC01;
    border-color: #8BA135;
}
.form-horizontal .control-label {
    text-align: left;
}

/* Single Product CSS */
.container .breadcrumb ul {
    margin: 0;
    padding: 0;
}
.container .breadcrumb ul li {
    display: inline-block;
}
.container .breadcrumb ul li:first-child {
    border-right: 1px solid #C1C0C5;
    padding-right: 5px;
    margin-right: 5px;
}
.container .breadcrumb ul li a {
    padding: 5px;
    color: #666666;
}
.container .breadcrumb ul li a:hover {
    color: #000000;
    text-decoration: none;
}
.container .product-desc .product-prices span, .container .product-desc .product-prices div {
    margin: 0;
    padding: 0;
    line-height: 26px;
}
.container .product-desc .product-prices div.mt16 {
    margin: 0 !important;
}
.container .product-desc .product-prices div h4 {
    margin: 0;
    padding: 0;
    color: #EC2E3A;
    font-size: 24px;
}
.container .product-desc .product-desc-title .dw-image {
    background: #FE5252;
    border: none;
    padding: 8px 10px;
    border-radius: 10px;
    margin-top: 25px;
}
.container .product-info-1, .container .product-info-2 {
    padding: 25px 0 25px 0;
    border-bottom: 1px solid #E4E4E6;
}
.container .product-variants {
    padding: 5px 0;
}
.container .product-variants.variants-border {
    border-bottom: 1px solid #E4E4E6;
}
.container .product-action {
    border: 1px solid #C1C1C3;
    padding: 10px;
}
.container .product-action .product-separator  {
    padding-bottom: 30px;
    /*border-bottom: 1px solid #DAD9DD;*/
}
.container .product-action h4, .container .product-action form label {
    font-weight: normal;
}
.container .product-action h4 {
    color: #000000;
    text-align: center;
}
.container .product-action form label {
    width: 35%;
}
.container .product-action form select {
    width: 63%;
    background: #E7E8EA;
    padding: 5px;
    border: none;
}
.container .product-action .oe_website_spinner {
    width: 100%;
    margin: auto;
    margin-top: 5%;
}
.container .product-action .oe_website_spinner a {
    color: #FFFFFF;
}
.container .product-action .input-group-addon {
    background: #F16E65;
    padding: 0;
}
.container .product-action .input-group-addon a {
    padding: 6px 12px;
}
.container .product-action a#add_to_cart {
    width: 100%;
    border-radius: 0;
    background: #F16E65;
    color: #FFFFFF;
    border: none;
}
.container .product-action p {
    padding: 30px 0 30px 0;
}
.container .product-action a#share {
    background: #F16E65;
    color: #FFFFFF;
    border: none;
    padding: 10px 16px;
    font-size: 16px;
    display: block;
    text-align: center;
    width: 150px;
    margin: auto;
}
.container .product-action a#share:hover {
    text-decoration: none;
}
.css_attribute_color.active {
    border: 3px ridge #F16E65;
}
#checkout_form div[class^='col-'] {
    padding: 0 !important;
    line-height: 25px;
}
.oe_website_login_container {
    margin: 10px auto;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

/* Payment Confirmation CSS */
.container .breadcrumb {
    height: 40px;
    background: #FFFFFF;
    margin-bottom: 10px;
    padding: 10px;
}
.container .page-heading {
    background: #F36E67;
    padding: 15px 10px 15px 10px;
    color: #FFFFFF;
}
.container .page-heading h3 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 18px;
}
.container .page-content {
    padding: 10px;
    background: #FFFFFF;
}
.container .page-content .to-account {
    float: left;
    width: 200px;
    margin-right: 10px;
}
.container .page-content input {
    padding: 10px;
    background: #E7E8EA;
    border-radius: 5px;
    border: none;
    display: block;
    width: 100%;
}
.container .page-content input#account-number {
    float: left;
    margin-right: 10px;
    width: 50%;
}
.container .page-content select {
    padding: 10px;
    background: #E7E8EA;
    border-radius: 5px;
    border: none;
    width: auto;
    float: left;
    margin-right: 10px;
}

.fixed-dialog{
  position: fixed !important;
  top: 150px !important;
}
.ui-dialog .ui-dialog-titlebar-close span {
    margin: 0 !important;
}
.ui-widget-header {    
    background: #EC2E3A !important;
    color: #FFF !important;
}
.transition-timer-carousel-progress-bar {
    height: 2px;
    background-color: #EC2E3A;/*progress bar color*/
    width: 0;
    margin: 0 0 0 0;
    z-index: 10;
    position: relative;
    padding: 0;
}
.product-notif {
    position: fixed !important;
    top: 0 !important;
    padding: 0 !important;
    background: none !important;
    z-index: 1050 !important;
}
.product-notif .ui-dialog-titlebar {
    display: none !important;
}
.product-notif .ui-dialog .ui-dialog-content, .product-notif .ui-widget-content {
    background: rgba(0, 0, 0, 0.8) !important;
    color: #FFF !important;
    height: 32px !important;
    padding: 5px;
    text-align: center;
}
.oos-wrapper {
    width: 120px;
    height: 100px;
    z-index: 5;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.oos-ribbon {
    font: bold 15px Sans-Serif;
    color: white;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -35px;
    top: 20px;
    width: 145px;
    cursor: default;
}
.infinite-pagination {
    visibility: hidden;
}
#infscr-loading {
    text-align: center;
}
.oe_product .oe_product_cart {
    background: #FFFFFF;
}
.oe_cart > .row > .col-lg-6 {
    padding: 0;
}
.oe_cart > .row > .col-lg-6:first-child > .col-lg-12 {
    padding-left: 0;
}
.oe_cart > .row > .col-lg-6:last-child > .col-lg-12 {
    padding-right: 0;
}
textarea[name='street'] {
    resize: none;
    height: 186px;
}
.partner-exclusive {
    background: #EC2E3A;
    padding: 2px;
    color: #FFF;
    font-style: italic;
}

/* Fix Content */
.header-about {
    padding: 0 15px;
}

#wrapwrap {
    table-layout: fixed;
}

.cd-top {
  display: inline-block;
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 15px;
  left: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 1001;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

/* Single Product Zoom */

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
    padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
    padding: 0;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
        opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
        opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* Product Reviews */
.single-product #comment .comment-box {
    border-radius: 0;
    border: 1px solid #CCCCCC;
}
.single-product #comment .comment-box::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #CCCCCC;
}
.single-product #comment .comment-box::-moz-placeholder { /* Firefox 19+ */
    color: #CCCCCC;
}
.single-product #comment .comment-box:-ms-input-placeholder { /* IE 10+ */
    color: #CCCCCC;
}
.single-product #comment .comment-box:-moz-placeholder { /* Firefox 18- */
    color: #CCCCCC;
}
.single-product #comment .comment-submit {
    background: #EC2E3A;
    display: block;
    color: #FFFFFF;
    border-radius: 0;
    border: 1px solid #B21E2A;
}
.single-product .media-list {
    list-style: square;
    margin-top: 10px;
}
.single-product .media-list .media {
    overflow: visible;
    list-style: none;
    border-bottom: 1px solid #E0E0E0;
}
.single-product .media-list .media:before {
    content: "·";
    font-size: 100px;
    vertical-align: middle;
    line-height: 0;
    top: 10px;
    position: relative;
    color: #EFEFEF;
}
.single-product .media-body {
    float: none;
    overflow: visible;
}
.single-product .media-body.oe_msg {
    width: 100%;
}
.single-product .media-body.oe_msg_content {
    width: 100%;
    color: #8F8F8F;
    padding-left: 40px;
}
.single-product .media-date {
    color: #8F8F8F;
    margin-left: 15px;
}
.single-product .media-heading {
    font-size: 16px;
    margin: 0 0 10px 0;
    color: #000000;
}
.single-product .view-more {
    text-align: center;
    font-size: 16px;
    background: #F6F6F6;
    padding: 10px;
    color: #8F8F8F;
    cursor: pointer;
}
.single-product .view-more:hover {
    background: #F0F0F0;
}
.single-product .row.col-md-12 {
    background: #FFFFFF;
}
[data-publish='off'] > *:not(.css_options) {
    opacity: 1 !important;
}

/* Check Stock */
.check-stock table thead tr {
    background: #EC2E3A;
    color: #FFFFFF;
}

/* Footer Text */
.row-footer {
    margin-left: -15px;
    margin-right: -15px;
    text-align: justify;
}
.row-footer h3 {
    margin-top: 10px;
}
.row-footer .row-footer-text {
    text-align: justify;
    line-height: 20px;
}

/* Variants */
.product-variants ul li ul li.js_attribute_value,
ul.variant-selection li ul li.js_attribute_value {
    width: 33.33333333%;
    display: inline-block;
    float: left;
    position: relative;
    padding: 0 2px;
}
.product-variants ul li ul li.js_attribute_value .control-label,
ul.variant-selection li ul li.js_attribute_value .control-label {
    font-size: 12px;
    width: 100%;
    padding: 2px;
    border: 2px solid #000000;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
}
.product-variants ul li ul li.js_attribute_value .control-label.active,
ul.variant-selection li ul li.js_attribute_value .control-label.active {
    color: #B21E2A;
    border-color: #E73B3B;
}
.product-variants ul li ul li.js_attribute_value .control-label.active .selected-tick,
ul.variant-selection li ul li.js_attribute_value .control-label.active .selected-tick {
    position: absolute;
    right: 4px;
    bottom: 7px;
    overflow: hidden;
    width: 2rem;
    height: 2rem;
}
.product-variants ul li ul li.js_attribute_value .control-label.active .selected-tick span,
ul.variant-selection li ul li.js_attribute_value .control-label.active .selected-tick span {
    position: relative;
    top: 3px;
    left: 5px;
    color: #FFFFFF;
    z-index: 1;
}
.product-variants ul li ul li.js_attribute_value .control-label.active .selected-tick::after,
ul.variant-selection li ul li.js_attribute_value .control-label.active .selected-tick::after {
    content: "";
    position: absolute;
    border: 2rem solid transparent;
    border-bottom-color: #B21E2A;
    right: -20px;
    top: -20px;    
}
.product-variants ul li ul li.js_attribute_value .control-label.disabled,
ul.variant-selection li ul li.js_attribute_value .control-label.disabled {
    opacity: 0.4;
}
.product-variants ul li ul li.js_attribute_value .control-label:not(.disabled):hover,
.product-variants ul li ul li.js_attribute_value .control-label:not(.disabled):focus,
ul.variant-selection li ul li.js_attribute_value .control-label:not(.disabled):hover,
ul.variant-selection li ul li.js_attribute_value .control-label:not(.disabled):focus {
    border-color: #E73B3B;
}
.product-variants ul li ul li.js_attribute_value .control-label input,
ul.variant-selection li ul li.js_attribute_value .control-label input {
    display: none;
}
.product-variants ul li ul li.js_attribute_value .control-label img,
ul.variant-selection li ul li.js_attribute_value .control-label img {
    display: inline-block;
    max-width: 24px;
}
.product-variants ul li ul,
ul.variant-selection li ul {
    margin: 0;
    padding: 0;
}
ul.variant-selection li > strong {
    display: none;
}
ul.variant-selection li ul {
    margin: 0 !important;
}

/* Product Loader */
.loader-container {
    text-align: center;
    background-color: rgba(255,255,255,.5);
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 199;
}
.loader-container .loader {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -8px;
}
.loader-container .loader i.ajax-loader {
    width: 24px;
    height: 24px;
    border-width: 2px 3px 1px 0;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #EC2E3A;
    border-radius: 20px;
    border-bottom-color: transparent;
}
.animate-spin {
    -moz-animation: spin 0.5s infinite linear;
    -o-animation: spin 0.5s infinite linear;
    -webkit-animation: spin 0.5s infinite linear;
    animation: spin 0.5s infinite linear;
    display: inline-block;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media only screen and (min-width : 320px) {
    .media-list .o_rating_star_card, 
    .css_editable_mode_hidden .stars {
        float: none;
    }
    .product-menu, .home-menu {
        float: none;
    }
}
@media only screen and (min-width: 768px) {
    .media-list .o_rating_star_card, 
    .css_editable_mode_hidden .stars {
        float: none;
    }
    .cd-top {
        left: 15px;
    }
    .product-menu, .home-menu {
        float: left;
    }
    .oe_sale_acquirer_button {
        text-align: right;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        left: 15px;
        bottom: 15px;
    }
    .search-text.col-md-5 {
        width: 41%;
    }
}

@media (min-width: 1200px) {
    .navbar-right {
        float: right !important;
    }
    .navbar.navbar-static-top ul.nav > li.divider {
        display: block;
    }
    .company-logo img {
        max-height: 32px;
        margin: 10px 0;
    }
    .oe_product .product_price {
        position: absolute;
    }
    .my-cart {
        float: right !important;
    }
    a.navbar-brand.logo {
        height: 60px;
    }
}

@media (max-width: 992px) {
    #products_grid .a-submit {
        padding: 3px;
    }
    #products_grid .dw-image {
        padding: 3px 5px;
    }
    .company-logo img {
        max-width: 130px;
        max-height: 150px;
        margin: 30px 0;
    }
    .navbar.navbar-static-top ul.nav > li.divider {
        display: none;
    }
    .navbar-right {
        float: left !important;
    }
    .navbar-default .col-md-5 {
        padding: 10px 0;
        clear: both;
    }
    .navbar-default .col-md-4 {
        padding: 10px 0;
        clear: both;
    }
    .my-cart {
        float: none !important;
    }
    a.navbar-brand.logo {
        height: 50px;
    }
    .search-text input.search-query.form-control {
        height: 40px;
    }
    .search-text button.btn.btn-default.a-submit {
        height: 40px;
    }
    .product-images {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .company-logo img {
        max-width: 130px;
        max-height: 150px;
        margin: 30px 0;
    }
    .navbar.navbar-static-top ul.nav > li.divider {
        display: none;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #FFFFFF;
    }
    .dropdown-menu {
        position: static;
    }
    .product-menu {
        float: none;
    }
    .product-menu ul {
        margin-bottom: 5px;
    }
    /*.custom-slide {
        height: 158px;
    }*/
    .navbar-nav {
        margin: 10px 0 0 0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu {
        background: #EC2E3A;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background: #F36E67;
        color: #FFF;
    }
    header .navbar-right span {
        display: block;
        line-height: 20px;
    }
    .my-cart {
        float: none !important;
    }
    .navbar-default .col-md-5 {
        padding-left: 0;
        padding-right: 0;
        clear: both;
    }
    .navbar-default .col-md-4 {
        padding-left: 0;
        padding-right: 0;
        clear: both;
    }
    header .navbar-right {
        float: left !important;
    }
    #products_grid h5 {
        display: block;
        float: none;
        text-align: left;
    }
    .oe_cart .input-group-addon a {
        padding: 6px 10px;
    }
    .oe_website_sale .oe_cart input.js_quantity.form-control {
        padding: 0;
        font-size: 12px;
        width: 25px;
        min-width: 25px;
    }
    .oe_website_sale .oe_cart input.js_quantity {
        width: 24px;
    }
    .col-sm-9.oe_cart {
        padding: 0;
    }
    #cart_products {
        font-size: 12px;
    }
    #cart_products tbody tr td:first-child {
        position: absolute;
        visibility: hidden;
    }
    .oe_website_spinner {
        width: 50px;
    }
    #products_grid table tr td.oe_product {
        border: 1px solid rgba(100, 100, 100, 0.2);
        margin: 10px 0;
        padding: 10px;
        height: 100%;
    }
    #products_grid table tr td.oe_product:hover {
        border: none;
        box-shadow: 1px 1px 5px 1px #999999;
        border-top: 2px solid #FE5252;
    }
    .product-notif .ui-dialog .ui-dialog-content, .product-notif .ui-widget-content {
        height: auto !important;
    }
    .oe_website_login_container {
        width: 300px;
    }
    .oe_cart .btn {
        padding: 5px;
    }
    .jumbotron {
        padding: 0;
    }
    .product-tile h1 {
        font-weight: normal;
        color: #999999;
        font-size: 18px;
        margin: 5px 0;
    }
    header .nav > li {
        text-align: left;
    }
    header .nav.my-cart > li:first-child img {
        left: 0;
    }
    .search-text input.search-query.form-control {
        height: 32px;
    }
    .search-text button.btn.btn-default.a-submit {
        height: 32px;
    }
    @media screen and (-webkit-min-device-pixel-ratio:0) { 
        .search-text input.search-query.form-control,
        .field-login #login, 
        .field-password #password,
        input {
            font-size: 16px;
        }
    }
    #products_grid tr:first-child {
        display: none;
    }
    #products_grid .oe_product {
        width: auto;
        float: none;
    }
    #products_grid table, #products_grid tbody, #products_grid tr, #products_grid td {
        float: none;
        text-align: center;
    }
}
@media (max-width: 400px) {
    #products_grid .oe_product section {
        background: none;
    }
}
.container {
    width: 100% !important;
}
.text-danger {
    font-size: 12px;
}
.navbar-top-collapse {
    max-height: 311px;
}
