@media screen and (max-width: 4500px) {
    .second-level-menu-maindiv {
        height: 250px
    }

    .second-level-menu {
        width: 220px;
        float: left !important;
        height: 250px
    }

    .product-section .product-catogry-side {
        width: 20%;
        height: auto;
        background: #fff;
        border: 1px solid #ededed;
        padding: 2px;
        margin-bottom: 12px
    }

    .AccountsTabcontentArea .portel_div {
        border: 0 solid #ddd
    }

        .AccountsTabcontentArea .portel_div .table-responsive table tr:first-child .bluk {
            padding-top: 0 !important
        }

    .AccountsTabcontentArea .purchase-detail tr td {
        padding: 10px;
        background: #f9f9f9;
        border-right: 1px solid #ddd
    }

        .AccountsTabcontentArea .purchase-detail tr td:first-child {
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd
        }

        .AccountsTabcontentArea .purchase-detail tr td:last-child {
            border-right: 1px solid #ddd
        }

    .AccountsTabcontentArea .purchase-detail tr:first-child td {
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd
    }

    .AccountsTabcontentArea .purchase-detail tr:last-child td {
        border-bottom: 0 solid #ddd
    }

    .AccountsTabcontentArea .productcol td {
        padding: 10px;
    }

    .AccountsTabcontentArea .productcol .image_div {
        text-align: center;
        background: 0 0;
        width: 100%;
        margin: 0;
        height: auto
    }

    .AccountsTabcontentArea .productcol .special-price {
        margin-bottom: 0;
        padding: 0
    }

        .AccountsTabcontentArea .productcol .special-price .pricelabel {
            font-weight: 700;
            font-size: 12px;
            width: 110px;
            display: inline-block;
            text-align: left
        }

    .AccountsTabcontentArea .productcol td:last-child {
        border-right: #ddd 1px solid
    }

    #products-cancellation input[type=text], #products-cancellation select, #products-cancellation textarea {
        margin: 0
    }

    #products-cancellation .cancellation-pro {
        border: 1px solid #ddd;
        margin: 0 0 10px;
        line-height: 65px;
        background: #f9f9f9;
        padding: 5px 0
    }

    .divpostrv textarea {
        width: 550px
    }

    .product-section .product-listing-side {
        width: 78%;
        height: auto;
        margin-left: 2%
    }

    .product-listing-side .product-main-sty {
        margin-bottom: 20px
    }

    .product-main-sty .product-div {
        cursor: pointer;
        float: left;
        height: auto;
        min-height: 0;
        text-align: center;
        width: 18.6%;
        margin: 10px 19px 16px 0;
        position: relative;
        background: #fff
    }

        .product-main-sty .last, .product-main-sty .product-div:nth-child(5n+1) {
            margin-right: 0
        }

    .product-main-sty .product-img {
        height: 200px;
        text-align: center;
        border: 1px solid #ddd;
        padding: 10px;
        width: 100%;
        display: inline-block;
        display: block
    }

        .product-main-sty .product-img img {
            max-width: 100%;
            max-height: 150px
        }

    .pu-status {
        top: 85px;
        left: 30px;
        position: absolute;
        padding: 3px 5px;
        border: 1px solid #e4e4e4;
        background-color: #fff;
        color: #565656
    }

    a:hover {
        color: #2271b2;
        text-decoration: underline
    }

    .opac {
        opacity: .6
    }

    .hoverdiv {
        opacity: .3
    }

    .product-div:hover .hoverdiv {
        background: rgba(0,0,0,.1);
        width: 100%;
        height: 220px;
        position: absolute;
        display: block
    }

    .product-div a {
        text-decoration: none
    }

    .product-div:hover .price-product-div a .glyphicon-shopping-cart {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moj-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }

    .product-div:hover .price-product-div a {
        background: #19cab0
    }

    .product-div:hover .price-product-div {
        background: #3a3d45;
        float: left
    }

    .product-div figure {
        min-height: 130px;
        padding-top: 12px
    }

    .product-div img {
        max-height: 200px;
        max-width: 220px;
        margin-top: 10px
    }

    .product-div .newprice {
        font-size: 16px;
        height: 28px;
        margin-top: 0
    }

        .product-div .newprice span {
            float: left;
            display: block;
            color: #e94d38
        }

        .product-div .newprice strike {
            float: right;
            display: block
        }

    .product-div h2 {
        color: #3f3636;
        font-size: 14px;
        margin: 4px 0;
        padding: 8px 12px 7px;
        word-wrap: break-word;
        text-align: center;
        height: 38px;
        overflow: hidden
    }

    .product-div p {
        font-size: 13px;
        color: #4a3c3c;
        font-family: Arial;
        font-weight: 400;
        padding: 0 8px 10px;
        margin: 0
    }

    .price-product-div {
        font-size: 14px;
        color: #fff;
        font-family: Roboto;
        font-weight: 400;
        padding: 0 0 0 20px;
        background: #4e5159;
        text-align: left;
        float: left;
        border-radius: 4px
    }

        .price-product-div h3 {
            font-size: 14px;
            margin: 12px 0;
            float: left;
            padding-right: 15px
        }

        .price-product-div a {
            margin: 0;
            float: right;
            background: #e94d38;
            height: 40px;
            width: 40px;
            border-radius: 0 4px 4px 0
        }

            .price-product-div a .glyphicon-shopping-cart {
                width: auto;
                margin-left: 12px;
                margin-top: 11px;
                transition: all .5s ease;
                -webkit-transition: all .4s ease;
                -moj-transition: all .4s ease;
                -ms-transition: all .4s ease;
                -o-transition: all .4s ease;
                font-size: 16px;
                color: #fff
            }

        .price-product-div span {
            color: #fff;
            font-family: Roboto;
            font-size: 17px;
            font-weight: 600;
            padding-left: 7px
        }

    .heading-pro-sty h2, .heading-pro-sty h2 a {
        font-size: 18px;
        font-weight: 100;
        float: left
    }

    .heading-pro-sty {
        border-bottom: 1px solid #dbdbdb;
        margin-bottom: 5px;
        background: #3b3d3d;
        padding: 10px;
        margin-top: 18px
    }

        .heading-pro-sty a {
            color: #fff;
            margin-right: 10px
        }

        .heading-pro-sty h2 {
            margin: 2px 0 0;
            color: #fff
        }

            .heading-pro-sty h2 a {
                margin: 1px 0 0;
                color: #4e5159
            }

        .heading-pro-sty ul {
            padding: 0;
            float: left;
            margin: 0
        }

            .heading-pro-sty ul li {
                list-style: none;
                font-size: 12px;
                float: left;
                border-right: 1px solid #ccc;
                padding: 0 7px;
                font-weight: 400;
                font-family: Arial;
                margin-top: 2px
            }

    .product-section {
        padding: 0 0 10px
    }

    .boundary-top {
        bottom: auto;
        position: static;
        top: 0
    }

    .product-div dd {
        color: #333;
        font-weight: 700;
        padding-bottom: 11px;
        min-height: 31px;
        font-size: 12px
    }

    .border_black_bottom, .filter-container .head .title {
        color: #fff;
        margin: 2px 0 0;
        padding: 7px 0 7px 10px;
        text-transform: capitalize;
        border-bottom: 1px solid #dad7d4
    }

    .filter-container .head .title {
        font-size: 18px;
        padding-left: 10px
    }

    .filter-container .head {
        background: #f37020;
        border: 0;
        margin: 0 0 5px;
        padding: 0
    }

    .detaling-left, .screen-view {
        background: #fff
    }

    .filter-container .list li {
        color: #999;
        font-size: 12px;
        font-weight: 400;
        padding: 7px 0 7px 10px;
        border-bottom: 1px solid #ddd;
        list-style-type: none
    }

    .custom-checkboxes a {
        color: #454545;
        text-decoration: none;
        font-size: 12px;
        padding-left: 15px;
        display: inline-block
    }

    .custom-checkboxes {
        margin-left: 0;
        margin-bottom: 0
    }

    .root-navigation {
        margin: 15px 0
    }

        .root-navigation ul {
            padding: 0
        }

            .root-navigation ul li {
                float: left;
                list-style: none;
                margin-right: 6px
            }

                .root-navigation ul li a {
                    color: #544646;
                    font-family: Arial;
                    font-size: 16px;
                    text-decoration: none
                }

        .root-navigation .active-root {
            color: #fd9229
        }

        .root-navigation .arrow-sty {
            font-size: 9px;
            margin: 4px 12px 4px 18px;
            color: #666
        }

    .screen-view {
        display: table-cell;
        height: 280px;
        margin-bottom: 10px;
        padding: 2px;
        text-align: center;
        vertical-align: middle;
        width: 376px
    }

        .screen-view img {
            max-height: 220px;
            max-width: 370px
        }

    .screen-sub-part {
        margin: 5px 0
    }

        .screen-sub-part ul {
            margin: 0;
            padding: 0
        }

            .screen-sub-part ul li {
                background: #fff;
                border: 1px solid #ccc;
                cursor: pointer;
                float: left;
                height: 70px;
                list-style: none;
                margin: 0 7px 0 0;
                text-align: center;
                width: 88px
            }

    .key-feature-sty, .key-feature-sty ul.list-unstyled li {
        border-bottom: 1px solid #eaeaea
    }

    .screen-sub-part ul li img {
        margin: 4px 0;
        max-height: 57px;
        max-width: 57px
    }

    .detaling-heading-sty h1 {
        color: #333;
        font-size: 24px;
        line-height: 25px;
        margin: 0 0 15px;
        text-transform: capitalize
    }

    .detaling-heading-sty .glyphicon-heart {
        font-size: 13px
    }

    .review-detailing-sty a {
        color: #666;
        float: left;
        font-size: 14px;
        font-weight: 400;
        margin-right: 0;
        text-decoration: none;
        font-family: Arial
    }

        .review-detailing-sty a:hover {
            color: #f36
        }

        .review-detailing-sty a .clslblreviewscountnew {
            color: #666
        }

        .review-detailing-sty a i {
            font-size: 14px;
            margin-right: 4px;
            margin-top: 2px
        }

    .Prodseparator {
        color: #aaa;
        margin: 0 10px;
        float: left
    }

    .deatling-right-descri-sty a.link-compare {
        margin-top: -3px
    }

    .clsavgratingstar {
        color: #e9af0e;
        float: right;
        font-size: 20px;
        margin: -5px 0 0 6px;
        padding: 0
    }

    .deatling-left-descri-sty {
        padding: 0
    }

        .deatling-left-descri-sty p {
            color: #463b3b;
            font-family: Arial;
            font-size: 13px;
            font-weight: 400;
            padding: 12px 5px 4px 0
        }

    .key-feature-sty {
        border-top: 1px solid #eaeaea;
        margin: 0 0 10px;
        max-height: inherit;
        padding: 8px 0
    }

        .key-feature-sty h2 {
            color: #544646;
            font-size: 18px;
            font-weight: 500;
            margin: 4px 0 5px
        }

        .key-feature-sty ul {
            margin: 0 0 0 15px;
            padding: 0
        }

            .key-feature-sty ul li {
                font-size: 14px !important;
                margin: 7px 0 0
            }

    .key-feature-2 ul li {
        position: relative;
        width: 100%;
        float: left;
        padding-left: 15px;
        padding-bottom: 9px;
        padding-top: 9px
    }

        .key-feature-2 ul li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 17px;
            height: 7px;
            width: 7px;
            background: #c2bfbf;
            z-index: 99;
            border-radius: 20px
        }

    .key-feature-sty ul.list-unstyled:last-child li {
        border-bottom: 0 !important
    }

    .deatling-right-descri-sty .price-detail-sty {
        color: #463c3c;
        font-family: Roboto;
        font-size: 14px;
        margin-top: 10px;
        text-align: center
    }

        .deatling-right-descri-sty .price-detail-sty strike {
            display: inline-block;
            font-size: 16px;
            margin-top: 7px
        }

        .deatling-right-descri-sty .price-detail-sty span {
            color: #0091d5;
            display: inline-block;
            font-size: 24px;
            font-weight: 500;
            padding-left: 10px
        }

        .deatling-right-descri-sty .price-detail-sty p {
            color: #6b6b6c;
            font-family: Arial;
            font-size: 12px
        }

    .deatling-right-descri-sty .buy-div-sty {
        height: auto;
        margin: 0
    }

    .deatling-right-descri-sty .buy-btn-img {
        background: #888 !important;
        display: inline-block
    }

    a.add-cart.buyimage.buy-image-sty.buy-btn-img.oos {
        cursor: text;
        text-decoration: none;
        color: red;
        background: 0 0 !important;
        padding-left: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 0;
        font-weight: 500 !important
    }

    .deatling-right-descri-sty .buy-image-sty {
        animation: .2s linear 0s normal none 1 running animatedBackgroundReverse;
        color: #fff;
        font-family: Raleway;
        font-size: 14px;
        padding: 6px 10px;
        text-align: left;
        transition: all .2s ease 0s;
        margin-bottom: 10px
    }

    .deatling-right-descri-sty .buyimage {
        border: none
    }

    .pincode-widget-container label {
        vertical-align: middle;
        margin-right: 6px;
        margin-top: 8px
    }

    .available-pin input[type=text] {
        margin-bottom: 0 !important;
        width: 40%;
        padding: 9px 3px 7px 5px
    }

    span.meta-text {
        margin-top: 10px;
        display: block
    }

    .detail-social-sty {
        margin: 5px 0 0
    }

        .detail-social-sty dt {
            float: left;
            font-size: 13px;
            font-weight: 400;
            margin-right: 15px;
            margin-top: 2px
        }

        .detail-social-sty dd {
            float: left;
            margin: 0 4px 0 0
        }

    .tab-nav-sty .active {
        border-left: 2px solid #f37020;
        border-radius: 0
    }

    .deatling-right-descri-sty .buy-image-sty i.fa {
        float: left;
        margin: auto 8px 0 0;
        font-size: 17px
    }

    .deatling-right-descri-sty .buy-btn-express {
        background: url(../images/buy-btn-img.jpg) -6px 0 no-repeat rgba(0,0,0,0);
        padding: 10px 10px 2px !important
    }

    .deatling-right-descri-sty .buy-image-sty .buy-btn-icon {
        font-size: 30px;
        padding-top: 0;
        position: relative;
        top: -8px
    }

    .detail-social-sty {
        font-weight: 100;
        justify-content: flex-end;
        margin-top: -3px
    }

        .detail-social-sty ul li a {
            border-radius: 50%;
            color: #fff;
            padding: 5px;
            height: 23px;
            width: 23px;
            display: inline-block;
            text-align: center
        }

            .detail-social-sty ul li a#facebooklink {
                background: #6186dd
            }

            .detail-social-sty ul li a.twitter-share-button {
                background: #35aefd
            }

            .detail-social-sty ul li a#linkgoogleplus {
                background: #da4b3d
            }

        .detail-social-sty .fa-facebook-square {
            color: #2b6ebb;
            font-size: 26px;
            margin-right: 5px;
            margin-top: 0
        }

        .detail-social-sty .fa-twitter-square {
            color: #14beee;
            font-size: 26px;
            margin-right: 5px;
            margin-top: 0
        }

        .detail-social-sty .fa-google-plus-square {
            color: #e93f2e;
            font-size: 26px;
            margin-top: 0
        }

        .detail-social-sty dd a:hover {
            opacity: .8
        }

    .tabing-main-sty .row {
        margin-bottom: 20px;
        margin-top: 20px;
        width: 98%
    }

    .tab-nav-sty .active a {
        background: #fff !important;
        border-radius: 0;
        color: #f37020 !important;
        font-size: 16px
    }

    .tab-nav-sty ul li {
        border-top: 1px solid #cac8c8;
        margin: 0 -3px 0 0;
        float: none
    }

    .tab-nav-sty {
        padding: 0
    }

    .tab-contant {
        border-bottom: 1px solid #cac8c8;
        border-right: 1px solid #cac8c8;
        border-top: 1px solid #cac8c8;
        margin-top: 2px;
        min-height: 350px
    }

    .tab-nav-sty .tabs-left {
        height: 350px;
        margin: 2px 0;
        padding: 0
    }

    .tab-nav-sty ul {
        border-right: 0 solid #969494 !important
    }

    .tabs-left {
        border-bottom: 0
    }

    .shipping-address-sty {
        width: 52%;
        margin: 15px;
        border: 1px solid #e3e3e3
    }

        .shipping-address-sty h2 {
            font-size: 18px;
            color: #515050;
            font-family: Roboto;
            font-weight: 400;
            border-bottom: 1px solid #ccc;
            margin: 0 10px;
            padding: 0
        }

    .shipping-detail {
        height: auto;
        margin-left: 22px;
        padding: 4px 0 17px
    }

        .shipping-detail label {
            float: left;
            font-family: "Myriad Pro";
            font-size: 14px;
            font-weight: 400;
            margin-right: 20px;
            text-align: right;
            width: 30%
        }

        .shipping-detail textarea, .shipping-select-div {
            border: 1px solid #ccc;
            color: #767676;
            font-size: 13px
        }

    .cart-tbl tr td, .cart-tbl tr th {
        text-align: center;
        color: #454545
    }

    .shipping-detail textarea {
        padding: 5px;
        width: 100%;
        height: 70px
    }

    .shipping-select-div {
        width: 98%;
        overflow: hidden;
        position: relative
    }

    .shipping-detail select {
        border: none;
        padding: 5px;
        width: 182px;
        background: 0 0
    }

    .shipping-select-div .nav-icon {
        border-color: #a9a9a9 transparent transparent;
        border-style: solid;
        border-width: 8px 7px 0;
        font-size: 0;
        height: 0;
        line-height: 0;
        position: absolute;
        right: 12px;
        top: 12px;
        width: 0
    }

    .shipping-detail button {
        margin: 0 0 15px
    }

    .shipping-detail .form-group3 {
        width: 50%;
        float: left;
        margin: 17px 15px 0 0
    }

    .order-sumery-sty {
        margin: 15px 0;
        width: 43.8%;
        padding: 0 15px;
        box-sizing: border-box;
        text-align: center
    }

        .order-sumery-sty h2 {
            border-bottom: 1px solid #454545;
            color: #454545;
            font-family: Roboto;
            font-size: 18px;
            margin: 10px 0 14px;
            padding: 8px 7px 12px 0;
            width: 98%;
            font-weight: 400;
            text-transform: uppercase
        }

    .top-cart-heading i {
        font-size: 20px
    }

    .cart-section-sty {
        margin-left: 0;
        width: 100%
    }

    .cart-tbl tr {
        border-bottom: 1px solid #eaeaea
    }

    .order-sumery-sty .cart-table-part {
        margin: 0
    }

    .order-sumery-sty img {
        max-width: 100%;
        max-height: 70px
    }

    .order-sumery-sty .cart-tbl tr td span {
        border: 1px solid #ddd;
        padding: 4px 12px;
        font-size: 13px
    }

    .shipping-detail .form-group {
        margin: 10px 12px 0 0;
        width: 47%;
        float: left
    }

    .shipping-detail input[type=text] {
        border: 1px solid #ccc;
        color: #767676;
        font-size: 13px;
        padding: 5px;
        width: 97%
    }

    .shipping-detail .form-group2 {
        float: left;
        margin: 10px 15px 0 0;
        width: 46%
    }

    .cart-empty {
        padding: 60px 0
    }

    .place-order-btn {
        background-color: #154054;
        border: none;
        box-shadow: none;
        border-radius: 0;
        color: #fff;
        font-size: 14px;
        min-height: 36px;
        margin: 0 10px 0 0;
        padding: 0 18px
    }

        .place-order-btn:hover {
            background-color: #ed3f46 !important
        }

    .cart-table-part {
        border-right: 1px solid #ddd;
        border-top: 1px solid #ddd;
        overflow: initial
    }

    .cart-tbl tr th {
        background: #efefef;
        border-color: #e6e6e6;
        border-style: solid;
        border-width: 1px 1px 2px;
        font-size: 15px;
        font-weight: 300;
        padding: 6px 0;
        text-transform: capitalize
    }

    .order-sumery-sty .cart-tbl tr td {
        border-bottom: 1px solid #e5e5e5;
        padding: 15px 17px
    }

    .cart-tbl tr td {
        border-right: 1px solid #e5e5e5;
        font-size: 14px;
        font-weight: 400;
        padding: 20px 15px
    }

        .cart-tbl tr td:first-child {
            border-left: 1px solid #e5e5e5
        }

    .cart-item-summary {
        font-family: Raleway;
        font-size: 18px;
        background: #fff;
        border: none;
        border-right: 1px solid #ddd;
        padding: 15px;
        color: #454545
    }

    .txt-right {
        text-align: right
    }

    .delivery-charges-sty {
        font-family: Arial;
        font-size: 11px;
        font-style: italic;
        margin-bottom: 4px
    }

    .cart-item-summary .cart-main-price {
        color: #f53a46;
        font-size: 20px;
        margin-left: 6px
    }

    .cart-heading-sty h2 {
        border-right: none;
        color: #333;
        font-size: 24px;
        margin: 22px 0 0;
        padding: 10px;
        position: relative
    }

        .cart-heading-sty h2 .glyphicon-triangle-bottom {
            color: #fd9229;
            left: 65px;
            position: absolute;
            top: 33px;
            z-index: 999999
        }

    .root-navigation ul {
        margin: 8px 0
    }

    .continue-btn {
        background: #666;
        border: none;
        box-shadow: none;
        border-radius: 0;
        color: #fff;
        font-size: 14px;
        min-height: 40px;
        line-height: 40px;
        margin: 15px 10px 15px 0;
        padding: 0 18px
    }

    .cart-footer label {
        font-weight: 500
    }

    .hoverdiv a {
        background: #fcc429 !important;
        color: #444 !important;
        padding: 7px 15px !important;
        margin-top: 215px !important;
        display: inline-block !important;
        border: 1px solid #e9af0e !important
    }

    .hoverSmalldiv, .hoverdiv {
        display: block !important
    }

    .product-col {
        position: relative !important
    }

    .hoverdiv {
        background: url(../Images/out-of-stock.png) center 68px no-repeat rgba(0,0,0,.4) !important;
        z-index: 999;
        width: 212px;
        height: 221px;
        position: absolute
    }

    .hoverSmalldiv a {
        background: #fcc429;
        color: #444;
        padding: 7px 15px;
        display: inline-block;
        border: 1px solid #e9af0e
    }

    .hoverSmalldiv {
        background: url(../Images/out-of-stock.png) center center no-repeat rgba(0,0,0,.4) !important;
        z-index: 9999;
        width: 202px;
        height: 85px;
        position: absolute
    }

    #Cat_Head i {
        font-size: 12px;
        float: right;
        margin-right: 10px;
        margin-top: 5px
    }
}

