html {
    overflow: visible;
}

#popup_compare {
    display: none;
    overflow: hidden;
    font-size: 14px !important;
    border-radius: 6px !important;
    padding: 20px;
    transform: translateX(0) translateY(-20%);
    -o-transform: translateX(0) translateY(-20%);
    -moz-transform: translateX(0) translateY(-20%);
    -webkit-transform: translateX(0) translateY(-20%);
    transition: all ease-in-out .2s;
}

.popup_visible #popup_compare {
    transform: translateX(0) translateY(0%);
    -o-transform: translateX(0) translateY(0%);
    -moz-transform: translateX(0) translateY(0%);
    -webkit-transform: translateX(0) translateY(0%);
    transition: all ease-in-out .2s;
}
.cart_stage_1 {
    padding: 15px 10px 12px 10px;
}
#popup_compare .head {
    font-size: 1.2em;
    font-weight: 400;
    background: #eee;
    background: linear-gradient(to bottom, #f5f5f5 0%, #e2e2e2 100%);
    color: #666;
    margin: -15px -15px 0;
    padding: 13px 15px 15px;
    border-bottom: solid 1px #d2d2d2;
    text-shadow: 1px 1px 0 #f8f8f8;
    border-radius: 6px 6px 0 0;
}

#popup_compare .head .fa-close {
    opacity: 1.0;
    float: right;
    cursor: pointer;
    padding: 5px;
    margin: -1px -4px 0 0;
    color: #888;
}

#popup_compare .head .fa-close:hover {
    color: #f00;
}

#popup_compare .popupcart_info {
    max-height: 370px;
    min-height: 60px;
    margin-bottom: 5px;
    overflow-y: auto;
}

#popup_compare .popupcart_info table {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border: none;
}

#popup_compare .popupcart_info tr {
    border-collapse: collapse;
}

#popup_compare .popupcart_info tr:first-child {
    border-collapse: collapse;
}

#popup_compare .popupcart_info tr:first-child td {
    vertical-align: middle;
    height: 20px;
    min-height: 20px;
    color: #777;
    font-size: 0.8em;
    text-shadow: 0 1px 0 #fff;
    padding: 6px 10px 7px;
}

#popup_compare .popupcart_info .hr {
    height: 0px !important;
    min-height: 0px !important;
}

#popup_compare .popupcart_info .hr td {
    height: 0px !important;
    min-height: 0px !important;
    border-top: solid 1px #e2e2e2;
    border-bottom: solid 1px #fff;
}

#popup_compare .popupcart_info td {
    vertical-align: middle;
    border-collapse: collapse;
    padding: 0 10px;
    height: 80px;
    min-height: 80px;
    box-sizing: border-box;
}

#popup_compare .popupcart_info tr:first-child .image {
    overflow: hidden;
    text-align: center;
    padding: 0;
    text-overflow: ellipsis;
}

#popup_compare .popupcart_info .image {
    width: 64px;
    max-width: 80px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}

#popup_compare .popupcart_info .name {
    min-width: 130px;
    line-height: 1.0em;
    padding-left: 15px !important;
}

#popup_compare .popupcart_info .name a {
    font-size: 0.9em;
    line-height: 1.5em;
}

#popup_compare .popupcart_info small {
    font-size: 0.7em;
}

#popup_compare .popupcart_info .image img {
    width: 64px !important;
    max-width: 64px !important;
    height: auto;
    border: solid 1px #e2e2e2;
    border-radius: 3px;
    padding: 4px;
    background: #fff;
    outline: 0;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0;
}

#popup_compare .popupcart_info .brand {
    text-align: center;
    font-size: 0.9em;
}

#popup_compare .popupcart_info .quantity {
    width: 82px;
    min-width: 82px;
    padding: 0 5px;
    text-align: center;
}

#popup_compare .popupcart_info .quantity input[type='text'] {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 40px !important;
    height: 31px !important;
    padding: 1px 0px 0px !important;
    border: solid 1px #ccc;
    border-right: none;
    border-radius: 3px 0 0 3px;
    box-shadow: inset 0px 1px 1px #ddd;
    background: #fff !important;
    color: #555 !important;
    line-height: normal !important;
    font-size: 12px !important;
}

#popup_compare .popupcart_info .quantity span {
    display: inline-block;
    margin: 0 0 0 -4px;
    border: solid 1px #ccc;
    border-radius: 0 3px 3px 0;
}

#popup_compare .popupcart_info span .fa {
    display: block;
    color: #888;
    padding: 4px 8px 0;
    background: #eee;
    text-shadow: 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fefefe;
    font-size: 7px;
    cursor: pointer;
}

#popup_compare .popupcart_info .fa:hover {
    background: #e5e5e5;
}

#popup_compare .popupcart_info .fa-plus {
    height: 14px;
    border-radius: 0 3px 0 0;
}

#popup_compare .popupcart_info .fa-minus {
    height: 15px;
    border-top: solid 1px #ccc;
    border-radius: 0 0 3px 0;
}

#popup_compare .popupcart_info .price {
    width: 100px;
    font-size: 14px;
    text-align: center;
}

#popup_compare .popupcart_info .remove {
    width: 2px;
    min-width: 0px;
    padding: 0 3px 0 0;
    text-align: right;
}

#popup_compare .popupcart_info .remove i {
    cursor: pointer;
}

#popup_compare .popupcart_info .remove i:hover {
    color: #f00;
}

#popup_compare #cart-total {
    display: none !important;
}

#popup_compare .checkout {
    display: none !important;
}

#popup_compare .popupcart_total {
    overflow: auto;
    border-bottom: solid 1px #e2e2e2;
    line-height: 23px;
    min-height: 35px;
    padding: 2px 0 10px;
}

#popup_compare .popupcart_total table {
    float: right;
}

#popup_compare .popupcart_total td {
    display: none;
    border: none;
    text-align: right;
}

#popup_compare .popupcart_total td + td {
    padding: 0 0 0 10px;
    text-align: left;
}

#popup_compare .popupcart_total tr:last-child td {
    display: table-cell;
    font-size: 1.0em !important;
}

#popup_compare .continue {
    text-decoration: none;
    border-bottom: dashed 1px;
    display: block;
    float: left;
    margin-top: 5px;
    line-height: normal;
}

#popup_compare .popupcart_buttons {
    border-top: solid 1px #fff;
    padding: 16px 0 2px;
    text-align: center;
    overflow: auto;
}

#popup_compare .popupcart_buttons a, #popup_compare .popupcart_buttons .button {
    font-size: 0.9em;
    line-height: 0.5em;
}

#popup_compare .popupcart_buttons .button {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

#popup_compare .popupcart_buttons :first-child {
    display: block;
    float: left;
}

#popup_compare .popupcart_buttons :last-child {
    display: block;
    float: right;
}

#popup_compare .empty {
    padding-top: 15px;
    font-weight: 700;
    text-align: center;
}

/*#button-cart2{*/
/*margin-left:15px;*/
/*}*/

#popup_compare #related {
    position: relative;
    overflow: hidden;
    background: #eee;
    margin: 15px -24px -18px;
    padding: 0 20px 15px;
    box-shadow: inset 0 1px 13px #ccc
}

#popup_compare #related .related_product {
    background: none;
    box-shadow: 0 0 0;
    margin: 0;
}

#popup_compare #related .heading {
    color: #f00;
    font-size: 1.1em;
    font-weight: 400;
    border-bottom: solid 1px #f8f8f8;
    box-shadow: inset 0 -1px 0 #d5d5d5;
    text-shadow: 0 1px 0 #fff;
    padding: 0 0 10px;
    margin: 10px 5px 12px;
}

#popup_compare .owl-wrapper-outer, #popup_compare .owl-wrapper {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: 0 0 0;
}

#popup_compare #related .owl-controls {
    height: auto;
}

#popup_compare #related .owl-buttons {
    position: absolute;
    top: -42px;
    right: 5px;
}

#popup_compare #related .owl-buttons > div {
    position: relative;
    display: inline-block;
    left: auto;
    right: auto;
    width: 20px;
    text-align: center;
    padding: 0px 0 0 1px;
    margin: 0;
    line-height: 1.2em;
    font-size: 1.1em;
    font-weight: 400;
    text-shadow: 0 1px 0 #fff;
    color: #888;
    border: solid 1px #ccc;
    background: #eee;
    background: linear-gradient(to bottom, #eee 0%, #ddd 100%);
    border-radius: 4px;
    opacity: 1;
}

#popup_compare #related .owl-buttons > div:hover {
    background: #eee;
}

#popup_compare #related .owl-buttons > div:active {
    box-shadow: inset 0 1px #ccc;
    background: #ddd;
    background: linear-gradient(to bottom, #ddd 0%, #eee 100%);
}

#popup_compare #related .owl-buttons > div + div {
    margin: 0 0 0 10px
}

#popup_compare #related .owl-pagination {
    position: absolute;
    top: -38px;
    right: 80px;
    font-size: 0.8em;
    display: none;
}

#popup_compare #related .owl-pagination > div {
    display: inline-block;
    margin: 0 0 0 8px;
    padding: 0 4px;
    border-radius: 100%;
    color: #888;
}

#popup_compare #related .owl-pagination > div:hover {
    background: #ddd;
}

