@import url('//fonts.googleapis.com/css?family=Roboto:400,300,500,700,900,300italic,400italic');


/* Kupons & Deals Theme Stylesheet */
/* 
*!IMPORTANT: Don't modify these files, use custom-styles.css or
* use a Child Theme (example provided in package) since this file 
* is updated frequently.
* Licensed under ThemeForest Standard License 
*/
/** Theme Name: KUPON
* Theme URI: http: //codenpixel.com/demos
* Author: Codenpixel* Author URI: http: //codenpixel.com/demos
* Description: Flexible theme for travel deals or any other deal business.
* Version: 1.0* License: ThemeForest Standard License
* License URI: http: //themeforest.net/licenses/standard* Use this theme to make a good looking and polished website with minimal effort.
*/
 
 /*1.TYPO
 2.HELPERS
 3.NAVIGATION
 4.POSTS
 5.SIDEBAR
 6.VIDGETS
 7.FOOTER
 */
* {
    margin: 0;
    padding: 0;
}
body,html {
    height: 100%;
    font-size: 100%;
}
body {
    overflow-x: hidden;
    color: #333;
    letter-spacing: .01rem;
    font-weight: 300;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5em;
    background: rgba(242, 245, 247, 1);
    font-display: swap;
}
.wrapper {
    font-size: 1em;
    line-height: 1.5em}
.sizebox {
    display: inline-block;
    color: #333;
    border-radius: 3px;
    padding: 0 12px;
    white-space: nowrap;
    box-shadow: inset 0 0 0 1px #ccc;
        margin: 0 3px;
}
select.sizebox { 
    border-color: #fff;
    height: 33px;}
#productslist .image {
	height:313px;
	max-height:313px;
}
#productslist .flex-control-thumbs img {
	height: 5px;
	max-height: 5px;
	width: 5px;
	border-radius: 35px;
}
.loader:before,
.loader:after,
.loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #333;
  clear: both;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@media (min-width: 43.75em) {
    .wrapper {
    font-size: 1em;
    line-height: 1.375 }
}
@media (min-width: 1400px) {
    .container {
    width: 1370px;
}
}
/*------------------------------------*1.TYPO*------------------------------------*/
h1 {
    font-size: 2em;
    line-height: 1.25}
@media (min-width: 43.75em) {
    h1 {
    font-size: 2.5em;
    line-height: 1.125 }
}
@media (min-width: 56.25em) {
    h1 {
    font-size: 3em;
    line-height: 1.05 }
}
h2 {
    font-size: 1.625em;
    line-height: 1.15384615}
@media (min-width: 43.75em) {
    h2 {
    font-size: 2em;
    line-height: 1.25 }
}
@media (min-width: 56.25em) {
    h2 {
    font-size: 2.25em;
    line-height: 1.25 }
}
h3 {
    font-size: 1.375em;
    line-height: 1.13636364}
@media (min-width: 43.75em) {
    h3 {
    font-size: 1.5em;
    line-height: 1.25 }
}
@media (min-width: 56.25em) {
    h3 {
    font-size: 1.75em;
    line-height: 1.25 }
}
h4 {
    font-size: 1.125em;
    line-height: 1.11111111}
@media (min-width: 43.75em) {
    h4 {
    line-height: 1.22222222 }
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    padding: 0;
    color: #272630;
    font-weight: 700;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    moz-osx-font-smoothing: grayscale;
    webkit-font-smoothing: antialiased;
}
.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: #000;
    text-decoration: none}
.font-slab {
    font-family: 'Roboto Slab', serif;
    font-display: swap;
}
a {
    color: rgb(224,54,54)}
a:focus,a:hover {
    outline: 0;
    color: #353242;
    text-decoration: none}
p {
    margin: /*0 0 1.75em 0*/}
p.small {
    color: #bababb;
    font-size: 14px;
}
h1+ol,h1+p,h1+ul,h2+ol,h2+p,h2+ul,h3+ol,h3+p,h3+ul,h4+ol,h4+p,h4+ul,h5+ol,h5+p,h5+ul,h6+ol,h6+p,h6+ul {
    padding-top: 0}
ul {
    list-style: none}