@media screen and (max-width: 1024px) {
    .product-main-sty .product-div {
        width: 32%;
        margin: 5px
    }

    .footer-with {
        width: auto
    }
}

@media screen and (max-width: 768px) {
    .product-section .product-catogry-side {
        width: 30%
    }

    .product-section .product-listing-side {
        width: 65%;
        margin-right: 0
    }

    .product-main-sty .product-div {
        width: 47.5%;
        margin: 5px
    }

    .translator {
        display: none !important
    }
}

@media screen and (max-width: 640px) {
    .product-section .product-listing-side {
        width: auto;
        margin-right: 10px
    }

    .product-section .product-catogry-side {
        width: auto;
        float: none !important
    }

    .catogry-sub-sty {
        display: none
    }

    .product-main-sty .product-div {
        width: 47%;
        margin: 5px
    }

    .hoverdiv {
        width: 100%;
        text-align: center
    }
}

@media screen and (max-width: 480px) {
    .second-level-menu-maindiv {
        height: auto;
        margin-left: 0 !important
    }

    .second-level-menu {
        width: 80%;
        float: left !important;
        height: auto;
        margin: 0
    }

    .subcategories-menu {
        background: 0 0 !important
    }

    .second-level-menu-maindiv .second-level-menu ul {
        margin-left: 7px !important
    }

    #categories .subcategories-menu ul li a:hover {
        color: #000
    }

    .subcat-level2 {
        display: none;
        position: absolute;
        background: #fff;
        left: 98px;
        top: 0;
        width: 160px
    }
}

