﻿@media all and (max-width: 1024px) {
    .header-menu {
        border-radius: 5px;
        overflow: hidden;
        width: 100%;
        margin: 0 auto 25px;
        background: #222;
    }
    .menu-title {
        display: block;
        background: -moz-linear-gradient(top, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.06) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.06) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.06) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0.06) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.06) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fffffff', endColorstr='#0fffffff',GradientType=0 );
        background-size: 100% 200%;
        background-position: top;
        border-radius: 5px;
    }

    .menu-title span {
        background: url(/Themes/Jewelry/Content/img/responsive-nav-icon.png) no-repeat 97% center;
        color: #bbb;
        display: block;
        font: 24px/50px Tahoma,Geneva,sans-serif;
        text-transform: uppercase;
        padding: 0 0 0 3%;
        cursor: pointer;
    }   
    .header-menu>ul,
    .header-menu>ul>li .dropdown {
        display: none;
    }
    .header-menu>ul>li {
        float: none;
        background: #1f1f1f;
        padding-right: 0;
        position: relative;
    }
    .header-menu>ul>li>a,
    .header-menu>ul>li>span {
        border-top: 1px solid #383838;
        background: -moz-linear-gradient(top, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.06) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.06) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.06) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0.06) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.06) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fffffff', endColorstr='#0fffffff',GradientType=0 );
        background-size: 100% 200%;
        background-position: top;
        font-size: 16px!important;
        padding: 14px 24px;
        text-align: left;
        color: #bbb!important;
    }
    .header-menu>ul .plus-button {
        position: absolute;
        top: 0;
        right: 0;
        border-left: 1px solid #2f2f2f;
        cursor: pointer;
        width: 53px;
        height: 47px;
        background: url(/Themes/Jewelry/Content/img/responsive-plus.png) no-repeat center;
    }
    .header-menu>ul .plus-button.close, .header-menu>ul .plus-button.close:active {
        background: url(/Themes/Jewelry/Content/img/responsive-minus.png) no-repeat center;
    }
    .header-menu>ul .plus-button:active {
        background: url(/Themes/Jewelry/Content/img/responsive-plus.png) no-repeat center;
    }
    .header-menu .sublist-wrap {
        position: relative;
        top: 0;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .header-menu .sublist-wrap .sublist-wrap {
        top: 0;
        left: 0;
        border-radius: 0;
        box-shadow: none;
        background: rgba(255, 255, 255, .2);
    }

    .header-menu .sublist li {
        background: none;
        border: none;
    }
    .header-menu .sublist li a {
        border: none;
        border-bottom: 1px solid #464646;
        padding: 14px 20px;
        font-size: 16px;
        color: #bbb!important;
    }
}

@media all and (max-width:600px) {
    .item-box {
        display: block !important;
        max-width: 400px !important;
        width: 100% !important;
        margin: 0 auto 15px !important;
        text-align: center !important;
    }

    .item-box .rating {
        margin-left: auto;
        margin-right: auto;
    }
}

/*RESPONSIVE CAPTCHA*/

@media (max-width: 444px) {
    .recaptchatable #recaptcha_image {
        margin: 0 !important;
        width: 200px !important;
        float:left !important;
    }
    .recaptchatable #recaptcha_image img {
        max-width:100%;
    }
    .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell, .recaptchatable .recaptcha_r2_c2 {
        background: none !important;
    }
}


@media (min-width: 481px) and (max-width: 550px) {
    .inputs select {
        max-width: calc(100% - 140px) !important;
    }
}