#popup_compare #related .owl-pagination > div.active {
    background: #ddd;
}

#popup_compare #related .owl-item {
}

#popup_compare #related .owl-item + .owl-item {
}

#popup_compare #related .owl-item > div {
    margin: 0 5px;
    padding: 10px;
    border: solid 1px #ddd;
    border-radius: 4px;
    background: #f5f5f5;
    box-shadow: inset 0 1px 0 #fff;
}

#popup_compare #related .owl-item > div > div {
    border: solid 0px;
    display: inline-block;
    vertical-align: top;
}

#popup_compare #related .owl-item > div > div + div {
    margin: 0px 0px 0 0;
    width: 163px;
}

#popup_compare #related .image {
    margin: 0 7px 0 0;
}

#popup_compare #related .image img {
    width: 82px;
    height: auto;
    border: solid 1px #e2e2e2;
    border-radius: 4px;
    padding: 5px;
    background: #fff;
}

#popup_compare #related .name {
    min-height: 40px;
    white-space: pre-line;
    line-height: 1.0em;
}

#popup_compare #related .name a {
    font-size: 0.9em;
    white-space: pre-line;
}

#popup_compare #related .price {
    margin: 0 10px 6px 0;
    font-size: 1.0em;
    line-height: 1.0em;
    color: #444;
}

#popup_compare #related .price .price-old {
    text-decoration: line-through;
    color: #f00;
}

#popup_compare #related .cart {
    margin: 0;
}

#popup_compare #related .cart .button {
    line-height: 0px;
    margin: -1px 0 0;
    padding: 3px 14px 4px;
}

@media (max-width: 650px) {
    #popup_compare {
        width: 95%;
    }

    #popup_compare .cont.button {
        display: none
    }

    #popup_compare .popupcart_info .name {
        padding-left: 5px !important;
    }

    #popup_compare .popupcart_info .quantity {
        width: 60px;
        min-width: auto;
        padding: 0 5px;
    }

    #popup_compare .popupcart_info {
        margin: 0 -12px 5px
    }

    #popup_compare .popupcart_info .quantity {
        width: 50px;
        min-width: auto;
        padding: 0 5px;
    }

    #popup_compare .popupcart_info .quantity input {
        border-radius: 3px !important;
        border: solid 1px #ccc !important;
    }

    #popup_compare .image, #popup_compare .popupcart_info .brand, #popup_compare .popupcart_info .quantity span, #popup_compare .popupcart_buttons :first-child {
        display: none
    }

    #popup_compare .popupcart_buttons {
        margin: 0 -5px
    }
}

@media (max-width: 500px) {
    #popup_compare .popupcart_info {
        margin: 0 -10px 5px
    }

    #popup_compare .popupcart_info .quantity {
        width: 60px;
        min-width: auto;
        padding: 0 5px;
    }
}

@media (max-width: 400px) {
    #popup_compare .popupcart_info {
        margin: 0 -12px 5px
    }

    #popup_compare .popupcart_info .quantity {
        width: 50px;
        min-width: auto;
        padding: 0 5px;
    }
}

#popup_order {
    display: none;
    overflow: hidden;
    font-size: 14px !important;
    border-radius: 6px;
    padding: 20px;
    width: 561px;
    transform: translateX(0) translateY(-20%);
    -o-transform: translateX(0) translateY(-20%);
    -moz-transform: translateX(0) translateY(-20%);
    -webkit-transform: translateX(0) translateY(-20%);
    transition: all ease-in-out .2s;
}

.popup_visible #popup_order {
    transform: translateX(0) translateY(0%);
    -o-transform: translateX(0) translateY(0%);
    -moz-transform: translateX(0) translateY(0%);
    -webkit-transform: translateX(0) translateY(0%);
    transition: all ease-in-out .2s;
}

#popup_order .head {
    font-size: 1.2em;
    font-weight: 400;
    background: #eee;
    background: linear-gradient(to bottom, #f5f5f5 0%, #e2e2e2 100%);
    color: #666;
    margin: -15px -15px 0;
    padding: 13px 15px 15px;
    border-bottom: solid 1px #d2d2d2;
    text-shadow: 1px 1px 0 #f8f8f8;
    border-radius: 6px 6px 0 0;
}

#popup_order .head .fa-close {
    opacity: 1.0;
    float: right;
    cursor: pointer;
    padding: 5px;
    margin: -1px -4px 0 0;
    color: #888;
}

#popup_order .head .fa-close:hover {
    color: #f00;
}

#popup_order .popupcart_info {
    max-height: 370px;
    min-height: 60px;
    margin-bottom: 5px;
    overflow-y: auto;
}

#popup_order .popupcart_info table {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border: none;
}

#popup_order .popupcart_info tr {
    border-collapse: collapse;
}

#popup_order .popupcart_info tr:first-child {
    border-collapse: collapse;
}

#popup_order .popupcart_info tr:first-child td {
    vertical-align: middle;
    height: 20px;
    min-height: 20px;
    color: #777;
    font-size: 0.8em;
    text-shadow: 0 1px 0 #fff;
    padding: 6px 10px 7px;
}

#popup_order .popupcart_info .hr {
    height: 0px !important;
    min-height: 0px !important;
}

#popup_order .popupcart_info .hr td {
    height: 0px !important;
    min-height: 0px !important;
    border-top: solid 1px #e2e2e2;
    border-bottom: solid 1px #fff;
}

#popup_order .popupcart_info td {
    vertical-align: middle;
    border-collapse: collapse;
    padding: 0 10px;
    height: 80px;
    min-height: 80px;
    box-sizing: border-box;
}

#popup_order .popupcart_info tr:first-child .image {
    overflow: hidden;
    text-align: center;
    padding: 0;
    text-overflow: ellipsis;
}

#popup_order .popupcart_info .image {
    width: 64px;
    max-width: 80px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}

#popup_order .popupcart_info .name {
    min-width: 130px;
    line-height: 1.0em;
    padding-left: 15px !important;
}

#popup_order .popupcart_info .name a {
    font-size: 0.9em;
    line-height: 1.5em;
}

#popup_order .popupcart_info small {
    font-size: 0.7em;
}

#popup_order .popupcart_info .image img {
    width: 64px !important;
    max-width: 64px !important;
    height: auto;
    border: solid 1px #e2e2e2;
    border-radius: 3px;
    padding: 4px;
    background: #fff;
    outline: 0;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0;
}

#popup_order .popupcart_info .brand {
    text-align: center;
    font-size: 0.9em;
}

#popup_order .popupcart_info .quantity {
    width: 82px;
    min-width: 82px;
    padding: 0 5px;
    text-align: center;
}

#popup_order .popupcart_info .quantity input[type='text'] {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 40px !important;
    height: 31px !important;
    padding: 1px 0px 0px !important;
    border: solid 1px #ccc;
    border-right: none;
    border-radius: 3px 0 0 3px;
    box-shadow: inset 0px 1px 1px #ddd;
    background: #fff !important;
    color: #555 !important;
    line-height: normal !important;
    font-size: 12px !important;
}

#popup_order .popupcart_info .quantity span {
    display: inline-block;
    margin: 0 0 0 -4px;
    border: solid 1px #ccc;
    border-radius: 0 3px 3px 0;
}

#popup_order .popupcart_info span .fa {
    display: block;
    color: #888;
    padding: 4px 8px 0;
    background: #eee;
    text-shadow: 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fefefe;
    font-size: 7px;
    cursor: pointer;
}

#popup_order .popupcart_info .fa:hover {
    background: #e5e5e5;
}

#popup_order .popupcart_info .fa-plus {
    height: 14px;
    border-radius: 0 3px 0 0;
}

#popup_order .popupcart_info .fa-minus {
    height: 15px;
    border-top: solid 1px #ccc;
    border-radius: 0 0 3px 0;
}

#popup_order .popupcart_info .price {
    width: 100px;
    font-size: 14px;
    text-align: center;
}

#popup_order .popupcart_info .remove {
    width: 2px;
    min-width: 0px;
    padding: 0 3px 0 0;
    text-align: right;
}

#popup_order .popupcart_info .remove i {
    cursor: pointer;
}

#popup_order .popupcart_info .remove i:hover {
    color: #f00;
}

#popup_order #cart-total {
    display: none !important;
}

#popup_order .checkout {
    display: none !important;
}

#popup_order .popupcart_total {
    overflow: auto;
    border-bottom: solid 1px #e2e2e2;
    line-height: 23px;
    min-height: 35px;
    padding: 2px 0 10px;
}

#popup_order .popupcart_total table {
    float: right;
}

#popup_order .popupcart_total td {
    display: none;
    border: none;
    text-align: right;
}

#popup_order .popupcart_total td + td {
    padding: 0 0 0 10px;
    text-align: left;
}

#popup_order .popupcart_total tr:last-child td {
    display: table-cell;
    font-size: 1.0em !important;
}

#popup_order .continue {
    text-decoration: none;
    border-bottom: dashed 1px;
    display: block;
    float: left;
    margin-top: 5px;
    line-height: normal;
}

#popup_order .popupcart_buttons {
    border-top: solid 1px #fff;
    padding: 16px 0 2px;
    text-align: center;
    overflow: auto;
}

#popup_order .popupcart_buttons a, #popup_order .popupcart_buttons .button {
    font-size: 0.9em;
    line-height: 0.5em;
}

