.main_category_box {
    font-size: 16px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    font-family: sf-example, sans-serif;
}

.main_category_box > .category_item {
    background-color: rgb(245, 245, 245);
    color: rgb(35, 161, 209);
    transition: all 0.3s ease-in-out;
    width: 290px;
    height: 100px;
    margin-bottom: 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
        border: 1px solid #7d7d7d;
    padding: 0px 15px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.main_category_box > .category_item:hover {
    background-color: #ffffff;
    border: 1px solid #000000;
}



.main_category_box > .category_item > .info > h3 {
    font-weight: 600;
    line-height: 25px;
    color: rgb(51, 51, 51);
    margin-top: 35px;
    margin-bottom: 0px;
    font-size: 22px;
    z-index: 1;
}

.main_category_box > .category_item > .info > h3 > i.fa {
    font-size: 14px;
    color: #2093bf;

}

.main_category_box > .category_item > .image_overlay{
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: center;
    width: auto;
    height: auto;
    position: absolute;
    top: 20px;
    left: 0px;
    right: 0px;
    margin: auto;
}


.main_category_box > .category_item > .image_overlay > .categoty_image{
    mix-blend-mode: darken;
    max-width: 230px;
    transition: all 0.3s ease-in-out;
    max-height: 196px;
}



/*1 element*/
.main_category_box > .category_item:nth-child(1) {
    width: 69%;
    text-align: left;
}
.main_category_box > .category_item:nth-child(1) > .info > h3 {
    margin-top: 16px;
}
.main_category_box > .category_item:nth-child(1) > .info > p {
    font-size: 13px;
    color: #2093bf;
    margin: 0;
}
.main_category_box > .category_item:nth-child(1) > .info > p + p {
    font-size: 13px;
    color: black;
    margin: 0;
}

/*1 element*/


/*2 element*/
.main_category_box > .category_item:nth-child(2) {
    width: 29%;
    text-align: left;
}

.main_category_box > .category_item:nth-child(2) > .info > h3 {
    margin-top: 16px;
}
.main_category_box > .category_item:nth-child(2) > .info > p {
    font-size: 13px;
    color: #2093bf;
    margin: 0;
}
.main_category_box > .category_item:nth-child(2) > .info > p + p {
    font-size: 13px;
    color: black;
    margin: 0;
}


/*2 element*/


/*3 element*/
.main_category_box > .category_item:nth-child(3) {
    width: 49%;
    height: 50px;
}
.main_category_box > .category_item:nth-child(3) > .info > h3 {
    margin-top: 12px;
    font-size: 12px;
}

/*3 element*/

/*4 element*/
.main_category_box > .category_item:nth-child(4) {
    width: 49%;
    height: 50px;
}
.main_category_box > .category_item:nth-child(4) > .info > h3 {
    margin-top: 12px;
    font-size: 12px;
}

/*4 element*/


/*5-all element*/
.main_category_box > .category_item:nth-child(1n+5) {
    width: 12%;
}


.main_category_box > .category_item:nth-child(1n+5) > .info > h3 {
    margin-top: 55px;
    font-size: 12px;
}


/*5-all element*/





.main_category_box_custom {
    font-size: 16px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    font-family: sf-example, sans-serif;
}
.main_category_box_custom > .category_item {
    background-color: rgb(245, 245, 245);
    color: rgb(35, 161, 209);
    transition: all 0.3s ease-in-out;
    width: 290px;
    height: 135px;
    margin-bottom: 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #7d7d7d;
    padding: 0px 15px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.main_category_box_custom > .category_item {
    width: 49%;
    text-align: left;
}

.main_category_box_custom > .category_item > .info > h3 {
    font-weight: 600;
    line-height: 25px;
    color: rgb(51, 51, 51);
    margin-top: 35px;
    margin-bottom: 0px;
    font-size: 22px;
    z-index: 1;
}
.main_category_box_custom > .category_item > .info > h3 {
    margin-top: 16px;
}
.main_category_box_custom > .category_item > .info > p {
    font-size: 13px;
    color: #2093bf;
    margin: 0;
}

.main_category_box_custom > .category_item > .info > p + p {
    font-size: 13px;
    color: black;
    margin: 0;
}




.custom_product_block{
    width: 50%;
    margin: auto;
}

.custom_checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}
.custom_checkbox + label {
    position: relative;
    padding: 0 0 0 60px;
    cursor: pointer;
}

.custom_checkbox + label:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 50px;
    height: 26px;
    border-radius: 13px;
    background: #ef5765;
    box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
    transition: .2s;
}


.custom_checkbox:checked + label:before {
    background: #9FD468;
}