.pincode-form #txtpincode, .pricediscount {
    position: relative
}

@media screen and (max-width: 360px) {
    .deatling-right-descri-sty .price-detail-sty span, .deatling-right-descri-sty .price-detail-sty strike, .detail-social-sty dd, .detail-social-sty dt {
        display: inline-block;
        float: none
    }

    .deatling-right-descri-sty .buy-div-sty, .deatling-right-descri-sty .price-detail-sty, .detail-social-sty, .hoverdiv, .screen-view, .tab-pane h2 {
        text-align: center
    }

    .product-section .product-listing-side {
        width: auto;
        margin-right: 10px
    }

    .main-banner-sty {
        margin-left: 15px
    }

    .product-main-sty .product-div {
        width: 97%;
        margin-bottom: 25px
    }

    .copy-cls img, .hoverdiv {
        width: 100%
    }

    .tab-nav-sty .tabs-left {
        height: auto
    }

    .tabing-main-sty .row {
        width: auto !important
    }

    .detaling-right {
        width: auto;
        margin-left: 0
    }

    .screen-view {
        height: auto;
        width: 330px
    }

        .screen-view img {
            max-width: 300px
        }

    .deatling-left-descri-sty {
        min-height: 0
    }

    .detaling-heading-sty {
        margin-top: 30px;
        margin-bottom: 10px
    }

    .divpostrv textarea {
        width: 212px
    }

    .divpostrv input[type=text] {
        width: 100%
    }

    .clsavgratingstar {
        float: none
    }
}