#popup_order .popupcart_buttons .button {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

#popup_order .popupcart_buttons :first-child {
    display: block;
    float: left;
}

#popup_order .popupcart_buttons :last-child {
    display: block;
    float: right;
}

#popup_order .empty {
    padding-top: 15px;
    font-weight: 700;
    text-align: center;
}

/*#button-cart2{*/
/*margin-left:15px;*/
/*}*/

#popup_order #related {
    position: relative;
    overflow: hidden;
    background: #eee;
    margin: 15px -24px -18px;
    padding: 0 20px 15px;
    box-shadow: inset 0 1px 13px #ccc
}

#popup_order #related .related_product {
    background: none;
    box-shadow: 0 0 0;
    margin: 0;
}

#popup_order #related .heading {
    color: #f00;
    font-size: 1.1em;
    font-weight: 400;
    border-bottom: solid 1px #f8f8f8;
    box-shadow: inset 0 -1px 0 #d5d5d5;
    text-shadow: 0 1px 0 #fff;
    padding: 0 0 10px;
    margin: 10px 5px 12px;
}

#popup_order .owl-wrapper-outer, #popup_order .owl-wrapper {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: 0 0 0;
}

#popup_order #related .owl-controls {
    height: auto;
}

#popup_order #related .owl-buttons {
    position: absolute;
    top: -42px;
    right: 5px;
}

#popup_order #related .owl-buttons > div {
    position: relative;
    display: inline-block;
    left: auto;
    right: auto;
    width: 20px;
    text-align: center;
    padding: 0px 0 0 1px;
    margin: 0;
    line-height: 1.2em;
    font-size: 1.1em;
    font-weight: 400;
    text-shadow: 0 1px 0 #fff;
    color: #888;
    border: solid 1px #ccc;
    background: #eee;
    background: linear-gradient(to bottom, #eee 0%, #ddd 100%);
    border-radius: 4px;
    opacity: 1;
}

#popup_order #related .owl-buttons > div:hover {
    background: #eee;
}

#popup_order #related .owl-buttons > div:active {
    box-shadow: inset 0 1px #ccc;
    background: #ddd;
    background: linear-gradient(to bottom, #ddd 0%, #eee 100%);
}

#popup_order #related .owl-buttons > div + div {
    margin: 0 0 0 10px
}

#popup_order #related .owl-pagination {
    position: absolute;
    top: -38px;
    right: 80px;
    font-size: 0.8em;
    display: none;
}

#popup_order #related .owl-pagination > div {
    display: inline-block;
    margin: 0 0 0 8px;
    padding: 0 4px;
    border-radius: 100%;
    color: #888;
}

#popup_order #related .owl-pagination > div:hover {
    background: #ddd;
}

#popup_order #related .owl-pagination > div.active {
    background: #ddd;
}

#popup_order #related .owl-item {
}

#popup_order #related .owl-item + .owl-item {
}

#popup_order #related .owl-item > div {
    margin: 0 5px;
    padding: 10px;
    border: solid 1px #ddd;
    border-radius: 4px;
    background: #f5f5f5;
    box-shadow: inset 0 1px 0 #fff;
}

#popup_order #related .owl-item > div > div {
    border: solid 0px;
    display: inline-block;
    vertical-align: top;
}

#popup_order #related .owl-item > div > div + div {
    margin: 0px 0px 0 0;
    width: 163px;
}

#popup_order #related .image {
    margin: 0 7px 0 0;
}

#popup_order #related .image img {
    width: 82px;
    height: auto;
    border: solid 1px #e2e2e2;
    border-radius: 4px;
    padding: 5px;
    background: #fff;
}

#popup_order #related .name {
    min-height: 40px;
    white-space: pre-line;
    line-height: 1.0em;
}

#popup_order #related .name a {
    font-size: 0.9em;
    white-space: pre-line;
}

#popup_order #related .price {
    margin: 0 10px 6px 0;
    font-size: 1.0em;
    line-height: 1.0em;
    color: #444;
}

#popup_order #related .price .price-old {
    text-decoration: line-through;
    color: #f00;
}

#popup_order #related .cart {
    margin: 0;
}

#popup_order #related .cart .button {
    line-height: 0px;
    margin: -1px 0 0;
    padding: 3px 14px 4px;
}

@media (max-width: 650px) {
    #popup_order {
        width: 95%;
    }

    #popup_order .cont.button {
        display: none
    }

    #popup_order .popupcart_info .name {
        padding-left: 5px !important;
    }

    #popup_order .popupcart_info .quantity {
        width: 60px;
        min-width: auto;
        padding: 0 5px;
    }

    #popup_order .popupcart_info {
        margin: 0 -12px 5px
    }

    #popup_order .popupcart_info .quantity {
        width: 50px;
        min-width: auto;
        padding: 0 5px;
    }

    #popup_order .popupcart_info .quantity input {
        border-radius: 3px !important;
        border: solid 1px #ccc !important;
    }

    #popup_order .image, #popup_order .popupcart_info .brand, #popup_order .popupcart_info .quantity span, #popup_order .popupcart_buttons :first-child {
        display: none
    }

    #popup_order .popupcart_buttons {
        margin: 0 -5px
    }
}

@media (max-width: 500px) {
    #popup_order .popupcart_info {
        margin: 0 -10px 5px
    }

    #popup_order .popupcart_info .quantity {
        width: 60px;
        min-width: auto;
        padding: 0 5px;
    }
}

@media (max-width: 400px) {
    #popup_order .popupcart_info {
        margin: 0 -12px 5px
    }

    #popup_order .popupcart_info .quantity {
        width: 50px;
        min-width: auto;
        padding: 0 5px;
    }
}

#popup_call {
    display: none;
    overflow: hidden;
    font-size: 14px !important;
    border-radius: 0 !important;
    padding: 20px 25px;
   /* width: 561px; */
    transform: translateX(0) translateY(-20%);
    -o-transform: translateX(0) translateY(-20%);
    -moz-transform: translateX(0) translateY(-20%);
    -webkit-transform: translateX(0) translateY(-20%);
    transition: all ease-in-out .2s;
}

.popup_visible #popup_call {
    transform: translateX(0) translateY(0%);
    -o-transform: translateX(0) translateY(0%);
    -moz-transform: translateX(0) translateY(0%);
    -webkit-transform: translateX(0) translateY(0%);
    transition: all ease-in-out .2s;
}

#popup_call .head {
    font-size: 1.2em;
    font-weight: 400;
    background: #eee;
    background: linear-gradient(to bottom, #f5f5f5 0%, #e2e2e2 100%);
    color: #666;
    margin: -15px -15px 0;
    padding: 13px 15px 15px;
    border-bottom: solid 1px #d2d2d2;
    text-shadow: 1px 1px 0 #f8f8f8;
    border-radius: 6px 6px 0 0;
}

#popup_call .head .fa-close {
    opacity: 1.0;
    float: right;
    cursor: pointer;
    padding: 5px;
    margin: -1px -4px 0 0;
    color: #888;
}

#popup_call .head .fa-close:hover {
    color: #f00;
}

#popup_call .popupcart_info {
    max-height: 370px;
    min-height: 60px;
    margin-bottom: 5px;
    overflow-y: auto;
}

#popup_call .popupcart_info table {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border: none;
}

#popup_call .popupcart_info tr {
    border-collapse: collapse;
}

#popup_call .popupcart_info tr:first-child {
    border-collapse: collapse;
}

#popup_call .popupcart_info tr:first-child td {
    vertical-align: middle;
    height: 20px;
    min-height: 20px;
    color: #777;
    font-size: 0.8em;
    text-shadow: 0 1px 0 #fff;
    padding: 6px 10px 7px;
}

#popup_call .popupcart_info .hr {
    height: 0px !important;
    min-height: 0px !important;
}

#popup_call .popupcart_info .hr td {
    height: 0px !important;
    min-height: 0px !important;
    border-top: solid 1px #e2e2e2;
    border-bottom: solid 1px #fff;
}

#popup_call .popupcart_info td {
    vertical-align: middle;
    border-collapse: collapse;
    padding: 0 10px;
    height: 80px;
    min-height: 80px;
    box-sizing: border-box;
}

#popup_call .popupcart_info tr:first-child .image {
    overflow: hidden;
    text-align: center;
    padding: 0;
    text-overflow: ellipsis;
}

#popup_call .popupcart_info .image {
    width: 64px;
    max-width: 80px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}

#popup_call .popupcart_info .name {
    min-width: 130px;
    line-height: 1.0em;
    padding-left: 15px !important;
}

#popup_call .popupcart_info .name a {
    font-size: 0.9em;
    line-height: 1.5em;
}

#popup_call .popupcart_info small {
    font-size: 0.7em;
}

#popup_call .popupcart_info .image img {
    width: 64px !important;
    max-width: 64px !important;
    height: auto;
    border: solid 1px #e2e2e2;
    border-radius: 3px;
    padding: 4px;
    background: #fff;
    outline: 0;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0;
}

#popup_call .popupcart_info .brand {
    text-align: center;
    font-size: 0.9em;
}

#popup_call .popupcart_info .quantity {
    width: 82px;
    min-width: 82px;
    padding: 0 5px;
    text-align: center;
}

