@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 300;
    src: url(addons/fonts/opensanshebrew-lightitalic-webfont.eot);
    src: url(addons/fonts/opensanshebrew-lightitalic-webfont.eot?#iefix) format('embedded-opentype'),
    url(addons/fonts/opensanshebrew-lightitalic-webfont.woff) format('woff'),
    url(addons/fonts/opensanshebrew-lightitalic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 300;
    src: url(addons/fonts/opensanshebrew-light-webfont.eot);
    src: url(addons/fonts/opensanshebrew-light-webfont.eot?#iefix) format('embedded-opentype'),
    url(addons/fonts/opensanshebrew-light-webfont.woff) format('woff'),
    url(addons/fonts/opensanshebrew-light-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 400;
    src: url(addons/fonts/opensanshebrew-italic-webfont.eot);
    src: url(addons/fonts/opensanshebrew-italic-webfont.eot?#iefix) format('embedded-opentype'),
    url(addons/fonts/opensanshebrew-italic-webfont.woff) format('woff'),
    url(addons/fonts/opensanshebrew-italic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url(addons/fonts/opensanshebrew-regular-webfont.eot);
    src: url(addons/fonts/opensanshebrew-regular-webfont.eot?#iefix) format('embedded-opentype'),
    url(addons/fonts/opensanshebrew-regular-webfont.woff) format('woff'),
    url(addons/fonts/opensanshebrew-regular-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 700;
    src: url(addons/fonts/opensanshebrew-bolditalic-webfont.eot);
    src: url(addons/fonts/opensanshebrew-bolditalic-webfont.eot?#iefix) format('embedded-opentype'),
    url(addons/fonts/opensanshebrew-bolditalic-webfont.woff) format('woff'),
    url(addons/fonts/opensanshebrew-bolditalic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 700;
    src: url(addons/fonts/opensanshebrew-bold-webfont.eot);
    src: url(addons/fonts/opensanshebrew-bold-webfont.eot?#iefix) format('embedded-opentype'),
    url(addons/fonts/opensanshebrew-bold-webfont.woff) format('woff'),
    url(addons/fonts/opensanshebrew-bold-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 800;
    src: url(addons/fonts/opensanshebrew-extrabold-webfont.eot);
    src: url(addons/fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
    url(addons/fonts/opensanshebrew-extrabold-webfont.woff) format('woff'),
    url(addons/fonts/opensanshebrew-extrabold-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 800;
    src: url(addons/fonts/opensanshebrew-extrabold-webfont.eot);
    src: url(addons/fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
    url(addons/fonts/opensanshebrew-extrabold-webfont.woff) format('woff'),
    url(addons/fonts/opensanshebrew-extrabold-webfont.ttf) format('truetype');
}

/* colors */

.mainbg {
    background-color: #724099;
    color: white;
}

.maintext {
    color: #724099;
}

.mainsoft {
    background-color: #E9E2EF;
}

.mainborder {
    border:1px solid #E9E2EF;
}

.secondarycolor {
    background-color: #7AC142;
}

.blackbg {
    background-color: #231F20;
}

.header-menu ul li a:hover {
    color: #724099;
}

.orangebg {
    background-color: #E09225 !important;
}

.bluebg {
    background-color: #0077B5 !important;
}

.shadow {
    box-shadow: 0px 0px 7px rgba(114, 64, 153, 0.6);
}

.shadowinset {
    box-shadow: inset 0px 0px 7px rgba(114, 64, 153, 0.6);
}

input, textarea, select {
    padding: 9px;
    border:0px;
    font-family: 'open sans hebrew';
    outline: 0px;
    border:1px solid #E1E1E1;
    font-size: 18px;
}

button, .button {
    background-color: #724099;
    color: white;
    padding: 10px;
    text-align: center;
    border:0px;
    cursor: pointer;
    font-family: 'open sans hebrew';
    font-size: 18px;
    transition: 0.2s;
}

button:not(.slick-arrow):hover, .button:not(.slick-arrow):hover {
    background-color: #501f75;
}

.inside-wrapper {
    border-top: 2px solid #724099;
}

.filter-list a {
    color: #724099;
}

.cart-row {
    border-bottom: 1px solid #724099;
}

.stripped-table tr:nth-child(2n+1) td {
    background-color: #f3eef5;
}

.maindarkbg  {
    background-color: #501f75;
}

/* end of colors */

html, body {
    margin:  0px;
    text-align:  right;
    color: #231F20;
    font-family: 'open sans hebrew';
    font-size: 18px;
}

img {
    border:  0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

a {
    text-decoration: none;
}

.relative {
    position: relative;
}

.behindbg {
    position: absolute;
    z-index: -1;
    top: 221px;
    right: 0px;
    left: 0px;
    height: 500px;
    background: #FFFFFF;
    background: -webkit-linear-gradient(top, #FFFFFF, #ebebeb);
    background: -moz-linear-gradient(top, #FFFFFF, #ebebeb);
    background: linear-gradient(to bottom, #FFFFFF, #ebebeb);
}

.wrap {
    width: 1100px;
    margin:auto;
}

.float {
    float: right;
    width: 100%;
}

.top {
    height: 50px;
    color: white;
    padding: 12px 0px;
}

.top-right {
    float: right;
}

.top-right .menu {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.top-right span {
    padding: 0px 8px;
}

.top-right a {
    color: white;
    text-decoration: none;
}

.top-right a:hover {
    text-decoration: underline;
}

.top-left {
    float: left;
}

.top-left a {
    float: left;
    margin-right: 15px;
}

#logo {
    float: right;
}

#logo img {
    display: block;
    height: 102px;
}

.header {
    margin: 10px 0px;
}

#msg {
    position: fixed;
    left: 0px;
    transition:0.2s;
    top: 150px;
}

#msg-open {
    position: fixed;
    left: -250px;
    z-index: 999;
    top: 0px;
    bottom: 0px;
    background-color: #231F20;
    color: white;
    padding: 20px;
    width: 250px;
    transition:0.2s;
}

.msg-open-now {
    left: 0px !important;
}

.msg-open-now button {
    float: left;
    margin-top: 25px;
}

.contactshort-form input {
    margin-top: 5px;
    padding: 5px;
}

.contactshort-form label {
    margin-top: 15px;
}

.header-left {
    float: left;
    margin-top: 10px;
    max-width: calc(100% - 350px);
}

.header-blocks > * {
    float: left;
    font-weight: bold;
    text-decoration: none;
    transition: 0.2s;
    padding: 7px 15px;
    margin-right: 20px;
    height: 38px;
    color: white;
}

.header-blocks > *:hover {
    transform: scale(1.05);
}

#othersite {
    background-image: url('img/carpurple.png');
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 50px;
}

#phonenumber {
    background-image: url('img/phoneblack.png');
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 50px;
}

.topwelcome {
    padding: 0px;
}

#welcomename {
    padding: 7px;
    color: white;
    text-decoration: none;
    float: right;
}

#topcart {
    float: left;
    padding: 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

#topcart span {
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: #FF0000;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    color: white;
    width: 20px;
    height: 20px;
}

.header-menu {
    margin-top: 8px;
}

.header-menu ul {
    float: left;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.header-menu ul li {
    float: right;
}

.header-menu ul li a {
    float: left;
    padding: 12px 15px;
    color:#231F20;
}

.navbar {
    border-top: 1px solid #E1E1E1;
    font-size: 13px;
    padding: 10px 0px;
}

.navbar a {
    color: #231F20;
}

.navbar span {
    color: gray;
    padding: 0px 5px;
    font-size: 20px;
    line-height: 0px;
}

.slider img {
    width: 100%;
    height: 500px;
}

.padding {
    padding: 50px 0px 0px 0px;
}

.third {
    float: right;
    margin-left: 50px;
    margin-bottom: 50px;
    width: calc(33.33% - 33.33px);
}

.third:nth-child(3n) {
    margin-left: 0px;
}

.footer {
    border-top: 1px solid #E1E1E1;
    padding-top: 25px;
    margin-top: 25px;
}

.third-footer {
    float: right;
    margin-left: 25px;
    padding-left: 25px;
    margin-bottom: 50px;
    min-height: 200px;
    border-left: 1px solid #E4E4E4;
    width: calc(30% - 17px);
}

.third-footer:nth-child(2n) {
    width: calc(40% - 16.66px);
}

.third-footer:nth-child(3n) {
    margin-left: 0px;
    border-left: 0px;
    padding-left: 0px;
}

.fourth {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
    width: calc(25% - 22.5px);
}

.fourth:nth-child(4n) {
    margin-left: 0px;
}

.fifth {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    width: calc(16.66% - 8px);
}

.last-fifth {
    float: left;
}

.last-fifth {
    margin-left: 0px;
}

.grayshadow {
    box-shadow: 0px 0px 6px #cacaca;
}

.box {
    background-color: white;
}

.box-image {
    overflow: hidden;
    height: 210px;
    position: relative;
    transition: 0.2s;
}

.box:hover .box-image img, .box-group:hover .group-image img, .box-item:hover .box-image img {
    transform: translate(-50%, -50%) scale(1.05);
}

.box-image img, .group-image img {
    position: absolute;
    left: 50%;
    transition: 0.2s;
    top: 50%;
    height: 100%;
    width: auto;
    min-width: 100%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.box-title {
    text-align: center;
    padding: 10px;
    transition: 0.2s;
    height: 70px;
}

.box:hover .box-title {
    color: #231F20;
}

.about-right {
    width: 170px;
    float: right;
    padding-bottom: 50px;
}

.about-right img {
    width:100%;
    height: auto;
}

.about-left {
    width: calc(100% - 170px);
    float: left;
    padding-bottom: 50px;
    padding-right: 30px;
}

.about-index h1 {
    margin: 0px 0px 10px 0px;
    font-size: 26px;
}

.brands h2 {
    margin: 0px;
    font-size: 26px;
}

.brand-box {
    height: 150px;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.brand-box img {
    max-width: 100%;
    height: 100%;
    transition: 0.2s;
}

.brand-box:hover img {
    transform: scale(1.05);
}

.footer-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-info {
    line-height: 1.8;
}

.footer-info a {
    color:#231F20;
    text-decoration: underline;
}

.footer-links a {
    float: right;
    width: 100%;
    margin-bottom: 30px;
    text-decoration: none;
    padding: 12px 15px;
    height: 48px;
    color: white;
}

#footerlink1 {
    background-image: url('img/greenbubble.png');
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 60px;
}

#footerlink2 {
    background-image: url('img/zap.png');
    background-position: right;
    background-repeat: no-repeat;
    background-color: #50C5D7;
    padding-right: 60px;
}

#footerlink3 {
    background-image: url('img/carpurple2.png');
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 60px;
    margin-bottom: 0px;
}

.cards {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #E1E1E1;
}

.cards img {
    max-width: 100%;
}

.real-footer {
    padding: 15px;
    color: white;
}

.laki {
    float: left;
}

.laki a {
    color: white;
    text-decoration: underline;
}

.search-on-demand{
    position: absolute;
    right: 0px;
    left: 0px;
    top: 50px;
    display: none;
    background-color: white;
    z-index: 88;
    padding: 20px;
    font-size: 20px;
    box-shadow: 0px 0px 15px #ccc;
}

.search-on-demand label, .search-inside label {
    width: calc(80% - 20px);
    float: right;
    margin-left: 20px;
}

.search-on-demand label span, .search-inside label span {
    width: 80px;
    color:#231F20;
    border:1px solid #E1E1E1;
    height: 44px;
    padding: 8px 15px;
    border-left: 0px;
    background-color: #f5f5f5;
    float: right;
}

.search-on-demand input, .search-inside input {
    width: calc(100% - 80px);
    float: right;
}

.search-on-demand button, .search-inside button {
    width: 20%;
    float: right;
}

/* pages */

.inside-cover h1 {
    position: absolute;
    right: 25px;
    bottom: 25px;
    color: white;
    font-size: 30px;
    margin: 0px;
    text-shadow: 0px 0px 5px black;
}

.inside-cover img {
    display: block;
    width: 100%;
    max-height: 300px;
}

.whitebg {
    background-color: white;
    padding: 0px 30px;
    min-height: 250px;
}

.box-article .box-image {
    height: 150px;
}

.box-category .box-image {
    height: 160px;
}

.box-content {
    padding: 15px;
    color:#231F20;
    height: 170px;
    font-size: 16px;
}

.box-article-title {
    font-weight: bold;
    margin-bottom: 10px;
    transition: 0.2s;
    font-size: 18px;
}

.box-article:hover .box-article-title {
    color:#7AC142;
}

.inside-wrapper .brand-box {
    height: 160px;
}

.the-content {
    line-height: 1.5;
}

.the-content a, #the-content a  {
    text-decoration: underline;
}

.the-content h2 {
    font-size: 24px;
}

.the-content img {
    max-width: 100%;
    height: auto;
}

.second-title {
    font-weight: bold;
    padding: 10px;
    margin-bottom: 25px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.button-with-icon {
    position: relative;
    padding-right: 60px;
}

.button-with-icon img {
    position: absolute;
    right: 10px;
    top: 10px;
}

.margin-bottom {
    margin-bottom: 25px;
}

.grid-item { 
    width: 33.33%;
    float: right;
}

.grid-item img {
    width: 100%;
    display: block;
}

.box-group { 
    text-align: center;
}

.group-title {
    height: 70px;
    justify-content: center;
    display: flex;
    padding: 10px 30px;
    color: #231F20;
    font-size: 16px;
    line-height: 1.3;
    flex-direction: column;
}

.group-title a {
    color:#231F20;
}

.group-image {
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
}

.group-content {
    padding: 15px;
}

.group-price {
    font-weight: bold;
    font-size: 20px;
    color:#231F20;
}

.group-button {
    width: 160px;
    float: right;
    transition: 0.2s;
    margin-top: 10px;
    color: white;
    margin-right: calc(50% - 80px);
}

.group-date {
    font-size: 14px;
    color:#231F20;
    margin-top: 5px;
}

.group-button span:nth-child(1) {
    float: left;
    text-align: center;
    padding-top: 3px;
    width: calc(100% - 35px);
}

.group-button span:nth-child(2) {
    float: right;
    width: 35px;
    padding: 6px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.group-button img {
    display: block;
}

.group-button:hover {
    background-color: rgb(184, 115, 19);
}

#skipto {
    position: fixed;
    right: 13px;
    top: 13px;
    color: white;
    border-radius: 5px;
    font-size: 15px;
    z-index: 999;
    overflow: hidden;
    height: 1px;
    width: 1px;
}

#skipto:focus, #skipto:active {
    overflow:visible;
    height: auto;
    width: auto;
    padding: 2px 5px;
    background-color: rgb(46, 46, 129);
}

.slick-arrow {
    position: absolute;
    top: 47%;
    background-color: transparent;
    height: 32px;
    z-index: 99;
    border-radius: 50%;
    width: 32px;
}

.imagesboxes .slick-arrow {
    top: 40%;
}

.imagesboxes .slick-prev {
    left: calc(100% + 50px);
}

.slick-next {
    right: 10px;
    background-image: url('img/right-arrow.png');
}

.slick-prev {
    left: 10px;
    background-image: url('img/left-arrow.png');
}

.filters {
    padding: 20px 0px;
    border-top: 1px solid #DCDDDE;
    border-bottom: 1px solid #DCDDDE;
}

.filter-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.filter-list {
    line-height: 1.7;
}

.filter-list a {
    float: right;
    width: 100%;
    font-size: 16px;
}

.filter-list a:hover {
    color: #231F20;
}

.search-box > * {
    padding: 5px;
}

.search-box input {
    width: calc(100% - 60px);
    margin-left: 10px;
}

.search-box button {
    float: left;
    width: 50px;
    padding: 6px;
}

.orderby {
    padding: 10px 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DCDDDE;
}

.orderby label {
    float: left;
    color: gray;
}

.orderby select {
    padding: 3px 5px;
    margin-right: 10px;
    color: gray;
}

.box-item {
    text-align: center;
    position: relative;
}

.item-content {
    padding: 10px;
    font-size: 16px;
}

.item-button {
    float: right;
    transition: 0.2s;
    width: calc(50% - 5px);
    margin-top: 10px;
    color: white;
    font-size: 16px;
}

.item-button span {
    padding: 5px 3px;
}

.item-button1 {
    margin-left: 10px;
}

.item-button2 span img {
    margin-right: 7px;
}

.item-button span:nth-child(1) {
    float: left;
    text-align: center;
    width: calc(100% - 35px);
}

.item-button span:nth-child(2) {
    float: right;
    width: 35px;
    padding: 6px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.item-button img {
    display: block;
}

.item-button:hover {
    background-color: rgb(184, 115, 19);
}

.item-price {
    font-weight: bold;
    font-size: 22px;
    color:#231F20;
}

.item-old-price {
    text-decoration: line-through;
    font-size: 20px;
    font-weight: normal;
    margin-left: 10px;
    color: gray;
    display: inline;
}

.corner {
    border-right: 20px solid transparent;
    border-bottom: 58px solid transparent;
    height: 50px;
    width: 20px;
    font-size: 16px;
    font-weight: normal;
    top: 0px;
    position: absolute;
    left: 0px;
    z-index: 2;
    pointer-events: none;
}

.corner span {
    color: white;
    position: absolute;
    text-align: center;
    transform: rotate(-47deg);
    width: 58px;
    height: 26px;
    left: -64px;
    top: 8px;
}

.open-filters {
    text-align: center;
    border:1px solid #724099;
    padding: 10px;
    display: none;
}

/* smaller template */

.right-column {
    float: right;
    margin-left: 25px;
    width: 250px;
}

.right-column img {
    width: 100%;
    height: auto;
}

.left-column {
    float: right;
    width: calc(100% - 275px);
}

.page-title {
    font-size: 24px;
    margin: 23px 0px;
}

.table-title {
    font-weight: bold;
    font-size: 20px;
}

.table-title td {
    padding: 10px 20px;
    border-bottom: 0px;
}

.small-td {
    width: 100px;
}

.small-td2 {
    width: 170px;
}

table td {
    padding: 20px;
    position: relative;
}

.table-image {
    float: right;
    width: 150px;
    padding-left: 25px;
}

.table-image img {
    width: 100%;
    height: auto;
}

.table-details {
    position: absolute;
    right: 175px;
    top: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 150px);
}

.table-details a {
    font-size: 20px;
}

.table-details a:hover {
    color: red;
}

.fakeinput {
    float: right;
    text-align: center;
    background-color: #F3F3F3;
    color: #808080;
    outline: 0px;
    border: 0px;
    padding-top: 7px;
    border-radius: 5px;
    height: 38px;
    width: 100%;
}

table input {
    float: right;
    text-align: center;
    background-color: #F3F3F3;
    color: #808080;
    outline: 0px;
    border: 0px;
    border-radius: 5px;
    height: 38px;
    width: 38px;
}

.delete-cart-item img {
    width: 20px;
    height: 20px;
    right: 0px;
    position: absolute;
    top: calc(50% - 10px);
}

.cart-total {
    font-size: 22px;
    padding: 25px 0px;
}

.coupon-line {
    color: gray;
    margin-bottom: 25px;
}

.coupon-line input {
    margin-right: 15px;
    padding: 5px;
}

.buttons-flex {
    display: flex;
    margin-top: 25px;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 25px;
}

.buttons-flex .button {
    width: 100%;
    margin: 0px 10px;
    -webkit-box-ordinal-group: 1;
    -webkit-box-flex: 0;
}

.buttons-flex .button:nth-child(1) {
    margin-right: 0px;
}

.buttons-flex .button:nth-last-child(1) {
    margin-left: 0px;
}

.button-continue {
    background-color: #231F20;
}

.button-checkout {
    background-color: red;
}

/* cart old */
.cart-table {
    float: right;
    width: 100%;
}

.cart-row > div {
    padding: 10px 13px;
    float: right;
    font-size: 22px;
}

.cart-first-row > div {
    height: auto;
}

.cart-1-first {
    width: 70%;
}

.cart-1 {
    width: 70%;
    position: relative;
}

.cart-2-first {
    width: 10%;
}

.cart-3-first {
    width: 20%;
}

.cart-2 {
    width: 10%;
    padding-top: 40px !important;
}

.cart-3 {
    width:20%;
    padding-top: 40px !important;
}

.cart-1-image img {
    float: right;
    width: 100px;
    margin-top: 10px;
    height: 70px;
}

.cart-1-image {
    float: right;
    padding-right: 25px;
    width: 135px;
}

.cart-1-content {
    float: right;
    padding-right: 10px;
    height: 100px;
    justify-content: center;
    flex-direction: column;
    display: flex;
    width: calc(100% - 135px);
}

.cart-item-title {
    font-size: 20px;
    width: 100%;
    padding: 1px 0px 0px 0px;
    text-decoration: none;
}

.cart-item-price {
    font-size: 16px;
    padding-top: 4px;
}

.cart-item-price span {
font-weight: bold;
color: black;
}

.cart-2 input { 
    float: right;
    text-align: center;
    font-size: 16px;
    background-color: #F3F3F3;
    color: #808080;
    outline: 0px;
    border: 0px;
    border-radius: 5px;
    height: 38px;
    width: 38px;
}

.cart-3 span, .count { 
    float: right;
    text-align: center;
    font-size: 16px;
    background-color: #F3F3F3;
    color: #808080;
    padding-top: 9px;
    outline: 0px;
    border: 0px;
    border-radius: 5px;
    height: 38px;
    width: 90%;
}

.cart-title {
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
}

.cart-info {
    font-size: 16px;
}

.labels {
    padding: 20px 0px;
}

.half-field {
    float: right;
    width: 49%;
    margin-left: 1%;
}

.half-field input {
    width: 100%;
}

.half-field > span {
    float: right;
    margin: 15px 0px;
    width: 100%;
}

.field-comment{
    color: gray;
}

.half-field:nth-child(2n) {
    margin-right: 1%;
    margin-left: 0px;
}

.checkbox-label input {
    float: right;
    margin: 6px 0px 0px 10px;
}

.checkbox-label > span {
    width: auto;
    margin: 0px;
}

.differentaddress-open {
    display: none;
}

.shipment-type input {
    float: right;
    margin: 7px 0px 0px 10px;
}

.seasons-ship {
    float: right;
    width: 50%;
}

.shipment-type {
    padding: 30px 0px;
}

.shipment-name {
    float: right;
}

.shipment-price {
    font-weight: bold;
    margin-right: 5px;
    float: right;
}

.shipment-details {
    clear:right;
    float: right;
    margin-right: 22px;
}

.shipment-type:nth-last-child(1) {
    border-bottom: 0px;
}

.cards-cart {
    margin: 25px 0px 0px 0px;
}

.cards-cart img {
    max-width: 100%;
    height: auto;
}

.buttons {
    margin-top: 25px;
}

.buttons .button {
    margin-right: 20px;
}

.center-block {
    margin: 50px 30%;
    width: 40%;
    border:1px solid #DCDDDE;
    padding: 25px;
    float: right;
}

.center-block label {
    width: 100%;
    float: right;
}

.center-block label span {
    width: 100%;
    float: right;
    margin: 15px 0px;
}

.center-block input {
    width: 100%;
}

.floating-buttons {
    position: absolute;
    bottom: -50px;
    right: 0px;
}

.floating-buttons a {
    float: right;
    padding: 5px;
    margin-left: 10px;
}

.register-button {
    background-color: #231F20;
}

.forgot-button {
    background-color: #808080;
}

.contact-right {
    float: right;
    height: 300px;
    padding: 25px;
    width: 300px;
    line-height: 1.6;
}

.contact-right a {
    color: white;
    margin-right: 15px;
    text-decoration: underline;
}

.contact-left {
    float: right;
    width: calc(100% - 300px);
    height: 300px;
}

.contact-content span {
    margin: 15px 0px;
    float: right;
}

.profile-card {
    border:1px solid #DCDDDE;
    padding: 15px;
    margin-bottom: 25px;
}

.red-title {
    color: red;
    font-weight: bold;
    font-size: 22px;
    padding: 15px;
}

.stripped-table {
    font-size: 16px;
}

.stripped-table td {
    padding: 10px 15px;
}

.stripped-table tr td:nth-child(1) {
    font-weight: bold;
    width: 200px;
}

.avatar {
    position: absolute;
    left: 20px;
    width: 130px;
    height: 130px;
    padding: 10px;
    background-color: white;
    top: -60px;
    border:1px solid #DCDDDE;
}

.avatar img {
    width: 100%;
    height: 108px;
}

.profile-card .floating-buttons {
    top: -50px;
    left: 160px;
    right: auto;
}

.item-left {
    float: left;
    width: 340px;
    padding-right: 20px;
    min-height: 480px;
    display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.item-right {
    float: right;
    position: relative;
    height: 481px;
    padding-left: 25px;
    border-left: 1px solid #DCDDDE;
    width: calc(100% - 345px);
    text-align: center;
}

.image-contain {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-contain img {
    max-width: 100%;
    max-height: 100%;
}

.item-left h1 {
    margin-top: 0px;
}

/* .height-title {
    height: 66px;
} */

.item-icons {
    text-align: center;
}

.item-icons img {
    display: inline-block;
    margin: 0px 5px;
}

.checks {
    margin: 5px 0px;
    max-height: 160px;
    overflow: auto;
}

/* width */
.checks::-webkit-scrollbar {
    width: 5px;
}
  
/* Track */
.checks::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.checks::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.checks::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.big-checks {
    height: auto;
}

.checks span {
    float: right;
    font-size: 16px;
    width: 100%;
    line-height: 2;
}

.checks img {
    margin: 7px;
    float: right;
}

.item-actions {
    width: 100%;
    right: 20px;
}

.item-inside-price {
    border:1px solid #231F20;
    font-size: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 5px;
    font-weight: bold;
}

.item-inside-price .item-old-price {
    position: absolute;
    right: 5px;
    top: 0px;
}

.item-actions .item-inside-price .item-old-price {
    width: auto;
}

.add-to-cart-button {
    margin-top: 15px;
    font-weight: bold;
    font-size: 23px;
    padding-right: 30px;
}

.add-to-cart-button img {
    right: 25%;
}

.smallimage {
    height: 230px;
    width: 310px;
    float: left;
    overflow: hidden;
}

.smallimage img, .image-contain img {
    transition:0.2s;
    min-height: 100%;
}

.smallimage:hover img {
    transform: scale(1.1) rotate(1deg);
}

.smallimage iframe {
    width: 100%;
    height: 100%;
}

.imagesboxes {
    margin: 25px 0px 25px 0px;
}

.imagesboxes .slick-slide {
    text-align: center;
    border-left: 10px solid white;
}

.imagesboxes .smallimage  {
    margin-bottom: 25px;
    top: 5px;
}

.smallimage .image-contain {
    left: 0px;
}

.item-colorful-buttons  {
    font-weight: bold;
    margin-bottom: 25px !important;
}

.warning {
    border: 2px solid red;
    color: red;
    padding: 8px 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.warning a {
    float: left;
    color: red;
    text-decoration: underline;
}

.item-info h3 {
    border-top: 1px solid #DCDDDE;
    padding: 12px 0px;
    margin: 0px;
    border-bottom: 1px solid #DCDDDE;
}

.shareus {
    text-align: center;
    margin-top: 30px;
}

.shareus-title {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}

.shareus-title:before {
    content: "";
    position: absolute;
    right: -30px;
    top: 13px;
    height: 1px;
    width: 20px;
    background-color: #DCDDDE;
}

.shareus-title:after {
    content: "";
    position: absolute;
    left: -30px;
    top: 13px;
    height: 1px;
    width: 20px;
    background-color: #DCDDDE;
}

.part {
    float: right;
    width: 20%;
    margin-left: 25px;
    position: relative;
}

.part-image img {
    width: 100%;
    display: block;
}

.part:after {
    content: "+";
    font-weight: bold;
    font-size: 24px;
    color:#231F20;
    position: absolute;
    left: -20px;
    top: 30px;
}

.part:nth-last-child(1):after {
    display: none;
}

.part:nth-last-child(3):after {
    content: "=";
}

.part:nth-last-child(2):after {
    content: "=";
}

.part-ending {
    padding-top: 30px;
    padding-right: 10px;
    font-size: 24px;
    margin-left: 0px;
    font-weight: bold;
}

.part-text {
    text-align: center;
    color:#231F20;
    font-size: 16px;
    padding: 20px;
}

.galleryshare {
    position: fixed;
    left: 0px;
    text-align: center;
    bottom: 20px;
    display: none;
    z-index: 9999;
    right: 0px;
}

.sl-prev, .sl-next {
    transform: rotate(180deg);
}

.item-group-left {
    width: 645px;
    padding-right: 25px;
    float: left;
}

.item-group-right {
    float: right;
    position: relative;
    width: calc(100% - 645px);
}

.item-group-image {
    float: right;
    position: relative;
    height: 300px;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.item-group-image .image-contain {
    left: 0px;
}

.item-group-info h3 {
    float: right;
    width: 100%;
    margin-bottom: 15px;
}

.item-group-info table {
    margin-bottom: 25px;
}

.item-group-info .item-content {
    float: right;
    width: 100%;
}

.group-boxes {
    margin-bottom: 25px;
}

.group-box {
    padding: 15px;
    color: white;
    line-height: 1.3;
}

.group-box span {
    float: right;
    clear:both;
}

.bold {
    font-weight: bold;
}

.big-text {
    font-size: 28px;
}

.group-closing {
    font-weight: bold;
    text-align: center;
    color: white;
    padding: 10px;
}

.group-closing span {
    font-size: 24px;
}

.clock-builder-output {
    text-align: center;
}

.join-group {
    margin-top: 25px;
}

.join-group h2 {
    color: white;
    font-size: 20px;
    margin: 0px;
    padding: 10px;
}

.join-group-content {
    padding-bottom: 15px;
}

.join-group-content .half-field {
    width: 33.33%;
    margin: 0px;
    padding: 0px 10px;
}

.join-group-more-fields {
    padding: 0px 10px;
}

.join-group-more-fields h3, .join-group-content h2 {
    border-bottom: 1px solid #DCDDDE;
    color: black;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.join-group-content .half-field:nth-child(2n) {
    padding-right: 10px;
}

.shipments .checkbox-label {
    margin-bottom: 5px;
}

.form-title {
    font-weight: bold;
    margin-bottom: 25px;
    background-color: #EFF3E4;
    padding: 10px;
}

/* .class-profile form input {
    width: 100%;
    margin: 15px 0px;
} */

.jsfilter-active {
    font-weight: bold;
    color: #0c82ff !important;
}

.jsitems {
    text-align: center;
}

.loading {
    display: inline-block;
}

.cart-login-open {
    display: none;
}

.turtle {
    text-align: center;
    font-size: 16px;
    padding: 10px;
    text-decoration: line-through;
    color: gray;
}

.msg-options {
    justify-content: center !important;
    padding: 7px 0px;
}

.msg-option {
    border: 1px solid #3c763d;
    border-radius: 3px;
    color: #3c763d;
    font-size: 15px;
    padding: 2px;
    width: 90px !important;
    margin: 0px 3px;
}

.instead {
    font-size: 15px;
    text-decoration: line-through;
    font-weight: normal;
    color: #9e4848;
}

.coupon-line {
    margin-top: 25px;
}

.yousaved {
    color: gray;
    font-size: 15px;
}

.dwg-popup {
    display: none;
    top: 10% !important;
    text-align: right !important;
    padding: 15px;
}

.dwg-popup button {
    margin: 25px 0px 0px 0px !important;
}


.single-video-title {
    border-bottom: 1px solid #E1E1E1;
    font-size: 20px;
    height: 75px;
    padding: 10px;
}

.usaved {
    color: gray !important;
    font-weight: normal !important;
    text-decoration: line-through;
    font-size: 15px;
}

.outofstock {
    margin: 0px !important;
    padding: 3px !important;
}

.sep-float {
    margin-top: 30px;
}

.slider-big {
    position: relative;
    height: 480px;
}

.buyget-class .slider-big {
    height: 360px;
}

.buyget-class .slider-big img {
    height: 360px;
}

.buyget-class .slider-big iframe {
    height: 360px;
}

.slider-big img {
    height: 480px;
}

.slider-big iframe {
    height: 480px;
}

.slider-big .slick-next {
    right: auto !important;
    width: 50px;
    top: 45%;
    height: 50px;
    left: 50px !important;
    background-image: url('/img/default/left-arrow2.png');
}

.slider-big .slick-slide img {
    display: inline-block !important;
}

.slider-big .slick-prev {
    left: auto !important;
    right: 20px !important;
    top: 45%;
    width: 50px;
    height: 50px;
    background-image: url('/img/default/right-arrow2.png');
}

.slick-dots {
	display: flex;
	justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 55;
	padding: 1rem 0;
    list-style-type: none;
    pointer-events: none;
}

.slick-dots li {
    margin: 0 0.25rem;
    pointer-events: all;
}

.slick-nav-new {
    display: block;
    width: 18px;
    height: 18px;
    padding: 0;
    border: none;
    cursor: pointer;
    border-radius: 100%;
    background-color: white;
    text-indent: -9999px;
    filter: drop-shadow(0px 0px 4px #000000);
}

.slick-nav-new-video {
    width: 0;
    height: 0;
    border-style: solid;
    border-radius: 0px;
    border-width: 9px 18px 9px 0;
    background-color: transparent;
    border-color: transparent #ffffff transparent transparent;
}

.slick-active .slick-nav-new {
    background-color: #501f75;
}

.slick-active .slick-nav-new-video {
    background-color: transparent;
    border-color: transparent #501f75 transparent transparent;
}

.footer-mobile {
    display: none;
}

.buttoncat img {
    display: block;
    margin: 25px 0px;
}



.share-whatsapp {
    border-radius: 20px;
    float: right;
    background-color: #E1F9E6;
    padding: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .share-whatsapp img {
    float: left;
  }

  .share-whatsapp span {
    float: right;
    font-size: 15px;
    color: green;
    padding: 0px 8px;
  }

  .share-mail {
    border-radius: 20px;
    float: right;
    background-color: #ececec;
    padding: 5px;
    margin-bottom: 10px;
  }

  .share-mail img {
    float: left;
    height: 18px;
    margin-top: 1px;
  }

  .share-mail span {
    float: right;
    font-size: 15px;
    color: rgb(95, 95, 95);
    padding: 0px 8px;
  }
  
  .sharing-buttons {
    margin-top: 25px;
    display: flex;
    justify-content: center;
  }
  
/* screen purple only */

.bigslider {
    padding: 0px 10px;
    background-color: white;
}

.bigslider1 {
    padding-top: 15px;
}

.bigslider a {
    float: right;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.bigslider span {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    color: white;
    font-weight: bold;
    font-size: 21px;
    padding: 10px;
    height: 50px;
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.flex300 {
    width: 298px;
}

.flex300 img {
    height: 200px;
}

.flex400 {
    width: 400px;
}

.flex400 img {
    height: 415px;
}

.flex500 {
    width: 345px;
}

.flex500 img {
    height: 128px;
}

.flex200 {
    width: 49%;
}

.bigslider img {
    width: 100%;
    float: right;
}

.index-title {
    font-size: 24px;
    float: right;
    width: 100%;
    background-image: url('/img/index-title.jpg');
    background-repeat: repeat-x;
    background-position: center;
}

.index-title span {
    padding: 5px 10px;
    border-left: 10px solid white;
}

.group-index {
    position: relative;
}

.group-index img {
    width: 100%;
    float: right;
}

.group-index:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -1px;
    background-image: url('/img/index-bottom.png');
    background-repeat: no-repeat;
    height: 292px;
    width: 291px;
}

.group-index span {
    position: absolute;
    color: white;
    right: 10px;
    bottom: 10px;
    z-index: 999;
    width: 200px;
    font-weight: bold;
    font-size: 22px;
}

.box-star {
    height: 220px;
    position: relative;
    margin-bottom: 25px;
}

.star-title {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.star-star {
    position: absolute;
    left: 5px;
    top: 5px;
    background-image: url('/img/star.png');
    width: 61px;
    height: 61px;
    text-align: center;
    font-size: 15px;
    color: white;
    padding-top: 21px;
}

.buttoncat a {
    float: right;
}

/* screen */

/* mobile */

.mobile {
    position: fixed;
    z-index: 99;
    top: 0px;
    height: 50px;
    display: none;
    right: 0px;
    left: 0px;
}

.mobile > a {
    height: 50px;
    padding: 20px;
    float: right;
    width: 25%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mobile3 {
    position: relative;
}

#mobile3 > span {
    position: absolute;
    top: 10px;
    left: 15px;
    background-color: #FF0000;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    color: white;
    width: 20px;
    height: 20px;
}

#mobile4 {
    background-color: #93C4D3;
}

.mobile-in-header {
    margin: 10px 0px;
    display: none;
}

.mobile-in-header label {
    float: right;
    width: 80%;
}

.mobile-in-header input {
    width: calc(100% - 80px);
    float: right;
}

.mobile-in-header button {
    width: 20%;
    float: right;
}

.searchmobile {
    width: 80px;
    color: #231F20;
    border: 1px solid #E1E1E1;
    height: 44px;
    padding: 8px 15px;
    border-left: 0px;
    background-color: #f5f5f5;
    float: right;
}

.mobile-open {
    position: fixed;
    top: 50px;
    bottom: 0px;
    display: none;
    right: 0px;
    left: 0px;
    background-color: white;
    z-index: 99;
}

.mobile-open ul {
    float: right;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.mobile-open ul li {
    float: right;
    width: 100%;
}

.mobile-open a {
    float: right;
    width: 100%;
    padding: 12px 15px;
    border-bottom: 1px solid #cacaca;
    color:#231F20;
}


@media screen and (max-width: 1100px) {
    
    .behindbg, #msg {
        display: none;
    }

    .wrap {
        width: 100%;
        padding: 0px 10px;
    }
    
}

@media screen and (max-width: 1000px) {

    .header-menu {
        display: none;
    }

    #othersite {
        margin-bottom: 10px;
    }

    #phonenumber  {
        clear:both;
    }

    .slider img {
        height: auto;
    }

    .third {
        width: calc(50% - 25px);
    }

    .third:nth-child(3n) {
        margin-left: 50px;
    }

    .third:nth-child(2n) {
        margin-left: 0px;
    }

    .third-footer {
        margin: 0px;
        border: 0px;
        min-height: auto;
        padding: 0px;
    }

    .third-footer:nth-child(1) {
        width: 40%;
    }

    .third-footer:nth-child(2) {
        width: 60%;
    }

    .third-footer:nth-child(3) {
        width: 100%;
        margin-top: 25px;
    }

    .third-footer:nth-child(3) a {
        width: 33.33%;
    }

    .mobile {
        display: block;
    }

    .top {
        margin-top: 50px;
        background-color: white;
        border-bottom: 1px solid #E1E1E1;
    }

    .top a {
        color: #231F20;
    }

    .fourth {
        width: calc(50% - 15px);
    }

    .fourth:nth-child(2n) {
        margin-left: 0px;
    }

    .grid-item {width: 50%;}

    .fifth {
        width: 25%;
        margin: 0px 0px 20px 0px;
    }

    .right-column {
        display: none;
    }

    .left-column {
        width: 100%;
    }

    .button-with-icon {
        padding-right: 40px;
    }

        
    .cart-third, .cart-small {
        width: 50%;
        margin: 0px;
    }

    .cart-third-first:nth-child(2n+2) {
        padding-left: 0px;
    }

    .cart-small:nth-child(2n+1) {
        padding-left: 15px;
    }

    .third-video {
        width: 100%;
        height: 350px;
    }

    .item-group-left, .item-group-right {
        width: 100%;
    }

    .join-group-content .half-field {
        width: 100% !important;
        padding: 0px 10px;
    }

    .item-group-left {
        padding-right: 0px;
    }

}

@media screen and (max-width: 700px) {

    .mobile-in-header {
        display: block;
    }

    .group-title {
        padding: 5px 10px;
    }

    .box-star {
        height: 250px !important;
    }

    .flex {
        width: 100% !important;
    }

    .chantable {
        zoom: 0.8;
    }

    #order-print table {
        zoom: 0.8;
    }

    .group-image {
        height: 130px;
    }

    .coupon-line .button {
        float: right;
        width: 50%;
        margin-top: 25px;
    }

    .half-field:nth-child(2n) {
        padding-right: 0px !important;
    }

    #logo {
        width: 100%;
        padding: 10px;
    }

    .inside-cover h1 {
        position: relative;
        right: auto;
        bottom: auto;
        background-color: #231F20;
        padding: 10px;
        font-size: 26px;
    }

    .slider {
        margin-bottom: 10px;
    }

    .top, .header-left, .about-right {
        display: none;  
    }


    .banner2 {
        margin-top: 50px;
    }

    .header {
        margin-top: 55px;
    }

    .box {
        width: 100%;
        margin-left: 0px;
    }

    .about-left {
        width: 100%;
        padding: 0px 0px 30px 0px;
    }

    .third-footer {
        width: 100% !important;
        margin-bottom: 25px;
    }

    .third-footer:nth-child(3) a {
        width: 100%;
    }

    .button, button:not(#enable-toolbar-trigger):not(#search-submit) {
        width: 100%;
    }

    .whitebg {
        padding: 0px;
    }

    .grid-item {width: 100%;}

    .fourth {
        width: calc(50% - 7.5px);
        margin-left: 15px;
    }


    .item-button {
        width: auto;
    }

    .item-button2 {
        width: 35px;
    }

    .item-old-price {
        width: 100%;
        float: right;
    }

    .item-button2 span:nth-child(1) {
        display: none;
    }

    .fifth {
        width: 50%;
    }

    .open-filters {
        display: block;
    }

    .filters {
        display: none;
        border:1px solid #DCDDDE;
        border-top: 0px;
        padding: 15px 15px 0px 15px;
    }

    .filters .fifth:nth-last-child(1) {
        width: 100%;
    }

    .buttons-flex {
        display: block;
    }

    .buttons-flex .button {
        width: 100%;
        margin: 5px 0px;
        float: right;
    }

    .coupon-line {
        width: 100%;
    }

    .coupon-line input {
        width: 100%;
        margin: 0px;
        padding: 10px;
        margin-top: 15px;
    }

    .cart-half {
        width: 100%;
        padding: 0px !important;
    }
    
    /* cart change style */
    
    
    .cart-1 {
        position: relative;
        width: 100%;
    }
    
    .cart-item-1 {
        width: 100%;
        text-align: center;
    }
    
    .cart-2:before {
        content: "כמות";
        float: right;
        margin-bottom: 10px 0px;
        width: 100%;
    }
    
    .cart-3:before {
        content: "עלות";
        float: right;
        margin: 0px;
        width: 100%;
    }
    
    .cart-2 {
        width: 50%;
        padding: 10px !important;
        text-align: center;
    }
    
    .cart-2 input {
        width: 100%;
        height: 25px;
    }
    
    .cart-3 {
        width: 50%;
        padding: 10px !important;
        text-align: center;
    }
    
    .cart-3 span {
        height: 25px;
        padding: 2px;
    }
    
    .cart-2-first, .cart-3-first {
        display: none;
    }
    
    .cart-1-content {
        width: 100%;
        text-align: center;
    }
    
    .cart-item-title {
        width: 100%;
        text-align: center;
    }
    
    .cart-1-image {
        float: right;
        width: 100%;
        text-align: center;
        border: 0px;
    }
    
    .cart-1-image img {
        display: inline-block;
        float: none;
        height: auto;
    }
    
    .delete-cart-item {
        position: absolute;
        right: 10px;
        top: 25px;
    }
    
    .cart-row > div {
        height: auto;
    }

    .half-field {
        width: 100%;
        margin: 0px;
    }

    .center-block {
        width: 100%;
        margin: 50px 0px;
    }

    .floating-buttons .button {
        width: auto;
    }

    .contact-left, .contact-right {
        width: 100%;
    }

    .profile-card .floating-buttons {
        position: relative;
        right: auto;
        left: auto;
        float: right;
        top: auto;
        margin-top: 15px;
        bottom: auto;
    }

    .item-right, .item-left {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .item-left {
        height: auto;
    }

    .checks {
        height: auto;
        margin-bottom: 20px;
    }

    .item-right {
        height: 300px;
        border: 0px;
        margin-bottom: 20px;
    }
    
    .slider-big button {
        display: none !important;
    }

    .item-right .slider-big {
        height: 300px;
    }
    

    .item-right .slider-big img, .item-right iframe {
        height: 300px;
    }

    .item-actions {
        position: relative;
        right: auto;
        width: 100%;
        left: auto;
    }

    .warning {
        margin-top: 15px;
    }

    .third {
        width: 100%;
    }

    .flip-clock-dot.bottom {
        top: 15px !important;
    }

    .flip-clock-dot.top {
        top: -15px !important;
    }

    .group-boxes > div {
        width: 100%;
        margin: 15px 0px 0px 0px !important;
    }

    .box-article .box-image {
        height: 130px;
    }

    .box-category .box-image {
        height: 130px;
    }

    .footer-mobile {
        display: block;
        margin: 25px 0px;
        text-align: center;
    }

    .footer-mobile a {
        margin: 0px 10px;
    }

    .bigslider img {
        height: auto !important;
    }

    .group-index {
        display: none;
    }
}