@media screen and (max-width: 320px) {
    .screen-view img {
        max-width: 287px
    }

    .divpostrv textarea {
        width: 178px
    }

    .rating > span {
        display: inline-block;
        position: relative;
        width: 1.1em;
        font-size: 17px;
        cursor: pointer
    }
}

.top-cart-heading .new {
    margin-top: 0;
    height: 14px;
    padding: 1px 12px;
    border-bottom: none !important
}

.activesize a, .deactivesize a {
    text-align: center;
    padding: 4px 7px;
    line-height: 1;
    font-size: 13px;
    display: block
}

.prod-description img {
    border: 1px solid #ccc
}

    .prod-description img:hover {
        border: 1px solid #f57b14;
        background: red;
        opacity: .4
    }

.chk:hover {
    color: #f36
}

.multiSelectionWidget-selectors-wrap label {
    margin-bottom: 5px
}

.multiSelectionWidget-selectors-wrap ul {
    margin-bottom: 20px
}

.multiSelectionWidget-selectors-wrap li {
    margin-right: 5px;
    margin-bottom: 5px
}

.activesize a {
    border: 1px solid #38cc4e !important
}

.deactivesize a {
    border: 1px solid red !important
}

#messages ul li div, .pricediscount, .pricediscount .discount, .summery-btn {
    display: inline-block
}