#popup_call .popupcart_info .quantity input[type='text'] {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 40px !important;
    height: 31px !important;
    padding: 1px 0px 0px !important;
    border: solid 1px #ccc;
    border-right: none;
    border-radius: 3px 0 0 3px;
    box-shadow: inset 0px 1px 1px #ddd;
    background: #fff !important;
    color: #555 !important;
    line-height: normal !important;
    font-size: 12px !important;
}

#popup_call .popupcart_info .quantity span {
    display: inline-block;
    margin: 0 0 0 -4px;
    border: solid 1px #ccc;
    border-radius: 0 3px 3px 0;
}

#popup_call .popupcart_info span .fa {
    display: block;
    color: #888;
    padding: 4px 8px 0;
    background: #eee;
    text-shadow: 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fefefe;
    font-size: 7px;
    cursor: pointer;
}

#popup_call .popupcart_info .fa:hover {
    background: #e5e5e5;
}

#popup_call .popupcart_info .fa-plus {
    height: 14px;
    border-radius: 0 3px 0 0;
}

#popup_call .popupcart_info .fa-minus {
    height: 15px;
    border-top: solid 1px #ccc;
    border-radius: 0 0 3px 0;
}

#popup_call .popupcart_info .price {
    width: 100px;
    font-size: 14px;
    text-align: center;
}

#popup_call .popupcart_info .remove {
    width: 2px;
    min-width: 0px;
    padding: 0 3px 0 0;
    text-align: right;
}

#popup_call .popupcart_info .remove i {
    cursor: pointer;
}

#popup_call .popupcart_info .remove i:hover {
    color: #f00;
}

#popup_call #cart-total {
    display: none !important;
}

#popup_call .checkout {
    display: none !important;
}

#popup_call .popupcart_total {
    overflow: auto;
    border-bottom: solid 1px #e2e2e2;
    line-height: 23px;
    min-height: 35px;
    padding: 2px 0 10px;
}

#popup_call .popupcart_total table {
    float: right;
}

#popup_call .popupcart_total td {
    display: none;
    border: none;
    text-align: right;
}

#popup_call .popupcart_total td + td {
    padding: 0 0 0 10px;
    text-align: left;
}

#popup_call .popupcart_total tr:last-child td {
    display: table-cell;
    font-size: 1.0em !important;
}

#popup_call .continue {
    text-decoration: none;
    border-bottom: dashed 1px;
    display: block;
    float: left;
    margin-top: 5px;
    line-height: normal;
}

#popup_call .popupcart_buttons {
    border-top: solid 1px #fff;
    padding: 16px 0 2px;
    text-align: center;
    overflow: auto;
}

#popup_call .popupcart_buttons a, #popup_call .popupcart_buttons .button {
    font-size: 0.9em;
    line-height: 0.5em;
}

#popup_call .popupcart_buttons .button {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

#popup_call .popupcart_buttons :first-child {
    display: block;
    float: left;
}

#popup_call .popupcart_buttons :last-child {
    display: block;
    float: right;
}

#popup_call .empty {
    padding-top: 15px;
    font-weight: 700;
    text-align: center;
}

/*#button-cart2{*/
/*margin-left:15px;*/
/*}*/

#popup_call #related {
    position: relative;
    overflow: hidden;
    background: #eee;
    margin: 15px -24px -18px;
    padding: 0 20px 15px;
    box-shadow: inset 0 1px 13px #ccc
}

#popup_call #related .related_product {
    background: none;
    box-shadow: 0 0 0;
    margin: 0;
}

#popup_call #related .heading {
    color: #f00;
    font-size: 1.1em;
    font-weight: 400;
    border-bottom: solid 1px #f8f8f8;
    box-shadow: inset 0 -1px 0 #d5d5d5;
    text-shadow: 0 1px 0 #fff;
    padding: 0 0 10px;
    margin: 10px 5px 12px;
}

#popup_call .owl-wrapper-outer, #popup_call .owl-wrapper {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: 0 0 0;
}

#popup_call #related .owl-controls {
    height: auto;
}

#popup_call #related .owl-buttons {
    position: absolute;
    top: -42px;
    right: 5px;
}

#popup_call #related .owl-buttons > div {
    position: relative;
    display: inline-block;
    left: auto;
    right: auto;
    width: 20px;
    text-align: center;
    padding: 0px 0 0 1px;
    margin: 0;
    line-height: 1.2em;
    font-size: 1.1em;
    font-weight: 400;
    text-shadow: 0 1px 0 #fff;
    color: #888;
    border: solid 1px #ccc;
    background: #eee;
    background: linear-gradient(to bottom, #eee 0%, #ddd 100%);
    border-radius: 4px;
    opacity: 1;
}

#popup_call #related .owl-buttons > div:hover {
    background: #eee;
}

#popup_call #related .owl-buttons > div:active {
    box-shadow: inset 0 1px #ccc;
    background: #ddd;
    background: linear-gradient(to bottom, #ddd 0%, #eee 100%);
}

#popup_call #related .owl-buttons > div + div {
    margin: 0 0 0 10px
}

#popup_call #related .owl-pagination {
    position: absolute;
    top: -38px;
    right: 80px;
    font-size: 0.8em;
    display: none;
}

#popup_call #related .owl-pagination > div {
    display: inline-block;
    margin: 0 0 0 8px;
    padding: 0 4px;
    border-radius: 100%;
    color: #888;
}

#popup_call #related .owl-pagination > div:hover {
    background: #ddd;
}

#popup_call #related .owl-pagination > div.active {
    background: #ddd;
}

#popup_call #related .owl-item {
}

#popup_call #related .owl-item + .owl-item {
}

#popup_call #related .owl-item > div {
    margin: 0 5px;
    padding: 10px;
    border: solid 1px #ddd;
    border-radius: 4px;
    background: #f5f5f5;
    box-shadow: inset 0 1px 0 #fff;
}

#popup_call #related .owl-item > div > div {
    border: solid 0px;
    display: inline-block;
    vertical-align: top;
}

#popup_call #related .owl-item > div > div + div {
    margin: 0px 0px 0 0;
    width: 163px;
}

#popup_call #related .image {
    margin: 0 7px 0 0;
}

#popup_call #related .image img {
    width: 82px;
    height: auto;
    border: solid 1px #e2e2e2;
    border-radius: 4px;
    padding: 5px;
    background: #fff;
}

#popup_call #related .name {
    min-height: 40px;
    white-space: pre-line;
    line-height: 1.0em;
}

#popup_call #related .name a {
    font-size: 0.9em;
    white-space: pre-line;
}

#popup_call #related .price {
    margin: 0 10px 6px 0;
    font-size: 1.0em;
    line-height: 1.0em;
    color: #444;
}

#popup_call #related .price .price-old {
    text-decoration: line-through;
    color: #f00;
}

#popup_call #related .cart {
    margin: 0;
}

#popup_call #related .cart .button {
    line-height: 0px;
    margin: -1px 0 0;
    padding: 3px 14px 4px;
}

@media (max-width: 650px) {
    #popup_call {
        width: 100%;
    }

    #popup_call .cont.button {
        display: none
    }

    #popup_call .popupcart_info .name {
        padding-left: 5px !important;
    }

    #popup_call .popupcart_info .quantity {
        width: 60px;
        min-width: auto;
        padding: 0 5px;
    }

    #popup_call .popupcart_info {
        margin: 0 -12px 5px
    }

    #popup_call .popupcart_info .quantity {
        width: 50px;
        min-width: auto;
        padding: 0 5px;
    }

    #popup_call .popupcart_info .quantity input {
        border-radius: 3px !important;
        border: solid 1px #ccc !important;
    }

    #popup_call .image, #popup_call .popupcart_info .brand, #popup_call .popupcart_info .quantity span, #popup_call .popupcart_buttons :first-child {
        display: none
    }

    #popup_call .popupcart_buttons {
        margin: 0 -5px
    }
}

@media (max-width: 500px) {
    #popup_call .popupcart_info {
        margin: 0 -10px 5px
    }

    #popup_call .popupcart_info .quantity {
        width: 60px;
        min-width: auto;
        padding: 0 5px;
    }
}

@media (max-width: 400px) {
    #popup_call .popupcart_info {
        margin: 0 -12px 5px
    }

    #popup_call .popupcart_info .quantity {
        width: 50px;
        min-width: auto;
        padding: 0 5px;
    }
}

#popupcart_extended {
    display: none;
    /* overflow: hidden; */
    font-size: 14px !important;
    border-radius: 0 !important;
/*    padding: 0;*/
    width: 775px;
    transform: translateX(0) translateY(-20%);
    -o-transform: translateX(0) translateY(-20%);
    -moz-transform: translateX(0) translateY(-20%);
    -webkit-transform: translateX(0) translateY(-20%);
    transition: all ease-in-out .2s;
}

.popup_visible #popupcart_extended {
    transform: translateX(0) translateY(0%);
    -o-transform: translateX(0) translateY(0%);
    -moz-transform: translateX(0) translateY(0%);
    -webkit-transform: translateX(0) translateY(0%);
    transition: all ease-in-out .2s;
}
.popup_visible #popupcart_extended .modal-footer {
   
    background: #fff;
}
#popupcart_extended .head {
    font-size: 1.2em;
    font-weight: 400;
    background: #eee;
    background: linear-gradient(to bottom, #f5f5f5 0%, #e2e2e2 100%);
    color: #666;
    margin: -15px -15px 0;
    padding: 13px 15px 15px;
    border-bottom: solid 1px #d2d2d2;
    text-shadow: 1px 1px 0 #f8f8f8;
    border-radius: 6px 6px 0 0;
}

