/* Easy Drawer by Felix */
html.easydrawer-enabled, body-easydrawer-enabled {
    overflow-y: hidden;
  }
  .drawer {
    display: none;
  }
  .drawer__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    opacity: 0;
    transition: all ease 0.3s;
    background-color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .drawer__header {
    /* Optional */
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .drawer__close {
    /* Optional */
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='15px' height='16px' viewBox='0 0 15 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='2.-Menu' transform='translate(-15.000000, -13.000000)' stroke='%23000000'%3E%3Cg id='Group' transform='translate(15.000000, 13.521000)'%3E%3Cpath d='M0,0.479000129 L15,14.2971819' id='Path-3'%3E%3C/path%3E%3Cpath d='M0,14.7761821 L15,-1.24344979e-14' id='Path-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 15px;
    height: 15px;
    flex-shrink: 0;
  }
  .drawer__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    max-width: 400px;
    z-index: 9999;
    overflow: auto;
    transition: all ease 0.3s;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    -webkit-transform: translate3d(103%, 0, 0);
    transform: translate3d(103%, 0, 0); /* extra 3% because of box-shadow */
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
    /* Optional */
    box-shadow: 0 2px 6px #777;
  }
  .drawer__content {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    flex-grow: 1;
    /* Optional */
    padding: 1.5rem;
  }
  .drawer--left .drawer__wrapper {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .drawer.is-active {
    display: block;
  }
  .drawer.is-visible .drawer__wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .drawer.is-visible .drawer__overlay {
    opacity: 0.5;
  }
  .drawer  .container {
    max-width: 100%;
  }
  
















  /**nk**/


  
    body {
    color: #ffffff;
  }
    
    h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .center-column h1,
  .center-column h2,
  .center-column h3,
  .center-column h4,
  .center-column h5,
  .center-column h6,
  .box .box-heading,
  .product-block .title-block {
    color: #ffffff;
  }
    
    a,
  .box-category ul li .head a {
    color: #ffffff;
  }
    
    a:hover,
  div.testimonial p {
    color: #FED109;
  }
    
    .table .price-new, 
  .product-grid .product .price, 
  .product-list .actions > div .price,
  .product-info .price .price-new,
  ul.megamenu li .product .price,
  .mini-cart-total td:last-child,
  .cart-total table tr td:last-child,
  .mini-cart-info td.total,
  #quickview .price .price-new,
  .product-list .price {
    color: #FED109;
  }
    
    .product-grid .product .price .price-new,
  .product-list .price .price-new,
  .table .price-new {
    color: #FED109;
  }
    
    .price-old {
    color: #FFFFFF !important;
  }
    
    body {
    background: #044848;
  }
    
    .main-fixed,
  .standard-body .fixed .background {
    background: #044848;
  }
    
    .dropdown-menu,
  .dropdown-menu a,
  .ui-autocomplete li a,
  .mini-cart-info .remove a,
  .modal-content,
  .modal-content .close,
  .my-mfp-zoom-in .mfp-content,
  .mfp-content h1, .mfp-content h2, .mfp-content h3, .mfp-content h4, .mfp-content h5,
  .cart-module > div {
    color: #666666;
  }
  
  .ui-autocomplete li a {
    color: #666666 !important;
  }
  
  .modal-content .close {
    text-shadow: none;
    opacity: 1;
  }
  
  .modal-header {
    background: url(../img/bg-menu.png) bottom left repeat-x;
    border: none;
  }
  
  .mini-cart-info .remove a {
    border-color: #666666;
  }
    
    .dropdown-menu,
  .ui-autocomplete,
  #top #cart_block.open .cart-heading {
    border-color: #494b56 !important;
  }
  
  .bootstrap-datetimepicker-widget:after {
    border-bottom-color: #494b56 !important;
  }
    
    .dropdown-menu,
  .ui-autocomplete,
  .modal-content,
  .modal-footer,
  .review-list .text,
  .my-mfp-zoom-in .mfp-content,
  .cart-module > div {
    background: #ffffff !important;
  }
  
  .review-list .text:after,
  .cart-module > div:after {
    border-bottom-color: #ffffff;
  }
    
    .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus,
  .ui-autocomplete li a.ui-state-focus {
    background-color: #ffffff !important;
  }
  
  @media (max-width: 960px) {
    .responsive ul.megamenu > li.active > a,
    .responsive ul.megamenu > li:hover > a,
    .responsive ul.megamenu > li.active .close-menu {
      background-color: #ffffff !important;
    }
  }
    
    textarea, 
  input[type="text"], 
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"], 
  .uneditable-input,
  select,
  .product-info .cart .add-to-cart .quantity #q_up,
  .product-info .cart .add-to-cart .quantity #q_down {
    color: #666666;
  }
    
    textarea, 
  input[type="text"], 
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"], 
  .uneditable-input,
  select,
  .product-info .cart .add-to-cart .quantity #q_up,
  .product-info .cart .add-to-cart .quantity #q_down {
    border-color: #d9d9d9;
  }
    
    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus,
    .uneditable-input:focus {
    border-color: #787c90;
  }
    
    textarea, 
  input[type="text"], 
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"], 
  .uneditable-input,
  select {
    background-color: #f2f2f2;
  }
    
    table.attribute,
  table.list,
  .wishlist-product table,
  .wishlist-info table,
  .compare-info,
  .cart-info table,
  .checkout-product table,
  .table,
  table.attribute td,
  table.list td,
  .wishlist-product table td,
  .wishlist-info table td,
  .compare-info td,
  .cart-info table td,
  .checkout-product table td,
  .table td ,
  .manufacturer-list,
  .manufacturer-heading,
  .center-column .panel-body,
  .review-list .text,
  .checkout-content,
  .cart-module > div,
  .download-list .download-content, .order-list .order-content,
  .return-list .return-content {
    border-color: #e5e5e5;
  }
  
  .review-list .text:before,
  .cart-module > div:before {
    border-bottom-color: #e5e5e5;
  }
    
    #top-bar .container,
  #top-bar .container > div > div > div > a,
  #top-bar .container > div > div > form > div > a,
  #top-bar .top-bar-links li a {
    color: #ffffff;
  }
  
  #top-bar .dropdown .caret {
    border-top-color: #ffffff;
  }
    
    #top-bar .dropdown {
    border-color: #0A3F3E !important;
  }
    
    #top-bar .background {
    background-color: #0A3F3E;
  }
    
    #top .header-links li a {
    color: #ffffff;
  }
    
    #top .search_form input,
  .search_form .button-search, 
  .search_form .button-search2 {
    color: #494b56;
  }
    
    
    
    #top-bar .search_form input,
  #top-bar .search_form .button-search, 
  #top-bar .search_form .button-search2 {
    color: #494b56;
  }
    
    
    
    
    
    #top #cart_block .cart-heading span {
    color: #fed109;;
  }
    
    #top .background {
    background: #0A3F3E; /* Old browsers */
    background: -moz-linear-gradient(top, #0A3F3E 0%, #0A3F3E 0%, #0A3F3E 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0A3F3E), color-stop(0%,#0A3F3E), color-stop(99%,#0A3F3E)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0A3F3E 0%,#0A3F3E 0%,#0A3F3E 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0A3F3E 0%,#0A3F3E 0%,#0A3F3E 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0A3F3E 0%,#0A3F3E 0%,#0A3F3E 99%); /* IE10+ */
    background: linear-gradient(to bottom, #0A3F3E 0%,#0A3F3E 0%,#0A3F3E 99%); /* W3C */
  }
    
    ul.megamenu > li > a,
  .megamenuToogle-wrapper .container .background-megamenu {
    color: #FFF;
  }
  
  .megamenuToogle-wrapper .container > div span {
    background: #FFF;
  }
    
    ul.megamenu > li > a.active, 
  ul.megamenu > li > a:hover, 
  ul.megamenu > li.active > a {
    color: #FED109;
  }
    
    ul.megamenu > li > a.active:before,
  ul.megamenu > li > a:before {
    background: #FED109;
  }
    
    
    .megamenu-wrapper,
  .megamenuToogle-wrapper {
    background: #0A3F3E; /* Old browsers */
    background: -moz-linear-gradient(top, #0A3F3E 0%, #0A3F3E 0%, #0A3F3E 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0A3F3E), color-stop(0%,#0A3F3E), color-stop(99%,#0A3F3E)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0A3F3E 0%,#0A3F3E 0%,#0A3F3E 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0A3F3E 0%,#0A3F3E 0%,#0A3F3E 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0A3F3E 0%,#0A3F3E 0%,#0A3F3E 99%); /* IE10+ */
    background: linear-gradient(to bottom, #0A3F3E 0%,#0A3F3E 0%,#0A3F3E 99%); /* W3C */
  }
    
    @media (max-width: 960px) {
    .responsive ul.megamenu > li.click:before, 
    .responsive ul.megamenu > li.hover:before,
    .responsive ul.megamenu > li.active .close-menu:before {
      color: #FFF;
    }
  }
    
    ul.megamenu li .sub-menu .content {
    color: #FFF;
  }
    
    ul.megamenu li .sub-menu .content a {
    color: #FFF;
  }
  
  @media (max-width: 960px) {
    .responsive ul.megamenu > li > a {
      color: #FFF;
    }
  }
    
    ul.megamenu li .sub-menu .content a:hover {
    color: #FED109;
  }
    
    ul.megamenu li .sub-menu .content {
    border-color: #FED109;
  }
    
    ul.megamenu li .sub-menu .content {
    background-color: #0A3F3E;
  }
  
  @media (max-width: 960px) {
    .responsive .megamenu-wrapper {
      background-color: #0A3F3E !important;
    }
  }
    
    .button,
  .btn {
    color: #ffffff !important;
  }
    
    .button,
  .btn {
    background: #fed109;
    border-color: #fed109;
  }
    
    .button:hover,
  .btn:hover {
    color: #fed109 !important;
  }
    
    .button:hover,
  .btn:hover {
    background: #ffffff;
    border-color: #ffffff;
  }
    
    .buttons .left .button,
  .buttons .center .button,
  .btn-default,
  .input-group-btn .btn-primary {
    color: #fff !important;
  }
    
    .buttons .left .button,
  .buttons .center .button,
  .btn-default,
  .input-group-btn .btn-primary{
    border-color: #fff !important;
  }
    
    .buttons .left .button,
  .buttons .center .button,
  .btn-default,
  .input-group-btn .btn-primary{
    background-color: #0A3F3E !important;
  }
    
    .buttons .left .button:hover,
  .buttons .center .button:hover,
  .btn-default:hover,
  .input-group-btn .btn-primary:hover {
    color: #0A3F3E !important;
  }
    
    .buttons .left .button:hover,
  .buttons .center .button:hover,
  .btn-default:hover,
  .input-group-btn .btn-primary:hover {
    border-color: #fed109 !important;
  }
    
    .buttons .left .button:hover,
  .buttons .center .button:hover,
  .btn-default:hover,
  .input-group-btn .btn-primary:hover {
    background-color: #fed109 !important;
  }
    
    .tab-content .prev-button, 
  .tab-content .next-button,
  .gallery .prev-button, 
  .gallery .next-button,
  .box > .prev, 
  .box > .next,
  .jcarousel-control-prev,
  .jcarousel-control-next {
    background: #31363C;
  }
    
    .tab-content .prev-button:hover, 
  .tab-content .next-button:hover,
  .gallery .prev-button:hover, 
  .gallery .next-button:hover,
  .box > .prev:hover, 
  .box > .next:hover,
  .jcarousel-control-prev:hover,
  .jcarousel-control-next:hover {
    background: #31363C;
  }
    
    .carousel-indicators li {
    background: #ffffff;
  }
    
    .carousel-indicators .active {
    background: #000000;
  }
    
    .camera_wrap .owl-controls .owl-buttons .owl-next:before,
    .camera_wrap .owl-controls .owl-buttons .owl-prev:before,
  .nivo-directionNav a,
  .fullwidthbanner-container .tp-leftarrow,
  .fullwidthbanner-container .tp-rightarrow {
    background: #fed109;
  }
  .o2o_slider .slick-prev i, 
  .o2o_slider .slick-next i {
    color: #fed109;
  }
    
    .camera_wrap .owl-controls .owl-pagination span,
  .tp-bullets .bullet, 
  .o2o_slider .slick-dots button {
    background: #fed109;
  }
    
    .tp-bullets .selected, 
  .tp-bullets .bullet:hover,
  .camera_wrap .owl-controls .owl-pagination .active span, 
  .o2o_slider .slick-dots .slick-active button  {
    background: #0A3f3e;
  }
    
    .product-grid .product .image .product-actions a {
    color: #ffffff;
  }
    
    .product-grid .product .image .product-actions a {
    background: #4f7fff;
  }
    
    .product-grid .product .image .product-actions a:hover i,
  .product-grid .product .image .product-actions a:hover {
    color: #ffffff;
  }
    
    .product-grid .product .image .product-actions a:hover {
    background: #000000;
  }
    
    .product-list .product-actions div a {
    color: #4f7fff;
  }
    
    .product-list .product-actions div a {
    border-color: #4f7fff;
  }
    
    .product-list .product-actions div a {
    background-color: #ffffff;
  }
    
    .product-list .product-actions div a:hover {
    color: #ffffff;
  }
    
    .product-list .product-actions div a:hover {
    border-color: #4f7fff;
  }
    
    .product-list .product-actions div a:hover {
    background-color: #4f7fff;
  }
    
    .sale {
    color: #ffffff;
  }
    
    .sale {
    background: #e74c3c;
  }
    
    .rating i {
    color: #9d9ea8;
  }
    
    .rating i.active {
    color: #c18107;
  }
    
    .product-block {
    border-color: #e5e5e5;
  }
    
    .box-category {
    border-color: #eeeeee;
  }
    
    .box-category ul li a.active {
    color: #999999;
  }
  
    #mfilter-price-slider {
    background-color: #e6e6e6;
  }
      #mfilter-price-slider .ui-slider-range {
    background-color: #666666;
  }
      .mfilter-tb-as-tr.mfilter-input-active .mfilter-col-input {
    border-color: #F28796;
    background-color: #F28796;
  }
  .mfilter-radio .mfilter-tb-as-tr.mfilter-input-active .mfilter-col-input:before {
    background-color: #F28796;
  }
      .mfilter-tb-as-tr.mfilter-input-active .mfilter-col-input {
    color: #eeeeee;
  }
    
    .product-filter .options .button-group button {
    color: #999999;
  }
    
    .product-filter .options .button-group button:hover, 
  .product-filter .options .button-group .active {
    color: #eeeeee;
  }
    
    .htabs a,
  .filter-product .filter-tabs ul > li > a {
    color: #2e2f36;
    border-bottom : 2px solid transparent;
  }
    
    .htabs a.selected,
  .htabs a:hover,
  .filter-product .filter-tabs ul > li.active > a, 
  .filter-product .filter-tabs ul > li > a:hover, 
  .filter-product .filter-tabs ul > li.active > a:focus {
    color: #4f7fff;
  }
    
    .htabs a.selected {
    border-color: #4f7fff;
  }
  
  .filter-product .filter-tabs ul > li:before {
    background: #4f7fff;
  }
    
    div.pagination-results ul li,
  div.pagination .links a,
  div.pagination .links b {
    border-color: #e5e5e5;
  }
    
    div.pagination-results ul li.active,
  div.pagination .links b {
    border-color: #0A3F3E;
  }
    
    .custom-footer .pattern,
  ul.contact-us li {
    color: #bbbbbb;
  }
    
    .custom-footer h4 {
    color: #bbbbbb;
  }
    
    
    
    
    .custom-footer .background,
  .standard-body .custom-footer .background {
    background: #31363C;
  }
    
    .footer .pattern,
  .footer .pattern a,
  .copyright .pattern,
  .copyright .pattern a {
    color: #0A3F3E;
  }
    
    .footer h4 {
    color: #0A3F3E;
  }
    
    .footer .background,
  .standard-body .footer .background,
  .copyright .background,
  .standard-body .copyright .background {
    background-color: #fff;
  }
  
body {
  font-size: 18px;
  font-weight: 400;
    font-family: Lato;
  }

#top-bar .container, 
#top .header-links li a, 
.sale {
  font-size: 10px;
}

ul.megamenu > li > a strong {
  font-size: 18px;
  font-weight: 400;
    font-family: Lato;
      text-transform: capitalize;
      letter-spacing: 0px;
  }

.megamenuToogle-wrapper .container {
  font-weight: 400;
    font-family: Lato;
  }

.box .box-heading,
.center-column h1, 
.center-column h2, 
.center-column h3, 
.center-column h4, 
.center-column h5, 
.center-column h6,
.filter-product .filter-tabs,
.htabs a,
legend {
  font-size: 50px;
  font-weight: 400;
    text-transform: none;
}

.footer h4,
.custom-footer h4 {
  font-size: 14px;
  font-weight: 400;
    font-family: Lato;
    text-transform: uppercase;
    letter-spacing: 0px;
  }

.breadcrumb .container h2 {
  font-size: 50px;
  font-weight: 400;
    text-transform: none;
    letter-spacing: 0px;
  }

.button,
.btn {
  font-size: 18px;
  font-weight: 400 !important;
  text-transform: none;
    font-family: Lato;
  }

.product-grid .product .price, 
.hover-product .price, 
.product-list .price, 
.product-info .price .price-new,
ul.megamenu li .product .price,
#top #cart_block .cart-heading span,
.mini-cart-info td.total,
.mini-cart-total td:last-child {
  font-family: Lato;
}

.product-grid .product .price,
ul.megamenu li .product .price,
.product-list .price,
.mini-cart-info td.total {
  font-size: 19px;
  font-weight: 0;
}

.mini-cart-total td:last-child,
.cart-total table tr td:last-child {
  font-weight: 0;
}

.product-info .price .price-new {
  font-size: 25px;
  font-weight: 0;
}

#top #cart_block .cart-heading span {
  font-size: 16px;
  font-weight: 0;
}

