/* .isotope li {
    list-style: none;
    width: 25%;
}
.product-list__item {
    width: 33%;
} */
.partners-logo {
    margin-top: 25px;
}

.cms-category__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0 0 30px;
    list-style-type: none;
    background: #f7f8fa;
    border-bottom: 1px solid #ebebec
}

.cms-category__item {
    position: relative;
    flex-basis: auto;
    width: calc(100% / 8);
    min-width: 150px;
    text-align: center
}
.cms-category__link {
    display: block;
    padding-top: 66%;
    padding-top: 105px;
    font-size: 16px;
    color: #8e8f8f;
    text-decoration: none;
}
.cms-category__link:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/spritemain.png) no-repeat
}

.cms-category__link.active:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: auto;
    border-left: 1px solid rgba(0,0,0,.14);
    border-top: 1px solid rgba(0,0,0,.14);
    transform: rotate(45deg);
    background-color: #fff
}
.optimg:before {
    width: 58px;
    height: 50px;
    top: 38px;
    background-position: -463px -122px
}

.optimg:hover:before,.active.optimg:before {
    background-position: -528px -120px
}

.paymentimg:before {
    width: 58px;
    height: 50px;
    top: 38px;
    background-position: 0 -60px
}

.paymentimg:hover:before,.active.paymentimg:before {
    background-position: -71px -60px
}

.deliveryimg:before {
    width: 59px;
    height: 47px;
    top: 39px;
    background-position: -391px -88px
}

.deliveryimg:hover:before,.active.deliveryimg:before {
    background-position: -397px -150px
}

.sizeimg:before {
    width: 50px;
    height: 50px;
    top: 37px;
    background-position: 0 -178px
}

.sizeimg:hover:before,.active.sizeimg:before {
    background-position: -75px -181px
}

.questionimg:before {
    width: 58px;
    height: 50px;
    top: 37px;
    background-position: 0 -119px
}

.questionimg:hover:before,.active.questionimg:before {
    background-position: -71px -120px
}

.aboutusimg:before {
    width: 51px;
    height: 47px;
    top: 38px;
    background-position: -141px -121px
}

.aboutusimg:hover:before,.active.aboutusimg:before {
    background-position: -142px -182px
}

.contactsimg:before {
    content: "";
    position: absolute;
    width: 46px;
    height: 47px;
    top: 38px;
    background-position: -330px -88px
}

.contactsimg:hover:before,.active.contactsimg:before {
    background-position: -330px -149px
}

.sizes-cms {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between
}

.sizes__tabs {
    flex-basis: auto;
    -ms-align-self: flex-start;
    align-self: flex-start;
    width: 240px;
    margin: 0;
    padding: 0!important;
    border-right: 1px solid #ebebec;
    list-style-type: none
}

.sizes__heading {
    position: relative;
    display: block;
    font-size: 14px;
    color: #878787;
    padding: 15px 5px;
    padding-left: 35px;
    cursor: pointer;
    transition: 0.3s linear
}

.sizes-tutorial:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 19px;
    background: url(../img/spritemain.png) no-repeat -620px -162px
}

.sizes-male:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 22px;
    background: url(../img/spritemain.png) no-repeat -498px -51px
}

.sizes-female:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 22px;
    background: url(../img/spritemain.png) no-repeat -209px -202px
}

.sizes__heading.active {
    background: #ebebec;
    color: #222
}

.sizes__content {
    flex-basis: auto;
    width: calc(100% - 240px);
    padding-left: 5%
}

.sizes__inner img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.sizes__inner table {
    margin: 0 auto;
    border: 1px solid #ebebec;
    border-collapse: collapse;
    border-spacing: 0
}

.sizes__inner tr {
    border-bottom: 1px solid #ebebec
}

.sizes__inner tbody tr:nth-child(odd) {
    background: #f7f8fa
}

.sizes__inner td {
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #ebebec;
    width: 170px;
    height: 50px
}

.sizes__inner td:first-child {
    font-weight: 700;
    width: 90px
}

.sizes__inner th {
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #ebebec;
    font-weight: 700;
    padding: 10px
}

@media screen and (max-width: 991px) {
    .sizes__tabs {
        display:flex;
        justify-content: space-between;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ebebec;
        padding-bottom: 10px!important
    }

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

@media screen and (max-width: 767px) {
    .sizes__tabs {
        display:block
    }

    .sizes__inner table {
        display: block;
        overflow: auto
    }
}

.owner-feedback__input.error,
.contact-form__input.error {
    border-color: #f00;
}

.homepage-blog .post__cover img {
    max-height: 350px;
}

.density {
    display: none;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 30px;
    background: rgb(37, 183, 211);
}

.density p {
    margin: 0;
}

.density .btn-close-modal {
    background-color: rgb(37, 183, 211);
}
#module-ecm_checkout-checkout .header__bottom {
    display: none;
}
#module-ecm_checkout-checkout .button-minus, .button-plus {
    cursor: pointer;
}
#module-ecm_checkout-checkout .form-row.auth_ch {
    display: none;
}

@media screen and (max-width: 767px) {
    .owner-feedback__subheading {
        display: none;
    }
    .owner-feedback__input {
        margin-bottom: 15px;
        box-shadow: none;
    }
    .owner-feedback {
        padding: 40px 20px;
    }
    .owner-feedback__success {
        min-height: 400px;
    }
}
a.footer-cart__link {
    cursor: pointer;
}

.payment-option,
.sc_carrier_row {
	position: relative;
}

.payment-option .custom-radio,
.sc_carrier_row .col-xs-1 {
	position: absolute;
	left: 0;
	top: 10px;
	z-index: -1;
}

.sc_carrier_row .col-xs-1 {
	top: 0;
}

.payment-option label,
.payment-option label span,
.sc_carrier_row  .carrier-name {
	padding-left: 44px;
}