.custom_checkbox + label:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 2px;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    transition: .2s;
}
.custom_checkbox:checked + label:after {
    left: 26px;
}




.custom_checkbox_block{
    position: absolute;
    right: 6px;
    top: 4px;
    padding: 7.5px 12px;
}


.custom_checkbox:disabled + label:before {
    background: #cecece;
}



/*subscription*/

li, ol, ul {
    list-style: none;
}

.offerTile:not(:disabled):not(.offerTile_disabled) .offerTile__priceValue p {
    color: #cecece;
    /* text-align: center; */
    font-size: 1.5vw;
}

.main_category_box_custom > .category_item > .info > div {
    font-size: 13px;
    color: black;
    margin: 0;
    float: left;
    display: block;
    /* width: 50%; */
}


.subsPackage__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px;
    padding-left: 0;
}


.subsPackage__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px;
}

.offerTile {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.offerTile.offerTile:not(:disabled):not(.offerTile_disabled) {
    /*cursor: pointer;
    background-color: #efefef;*/
    background-color: #f5f5f5;
}

.offerTile_style_light.offerTile:not(:disabled):not(.offerTile_disabled):not(:hover):not(:active) {
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
}

.offerTile_style_light.offerTile:not(:disabled):not(.offerTile_disabled):not(:hover):not(:active), body.touch .offerTile_style_light.offerTile:not(:disabled):not(.offerTile_disabled):hover:not(:active) {
    background-color: #f5f5f5;
}

.offerTile_style_light.offerTile.active:not(:disabled):not(.offerTile_disabled):not(:hover):not(:active), body.touch .offerTile_style_light.offerTile.active:not(:disabled):not(.offerTile_disabled):hover:not(:active) {
    background-color: #ecfbe4;
}

.offerTile__bgImage {
    position: absolute;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
}

.percent_0 .offerTile__bgImage {
    display: none;
}

.offerTile__term {
    position: relative;
}
.offerTile:not(:disabled):not(.offerTile_disabled) .offerTile__term {
    color: #555555;
}
.offerTile__termTitle {
    font-size: 32px;
    line-height: 36px;
    font-weight: 900;
    font-style: normal;
}
.offerTile__termSubtitle {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
}
.offerTile__price {
    position: relative;
}

.offerTile:not(:disabled):not(.offerTile_disabled) .offerTile__priceValue {
    color: #2093bf;
}

/*.percent_16.offerTile:not(:disabled):not(.offerTile_disabled) .offerTile__bgImage {
    background-image: url(/image/subscription/percent_16.svg);
}

.percent_25.offerTile:not(:disabled):not(.offerTile_disabled) .offerTile__bgImage {
    background-image: url(/image/subscription/percent_25.svg);
}
.percent_37.offerTile:not(:disabled):not(.offerTile_disabled) .offerTile__bgImage {
    background-image: url(/image/subscription/percent_37.svg);
}*/

.offerTile__discount {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
}
.offerTile:not(:disabled):not(.offerTile_disabled) .offerTile__discount {
    color: #fff;
}
.offerTile__priceNote, .offerTile__priceStrikeout {
    position: relative;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}
.offerTile__priceStrikeout::after {
    position: absolute;
    left: -2px;
    right: -2px;
    top: 50%;
    width: auto;
    height: 1px;
    content: '';
    background-color: #555555;
}


#product .form-group {
    margin-bottom: 5px;
    width: 49%;
    display: inline-block;
}

#quickcheckoutconfirm .qc-col-1.col-md-0{
    display: none;
}




#product-product .row {
    padding: 0;
}

#product-product .thumbnail {
    padding: 0;
}



.custom_product_block{
    width: 50%;
    margin: auto;
}






@media screen and (min-width: 744px){
    .subsPackage__item {
        width: 25%;
    }

}

@media screen and (max-width: 743px){
    .subsPackage__item {
        width: 50%;
    }
}

@media screen and (min-width: 600px){
    .offerTile {
        padding: 16px;
    }
    .offerTile__termTitle {
        margin-top: -4px;
    }
    .offerTile__price {
        margin-top: 36px;
    }
    .offerTile__priceValue {
        margin-bottom: 4px;
        font-size: 28px;
        line-height: 32px;
        font-weight: 900;
        font-style: normal;
    }
    /*.offerTile__discount {
        position: absolute;
        right: 30px;
        top: 4px;
    }*/
    .offerTile__discount {
        position: absolute;
        right: 6px;
        top: 4px;
        padding: 7.5px 12px;
        font-size: 12px;
        border: 1px solid #cccccc;
        border-radius: 4px;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #229ac8;
        background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
        background-repeat: repeat-x;
        border-color: #1f90bb #1f90bb #145e7a;
        text-align: center;
        cursor: pointer;
    }

    .offerTile__discount:hover, .offerTile__discount:active {
        background-color: #1f90bb;
        background-position: 0 -15px;
        border-color: #204d74;
    }

}