#popupcart_extended .head .fa-close {
    opacity: 1.0;
    float: right;
    cursor: pointer;
    padding: 5px;
    margin: -1px -4px 0 0;
    color: #888;
}

#popupcart_extended .head .fa-close:hover {
    color: #f00;
}

#popupcart_extended .popupcart_info {
    max-height: 370px;
    min-height: 60px;
    margin-bottom: 5px;
    overflow-y: auto;
}

#popupcart_extended .popupcart_info table {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border: none;
}

#popupcart_extended .popupcart_info tr {
    border-collapse: collapse;
}

#popupcart_extended .popupcart_info tr:first-child {
    border-collapse: collapse;
}

#popupcart_extended .popupcart_info tr:first-child td {
    vertical-align: middle;
    height: 20px;
    min-height: 20px;
    color: #777;
    font-size: 0.8em;
    text-shadow: 0 1px 0 #fff;
    padding: 6px 10px 7px;
}

#popupcart_extended .popupcart_info .hr {
    height: 0px !important;
    min-height: 0px !important;
}

#popupcart_extended .popupcart_info .hr td {
    height: 0px !important;
    min-height: 0px !important;
    border-top: solid 1px #e2e2e2;
    border-bottom: solid 1px #fff;
}

#popupcart_extended .popupcart_info td {
    vertical-align: middle;
    border-collapse: collapse;
    padding: 0 10px;
    height: 80px;
    min-height: 80px;
    box-sizing: border-box;
}

#popupcart_extended .popupcart_info tr:first-child .image {
    overflow: hidden;
    text-align: center;
    padding: 0;
    text-overflow: ellipsis;
}

#popupcart_extended .popupcart_info .image {
    width: 64px;
    max-width: 80px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}

#popupcart_extended .popupcart_info .name {
    min-width: 130px;
    line-height: 1.0em;
    padding-left: 15px !important;
}

#popupcart_extended .popupcart_info .name a {
    font-size: 0.9em;
    line-height: 1.5em;
}

#popupcart_extended .popupcart_info small {
    font-size: 0.7em;
}

#popupcart_extended .popupcart_info .image img {
    width: 64px !important;
    max-width: 64px !important;
    height: auto;
    border: solid 1px #e2e2e2;
    border-radius: 3px;
    padding: 4px;
    background: #fff;
    outline: 0;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0;
}

#popupcart_extended .popupcart_info .brand {
    text-align: center;
    font-size: 0.9em;
}

#popupcart_extended .popupcart_info .quantity {
    width: 82px;
    min-width: 82px;
    padding: 0 5px;
    text-align: center;
}

#popupcart_extended .popupcart_info .quantity input[type='text'] {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 40px !important;
    height: 31px !important;
    padding: 1px 0px 0px !important;
    border: solid 1px #ccc;
    border-right: none;
    border-radius: 3px 0 0 3px;
    box-shadow: inset 0px 1px 1px #ddd;
    background: #fff !important;
    color: #555 !important;
    line-height: normal !important;
    font-size: 12px !important;
}

#popupcart_extended .popupcart_info .quantity span {
    display: inline-block;
    margin: 0 0 0 -4px;
    border: solid 1px #ccc;
    border-radius: 0 3px 3px 0;
}

#popupcart_extended .popupcart_info span .fa {
    display: block;
    color: #888;
    padding: 4px 8px 0;
    background: #eee;
    text-shadow: 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fefefe;
    font-size: 7px;
    cursor: pointer;
}

#popupcart_extended .popupcart_info .fa:hover {
    background: #e5e5e5;
}

#popupcart_extended .popupcart_info .fa-plus {
    height: 14px;
    border-radius: 0 3px 0 0;
}

#popupcart_extended .popupcart_info .fa-minus {
    height: 15px;
    border-top: solid 1px #ccc;
    border-radius: 0 0 3px 0;
}

#popupcart_extended .popupcart_info .price {
    width: 100px;
    font-size: 14px;
    text-align: center;
}

#popupcart_extended .popupcart_info .remove {
    width: 2px;
    min-width: 0px;
    padding: 0 3px 0 0;
    text-align: right;
}

#popupcart_extended .popupcart_info .remove i {
    cursor: pointer;
}

#popupcart_extended .popupcart_info .remove i:hover {
    color: #f00;
}

#popupcart_extended #cart-total {
    display: none !important;
}

#popupcart_extended .checkout {
    display: none !important;
}

#popupcart_extended .popupcart_total {
    overflow: auto;
    border-bottom: solid 1px #e2e2e2;
    line-height: 23px;
    min-height: 35px;
    padding: 2px 0 10px;
}

#popupcart_extended .popupcart_total table {
    float: right;
}

#popupcart_extended .popupcart_total td {
    display: none;
    border: none;
    text-align: right;
}

#popupcart_extended .popupcart_total td + td {
    padding: 0 0 0 10px;
    text-align: left;
}

#popupcart_extended .popupcart_total tr:last-child td {
    display: table-cell;
    font-size: 1.0em !important;
}

#popupcart_extended .continue {
    text-decoration: none;
    border-bottom: dashed 1px;
    display: block;
    float: left;
    margin-top: 5px;
    line-height: normal;
}

#popupcart_extended .popupcart_buttons {
    border-top: solid 1px #fff;
    padding: 16px 0 2px;
    text-align: center;
    overflow: auto;
}

#popupcart_extended .popupcart_buttons a, #popupcart_extended .popupcart_buttons .button {
    font-size: 0.9em;
    line-height: 0.5em;
}

#popupcart_extended .popupcart_buttons .button {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

#popupcart_extended .popupcart_buttons :first-child {
    display: block;
    float: left;
}

#popupcart_extended .popupcart_buttons :last-child {
    display: block;
    float: right;
}

#popupcart_extended .empty {
    padding-top: 15px;
    font-weight: 700;
    text-align: center;
    position: relative;
}

#popupcart_extended .empty:before {
    position: absolute;
    content: '';
    background: #fff;
    z-index: 1;
    top: -50px;
    left: 0;
    width: 275px;
    height: 100px;
}

/*#button-cart2{*/
/*margin-left:15px;*/
/*}*/

#popupcart_extended #related {
    position: relative;
    overflow: hidden;
    background: #eee;
    margin: 15px -24px -18px;
    padding: 0 20px 15px;
    box-shadow: inset 0 1px 13px #ccc
}

#popupcart_extended #related .related_product {
    background: none;
    box-shadow: 0 0 0;
    margin: 0;
}

#popupcart_extended #related .heading {
    color: #f00;
    font-size: 1.1em;
    font-weight: 400;
    border-bottom: solid 1px #f8f8f8;
    box-shadow: inset 0 -1px 0 #d5d5d5;
    text-shadow: 0 1px 0 #fff;
    padding: 0 0 10px;
    margin: 10px 5px 12px;
}

#popupcart_extended .owl-wrapper-outer, #popupcart_extended .owl-wrapper {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: 0 0 0;
}

#popupcart_extended #related .owl-controls {
    height: auto;
}

#popupcart_extended #related .owl-buttons {
    position: absolute;
    top: -42px;
    right: 5px;
}

#popupcart_extended #related .owl-buttons > div {
    position: relative;
    display: inline-block;
    left: auto;
    right: auto;
    width: 20px;
    text-align: center;
    padding: 0px 0 0 1px;
    margin: 0;
    line-height: 1.2em;
    font-size: 1.1em;
    font-weight: 400;
    text-shadow: 0 1px 0 #fff;
    color: #888;
    border: solid 1px #ccc;
    background: #eee;
    background: linear-gradient(to bottom, #eee 0%, #ddd 100%);
    border-radius: 4px;
    opacity: 1;
}

#popupcart_extended #related .owl-buttons > div:hover {
    background: #eee;
}

#popupcart_extended #related .owl-buttons > div:active {
    box-shadow: inset 0 1px #ccc;
    background: #ddd;
    background: linear-gradient(to bottom, #ddd 0%, #eee 100%);
}

#popupcart_extended #related .owl-buttons > div + div {
    margin: 0 0 0 10px
}

#popupcart_extended #related .owl-pagination {
    position: absolute;
    top: -38px;
    right: 80px;
    font-size: 0.8em;
    display: none;
}

#popupcart_extended #related .owl-pagination > div {
    display: inline-block;
    margin: 0 0 0 8px;
    padding: 0 4px;
    border-radius: 100%;
    color: #888;
}

#popupcart_extended #related .owl-pagination > div:hover {
    background: #ddd;
}

#popupcart_extended #related .owl-pagination > div.active {
    background: #ddd;
}

#popupcart_extended #related .owl-item {
}

#popupcart_extended #related .owl-item + .owl-item {
}

#popupcart_extended #related .owl-item > div {
    margin: 0 5px;
    padding: 10px;
    border: solid 1px #ddd;
    border-radius: 4px;
    background: #f5f5f5;
    box-shadow: inset 0 1px 0 #fff;
}