.strong,b,strong {
    color: #000;
    font-weight: 500;
}
@media only screen and (min-width: 780px) {
    .text-center-sm {
    visible: hidden }
}
@media only screen and (max-width: 780px) {
    .text-center-sm {
    text-align: center;
    visible: visible }
}
/*------------------------------------*2.HELPERS*------------------------------------*/
.row-no-gutter {
    margin-right: 0;
    margin-left: 0;
}
.row-no-gutter [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.omega {
    padding-right: 0!important;
}
.alpha {
    padding-left: 0!important;
}
@media only screen and (max-width: 780px) {
    .omega {
    padding-right: 15px!important;
}
.alpha {
    padding-left: 15px!important;
}
}
/* ===HELPERS=== */
iframe,embed,object {
    max-width: 100%;
}
.valignWrap {
    display: table;
}
.valign {
    display: table-cell;
    vertical-align: middle;
}
.bg-light {
    background-color: #fafafa}
.bg-white {
    background-color: #fff}
.mBtm-50 {
    margin-bottom: 50px}
.mBtm-30 {
    margin-bottom: 30px}
.mBtm-20 {
    margin-bottom: 20px}
.mTop-50 {
    margin-top: 50px}
.mTop-30 {
    margin-top: 30px}
.mTop-20 {
    margin-top: 20px}
.mTop-0 {
    margin-top: 0}
.pTB-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.margin-0 {
    margin: 0;
}
.bg-dark {
    background-color: #202529}
.space-xs {
    padding-top: 15px;
    padding-bottom: 15px;
}
.space-sm {
    padding-top: 60px;
    padding-bottom: 60px;
}
.frameAll {
    padding: 18px 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.frameLR {
    padding-left: 30px;
    padding-right: 30px;
}
.Aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Aligner-item {
    max-width: 50%;
}
.Aligner-item--top {
    align-self: flex-start;
}
.Aligner-item--bottom {
    align-self: flex-end;
}
.raised {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}

.color-green {
    color: #77C84E}
.color-orange {
    color: #ed217c}
.color-blue {
    color: #5677fc}
    .bg-light {
    background-color: #F1F5F8;
}
.bg-blue-2 {
    background-color: #3c4759;
}
.bg-orange {
    background: #ed217c;
}
.bg-green {
    background: #77C84E;
}
.bg-blue {
    background: #5677fc;
}
.shadow {
    box-shadow: 0px 2px 3px -1px rgba(151, 171, 187, 0.7)}
/*------------------------------------Wrappers,Main content-------------------------------------*/
#inner-page {
    padding-top: 35px;
    margin-bottom: 50px;
}
/*------------------------------------*3.NAVIGATION*------------------------------------*/
.top-bar {
    padding: 10px 0 0;
    background: rgb(141, 22, 22);
    color: #DBDBE5;
    font-size: 13px;
    border-bottom: 4px solid #556479;
}
.top-bar p {
    margin: 0}
.top-bar strong {
    color: #fff}
.top-bar ul li a {
    color: #DBDBE5;
}
/*------------------------------------Nav wrapper-------------------------------------*/
#nav-wrap {
    background: #fff;
    width: 100%;
    border-bottom: 1px dashed #ededed;
	height: 80px;
}
.menus {
	width: 100%;box-shadow:0 2px 3px -1px rgba(151, 171, 187, 0.17);
	border-bottom:1px dashed #eee;
}
/*------------------------------------Navbar-------------------------------------*/
.navbar.nav-white {
    background: #fff;
    border-color: transparent;
    color: #000;
    margin: 0;
}
.navbar.nav-white .navbar-collapse {
    background-color: #fff;
    border-color: #ededed;
}
.navbar.nav-white .navbar-text {
    color: #000;
}
.navbar.nav-white a.navbar-link {
    color: #000;
    background-color: transparent;
}
.navbar.nav-white a.navbar-link:hover,.navbar.nav-white a.navbar-link:focus {
    color: #000;
    background-color: transparent;
}
.navbar.nav-white .navbar-brand {
    color: #000;
    background-color: #fff;
    display: block;
}
.navbar.nav-white .navbar-brand:hover,.navbar.nav-white .navbar-brand:focus {
    color: #000;
    background-color: #fff;
}
.navbar.nav-white .navbar-toggle {
    border-color: #ededed !important;
    background-color: #fff;
}
.navbar.nav-white .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar.nav-white .navbar-toggle:hover,.navbar.nav-white .navbar-toggle:focus {
    border-color: #ededed !important;
    background-color: #fff !important;
}
.navbar.nav-white .navbar-toggle:hover .icon-bar,.navbar.nav-white .navbar-toggle:focus .icon-bar {
    background-color: #ffffff;
}
.navbar.nav-white .form-control {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}
.navbar.nav-white .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px transparent, 0 0 5px #ffffff;
    box-shadow: inset 0 1px 1px transparent, 0 0 5px #ffffff;
}
.navbar.nav-white .navbar-nav > li[class*="dropdown"].dropdown-onhover:hover > a,.navbar.nav-white.dropdown-onhover .navbar-nav > li:hover > a[class*="dropdown"] {
    background-color: #f2f2f2;
}
.navbar.nav-white .navbar-nav> li > a {
    color: #000;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
.navbar.nav-white .navbar-nav> li > a i {
    margin-right: 5px}
@media (max-width: 768px) {
    .navbar.nav-white .navbar-nav> li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
}
.navbar.nav-white .navbar-nav> li > a:focus {
    color: #000;
    background-color: #fff;
}
.navbar.nav-white .navbar-nav> li > a:hover {
    color: #222;
    background-color: transparent;
}
.navbar.nav-white .navbar-nav> li.open > a {
    color: #000;
    background-color: rgba(248, 247, 250, 0.79);
}
.navbar.nav-white .navbar-nav> li.open > a:hover,.navbar.nav-white .navbar-nav> li.open > a:focus {
    color: #000;
    background-color: rgba(248, 247, 250, 0.79);
}
.navbar.nav-white .navbar-nav> li.active > a {
    color: #000;
    background-color: #fff;
}
.navbar.nav-white .navbar-nav> li.active > a:hover,.navbar.nav-white .navbar-nav> li.active > a:focus {
    color: #000;
    background-color: #ededed;
}
.navbar.nav-white .navbar-nav> li.disabled > a {
    color: #ffffff;
    background-color: #fff;
}
.navbar.nav-white .navbar-nav> li.disabled > a:hover,.navbar.nav-white .navbar-nav> li.disabled > a:focus {
    color: #ffffff;
    background-color: #fff;
}
.navbar.nav-white .dropdown-menu {
    background: #ffffff;
    color: #000;
    border-color: #fff;
    -webkit-box-shadow: 0px 2px 3px -1px rgba(151, 171, 187, 0.7);
    box-shadow: 0px 2px 3px -1px rgba(151, 171, 187, 0.7);
}
.navbar.nav-white .navbar-nav>li[class*="dropdown"].dropdown-onhover:hover,.navbar.nav-white.dropdown-onhover .navbar-nav>li[class*="dropdown"]:hover {
    background-color: #fff;
}
.navbar.nav-white .btn-default {
    color: #ffffff;
    background-color: #ffffff;
    border-color: #ffffff;
}
.navbar.nav-white .btn-default:hover,.navbar.nav-white .btn-default:focus,.navbar.nav-white .btn-default:active,.navbar.nav-white .btn-default.active {
    color: #ffffff;
    background-color: #ffffff;
    border-color: #ffffff;
}
.navbar.nav-white .dropdown-menu .btn-default {
    color: #ffffff;
    background-color: #ffffff;
    border-color: #ffffff;
}
.navbar.nav-white .dropdown-menu .btn-default:hover,.navbar.nav-white .dropdown-menu .btn-default:focus,.navbar.nav-white .dropdown-menu .btn-default:active,.navbar.nav-white .dropdown-menu .btn-default.active {
    color: #ffffff;
    background-color: #ffffff;
    border-color: #ffffff;
}
.navbar.nav-white .dropdown-menu li.dropdown-header {
    color: #ffffff;
}
.navbar.nav-white *: not(li)>a {
    color: #62A2D8;
}
.navbar.nav-white *: not(li)>a:hover,.navbar.nav-white *: not(li)>a:focus {
    color: #44A5FF;
}
.navbar.nav-white .dropdown-menu>li>a {
    color: #7D8693;
    background-color: #ffffff;
}
.navbar.nav-white .dropdown-menu>li>a:hover,.navbar.nav-white .dropdown-menu>li>a:focus {
    color: #000;
    background-color: #fff;
}
.navbar.nav-white .navbar-nav>li .dropdown-menu: not([class*="collaps"]) {
    background-color: #ffffff;
    color: #000;
    border-color: #fff;
    -webkit-box-shadow: 0px 2px 3px -1px rgba(151, 171, 187, 0.7);
    box-shadow: 0px 2px 3px -1px rgba(151, 171, 187, 0.7);
}
.navbar.nav-white .dropdown-menu input: : -webkit-input-placeholder,.navbar.nav-white .dropdown-menu textarea: : -webkit-input-placeholder {
    color: rgba(255,255,255,0.5);
}
.navbar.nav-white .dropdown-menu input: -moz-placeholder,.navbar.nav-white .dropdown-menu textarea: -moz-placeholder {
    color: rgba(255,255,255,0.5);
}
.navbar.nav-white .dropdown-menu input: : -moz-placeholder,.navbar.nav-white .dropdown-menu textarea: : -moz-placeholder {
    color: rgba(255,255,255,0.5);
}
.navbar.nav-white .dropdown-menu input: -ms-input-placeholder,.navbar.nav-white .dropdown-menu textarea: -ms-input-placeholder {
    color: rgba(255,255,255,0.5);
}
.navbar.nav-white .dropdown-menu .form-control {
    color: #ffffff;
    background-color: #ffffff;
    border-color: #ffffff;
}
.navbar.nav-white .dropdown-menu .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px transparent, 0 0 5px #ffffff;
    box-shadow: inset 0 1px 1px transparent, 0 0 5px #ffffff;
}
.navbar.nav-white .navbar-nav .dropdown-menu li: not(.list-group) > a {
    color: #7D8693;
    background-color: #ffffff;
    padding: 5px 20px;
    font-weight: 300;
}
.navbar.nav-white .navbar-nav .dropdown-menu li: not(.list-group) > a:hover,.navbar.nav-white .navbar-nav .dropdown-menu li: not(.list-group) > a:focus {
    color: #000;
    background-color: #fff;
}
.navbar.nav-white .navbar-nav .dropdown-menu li.active > a {
    color: #ffffff;
    background-color: #fff;
}
.navbar.nav-white .navbar-nav .dropdown-menu li.active > a:hover,.navbar.nav-white .navbar-nav .dropdown-menu li.active > a:focus {
    color: #ffffff;
    background-color: #fff;
}
.navbar.nav-white .navbar-nav .dropdown-menu li[class*="-onhover"]:hover>a {
    color: #000;
    background-color: #fff;
}
.navbar.nav-white .navbar-nav .dropdown-menu li.open > a,.navbar.nav-white .navbar-nav .dropdown-menu li: not(.no-fix) > a.dropdown-toggle: not(.collapsed) {
    color: #ffffff;
    background-color: #fff;
}
.navbar.nav-white .navbar-nav .dropdown-menu li.open > a:hover,.navbar.nav-white .navbar-nav .dropdown-menu li.open > a:focus,.navbar.nav-white .navbar-nav .dropdown-menu li: not(.no-fix) > a.dropdown-toggle: not(.collapsed):hover,.navbar.nav-white .navbar-nav .dropdown-menu li: not(.no-fix) > a.dropdown-toggle: not(.collapsed):focus {
    color: #ffffff;
    background-color: #fff;
}
.navbar.nav-white .navbar-nav .dropdown-menu li.disabled > a {
    color: #ffffff;
    background-color: #ffffff;
}
.navbar.nav-white .navbar-nav .dropdown-menu li.disabled > a>span.desc {
    color: #ffffff;
}
.navbar.nav-white .navbar-nav .dropdown-menu li.disabled > a:hover>span.desc {
    color: #ffffff;
}
.navbar.nav-white .navbar-nav .dropdown-menu li.disabled > a:hover,.navbar.nav-white .navbar-nav .dropdown-menu li.disabled > a:focus {
    color: #ffffff;
    background-color: #ffffff;
}
.navbar.nav-white .navbar-nav li: not(.dropdown)>ul.dropdown-menu.bordered: not(.no-padding):after,.navbar.nav-white .navbar-nav li: not(.dropdown)>.dropdown-grid-wrapper>ul.dropdown-menu.bordered: not(.no-padding):after {
    outline-color: #ffffff;
}
.navbar.nav-white .navbar-nav>li.divider {
    background-color: #ffffff;
}
.navbar.nav-white .dropdown-menu li.divider,.navbar.nav-white .navbar-nav .v-divided>*:before,.navbar.nav-white .navbar-nav .v-divided>*:after,.navbar.nav-white .navbar-nav .h-divided>*:after,.navbar.nav-white .navbar-nav .h-divided>*:first-child:before,.navbar.nav-white .navbar-nav .h-divider:after {
    background-color: #ffffff;
}
.navbar.nav-white .navbar-nav .divided>*:before {
    border-color: #ffffff;
}
@media (max-width: 767px) {
 .navbar.nav-white .navbar-nav .dropdown-menu .divider {
    background-color: #ffffff;
}
 .navbar.nav-white .navbar-collapse>.navbar-form, .navbar.nav-white .navbar-collapse>a.navbar-link, .navbar.nav-white .navbar-collapse>.navbar-text, .navbar.nav-white .navbar-collapse .navbar-nav>.navbar-form, .navbar.nav-white .navbar-collapse .navbar-nav>li, .navbar.nav-white .navbar-collapse .navbar-nav>.navbar-text, .navbar.nav-white .navbar-collapse .navbar-nav>a.navbar-link, .navbar.nav-white .navbar-collapse .navbar-nav>.navbar-form {
    border-bottom-color: #eeeeee !important;
    -webkit-box-shadow: 0 1px 0 #ffffff !important;
    box-shadow: 0 1px 0 #ffffff !important;
}
 .navbar.nav-white .navbar-nav>li>.dropdown-grid-wrapper>.dropdown-menu, .navbar.nav-white .navbar-nav>li>.dropdown-menu {
    border-top-color: #ffffff !important;
    -webkit-box-shadow: 0 -1px 0 #ededed !important;
    box-shadow: 0 -1px 0 #ededed !important;
}
}
/*------------------------------------Affix-------------------------------------*/
#header.affix {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
}
/*------------------------------------Logo-------------------------------------*/
.navbar-brand {
    float: left;
    padding: 10px 0;
    height: 50px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand img {
    float: left;
    max-width: 150px;
    transition: all 0.5s ease-out;
    margin: 8px 0;
}
@media only screen and (max-width: 768px) {
    .navbar-brand img {
    max-width: 120px;
    margin: 0;
}
}
.search-form {
    padding: 0px 0 25px;
    border-bottom: 1px dashed #ededed;
    box-shadow: 0px 2px 3px -1px rgba(151, 171, 187, 0.17);
}
.search-form .btn {
    padding: 13px;
}
.slider {
    padding-top: 35px;
    padding-bottom: 0;
}
/*------------------------------------4.POSTS-------------------------------------*/
.entry-sm,.entry-lg,.entry-xl {
    overflow: hidden;
    position: relative;
}
.entry-xs {
    height: 205px;
    margin-bottom: 30px;
}
.entry-sm {
    height: 285px;
    margin-bottom: 30px;
}
.entry-lg {
    height: 520px;
}
.entry-xl {
    height: 700px;
}
@media only screen and (max-width: 768px) {
    .entry-xl {
    height: 500px;
}
 .entry-lg {
    margin-bottom: 30px;
    height: 430;
}
}
@media only screen and (max-width: 568px) {
    .entry-xl {
    height: 350px;
}
}
/* ENTRY */
.entry-deal {
    padding: 10px;
    border: 1px solid #ededed;
}
.entry-deal h2 {
    font-size: 18px;
}
.entry-media {
    height: 250px;
    position: relative;
    display: block}
.deal-entry {
    padding: 0 0 0;
    float: left;
    width: 100%;
    background-color: #FFF;
    zoom: 1;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0px 2px 3px -1px rgba(151, 171, 187, 0.7);
    transition: all .3s;
}
 .deal-entry:hover {
    box-shadow: 0px 1px 10px -1px rgba(151, 171, 187, 0.7);
}
.deal-entry .image {
    margin: 0;
    max-width: 100%;
    display: block;
    position: relative;
}
.deal-entry .bought {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 1;
    color: #FFFFFF;
    padding: 2px 15px;
    font-size: 13px;
}
.deal-entry .title {
    padding: 2px 10px;
    margin: 0;
    color: #000;
    font-size: 1.1em;
    line-height: 24px;
    text-shadow: 0 1px 0 #FFF;
    height: 78px;
    overflow: hidden;
}

.deal-entry.green .offer-discount,.deal-entry.green .bought {
    background-color: #77C84E;
}
.deal-entry.green .title {
    border-left: 5px solid #77C84E;
}
.deal-entry.orange .image {
	padding-left: 0px;
	padding-right: 0px;
}
.deal-entry.orange .title {
    border-left: 5px solid #555;
}
.deal-entry.orange .offer-discount,.deal-entry.orange .bought {
  /*  background:rgba(123,135,17,0.8); good green color*/
  background:rgba(224,54,54,0.7);
}
.deal-entry.orange .title {
    border-left: 5px solid #555;
}
.deal-entry.blue .offer-discount,.deal-entry.blue .bought {
    background-color: #5677fc;
}
.deal-entry.blue .title {
    border-left: 5px solid #5677fc;
}
.deal-entry .title a {
    color: #272630;
    text-decoration: none;
}
.deal-entry .title a:hover {
    color: #ed217c;
}
.deal-entry .prices {
    padding: 0 0 10px 0;
    margin: 0;
    display: block;
}
.deal-entry .procent {
    padding: 0;
    margin: 0;
    font-size: 22px;
    line-height: 30px;
    float: left;
    color: #ed217c;
    font-weight: 500;
}
.deal-entry.green .procent {
    color: #77C84E;
}
.deal-entry.orange .procent {
    color: #FF0623;
}
.deal-entry.blue .procent {
    color: #5677fc;
}
.discount-red {
    background: #ed217c;
}
.discount-green {
    background: #77C84E;
}
.discount-blue {
    background: #5677fc;
}
.deal-entry .price {
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 35px;
    float: right;
}
.deal-entry .price b {
    color: #333;
    font-size: 32px;
    font-size: 22px;
    letter-spacing: -0.04em;
}
.deal-entry .old-price {
    padding: 0 8px 0 0;
    margin: 0;
    color: #B4B4B4;
    line-height: 30px;
    text-align: right;
    float: right;
}
.deal-entry .old-price span {
    font-size: 14px;
    text-decoration: line-through;
}
@media (max-width: 990px) {
    .deal-entry .old-price span {
    font-size: 16px;
}
}
.deal-entry .info {
    padding: 8px 0 0;
    margin: 0 8px;
    border-top: 1px solid #E6E7E7;
    font-size: 12px;
}
.deal-entry.deal-sm .info_bar ul li: last-child {
    width: 50%;
}
.deal-entry.deal-sm .info_bar .info_link .btn {
    padding: 5px 8px;
    width: 75px;
    
}
.deal-entry.result-entry .info_bar {
    font-size: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.deal-entry .info_bar {
   border-top: 1px solid #ededed;
    font-size: 12px;
    padding: 10px 5px;
   /* background: #f7f8fa;*/
}
.deal-entry .info_bar ul {
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: flex-start;
    display: flex;
}
.deal-entry .info_bar ul li {
    text-align: center;
    word-wrap: break-word;
}
.deal-entry .info_bar b {
    padding-right: 5px}
.deal-entry .info_bar .person {
    padding: 5px 8px 0 5px;
    border-right: 1px dashed #ededed;
}
.deal-entry .info_bar .info_link {
    text-align: center;
}
.deal-entry .info_bar .info_link .btn {
    font-size: 16px;
    text-transform: capitalize;
    max-width: 150px;
    overflow-x: hidden;
}
.deal-entry .info_bar .time {
    padding: 5px 8px 0 5px;
}
.deal-entry .info_bar i {
    padding-right: 6px}
.product-page-meta {
    padding: 30px;
}
.entry-content {
    padding-left: 5px;
    overflow: hidden;
	/*border-left: 5px solid #333;*/
	height:40px;
	padding-top:2px;
}
.unstyled { margin-left: 0;}
.offer-discount {
    position: absolute;
    top: -9px;
    z-index: 2;
    min-height: 45px;
    min-width: 45px;
    left: -9px;
    border: 1px DASHED #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    color: #fff!important;
    line-height: 18px;
    text-transform: uppercase;
    padding: 15px 0 0 0;
    box-shadow: 0 1px 3px 0 rgba(160, 158, 169, 0), 0 1px 2px 0 rgba(140, 139, 152, 0.13);
    font-display: swap
}
.divider {
    background-color: #eaedf2;
}
.divider {
    position: relative;
    width: 1px;
    height: 100%;
}
/* Small entry for sidebars,no full description */
.deal-entry-sm .image .bought {
    position: absolute;
    top: 0;
    right: 0;
    bottom: inherit;
}
.deal-entry-sm .image .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 15px 10px;
    background: linear-gradient(0deg, rgba(36, 27, 36, 0.76) 0, rgba(34, 34, 44, 0) 100%);
    color: #fff;
}
.deal-entry-sm .image .caption h5 a,.deal-entry-sm .image .caption h4 a,.deal-entry-sm .image .caption h3 a {
    color: #fff}
.deal-entry-sm .image .caption p {
    margin-bottom: 5px }
.deal-entry-sm .info_bar {
    background-color: #fff;
    padding: 15px 15px 5px;
}
/* RESULTS ENTRY */
.result-entry .entry-left {
    padding: 0}
.result-entry .entry-left .image {
    height: 320px}
.result-entry .entry-right {
    position: relative;
    min-height: 320px;
}
.result-entry .entry-right .title {
    font-size: 20px;
    margin: 10px 0;
}
/*------------------------------------Post Comments-------------------------------------*/
.blog-comments img {
    width: 80px;
    height: auto;
    height: 80px;
    border-radius: 50%;
}
.blog-comments .comments-itself {
    position: relative;
}
.blog-comments .comments-itself h4 {
    margin: 0 0 10px;
    text-transform: uppercase font-size: 12px;
}
.blog-comments .comments-itself span {
    float: right;
    color: #000;
    font-size: 10px;
}
.blog-comments .comments-itself span a {
    padding: 3px 8px;
    border-radius: 3px;
    background: #EFF1F5;
    color: #000;
}
.blog-comments .comments-itself p {
    color: #555;
}
/*Comments Reply*/
.blog-comments.blog-comments-reply {
    margin-left: 70px;
}
/*Media Queries*/
@media (max-width: 768px) {
    .blog-comments .comments-itself:before {
    display: none;
}
 .blog-comments .comments-itself:after {
    position: absolute;
    top: -17px;
    left: 20px;
    width: 0;
    height: 0;
    border-width: 0 15px 17px 15px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    content: " ";
}
}
hr {
    position: relative;
    clear: both;
    margin-top: 30px;
    margin-bottom: 50px;
    outline: none;
    border-top: 1px solid #ededed;
}
hr.no-text {
    margin-bottom: 20px}
hr:before {
    padding: 3px 0;
    border-top: 1px solid #ed217c;
    color: inherit;
    color: #000;
    content: attr(data-symbol);
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 14px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hr-link {
    position: relative}
.hr-link .view-all {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
}
.hr-link .view-all a {
    color: #8a8a8a;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 10px;
}
.hr-link .view-all a:hover {
    color: #000;
}
.hr-grid-space {
    margin: 10px 0 55px;
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
    border-color: #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control {
    display: block;
    padding: 5px 10px;
    width: 100%;
    height: 43px;
    border: 1px solid #440000;
    border-radius: 0;
    background-color: #fff;
    background-image: none;
    box-shadow: none;
    color: #000;
    font-size: 18px;
    line-height: 1.42857143;
}
@media only screen and (max-width: 768px) {
    .form-group,select {
    margin-bottom: 15px;
    margin-top: 15px;
}
}
textarea {
    overflow: auto;
    border: 1px solid #ededed;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    color: initial;
}
/* SOCILA ICONS */
.social {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
}
.social li {
    display: inline-block;
    margin-right: 6px;
    font-size: 14px;
}
.social li a i {
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.social-btn.social-twitter i {
    border: 1px solid #00aced;
    color: #00aced;
}
.social-btn.social-twitter i:hover {
    background-color: #00aced;
    color: #fff}
.social-btn.social-google i {
    border: 1px solid #dd4b39;
    color: #dd4b39;
}
.social-btn.social-google i:hover {
    background-color: #dd4b39;
    color: #fff;
}
.social-btn.social-linkedin i {
    border: 1px solid #0976b4;
    color: #0976b4;
}
.social-btn.social-linkedin i:hover {
    background-color: #0976b4;
    color: #fff}
.social-btn.social-facebook i {
    border: 1px solid #3b5999;
    color: #3b5999;
}
.social-btn.social-facebook i:hover {
    background-color: #3b5999;
    color: #fff}
#tabs {
    padding-top: 30px;
}
.tab-content {
    padding: 20px 0 10px;
}
.nav-tabs,.nav-pills {
    position: relative;
}
.nav-tabs {
    border-top: 1px solid #ededed;
    border-bottom: transparent;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    border: transparent;
    border-top: 1px solid #ed217c;
    background-color: #F1F5F8;
    color: #000;
    cursor: default;
}
.nav-tabs>li>a {
    margin-right: 2px;
    border: 1px solid transparent;
    border-radius: 0;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 12px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
}
.nav-tabs>li>a:hover,.nav-tabs>li>a:focus {
    border: 1px solid #ed217c;
    background-color: #ed217c;
    color: #fff}
.nav-tabs .dropdown .caret {
    display: none}
.dropdown-menu {
    border: 1px solid #ededed;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
    border-color: #F1F5F8;
    background-color: #F1F5F8;
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
    outline: 0;
    background-color: #95D725;
    color: #fff;
    text-decoration: none;
}
/* TAGS */
.tags {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
.tags li {
    float: left;
}
.tag {
	font-family: 'Roboto';
    position: relative;
    display: inline-block;
   /* margin: 0 10px 10px 0;
    padding: 0 20px 0 23px;*/
    margin: 0 3px 3px 0;
    padding: 0 5px 0 8px;
    height: 26px;
    border-radius: 3px 0 0 3px;
    background: #EFF1F5;
    color: #000000;
    text-decoration: none;
    font-size: 0.9em;
    line-height: 26px;
    -webkit-transition: all 0.4s;
    font-weight: 400;
}
.tag: :before {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #fff;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    -webkit-transition: all 0.4s;
}
.tag: :after {
    position: absolute;
    top: 0;
    right: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #EFF1F5;
    background: #fff;
    content: '';
    -webkit-transition: all 0.4s;
}
.tag:hover {
    background-color: rgb(224,54,54);
    color: white;
}
.tag:hover a{
    background-color: rgb(224,54,54);
    color: white;
}
.tag:hover: :after {
    border-left-color: rgb(224,54,54);
}
/* ===FOOTER=== */
#footer {
    padding-top: 20px;
    background: #fff;
   
}
#footer img.logo {
    margin-bottom: 30px;
}
#footer h5 {
    margin-bottom: 30px;
}
#footer .btmFooter {
  
    padding: 25px 0;
    border: 1px dashed #ededed;
}
#footer .btmFooter p {
    margin: 6px 0 0;
}
#footer .btmFooter p i {
    margin: 0 5px 0 5px;
    color: #F00;
    font-size: 13px;
}
#footer strong {
    color: #000}
video {
    max-width: 100%;
    height: auto;
}
video {
  /*min-width: 400px !important;
  height: 400px !important;*/
 
}
 .play-icon {
    position: absolute;
    top: 40%;
    left: 50%;
    margin: -25px 0 0 -25px;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.searchtop .form-control { border-radius: 6px;     border: 2px solid #e03636;}
#search { width: 50%;    display: inline-block;    border-right: none;    border-top-right-radius: 0px;    border-bottom-right-radius: 0px; }
#categorydrop { width: 20%;
    display: inline-block;
    border-left: none;
    border-radius: 0px;
    border-bottom-left-radius: 0px;
    border-right: none;
}
#searchdeals {
	height: 43px;
	margin-top: -5px;
	line-height: 13px;
	padding-top: 8px;
	font-size:25px;
	    border-top-right-radius: 6px;
	    border-bottom-right-radius: 6px;
}
@media only screen and (max-width: 320px) {
}
.kodo-container {
}
.kodo-container .grid-sizer {
    padding: 0;
    min-height: 1px;
}
.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ededed;
}
.table-striped>tbody>tr: nth-of-type(odd) {
    background-color: #F1F5F8;
}
.table-hover>tbody>tr:hover {
    background-color: #F1F5F8;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ededed;
}
.alert {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
    color: #3D3B71}
.alert-success {
    background-color: #A7DB28;
    border-color: #A7DB28;
}
.alert-info {
    background-color: #7BC7ED;
    border-color: #73C0E7;
}
.alert-warning {
    background-color: #EEF24A;
    border-color: #E9ED42;
}
.alert-danger {
    color: #FFFFFF;
    background-color: #F4556D;
    border-color: #E7465E;
}
.panel {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}
.panel-default {
    border-color: transparent;
    margin: 0;
}
.panel-default>.panel-heading {
    background-color: #F1F5F8;
    padding: 20px 15px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
    font-weight: 300;
}
/* Custom, iPhone Retina */
.bordered {
    border-right: 1px dashed #ededed;
    border-bottom: 1px dashed #ededed;
    border-top: 1px dashed #ededed}
.buyPanel {
    height: 100%;
    min-height: 100%;
}
.buyPanel .content {
    padding: 15px 20px 0 20px;
}
#inner-page .buyPanel .content {
    padding: 25px 0;
}
.buyPanel .content .deal-content h3 {
    margin-top: 0;
    font-size: 23px;
}
.buyPanel .content .deal-content p {
   
    font-size: 20px;
    
}
.deal-price {
    margin: 15px 0;
}
.deal-price .buy-now {
    float: right}
.deal-price .price h3 {
    margin: 4px 0;
}
/* DEAL ATTRIBUTES */
.valueInfo {
}
.valueInfo div {
    border-right: 1px solid rgb(237, 237, 237);
    display: inline-block;
    font-size: 12px;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    width: 32%;
    padding: 5px 0px;
}
.valueInfo div {
    border-right: 1px solid rgb(237, 237, 237);
    display: inline-block;
    font-size: 12px;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0px;
}
.valueInfo div p {
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.valueInfo div p.text {
    color: inherit;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
}
.valueInfo div {
    display: inline-block;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 0px;
}
.valueInfo div.save {
    border-right: 0px;
}
.timeLeft {
    text-align: center;
    margin: 10px 0;
    padding: 15px 0}
.timeLeft p {
    margin: 0 0 10px 0;
    font-size: 14px;
    text-transform: uppercase;
}
.timeLeft .time {
    font-size: 22px;
}
.statistic {
    margin: 10px 0 0;
    font-size: 12px;
    text-align: center;
}
.timeLeft .time b,.timeLeft .time i,#buyPanel .content .statistic i,#buyPanel .content .statistic b {
    padding-right: 4px;
}
.deal-short-entry {
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 20px 20px 0;
    width: 80%;
    color: #FFF;
}
.inner-side {
    background-color: #fff;
    padding: 10px 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.widget {
    margin-bottom: 35px;
}
.widget-inner {
    padding: 20px 15px}
/* Sidebar nav */
.sidebar .sidebar-nav {
    margin: 0;
    padding: 0;
    background: #fff;
    
}
.sidebar .sidebar-nav li {
    position: relative;
    list-style-type: none;
}
.sidebar .sidebar-nav li i {
    padding-right: 10px;
    color: #272630;
}
.sidebar .sidebar-nav li a {
    position: relative;
    cursor: pointer;
    user-select: none;
    display: block;
    height: 48px;
    line-height: 48px;
    padding: 0;
    padding-left: 16px;
    padding-right: 56px;
    text-decoration: none;
    clear: both;
    font-weight: 400;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: inherit;
    border: 1px dashed #ededed;
    /* background-color: #F1F5F8;
    */
}
.sidebar .sidebar-nav li a: last-child {
    border-top: 0;
}
.sidebar .sidebar-nav li a:hover,.sidebar .sidebar-nav li a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.sidebar .sidebar-nav li a .caret {
    position: absolute;
    right: 37px;
    top: 23px;
}
.sidebar .sidebar-nav li a .sidebar-badge {
    position: absolute;
    right: 16px;
    top: 0;
}
.sidebar .sidebar-nav li a:hover {
    background: transparent;
}
.sidebar .sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sidebar .sidebar-nav .dropdown.open {
    background-color: #F1F5F8 }
 /* NEWSLETTER */
.newsletter button {
    height: 42px;
}
/* Rating entry */
.entry-rating .media-body ul {
    margin: 0}
.entry-rating .media-body ul li {
    padding: 0 10px 0 0px;
}
.entry-rating .stars {
    margin: 8px 0 2px;
}
.entry-rating .stars i,.stars i {
    margin: 0;
    color: #F4D819;
}
.entry-rating .stars .disabled {
    color: #CCCCD5;
}
.entry-rating .media-body .price {
    font-size: 17px;
    font-weight: 500;
    color: #000;
}
.entry-rating .media-body .price.line-trough {
    text-decoration: line-through;
    font-size: 13px;
    color: inherit;
    font-weight: inherit;
}
.smallFrame {
    padding: 18px 15px;
    margin: 20px 0;
}
 .smallFrame i {
    position: absolute;
    font-size: 30px;
    color: #9AB84B;
}
.smallFrame .content {
    margin-left: 55px;
    margin-top: 7px;
    margin-bottom: 3px;
    font-size: 20px;
}
/* CART---------------------------------------------------------- */
.cart {
    width: 100%;
    margin-bottom: 40px;
    background-color: #fff;
    margin-top: 40px;
}
.cart-buttons .btn {
    width: 28%;
    padding: 15px 0;
    float: right;
    margin-left: 20px;
}
/* CART CONTENTS---------------------------------------------------------- */
table.cart-contents {
    width: 100%;
    margin: 0;
    background-color: #fff;
}
table.cart-contents thead {
    border-bottom: 1px solid #ededed;
}
table.cart-contents thead th {
    margin: 0;
    font-size: 16px;
}
table.cart-contents tbody tr {
    border-bottom: 1px solid #ededed;
}
table.cart-contents tbody tr:hover {
    background: #FCFCFC;
}
table.cart-contents th, table.cart-contents td {
    padding: 20px;
    border-left: 1px solid #ededed;
}
table.cart-contents th:first-child, table.cart-contents td:first-child {
    border-left: none;
}
table.cart-contents td {
    vertical-align: top;
}
table.cart-contents .image {
    width: 12%;
}
table.cart-contents .image img {
    width: 100%;
    height: auto;
}
table.cart-contents .details .rating {
    margin-bottom: 10px;
}
table.cart-contents .details .rating i {
    color: #F2CF1C;
}
table.cart-contents .details .title {
    display: block;
    color: #333;
    font-size: 14px;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}
table.cart-contents .details span {
    display: block;
    margin: 0 0 5px 0;
    line-height: 1;
    font-size: 12px;
}
table.cart-contents .action {
    width: 110px;
}
table.cart-contents .action button {
    float: left;
    border: none;
    text-align: center;
    padding: 0;
    width: 33%;
    line-height: 30px;
}
table.cart-contents .qty {
    width: 9%;
}
table.cart-contents .qty input {
    border: 1px solid #ededed;
    height: 30px;
    padding: 0;
    width: 100%;
    text-align: center;
}
table.cart-contents .unit-price, table.cart-contents .total-price {
    width: 14%;
    font-size: 16px;
    color: #000;
    font-weight: normal;
}
table.cart-contents .total-price {
    color: #000000;
    font-weight: 500;
}
table.cart-contents .currency {
    margin-right: 3px;
}
/* CART SUMMARY---------------------------------------------------------- */
.cart-summary.terms {
    padding: 0 35px;
    color: inherit;
    width: 72%;
    vertical-align: middle;
}
.cart-summary.terms h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}
.cart-summary.terms h5 .fa {
    margin-right: 10px;
    color: #ccc;
    font-size: 20px;
    vertical-align: middle;
}
.totals {
    width: 28%;
    border-left: 1px solid #ededed;
    vertical-align: top;
}
.cart-totals {
    width: 100%;
    height: 100%;
}
.cart-totals tr {
    border-bottom: 1px solid #ddd;
}
.cart-totals tr: last-child {
    border: none;
}
.cart-totals td {
    border-left: 1px solid #ededed;
    width: 49%;
    padding: 7px 20px;
    color: inherit;
}
.cart-totals td:first-child {
    border-left: none;
}
.cart-totals td.cart-total {
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    padding: 20px;
}
.cart-totals td.cart-total.price {
    color: #000000;
    font-weight: 500;
}
@media (max-width: 767px) {
    table.cart-contents thead h5 {
    margin: 0;
    font-size: 14px;
}
 table.cart-contents .total-price {
    width: 25%;
    font-size: 12px;
}
 table.cart-contents .qty {
    width: 15%;
}
 table.cart-contents .qty input {
    padding: 5px 0;
}
 table.cart-contents th, table.cart-contents td {
    padding: 15px;
    border-right: 1px solid #ededed;
}
 table.cart-contents .currency {
    margin-right: 0;
}
 table.cart-contents .action {
    margin-top: 15px;
    float: none !important;
}
 .cart-buttons .btn {
    display: block;
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
}
 .cart-summary .terms {
    display: none;
}
 .cart-totals td {
    width: auto;
}
 .cart-totals td.price {
    width: 40%;
}
}
/* PAYOUTS */
.pay-opt li a img {
    max-width: 40px;
}
.side-details {
    padding-top: 10px;
    padding-bottom: 35px;
}
.content ul {
    list-style-type: none}
.content ol {
    margin-left: 30px}
.content ul.tick li {
    background: url('../images/tick.png') no-repeat 0 2px;
    padding-left: 30px;
    margin-bottom: 10px}
.content ul.tick ul {
    padding-top: 10px}
.content ul.tick ul,.content ol ol,.content ol ul,.content ul.tick ol {
    margin-bottom: 0}
/* COMMENTS */
.comment-avatar {
    width: 50px;
    float: left;
    margin: 0 15px 0 0;
}
.comment-avatar img {
    width: 50px;
    border-radius: 100%;
    display: block;
    height: 50px;
}
.comment h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
}
.comment-content {
    overflow: hidden;
    padding: 10px 0;
}
.media.media-sm img {
    width: 115px;
    height: auto;
    display: block;
}
.google-maps {
    position: relative;
    padding-bottom: 75%;
    // This is the aspect ratio height: 0;
    overflow: hidden;
}
 .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.modal-content {
    border-radius: 0;
    border: 1px solid #ededed;
}
.modal-body {
    position: relative;
    padding: 0;
}
.panel .panel-collapse .collapse {
    transition: transform .25s ease-in-out;
    -webkit-transition: -webkit-transform .25s ease-in-out;
}
/* *======= CTA 1 / Call to action box ==========*==================================================================================================== */
.cta-main {
    margin-top: 90px;
}
.cta-box {
    padding: 25px 30px;
    background-color: #3c4759;
    color: #AFACBB;
    margin-top: 25px;
}
.cta-box h3 {
    line-height: 24px;
    color: #FFF;
    font-weight: 400;
}
.cta-box p {
    /* color: #fff */
}
.cta-box a.btn {
    margin-top: 24px;
}
.cta-grey {
    background: #f1f1f1;
}
@media handheld,only screen and (max-width: 767px) {
    .cta-box {
    text-align: center;
}
 .cta-box a.btn {
    margin: 25px 0;
}
}
/* Icon Box ========================================================================== */
.box-icon {
    padding: 30px 0;
}
.box-icon .icon-wrap {
    float: left;
    font-size: 40px;
    margin-top: 12px;
}
.box-icon .text {
    overflow: hidden;
    padding-left: 20px;
}
.box-icon .text h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 13px 0 5px;
}
.box-icon .text p {
    margin-bottom: 13px;
}
@media handheld,only screen and (max-width: 767px) {
    .box-icon .text {
    padding-left: 10px;
}
}
/* CREDIT CARD DIV STYLES - MODAL */
.credit-card-div span {
    padding-top: 10px;
}
.credit-card-div img {
    padding-top: 48px;
    height: 89px;
}
.credit-card-div .small-font {
    font-size: 9px;
}
.credit-card-div .pad-adjust {
    padding-top: 10px;
}
.credit-card-div .form-control {
    margin: 5px 0;
}
.credit-card-div textarea {
    margin: 15px 0;
    padding: 10px;
}
/* WIZARD FORM */
.wizNav {
    margin: 10px 0 30px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #F1F5F8;
    border: #F1F5F8;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.rating .fa {
    font-size: 22px;
}
 .rating-num {
    margin-top: 0px;
    font-size: 60px;
}
 .progress {
    margin-bottom: 5px;
}
 .progress-bar {
    text-align: left;
}
 .rating-desc .col-md-3 {
    padding-right: 0px;
}

.nav > li > a {
	font: arial;
	font-size: 22px;
	background: #e8e8e8;
	color: #555;
	padding: 9px;
}
.container .nav > li > a {
	font: arial;
	font-size: 20px;
	color: #555;
	padding: 9px;
	 height: 60px;
    line-height: 40px;
}
.container .nav > li {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.nav > li > a:focus,.nav > li > a:hover {
	background: #555;color: #fff;
	
}
.navbar-nav {
	margin:0px;
}
.nav > li {
	text-align:center;
}
.homemenu {
	height: 39px;
    text-align: center;
}
/*========== Non-Mobile Method ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
	.nav > li > a { font-size: 10px; }
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
	.deal-entry .info_bar .info_link .btn {
    	font-size: 16px;
	}
	.deal-entry.orange .title {
		font-size: 16px;
	}
.menu ul li > a {font-size: 15px; }
.sizebox {
	margin-top:0px;background: #F2F5F7;display:inline-block;padding:1px 8px;border:1px solid #ddd;box-shadow:1px 2px 2px #ddd;margin-right:2px;font-size:13px;
}
	.deal-entry .title {
		font-size: 16px;
		line-height: 18px;
		font-weight: 300;
		max-height: 60px;
	}
	.deal-entry .procent {
		font-size: 19px;
	}
	.deal-entry .price {
		font-size: 14px;
	}
	
	.nav > li > a { font-size: 9.1px; }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
	.deal-entry .procent {
		font-size: 29px;
	}
	.deal-entry .price {
		font-size: 18px;
	}
	.deal-entry .title {
		font-size: 14px;
		line-height: 22px;
		font-weight:300;
		height: 70px;
		max-height:70px;
	}
	
	.nav > li > a { font-size: 12px; }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
}
@media (min-width: 768px) {
 .scrollToTop{
	width:70px; 
	height:70px;
	position:fixed;
	bottom:0px;
	left:0px;
	display:none;
	background: url('/icons/up.png') no-repeat -8px 20px;
	z-index: 2;
}

}
.img-responsive { margin: auto; }
.noUi-connect { background: rgba(141, 22, 22,1);}
.deal-entry.orange .deliverytime {
    background: rgba(119,219,88,1);
}
.deliverytime {
    position: absolute;
    top: 40px;
    z-index: 2;
    min-height: 45px;
    min-width: 85px;
    right: 0;

    text-align: center;
    border-radius: 3px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    color: #fff!important;
    line-height: 18px;
    text-transform: uppercase;
    padding: 15px 0 0 0;
    box-shadow: 0 1px 3px 0 rgba(160, 158, 169, 0), 0 1px 2px 0 rgba(140, 139, 152, 0.13);
    font-display: swap;
}
/*Menu Start*/
.menu-link { display: none;}
.menu { 
  float: left;
  -webkit-transition: all 0.3s ease;  
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}
.menu ul { 
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
  display: inline-table;
}
.menu > li > ul.sub-menu {
	min-width: 10em;
	padding: 4px 0;
	background-color: #f4f4f4;
	border: 1px solid #CCC;
}
.menu ul li { padding: 0px; }
.menu > ul > li { display: inline-block; background-color: rgb(219,89,58);border:1px solid #eee;background-image:linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));}
.menu ul li a { display: block; text-decoration: none; color: #eee; font-size: .9em; }
.menu ul li > a { height:58px; padding: 19px 12px;font-size: 18px; }
.menu ul ul { 
  display: none; 
  position: absolute; 

  min-width: 160px;
  background-color: #f4f4f4;
  border: 1px solid #CCC;
  z-index:200;
}
.menu ul li:hover > ul { display: block; }
.menu ul ul > li { position: relative; }
.menu ul ul > li a { padding: 5px 15px 5px 10px; height: auto; background-color: #333; }
.menu ul ul > li a:hover { background-color: #444; color: #fff; }
.menu ul ul ul { position: absolute; left: 100%; top:0; }
@media all and (max-width: 992px) {
	.menu ul li > a {font-size: 15px; }
}
.slides2 img{width: 87px;height:auto}
.products-iamge { display:block;height:105px;padding-left: 0px; }
@media all and (max-width: 768px) {
#productslist .flex-control-thumbs img {
	height: 5px;
	max-height: 5px;
	width: 5px;
	border-radius: 35px;
}
#productslist .image {
    height: 185px;
    max-height: 185px;
}
.deal-entry.orange .title { border: none; }
.deal-entry .title {
    padding: 1px 3px;
}
.deal-entry.orange .title {
    font-size: 14px;
    color: #000;
    font-weight: 300;
    border-left: none;
    height: 48px;
}
.deal-entry .price b {
	font-size: 18px;
	font-weight: 700;
	color:#000;
}
.entry-content {
    height: 36px;
}
.products-iamge { display:block;height:65px;padding-left: 0px; }
.hide-xs { display: none; }
	#footer { padding-top: 0px;}
  .example-header .container { width: 100%; }
  
  a.menu-link { display: block; color: #fff; background-color: #333; float: right; text-decoration: none; padding: 19px 10px;}
  .menu { clear: both; min-width: inherit; float: none; }
  .menu, .menu > ul ul { overflow: hidden; max-height: 55em; background-color: #f4f4f4; }
  .menu > li > ul.sub-menu { padding: 0px; border: none; }
  .menu.active, .menu > ul ul.active { max-height: 55em; }
  .menu ul { display: inline; }
  .menu > ul { border-top: 1px solid #808080; }
  .menu li, .menu > ul > li { display: block; }
  .menu li a { color: #eee; display: block; padding: 0.8em; border-bottom: 1px solid #808080; position: relative; }
  .menu li.has-submenu > a:after {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 1.5em;
    padding: 0.55em 0.5em;
  }
  .slides2 img {width: 55px;height:auto; }
  .menu li.has-submenu > a.active:after {
    content: "-";
  }
  .menu ul ul > li a { background-color: #333; height:38px; padding: 10px 10px 19px 30px; }
  .menu ul ul, .menu ul ul ul { display: inherit; position: relative; left: auto; top:auto; border:none; }


}
@media all and (max-width: 320px) {
	#productslist .image {
	    height: 155px;
	    max-height: 155px;
	}
}
@media all and (max-width: 360px) {
	#productslist .image {
	    height: 175px;
	    max-height: 175px;
	}
	.offer-discount {
		min-height: 15px;
		min-width: 15px;
		padding: 0px 0 0 0;
		font-weight: 300;
		line-height: inherit;
		left: 0px;
		top: 0px;
		border-radius: 0;
		background: rgba(224,54,54,1) !important;
	}
	#productslist .col-xs-6 {
		padding-left:2px;padding-right:2px;
	}
	.deal-entry{margin-bottom: 2px;}
	.deal-entry.orange .title { height: 40px; }
	.navbar-brand {padding: 20px 0;}
}
.ti-home { font-size: 16px;}
/* Menu end */
#current-breadcrumb {
	/*background:rgba(224,54,54,1) !important;*/color:#fff;position:inherit;margin-left:-10px;border-radius:10px
}

#breadcrumb {
  list-style: none;
  display: inline-block;
  padding-left: 18px;margin-top: 10px;
}
#breadcrumb .icon {
  font-size: 14px;
}
#breadcrumb li {
  float: left;
}
#breadcrumb li a {
  color: #FFF;
  display: block;
  background:rgba(224,54,54,1.00);
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}
#breadcrumb li:nth-child(even) a {
  background-color: rgba(224,54,54,0.8);
}
#breadcrumb li:nth-child(even) a:before {
  border-color: rgba(224,54,54,0.8);
  border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
  border-left-color: rgba(224,54,54,0.8);
}
#breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
  border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid rgba(224,54,54,1.00);
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: rgba(224,54,54,1.00);
}
#breadcrumb li a:hover {
  background-color: rgba(224,54,54,1);
}
#breadcrumb li a:hover:before {
  border-color: rgba(224,54,54,1);
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: rgba(224,54,54,1);
}
#breadcrumb li a:active {
  background-color: rgba(224,54,54,1.00);
}
#breadcrumb li a:active:before {
  border-color: rgba(224,54,54,1.00);
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: rgba(224,54,54,1.00);
}
#inner-page {
padding-top: 5px;
}