.deactivesize a:hover {
    border: 1px solid #38cc4e !important
}

.select_size label {
    float: left;
    margin-right: 12px;
    margin-top: 2px
}

#messages ul li {
    margin-bottom: 15px
}

    #messages ul li label {
        min-width: 60px
    }

.pl-10 {
    padding-left: 10px
}

.order-summerytitle h4 {
    margin: 0
}

.summery-btn, .summery-top {
    text-align: left !important;
    margin-left: 10px
}

.summery-btn {
    background-color: rgba(0,0,0,.7);
    padding: 0 14px;
    line-height: 32px;
    transition: all .45s ease 0s;
    border-radius: 2px;
    color: #fff
}

    .summery-btn:hover {
        background-color: #f36
    }

.bdr-bt {
    border-bottom: 1px solid #ddd
}

#categories .second-level-menu ul li {
    font-weight: 600
}

.prodect-list {
    overflow: auto
}

.breadcrumb {
    margin: 0;
    padding: 0;
    background: 0 0
}

.products-item-detaling .breadcrumb {
    margin: 5px 0 0;
    padding: 0
}

section#wrapper {
}

#wrapper {
    padding-top: 0
}

.pincode-widget-container {
    padding: 0 15px;
    width: 100%
}

.pricediscount .discount {
    border: 1px solid #154054;
    font-size: 12px !important;
    line-height: 15px;
    margin: 0 0 0 5px;
    padding: 6px;
    text-align: center
}