#popupcart_extended #related .owl-item > div > div {
    border: solid 0px;
    display: inline-block;
    vertical-align: top;
}

#popupcart_extended #related .owl-item > div > div + div {
    margin: 0px 0px 0 0;
    width: 163px;
}

#popupcart_extended #related .image {
    margin: 0 7px 0 0;
}

#popupcart_extended #related .image img {
    width: 82px;
    height: auto;
    border: solid 1px #e2e2e2;
    border-radius: 4px;
    padding: 5px;
    background: #fff;
}

#popupcart_extended #related .name {
    min-height: 40px;
    white-space: pre-line;
    line-height: 1.0em;
}

#popupcart_extended #related .name a {
    font-size: 0.9em;
    white-space: pre-line;
}

#popupcart_extended #related .price {
    margin: 0 10px 6px 0;
    font-size: 1.0em;
    line-height: 1.0em;
    color: #444;
}

#popupcart_extended #related .price .price-old {
    text-decoration: line-through;
    color: #f00;
}

#popupcart_extended #related .cart {
    margin: 0;
}

#popupcart_extended #related .cart .button {
    line-height: 0px;
    margin: -1px 0 0;
    padding: 3px 14px 4px;
}

@media (max-width: 650px) {
    #popupcart_extended {
        width: 100%;

        background: #fff;
        /*height: auto;*/
    }

    #popupcart_extended .cont.button {
        display: none
    }

    #popupcart_extended .popupcart_info .name {
        padding-left: 5px !important;
    }

    #popupcart_extended .popupcart_info .quantity {
        width: 60px;
        min-width: auto;
        padding: 0 5px;
    }

    #popupcart_extended .popupcart_info {
        margin: 0 -12px 5px
    }

    #popupcart_extended .popupcart_info .quantity {
        width: 50px;
        min-width: auto;
        padding: 0 5px;
    }

    #popupcart_extended .popupcart_info .quantity input {
        border-radius: 3px !important;
        border: solid 1px #ccc !important;
    }

    #popupcart_extended .image, #popupcart_extended .popupcart_info .brand, #popupcart_extended .popupcart_info .quantity span, #popupcart_extended .popupcart_buttons :first-child {
        display: none
    }

    #popupcart_extended .popupcart_buttons {
        margin: 0 -5px
    }
}

@media (max-width: 500px) {
    #popupcart_extended .popupcart_info {
        margin: 0 -10px 5px
    }

    #popupcart_extended .popupcart_info .quantity {
        width: 60px;
        min-width: auto;
        padding: 0 5px;
    }
}

@media (max-width: 400px) {
    #popupcart_extended .popupcart_info {
        margin: 0 -12px 5px
    }

    #popupcart_extended .popupcart_info .quantity {
        width: 50px;
        min-width: auto;
        padding: 0 5px;
    }
}

#popup_order_one,
#popup_order {
    display: none;
    overflow: hidden;
    font-size: 14px !important;
    border-radius: 0;
    padding: 20px 25px 30px;
    width: 740px;
    transform: translateX(0) translateY(-20%);
    -o-transform: translateX(0) translateY(-20%);
    -moz-transform: translateX(0) translateY(-20%);
    -webkit-transform: translateX(0) translateY(-20%);
    transition: all ease-in-out .2s;
}

.popup_visible #popup_order_one {
    transform: translateX(0) translateY(0%);
    -o-transform: translateX(0) translateY(0%);
    -moz-transform: translateX(0) translateY(0%);
    -webkit-transform: translateX(0) translateY(0%);
    transition: all ease-in-out .2s;
}

#popup_order_one .head {
    font-size: 1.2em;
    font-weight: 400;
    background: #eee;
    background: linear-gradient(to bottom, #f5f5f5 0%, #e2e2e2 100%);
    color: #666;
    margin: -15px -15px 0;
    padding: 13px 15px 15px;
    border-bottom: solid 1px #d2d2d2;
    text-shadow: 1px 1px 0 #f8f8f8;
    border-radius: 6px 6px 0 0;
}

#popup_order_one .head .fa-close {
    opacity: 1.0;
    float: right;
    cursor: pointer;
    padding: 5px;
    margin: -1px -4px 0 0;
    color: #888;
}

#popup_order_one .head .fa-close:hover {
    color: #f00;
}

#popup_order_one .popupcart_info {
    max-height: 370px;
    min-height: 60px;
    margin-bottom: 5px;
    overflow-y: auto;
}

#popup_order_one .popupcart_info table {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border: none;
}

#popup_order_one .popupcart_info tr {
    border-collapse: collapse;
}

#popup_order_one .popupcart_info tr:first-child {
    border-collapse: collapse;
}

#popup_order_one .popupcart_info tr:first-child td {
    vertical-align: middle;
    height: 20px;
    min-height: 20px;
    color: #777;
    font-size: 0.8em;
    text-shadow: 0 1px 0 #fff;
    padding: 6px 10px 7px;
}

#popup_order_one .popupcart_info .hr {
    height: 0px !important;
    min-height: 0px !important;
}

#popup_order_one .popupcart_info .hr td {
    height: 0px !important;
    min-height: 0px !important;
    border-top: solid 1px #e2e2e2;
    border-bottom: solid 1px #fff;
}

#popup_order_one .popupcart_info td {
    vertical-align: middle;
    border-collapse: collapse;
    padding: 0 10px;
    height: 80px;
    min-height: 80px;
    box-sizing: border-box;
}

#popup_order_one .popupcart_info tr:first-child .image {
    overflow: hidden;
    text-align: center;
    padding: 0;
    text-overflow: ellipsis;
}

#popup_order_one .popupcart_info .image {
    width: 64px;
    max-width: 80px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}

#popup_order_one .popupcart_info .name {
    min-width: 130px;
    line-height: 1.0em;
    padding-left: 15px !important;
}

#popup_order_one .popupcart_info .name a {
    font-size: 0.9em;
    line-height: 1.5em;
}

#popup_order_one .popupcart_info small {
    font-size: 0.7em;
}

#popup_order_one .popupcart_info .image img {
    width: 64px !important;
    max-width: 64px !important;
    height: auto;
    border: solid 1px #e2e2e2;
    border-radius: 3px;
    padding: 4px;
    background: #fff;
    outline: 0;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0;
}

#popup_order_one .popupcart_info .brand {
    text-align: center;
    font-size: 0.9em;
}

#popup_order_one .popupcart_info .quantity {
    width: 82px;
    min-width: 82px;
    padding: 0 5px;
    text-align: center;
}

#popup_order_one .popupcart_info .quantity input[type='text'] {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 40px !important;
    height: 31px !important;
    padding: 1px 0px 0px !important;
    border: solid 1px #ccc;
    border-right: none;
    border-radius: 3px 0 0 3px;
    box-shadow: inset 0px 1px 1px #ddd;
    background: #fff !important;
    color: #555 !important;
    line-height: normal !important;
    font-size: 12px !important;
}

#popup_order_one .popupcart_info .quantity span {
    display: inline-block;
    margin: 0 0 0 -4px;
    border: solid 1px #ccc;
    border-radius: 0 3px 3px 0;
}

#popup_order_one .popupcart_info span .fa {
    display: block;
    color: #888;
    padding: 4px 8px 0;
    background: #eee;
    text-shadow: 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fefefe;
    font-size: 7px;
    cursor: pointer;
}

#popup_order_one .popupcart_info .fa:hover {
    background: #e5e5e5;
}

#popup_order_one .popupcart_info .fa-plus {
    height: 14px;
    border-radius: 0 3px 0 0;
}

#popup_order_one .popupcart_info .fa-minus {
    height: 15px;
    border-top: solid 1px #ccc;
    border-radius: 0 0 3px 0;
}

#popup_order_one .popupcart_info .price {
    width: 100px;
    font-size: 14px;
    text-align: center;
}

#popup_order_one .popupcart_info .remove {
    width: 2px;
    min-width: 0px;
    padding: 0 3px 0 0;
    text-align: right;
}

#popup_order_one .popupcart_info .remove i {
    cursor: pointer;
}

#popup_order_one .popupcart_info .remove i:hover {
    color: #f00;
}

#popup_order_one #cart-total {
    display: none !important;
}

#popup_order_one .checkout {
    display: none !important;
}

#popup_order_one .popupcart_total {
    overflow: auto;
    border-bottom: solid 1px #e2e2e2;
    line-height: 23px;
    min-height: 35px;
    padding: 2px 0 10px;
}

#popup_order_one .popupcart_total table {
    float: right;
}

#popup_order_one .popupcart_total td {
    display: none;
    border: none;
    text-align: right;
}

#popup_order_one .popupcart_total td + td {
    padding: 0 0 0 10px;
    text-align: left;
}

#popup_order_one .popupcart_total tr:last-child td {
    display: table-cell;
    font-size: 1.0em !important;
}

#popup_order_one .continue {
    text-decoration: none;
    border-bottom: dashed 1px;
    display: block;
    float: left;
    margin-top: 5px;
    line-height: normal;
}

#popup_order_one .popupcart_buttons {
    border-top: solid 1px #fff;
    padding: 16px 0 2px;
    text-align: center;
    overflow: auto;
}

#popup_order_one .popupcart_buttons a, #popup_order_one .popupcart_buttons .button {
    font-size: 0.9em;
    line-height: 0.5em;
}