.price-old {
  font-size: 16px;
}
.countdown_rtl {
  direction: rtl;
}
.countdown_show1 .countdown_section {
  width: 98%;
}
.countdown_show2 .countdown_section {
  width: 48%;
  display:block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.countdown_show3 .countdown_section {
  width: 32.3%;
  display:block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.countdown_show4 .countdown_section {
  width: 24%;
  display:block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.countdown_show5 .countdown_section {
  width: 19.5%;
  display:block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.countdown_show6 .countdown_section {
  width: 16.25%;
  display:block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.countdown_show7 .countdown_section {
  width: 14%;
  display:block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.countdown_amount {
  font-size: 18px;
  font-weight: bold;
  color:#ffffff;
}

.count_holder_small .countdown_section{
  font-size: 10px;
}

.countdown_section {
  display: block;
  float: left;
  font-size: 16px;
  text-align: center;
  padding:6px 0 2px 0;
  position:relative;
  z-index:0;
  color:#ffffff;
  border:none;
}
.countdown_section span{
  width:100%;
  display:block;
  margin:0;
  padding:0;
  line-height:16px;
}
.countdown_section br{
  display:none;
}
.countdown_descr {
  display: block;
  width: 100%;
}
.count_holder, .count_holder_small, .count_holder_smallh {
  background-color:#e74c3c;
}
.count_holder {
  background-color:#e74c3c;
  padding-top:10px;
  margin-bottom:0px;
  overflow:auto;
}
#GALKACount, .doubled {
  margin:10px 10px;
  min-height:55px;
  /*border-bottom:1px solid #494b56;*/
}
#GALKACount .countdown_amount {
  font-size: 24px;
  font-weight: bold;
  color:#ffffff;
}
.offer_title {
  font-size:18px;
  margin:0 10px 10px 10px;
  display:block;
  padding-bottom:5px;
/*  border-bottom:1px solid #494b56;*/  
  color: #ffffff;
}
.count_holder .count_info {
  float:right;
  margin:10px 23px 10px 0px;
  font-size:14px;
}
.count_holder .info_prod_left {
  float:left;
  margin:10px 0px 10px 23px;
  font-size:14px;
}
.count_info_left b, .count_info b {
  font-size:18px;
  padding:2px ;
  /*border:1px solid #ffffff;*/
  margin-right:0px;
}

.count_holder_small {
  position:absolute;    
  z-index:10000;
  padding:7px;
  width:200px;
  height:100px;
  border:5px solid #ffffff;
}
.count_holder_smallh {
  padding:5px;
  width:240px;
  height:100px;
  padding:8px;
  border:5px solid #ffffff;
}

.product .count_holder_small {
  display:none;
}
.count_holder_smallh .count_info {
  margin:0px auto 6px auto;
  font-size:14px;
  text-align: center;
  color: #ffffff ;
}
.count_holder_small .count_info {
  margin:0px auto 6px auto;
  float:left;
  font-size:14px;
  text-align: center;
  color: #ffffff ;
}

.deal-inner {
  padding-top:35px;
  text-align:left;
}
.deal_holder {
  width:100%;
  clear:left;
}
.deal_info .name {
  font-size:24px;
  margin-bottom:15px;
  color:#e74c3c;
}
.deal_info .name a {
  font-size:24px;
  margin-bottom:15px;
  color:#e74c3c;
}

.deal_image {
  padding:8px;
  float:left;
  position:relative;
  margin-right:25px;
  /*background-color:#e74c3c;*/
}
.deal_image a {
  display:block;
  color:#ffffff;
}
.deal_image img {
  max-width:100%;
}
.deal_info {
  padding:15px;
  position:relative;
  margin-left:335px;
  /*background-color:#e74c3c;*/
}
.deal_info .price-old span{
  text-decoration:line-through;
}
.deal_info .cart {
  text-align:right;
  margin:0;
}
.deal_price {
  margin:10px;
}
#alldeals {
  min-height:395px;
  width:100%;
  margin-bottom:30px;
}
.container #alldeals {
  min-height:435px;
  margin-bottom:10px;
}
#alldeals .count_holder {
  width:100%;
  overflow:hidden;
}
.deal_price span {
  padding:0;
  text-align:center;
  vertical-align:middle;
  background-color:#044848;
  font-size:21px;
  font-weight:bold;
  padding:10px 0 5px 0;
  color:#;
  height:75px;
}
.deal_price span span {
  background: transparent;
}
.deal_price span small{
  display:block;
  margin:0 0 10px 0;
  font-size:11px !Important;
  font-weight:normal !Important;
  color:#FFFFFF;
}
.deal_desc {
  margin-bottom:15px;
  /*color:#;*/
}
.deal_info a.add_to_cart_small {
  padding:9px 30px;
  font-weight:bold;
}

.deal_image .sale_save_holder  {
  position:absolute;
  top:-7px;
  left:5px;
  z-index:15000;
}
.add_to_cart_small{
  color:#e74c3c !important;
  background-color:#ffffff;
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{
  float: left;
margin-right: 4%;
position: relative;
}
.last {
  clear: right;
  margin-right: 0 !important;
}
.one_half {
  width: 48%;
}
#header .banner .one_half, #content .banner .one_half {
  width: 49.7%;
}
.one_third {
  width: 30.6666%;
}
#header .banner .one_third, #content .banner .one_third {
  width: 32.9%;
}
.two_third {
  width: 65.3332%;
}
.one_fourth {
  width: 22%;
}
#header .banner .one_fourth, #content .banner .one_fourth {
  width: 24.5%;
}
.three_fourth {
  width: 74%;
}
.one_fifth {
  width: 16.8%;
}
#header .banner .one_fifth, #content .banner .one_fifth {
  width: 19.5%;
}
.two_fifth {
  width: 37.6%;
}
.three_fifth {
  width: 58.4%;
}
.four_fifth {
  width: 79.2%;
}

#shipping_checkout {
  width:870px;
  padding-top:15px;
}

.sales_promo {
  font-size:140%;
}

.sales_promo #text {
  color: #e74c3c; 
}

.sale_save_holder .sale{
  font-size:80%;
  bottom:0%;
}
.modern-simple-ui {
  background-color:#ffffff;
}
.modern-simple-box {
  background-color:#ffffff;
    box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.1);
}
.modern-simple-box .form-group input, .modern-simple-box .form-group select, .modern-simple-box .form-group textarea {
  background-color:#ffffff;
}