.green {
    color: #6fba54
}

.divComments {
    margin-left: 15px
}

.pricediscount {
    top: -4px
}

.available-pin input[type=text] {
    padding: 8px 7px 8px 32px;
    margin-top: 0;
    display: inline-block;
    font-size: 12px;
    border: none;
    border-bottom: 1px solid #e7a500;
    vertical-align: top;
    width: 100%;
    padding-left: 0
}

.pincode-widget-container label {
    vertical-align: middle;
    margin-right: 6px;
    margin-bottom: 0;
    position: relative;
    text-align: left
}

.pincode-form #txtpincode:after {
    position: absolute;
    width: 10px;
    height: 20px;
    content: "\f041";
    font-family: FontAwesome;
    top: 0;
    left: 0
}

.available-pin input[type=button] {
    margin-bottom: 0
}

span.meta-text {
    margin-top: 7px;
    display: block;
    font-size: 12px;
    margin-bottom: 7px
}

.deatling-right-descri-sty .buy-image-sty {
    animation: .2s linear 0s normal none 1 running animatedBackgroundReverse;
    color: #fff;
    font-family: Raleway;
    font-size: 14px;
    padding: 7px 10px;
    text-align: left;
    transition: all .2s ease 0s;
    margin-bottom: 10px
}

.seller-info dl {
    display: inline-block;
    text-align: left;
    color: #fff;
    background: #4bb417;
    border-radius: 3px;
    padding: 0 7px
}