.single {
padding: 10px 15px;
background: #fff;
margin-bottom:15px;
border: 1px solid #f0f0f0; font-weight:400;}
.single h3.side-title {
margin: 0;
margin-bottom: 10px;
padding: 0;
font-size: 20px;
color: #333;
text-transform: uppercase; }
.single h3.side-title:after {
content: '';
width: 60px;
height: 1px;
background: rgb(224,54,54);
display: block;
margin-top: 6px; }

.single ul {
margin-bottom: 0; }
.single li a {
	color: #000;
	font-size: 0.9em;
	line-height: 25px;
	display: block;
	text-decoration: none;
 }
.single li a:hover {
color: rgb(224,54,54); }
.single li:last-child a {
border-bottom: 0; }
@media all and (max-width: 768px) {
#breadcrumb li a:before, #breadcrumb li a:after{
border-width:15px 10px;
}
#breadcrumb li a {
line-height:30px;
height: 30px;
line-height:30px;
padding: 0 6px 0 2px;
font-size:0.8em;
}
/*#breadcrumb li a {
  color: #FFF;
  display: block;
  background:rgba(224,54,54,1.00);
  text-decoration: none;
  position: relative;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
}
#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid rgba(224,54,54,1.00);
  border-width: 10px 10px;
  width: 0;
  height: 0;
}*/
/*
#breadcrumb li a {
  color: #333;
  display: block;
  background:transparent;
  text-decoration: none;
  position: relative;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
   margin-right: 10px;
}
 #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid rgba(242, 245, 247, 1);
  border-width: 10px 10px;
  width: 0;
  height: 0;
  border-left-color:rgba(224,54,54,0.8);
 
}
#breadcrumb li a:before {
border: transparent;
}
#breadcrumb li:nth-child(even) a {
    background-color: transparent;
}
#breadcrumb li:nth-child(even) a:before {
    border-color: transparent;
    border-left-color: transparent;
}*/
}
.checkout { display: none; }

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background-color: rgb(224,54,54) !important;
}
.btn-small{ min-width: 60px !important;}
#addedtothecart {
    background: rgba(0,0,0,0.5) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 1.5em;
}
/*.total{background:rgba(200,200,200,0.5);color:#333;height:25px;font-size:13px;}*/
.total li {color:#eee;font-size:13px;border-bottom:2px solid #333;text-align:left;background:rgba(200,200,200,0.5);height:30px;line-height:30px;}
.total span{display:inline-block;}
.total li span{border-right:2px solid #333;overflow-x:hidden;display:inline-block;padding-left:3px;}
.total li span:last-child{border-right:0;font-size:18px;}
.total li:last-child{height:50px;text-align:center;line-height:30px;background-color:transparent;margin-top:15px;}
ul,li{list-style: none;}
.incart li{color:#eee;font-size:13px;border-bottom:2px solid #333;text-align:left;background:rgba(224,54,54,1);height:30px;line-height:30px;}
.incart li:hover{background:rgba(224,54,54,0.5)}
.incart li span{border-right:2px solid #333;overflow-x:hidden;display:inline-block;padding-left:3px;}
.incart li span:last-child{border-right:0;font-size:18px;}
.incart li span:last-child:hover{border-right:0;font-size:18px;color:#333;}
.incart li:first-child{border-top-right-radius:30px;border-top-left-radius:30px;background:rgba(200,200,200,0.5);}
.incart input.text {height:25px;color:#333;width:20px;border-radius:6px;border:1px solid #333;text-align:center;}
.fillform{width:50%;color:#eee;border-radius:5px;background:#9c3;border:1px solid transparent;}

.rating, .rating i {
    display: inline-block;
    height: 17px;
}
.rating {
    background: url("/star-grey-20.png");
    width: 90px;
    float: left;
    margin-top: 1px;
}

.rating i {
    background: url("/star-filled-20.png");
}

.product-sku {
    margin-top: 15px;
}
.sku-wrap .sku-property {
    margin-bottom: 4px;
}
.sku-wrap .sku-title {
    font-size: 12px;
    margin-bottom: 8px;
}
.sku-wrap .sku-property-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sku-wrap .sku-property-item {
    box-shadow: inset 0 0 0 1px #ccc;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 12px;
    margin-bottom: 12px;
}
.sku-wrap .sku-property-image {
    width: 58px;
    height: 58px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.sku-wrap .sku-property-item.selected, .sku-wrap .sku-property-item:hover {
    box-shadow: inset 0 0 0 2px #ff4747;
}
.sku-wrap .sku-property-text {
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    white-space: nowrap;
}
.post-media img { max-height: 500px; }