/*subscription*/





/*notification*/

.pageSection_grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}


.profileGallery .pageSection_grow, .profileNotifications .pageSection_grow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.profileNotifications .pageSection_grow .pageSection__container, .profileNotifications .pageSection_grow .pageSection__container-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.profileNotifications__stub {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.custom_notif_block{
    background: #389fda;
    border-radius: 30px 30px 30px 0;
    padding: 30px;
    color: #fff;
    margin: 20px;
}

.custom_notif_block > .date{
    float: left;
    font-size: 18px;
    display: inline;
}

.custom_notif_block > .viewed {
    text-align: right;
    font-size: 18px;
}

.message{
    text-align: justify;
    font-size: 14px;
}



@media screen and (min-width: 1280px){
    .pageSection__container {
        width: 1216px;
        margin-left: auto;
        margin-right: auto;
    }
    .pageSection__container-inner {
        margin-left: -12px;
        margin-right: -12px;
    }
}


@media screen and (min-width: 1160px){
    .profileNotifications__stub {
        width: 50%;
        margin-left: 25%;
    }
}

@media screen and (min-width: 600px){
    .pageSection:not(.pageSection_bottom):not(.pageSection_dark):not(.home__pageSection):not(.details__pageSection):not(.catalog__pageSection):not(.genre__pageSection) .pageSection__container {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .profileNotifications__stub {
        padding-left: 12px;
        padding-right: 12px;
    }

}
/*notification*/






@media screen and (max-width: 767px){
    /*1 element*/
    .main_category_box > .category_item:nth-child(1) {
        width: 100%;
        text-align: left;
    }
    .main_category_box > .category_item:nth-child(1) > .info > h3 {
        margin-top: 16px;
    }
    .main_category_box > .category_item:nth-child(1) > .info > p {
        font-size: 13px;
        color: #2093bf;
        margin: 0;
    }
    .main_category_box > .category_item:nth-child(1) > .info > p + p {
        font-size: 13px;
        color: black;
        margin: 0;
    }

    /*1 element*/


    /*2 element*/
    .main_category_box > .category_item:nth-child(2) {
        width: 100%;
        text-align: left;
    }

    .main_category_box > .category_item:nth-child(2) > .info > h3 {
        margin-top: 16px;
    }
    .main_category_box > .category_item:nth-child(2) > .info > p {
        font-size: 13px;
        color: #2093bf;
        margin: 0;
    }
    .main_category_box > .category_item:nth-child(2) > .info > p + p {
        font-size: 13px;
        color: black;
        margin: 0;
    }


    /*2 element*/


    /*3 element*/
    .main_category_box > .category_item:nth-child(3) {
        width: 100%;
        height: 50px;
    }
    .main_category_box > .category_item:nth-child(3) > .info > h3 {
        margin-top: 12px;
        font-size: 12px;
    }

    /*3 element*/

    /*4 element*/
    .main_category_box > .category_item:nth-child(4) {
        width: 100%;
        height: 50px;
    }
    .main_category_box > .category_item:nth-child(4) > .info > h3 {
        margin-top: 12px;
        font-size: 12px;
    }

    /*4 element*/


    /*5-all element*/
    .main_category_box > .category_item:nth-child(1n+5) {
        width: 49%;
    }


    .main_category_box > .category_item:nth-child(1n+5) > .info > h3 {
        margin-top: 55px;
        font-size: 12px;
    }


    /*5-all element*/
}

@media screen and (max-width: 481px){
    .lk {
        color: #000;
        font-size: 1.3em;
        display: inline-block;
        float: right;
    }

    .enter-reg {
        padding: 3% 0;
    }

    #logo {
        margin: 10px 0 10px 0;
    }

    .custom_phone{
        padding: 0 14px;
        float: right;
    }
    .custom_account{
        padding: 14px;
        float: right;
    }
    #cart > .btn {
        font-size: 15px;
        line-height: 18px;
        color: #000;
        width: 100%;
        border-radius: 5px;
    }
    #search .input-lg {
        height: 42px;
        line-height: 20px;
        padding: 0 10px;
    }
    .ui-tabs-vertical .ui-tabs-nav {
        padding: .2em .1em .2em .2em;
        float: none;
    }
.custom_product_block{
    width: 100%;
    margin: auto;
}


}