.key-feature-sty ul {
    margin: 0
}

    .key-feature-sty ul li {
        margin: 0 8px 0 0;
        line-height: 20px;
        color: #0c0c0c;
        display: inline-block
    }

.seller-info dd {
    margin-bottom: 0;
    display: inline;
    font-weight: 700;
    font-size: 12px;
    color: #222
}

.key-feature-sty h2 {
    color: #1e1e1e;
    font-weight: 400;
    font-size: 18px;
    margin: 4px 0 5px
}

.images-container {
    padding-top: 0;
    padding-left: 0
}

div.left-product .extraslider-inner .product-miniature .product-container, div.sp-extra-1 .extraslider-inner .product-miniature .product-container {
    width: 100%;
    border: none;
    margin-bottom: 10px
}

#categories::after:hover {
    display: none !important
}

.cat-active {
    color: #ff9f00 !important
}

a.main-shopping-heading {
    position: relative;
    font-size: 14px
}

    a.main-shopping-heading:before {
        content: "-";
        color: #333 !important;
        left: 0;
        position: absolute;
        top: 5px;
        font-size: 16px;
        display: none
    }

.first-level-categories {
    margin: 0 !important;
    float: left;
    width: 100%
}

    .first-level-categories > a {
        float: left;
        width: 100%;
        padding: 0
    }

    .first-level-categories ul li .squaredThree {
        margin-left: 0;
        margin-bottom: 3px;
        padding: 10px;
        float: left;
        width: 100%
    }

.portel_div wishdiv .portel_description_left {
    padding-left: 0 !important
}