#popup_order_one .popupcart_buttons .button {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

#popup_order_one .popupcart_buttons :first-child {
    display: block;
    float: left;
}

#popup_order_one .popupcart_buttons :last-child {
    display: block;
    float: right;
}

#popup_order_one .empty {
    padding-top: 15px;
    font-weight: 700;
    text-align: center;
}

/*#button-cart2{*/
/*margin-left:15px;*/
/*}*/

#popup_order_one #related {
    position: relative;
    overflow: hidden;
    background: #eee;
    margin: 15px -24px -18px;
    padding: 0 20px 15px;
    box-shadow: inset 0 1px 13px #ccc
}

#popup_order_one #related .related_product {
    background: none;
    box-shadow: 0 0 0;
    margin: 0;
}

#popup_order_one #related .heading {
    color: #f00;
    font-size: 1.1em;
    font-weight: 400;
    border-bottom: solid 1px #f8f8f8;
    box-shadow: inset 0 -1px 0 #d5d5d5;
    text-shadow: 0 1px 0 #fff;
    padding: 0 0 10px;
    margin: 10px 5px 12px;
}

#popup_order_one .owl-wrapper-outer, #popup_order_one .owl-wrapper {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: 0 0 0;
}

#popup_order_one #related .owl-controls {
    height: auto;
}

#popup_order_one #related .owl-buttons {
    position: absolute;
    top: -42px;
    right: 5px;
}

#popup_order_one #related .owl-buttons > div {
    position: relative;
    display: inline-block;
    left: auto;
    right: auto;
    width: 20px;
    text-align: center;
    padding: 0px 0 0 1px;
    margin: 0;
    line-height: 1.2em;
    font-size: 1.1em;
    font-weight: 400;
    text-shadow: 0 1px 0 #fff;
    color: #888;
    border: solid 1px #ccc;
    background: #eee;
    background: linear-gradient(to bottom, #eee 0%, #ddd 100%);
    border-radius: 4px;
    opacity: 1;
}

#popup_order_one #related .owl-buttons > div:hover {
    background: #eee;
}

#popup_order_one #related .owl-buttons > div:active {
    box-shadow: inset 0 1px #ccc;
    background: #ddd;
    background: linear-gradient(to bottom, #ddd 0%, #eee 100%);
}

#popup_order_one #related .owl-buttons > div + div {
    margin: 0 0 0 10px
}

#popup_order_one #related .owl-pagination {
    position: absolute;
    top: -38px;
    right: 80px;
    font-size: 0.8em;
    display: none;
}

#popup_order_one #related .owl-pagination > div {
    display: inline-block;
    margin: 0 0 0 8px;
    padding: 0 4px;
    border-radius: 100%;
    color: #888;
}

#popup_order_one #related .owl-pagination > div:hover {
    background: #ddd;
}

#popup_order_one #related .owl-pagination > div.active {
    background: #ddd;
}

#popup_order_one #related .owl-item {
}

#popup_order_one #related .owl-item + .owl-item {
}

#popup_order_one #related .owl-item > div {
    margin: 0 5px;
    padding: 10px;
    border: solid 1px #ddd;
    border-radius: 4px;
    background: #f5f5f5;
    box-shadow: inset 0 1px 0 #fff;
}

#popup_order_one #related .owl-item > div > div {
    border: solid 0px;
    display: inline-block;
    vertical-align: top;
}

#popup_order_one #related .owl-item > div > div + div {
    margin: 0px 0px 0 0;
    width: 163px;
}

#popup_order_one #related .image {
    margin: 0 7px 0 0;
}

#popup_order_one #related .image img {
    width: 82px;
    height: auto;
    border: solid 1px #e2e2e2;
    border-radius: 4px;
    padding: 5px;
    background: #fff;
}

#popup_order_one #related .name {
    min-height: 40px;
    white-space: pre-line;
    line-height: 1.0em;
}

#popup_order_one #related .name a {
    font-size: 0.9em;
    white-space: pre-line;
}

#popup_order_one #related .price {
    margin: 0 10px 6px 0;
    font-size: 1.0em;
    line-height: 1.0em;
    color: #444;
}

#popup_order_one #related .price .price-old {
    text-decoration: line-through;
    color: #f00;
}

#popup_order_one #related .cart {
    margin: 0;
}

#popup_order_one #related .cart .button {
    line-height: 0px;
    margin: -1px 0 0;
    padding: 3px 14px 4px;
}

/****************************************** POPUP NOT COLOR ************/
#popup_not_color {
    display: none;
    overflow: hidden;
    font-size: 14px !important;
    border-radius: 6px !important;
    padding: 20px;
    width: 561px;
    transform: translateX(0) translateY(-20%);
    -o-transform: translateX(0) translateY(-20%);
    -moz-transform: translateX(0) translateY(-20%);
    -webkit-transform: translateX(0) translateY(-20%);
    transition: all ease-in-out .2s;
}

.popup_visible #popup_not_color {
    transform: translateX(0) translateY(0%);
    -o-transform: translateX(0) translateY(0%);
    -moz-transform: translateX(0) translateY(0%);
    -webkit-transform: translateX(0) translateY(0%);
    transition: all ease-in-out .2s;
}

#popup_not_color .head {
    font-size: 1.2em;
    font-weight: 400;
    background: #eee;
    background: linear-gradient(to bottom, #f5f5f5 0%, #e2e2e2 100%);
    color: #666;
    margin: -15px -15px 0;
    padding: 13px 15px 15px;
    border-bottom: solid 1px #d2d2d2;
    text-shadow: 1px 1px 0 #f8f8f8;
    border-radius: 6px 6px 0 0;
}

#popup_not_color .head .fa-close {
    opacity: 1.0;
    float: right;
    cursor: pointer;
    padding: 5px;
    margin: -1px -4px 0 0;
    color: #888;
}

#popup_not_color .head .fa-close:hover {
    color: #f00;
}

#popup_not_color .popupcart_info {
    max-height: 370px;
    min-height: 60px;
    margin-bottom: 5px;
    overflow-y: auto;
}

#popup_not_color .popupcart_info table {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border: none;
}

#popup_not_color .popupcart_info tr {
    border-collapse: collapse;
}

#popup_not_color .popupcart_info tr:first-child {
    border-collapse: collapse;
}

#popup_not_color .popupcart_info tr:first-child td {
    vertical-align: middle;
    height: 20px;
    min-height: 20px;
    color: #777;
    font-size: 0.8em;
    text-shadow: 0 1px 0 #fff;
    padding: 6px 10px 7px;
}

#popup_not_color .popupcart_info .hr {
    height: 0px !important;
    min-height: 0px !important;
}

#popup_not_color .popupcart_info .hr td {
    height: 0px !important;
    min-height: 0px !important;
    border-top: solid 1px #e2e2e2;
    border-bottom: solid 1px #fff;
}

#popup_not_color .popupcart_info td {
    vertical-align: middle;
    border-collapse: collapse;
    padding: 0 10px;
    height: 80px;
    min-height: 80px;
    box-sizing: border-box;
}

#popup_not_color .popupcart_info tr:first-child .image {
    overflow: hidden;
    text-align: center;
    padding: 0;
    text-overflow: ellipsis;
}

#popup_not_color .popupcart_info .image {
    width: 64px;
    max-width: 80px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}

#popup_not_color .popupcart_info .name {
    min-width: 130px;
    line-height: 1.0em;
    padding-left: 15px !important;
}

#popup_not_color .popupcart_info .name a {
    font-size: 0.9em;
    line-height: 1.5em;
}

#popup_not_color .popupcart_info small {
    font-size: 0.7em;
}

#popup_not_color .popupcart_info .image img {
    width: 64px !important;
    max-width: 64px !important;
    height: auto;
    border: solid 1px #e2e2e2;
    border-radius: 3px;
    padding: 4px;
    background: #fff;
    outline: 0;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0;
}

#popup_not_color .popupcart_info .brand {
    text-align: center;
    font-size: 0.9em;
}

#popup_not_color .popupcart_info .quantity {
    width: 82px;
    min-width: 82px;
    padding: 0 5px;
    text-align: center;
}

#popup_not_color .popupcart_info .quantity input[type='text'] {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 40px !important;
    height: 31px !important;
    padding: 1px 0px 0px !important;
    border: solid 1px #ccc;
    border-right: none;
    border-radius: 3px 0 0 3px;
    box-shadow: inset 0px 1px 1px #ddd;
    background: #fff !important;
    color: #555 !important;
    line-height: normal !important;
    font-size: 12px !important;
}

#popup_not_color .popupcart_info .quantity span {
    display: inline-block;
    margin: 0 0 0 -4px;
    border: solid 1px #ccc;
    border-radius: 0 3px 3px 0;
}

#popup_not_color .popupcart_info span .fa {
    display: block;
    color: #888;
    padding: 4px 8px 0;
    background: #eee;
    text-shadow: 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fefefe;
    font-size: 7px;
    cursor: pointer;
}

#popup_not_color .popupcart_info .fa:hover {
    background: #e5e5e5;
}

#popup_not_color .popupcart_info .fa-plus {
    height: 14px;
    border-radius: 0 3px 0 0;
}

#popup_not_color .popupcart_info .fa-minus {
    height: 15px;
    border-top: solid 1px #ccc;
    border-radius: 0 0 3px 0;
}

#popup_not_color .popupcart_info .price {
    width: 100px;
    font-size: 14px;
    text-align: center;
}

#popup_not_color .popupcart_info .remove {
    width: 2px;
    min-width: 0px;
    padding: 0 3px 0 0;
    text-align: right;
}

#popup_not_color .popupcart_info .remove i {
    cursor: pointer;
}

#popup_not_color .popupcart_info .remove i:hover {
    color: #f00;
}

#popup_not_color #cart-total {
    display: none !important;
}

#popup_not_color .checkout {
    display: none !important;
}

#popup_not_color .popupcart_total {
    overflow: auto;
    border-bottom: solid 1px #e2e2e2;
    line-height: 23px;
    min-height: 35px;
    padding: 2px 0 10px;
}

#popup_not_color .popupcart_total table {
    float: right;
}

#popup_not_color .popupcart_total td {
    display: none;
    border: none;
    text-align: right;
}

#popup_not_color .popupcart_total td + td {
    padding: 0 0 0 10px;
    text-align: left;
}

#popup_not_color .popupcart_total tr:last-child td {
    display: table-cell;
    font-size: 1.0em !important;
}

#popup_not_color .continue {
    text-decoration: none;
    border-bottom: dashed 1px;
    display: block;
    float: left;
    margin-top: 5px;
    line-height: normal;
}

#popup_not_color .popupcart_buttons {
    border-top: solid 1px #fff;
    padding: 16px 0 2px;
    text-align: center;
    overflow: auto;
}

#popup_not_color .popupcart_buttons a, #popup_not_color .popupcart_buttons .button {
    font-size: 0.9em;
    line-height: 0.5em;
}

#popup_not_color .popupcart_buttons .button {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

#popup_not_color .popupcart_buttons :first-child {
    display: block;
    float: left;
}

#popup_not_color .popupcart_buttons :last-child {
    display: block;
    float: right;
}

#popup_not_color .empty {
    padding-top: 15px;
    font-weight: 700;
    text-align: center;
}

/*#button-cart2{*/
/*margin-left:15px;*/
/*}*/

#popup_not_color #related {
    position: relative;
    overflow: hidden;
    background: #eee;
    margin: 15px -24px -18px;
    padding: 0 20px 15px;
    box-shadow: inset 0 1px 13px #ccc
}

#popup_not_color #related .related_product {
    background: none;
    box-shadow: 0 0 0;
    margin: 0;
}

#popup_not_color #related .heading {
    color: #f00;
    font-size: 1.1em;
    font-weight: 400;
    border-bottom: solid 1px #f8f8f8;
    box-shadow: inset 0 -1px 0 #d5d5d5;
    text-shadow: 0 1px 0 #fff;
    padding: 0 0 10px;
    margin: 10px 5px 12px;
}

#popup_not_color .owl-wrapper-outer, #popup_not_color .owl-wrapper {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: 0 0 0;
}

#popup_not_color #related .owl-controls {
    height: auto;
}

#popup_not_color #related .owl-buttons {
    position: absolute;
    top: -42px;
    right: 5px;
}

#popup_not_color #related .owl-buttons > div {
    position: relative;
    display: inline-block;
    left: auto;
    right: auto;
    width: 20px;
    text-align: center;
    padding: 0px 0 0 1px;
    margin: 0;
    line-height: 1.2em;
    font-size: 1.1em;
    font-weight: 400;
    text-shadow: 0 1px 0 #fff;
    color: #888;
    border: solid 1px #ccc;
    background: #eee;
    background: linear-gradient(to bottom, #eee 0%, #ddd 100%);
    border-radius: 4px;
    opacity: 1;
}

#popup_not_color #related .owl-buttons > div:hover {
    background: #eee;
}

#popup_not_color #related .owl-buttons > div:active {
    box-shadow: inset 0 1px #ccc;
    background: #ddd;
    background: linear-gradient(to bottom, #ddd 0%, #eee 100%);
}

#popup_not_color #related .owl-buttons > div + div {
    margin: 0 0 0 10px
}

#popup_not_color #related .owl-pagination {
    position: absolute;
    top: -38px;
    right: 80px;
    font-size: 0.8em;
    display: none;
}

#popup_not_color #related .owl-pagination > div {
    display: inline-block;
    margin: 0 0 0 8px;
    padding: 0 4px;
    border-radius: 100%;
    color: #888;
}

#popup_not_color #related .owl-pagination > div:hover {
    background: #ddd;
}

#popup_not_color #related .owl-pagination > div.active {
    background: #ddd;
}

#popup_not_color #related .owl-item {
}

#popup_not_color #related .owl-item + .owl-item {
}

#popup_not_color #related .owl-item > div {
    margin: 0 5px;
    padding: 10px;
    border: solid 1px #ddd;
    border-radius: 4px;
    background: #f5f5f5;
    box-shadow: inset 0 1px 0 #fff;
}

#popup_not_color #related .owl-item > div > div {
    border: solid 0px;
    display: inline-block;
    vertical-align: top;
}

#popup_not_color #related .owl-item > div > div + div {
    margin: 0px 0px 0 0;
    width: 163px;
}

#popup_not_color #related .image {
    margin: 0 7px 0 0;
}

#popup_not_color #related .image img {
    width: 82px;
    height: auto;
    border: solid 1px #e2e2e2;
    border-radius: 4px;
    padding: 5px;
    background: #fff;
}

#popup_not_color #related .name {
    min-height: 40px;
    white-space: pre-line;
    line-height: 1.0em;
}

#popup_not_color #related .name a {
    font-size: 0.9em;
    white-space: pre-line;
}

#popup_not_color #related .price {
    margin: 0 10px 6px 0;
    font-size: 1.0em;
    line-height: 1.0em;
    color: #444;
}

#popup_not_color #related .price .price-old {
    text-decoration: line-through;
    color: #f00;
}

#popup_not_color #related .cart {
    margin: 0;
}

#popup_not_color #related .cart .button {
    line-height: 0px;
    margin: -1px 0 0;
    padding: 3px 14px 4px;
}

#popup_order_one .modal-title.stagh4,
#popup_order .modal-title.stagh4 {
    text-align: left;
}

#popup_order_one .b-name_product,
#popup_order .b-name_product {
    margin-bottom: 24px;
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.429;
    text-align: center;
    color: #333;
}

/***********************/

@media (max-width: 650px) {
    #popup_order_one,
    #popup_order {
        width: 100%;
    }

    #popup_order_one .cont.button {
        display: none
    }

    #popup_order_one .popupcart_info .name {
        padding-left: 5px !important;
    }

    #popup_order_one .popupcart_info .quantity {
        width: 60px;
        min-width: auto;
        padding: 0 5px;
    }

    #popup_order_one .popupcart_info {
        margin: 0 -12px 5px
    }

    #popup_order_one .popupcart_info .quantity {
        width: 50px;
        min-width: auto;
        padding: 0 5px;
    }

    #popup_order_one .popupcart_info .quantity input {
        border-radius: 3px !important;
        border: solid 1px #ccc !important;
    }

    #popup_order_one .image, #popup_order_one .popupcart_info .brand, #popup_order_one .popupcart_info .quantity span, #popup_order_one .popupcart_buttons :first-child {
        display: none
    }

    #popup_order_one .popupcart_buttons {
        margin: 0 -5px
    }

    #popup_not_color {
        width: 95%;
    }

    #popup_not_color .cont.button {
        display: none
    }

    #popup_not_color .popupcart_info .name {
        padding-left: 5px !important;
    }

    #popup_not_color .popupcart_info .quantity {
        width: 60px;
        min-width: auto;
        padding: 0 5px;
    }

    #popup_not_color .popupcart_info {
        margin: 0 -12px 5px
    }

    #popup_not_color .popupcart_info .quantity {
        width: 50px;
        min-width: auto;
        padding: 0 5px;
    }

    #popup_not_color .popupcart_info .quantity input {
        border-radius: 3px !important;
        border: solid 1px #ccc !important;
    }

    #popup_not_color .image, #popup_order_one .popupcart_info .brand, #popup_order_one .popupcart_info .quantity span, #popup_order_one .popupcart_buttons :first-child {
        display: none
    }

    #popup_not_color .popupcart_buttons {
        margin: 0 -5px
    }
}

@media (max-width: 500px) {
    #popup_order_one .popupcart_info {
        margin: 0 -10px 5px
    }

    #popup_order_one .popupcart_info .quantity {
        width: 60px;
        min-width: auto;
        padding: 0 5px;
    }

    #popup_not_color .popupcart_info {
        margin: 0 -10px 5px
    }

    #popup_not_color .popupcart_info .quantity {
        width: 60px;
        min-width: auto;
        padding: 0 5px;
    }
}

@media (max-width: 400px) {
    #popup_order_one .popupcart_info {
        margin: 0 -12px 5px
    }

    #popup_order_one .popupcart_info .quantity {
        width: 50px;
        min-width: auto;
        padding: 0 5px;
    }

    #popup_not_color .popupcart_info {
        margin: 0 -12px 5px
    }

    #popup_not_color .popupcart_info .quantity {
        width: 50px;
        min-width: auto;
        padding: 0 5px;
    }
}
.map_top{
    position:relative;
}
