@font-face {
    font-family: 'gothamlight';
    src: url('/fonts/productpagev2/gothamlight-webfont.eot');
    src: url('/fonts/productpagev2/gothamlight-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/productpagev2/gothamlight-webfont.woff') format('woff'), url('/fonts/productpagev2/gothamlight-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gothamregular';
    src: url('/fonts/productpagev2/gotham_regular-webfont.eot');
    src: url('/fonts/productpagev2/gotham_regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/productpagev2/gotham_regular-webfont.woff') format('woff'), url('/fonts/productpagev2/gotham_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gothammedium';
    src: url('/fonts/productpagev2/gothammedium_1-webfont.eot');
    src: url('/fonts/productpagev2/gothammedium_1-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/productpagev2/gothammedium_1-webfont.woff') format('woff'), url('/fonts/productpagev2/gothammedium_1-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gothambold';
    src: url('/fonts/productpagev2/gothambold-webfont.eot');
    src: url('/fonts/productpagev2/gothambold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/productpagev2/gothambold-webfont.woff') format('woff'), url('/fonts/productpagev2/gothambold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'gothamlight' !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 14px !important;
    line-height: normal !important;
    color: #000000 !important;
    background: #ffffff !important;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

.container-selleys {
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
}

/* BREADCRUMBS CSS START */
.breadcrumbs-selleys {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 50px;
}

    .breadcrumbs-selleys ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .breadcrumbs-selleys li {
        float: left;
    }

        .breadcrumbs-selleys li a {
            font-size: 12px;
            line-height: 30px;
            color: #696264;
            font-weight: normal;
            font-family: 'gothambold';
            text-decoration: none;
        }

        .breadcrumbs-selleys li.last a {
            color: #B3B3B3;
        }

        .breadcrumbs-selleys li a::after {
            content: "";
            background: url(/images/productpagev2/breadcrums-arrow.png);
            background-repeat: no-repeat;
            display: inline-block;
            vertical-align: middle;
            width: 6px;
            height: 8px;
            margin: 0 8px;
        }

        .breadcrumbs-selleys li.last a:after {
            display: none;
        }

.pdp-media-info {
    padding: 0;
}

.pdp-media {
    float: left;
    height: 549px;
    position: relative;
    overflow: hidden;
}

.pdp-product-name {
    float: none;
    margin-bottom: 27px;
    padding-left: 50%;
}

.pdp-features {
    float: none;
    padding-left: 50%;
    /*clear: both;*/
    margin-bottom: 30px;
}

    .pdp-features h2 {
        color: #224196;
        font-size: 16px;
        line-height: 30px;
        font-family: 'gothambold';
        margin: 0 0 15px 0;
    }

    .pdp-features ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .pdp-features li {
        font-size: 13px !important;
        font-family: 'gothamlight';
        color: #111;
        font-weight: bold;
        line-height: 19px;
        padding-left: 29px;
        position: relative;
        margin-bottom: 15px;
    }

        .pdp-features li:last-child {
            margin-bottom: 0;
        }

        .pdp-features li::before {
            content: "";
            background-image: url(/images/productpagev2/li-icon.png);
            background-repeat: no-repeat;
            display: inline-block;
            width: 19px;
            height: 19px;
            position: absolute;
            left: 0;
            top: 0;
            line-height: 19px;
        }

.pdp-product-btns {
    float: none;
    padding-left: 50%;
    /*clear: both;*/
}

    .pdp-product-btns .pro-btn {
        float: left;
        margin-right: 18px;
        font-size: 18px;
        font-family: 'gothambold';
        color: #ffffff;
        background: none;
        border: 0;
        box-shadow: none;
        border-radius: 3px;
        padding: 10px 28px;
        line-height: normal;
        cursor: pointer;
    }

        .pdp-product-btns .pro-btn.buyonline {
            background: #224196;
        }

        .pdp-product-btns .pro-btn.findstore {
            background: #FFD740;
            color: #224196;
        }

    .pdp-product-btns .pdp-share {
        float: left;
    }

        .pdp-product-btns .pdp-share a {
            display: block;
            line-height: 41px;
            width: 41px;
            text-align: center;
        }

.pdp-info {
    float: none;
    padding-left: 50%;
    /*clear: both;*/
}

    .pdp-info .pdp-info-label {
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px 0 0;
        color: #231F20;
        font-size: 14px;
        font-family: 'gothambold';
        line-height: 34px;
        min-width: 50px;
    }

    .pdp-info .pdp-info-content {
        display: inline-block;
        vertical-align: top;
    }

    .pdp-info .product-colour {
        margin-bottom: 10px;
    }

        .pdp-info .product-colour .color-list {
        }

            .pdp-info .product-colour .color-list .color-list-option {
                display: inline-block;
                vertical-align: top;
                text-align: center;
                margin: 0 15px 10px 0;
                position: relative;
            }

                .pdp-info .product-colour .color-list .color-list-option label {
                    width: 34px;
                    height: 34px;
                    border-radius: 100px;
                    margin: 0;
                    border: 2px solid #cccccc;
                    color: #696264;
                    font-weight: 400;
                }

                .pdp-info .product-colour .color-list .color-list-option span {
                    clear: both;
                    display: block;
                    color: #696264;
                    font-size: 10px;
                    margin-top: 3px;
                    font-weight: bold;
                }

                .pdp-info .product-colour .color-list .color-list-option input {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    opacity: 0;
                    cursor: pointer;
                }

                    .pdp-info .product-colour .color-list .color-list-option input:checked + label + span {
                        color: #000000;
                    }

    .pdp-info .product-size {
        margin-bottom: 35px;
    }

        .pdp-info .product-size .pdp-info-label {
            line-height: 40px;
        }

    .pdp-info .pdp-info-content select {
        background: #F1F1F1;
        border: 0;
        box-shadow: none;
        width: 230px;
        padding: 12px 35px 12px 15px;
        font-size: 14px;
        color: #000000;
        font-weight: bold;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url(/images/productpagev2/dropdown-arrow.png);
        background-repeat: no-repeat;
        background-position: right 15px center;
        font-family: gothamlight;
    }

.pdp-product-name {
    float: none;
    padding-left: 50%;
    margin-bottom: 27px;
}

    .pdp-product-name h1 {
        font-size: 30px;
        line-height: 30px;
        color: #224196;
        margin: 0;
        font-family: 'gothambold';
    }

/* PRODUCT SLIDER CSS START */
.media-info {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 50px;
}

/* RELATED PRODUCT CSS START */
.related-products {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    .related-products .related-products-title h2 {
        color: #224196;
        font-size: 26px;
        line-height: 30px;
        font-weight: normal;
        font-family: 'gothambold';
        margin: 0 0 25px 0;
    }

    .related-products .related-products-details .related-products-block {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin-bottom: 30px;
    }

        .related-products .related-products-details .related-products-block .related-item-img {
            float: left;
            width: 150px;
        }

            .related-products .related-products-details .related-products-block .related-item-img a {
                display: block;
            }

        .related-products .related-products-details .related-products-block .related-item-content {
            padding-left: 150px;
        }

            .related-products .related-products-details .related-products-block .related-item-content .related-item-title h3 {
                margin: 0 0 10px 0;
                padding: 0;
                line-height: normal;
                font-size: 16px;
                font-family: 'gothammedium';
            }

            .related-products .related-products-details .related-products-block .related-item-content .related-item-title a {
                color: #224196;
                font-size: 16px;
                line-height: 22px;
                font-family: 'gothammedium';
            }

            .related-products .related-products-details .related-products-block .related-item-content .related-item-caption {
                color: #111111;
                margin: 0;
                font-size: 14px;
                line-height: 22px;
                font-family: 'gothamlight';
                font-weight: bold;
            }


/* PRODUCT TAB CSS START */
#tabInfo {
    display: none;
}

.pdp-tab {
    margin-bottom: 50px;
}

.resp-tabs-list li {
    color: #224196 !important;
    font-size: 16px !important;
    font-family: 'gothambold' !important;
    font-weight: normal !important;
    line-height: 30px;
    padding: 10px 30px !important;
    border: 0;
    border-top: 5px solid #ffffff;
    background: #ffffff;
}

    .resp-tabs-list li.resp-tab-active {
        border-top: 5px solid #224196;
        background: #F9F9F9;
    }

.resp-tab-content {
    border: 0;
    background: #F9F9F9;
    padding: 35px 25px;
}

    .resp-tab-content p {
        line-height: 1.5rem;
        font-size: 14px;
        color: #111111;
        font-family: 'gothamlight';
        font-weight: bold;
        margin: 4px 0;
    }

    .resp-tab-content .tab-block {
        background: #ffffff;
        padding: 22px;
        margin-bottom: 15px;
    }

        .resp-tab-content .tab-block:last-child {
            margin-bottom: 0;
        }

        .resp-tab-content .tab-block h4 {
            font-size: 15px;
            line-height: 30px;
            color: #224196;
            margin: 0 0 15px 0;
            font-family: 'gothambold';
        }

        .resp-tab-content .tab-block ol {
            margin-top: 10px !important;
        }

        .resp-tab-content .tab-block ul {
            padding: 0;
            margin: 10px 0 0 30px;
            list-style: disc;
        }

        .resp-tab-content .tab-block li {
            font-size: 14px;
            font-family: 'gothamlight';
            color: #111;
            font-weight: bold;
            line-height: 19px;
            position: relative;
            margin-bottom: 10px;
        }

            .resp-tab-content .tab-block li:last-child {
                margin-bottom: 0;
            }

            .resp-tab-content .tab-block li:before {
                content: "";
                background-repeat: no-repeat;
                display: inline-block;
                width: 19px;
                height: 19px;
                position: absolute;
                left: 0;
                top: 1px;
                line-height: 19px;
            }

        .resp-tab-content .tab-block .tab-block-btn {
            background: #76C6A1;
            border: 0;
            box-shadow: none;
            padding: 10px 15px;
            color: #f7f7f7;
            border-radius: 3px;
            font-family: 'gothambold';
            font-weight: normal;
            font-size: 14px;
            clear: both;
            display: block;
            margin: 0 0 20px 0;
            line-height: 20px;
            cursor: pointer;
        }

            .resp-tab-content .tab-block .tab-block-btn::before {
                content: "";
                background-image: url(/images/productpagev2/download-icon.png);
                background-repeat: no-repeat;
                display: inline-block;
                vertical-align: top;
                width: 20px;
                height: 20px;
                line-height: 20px;
                margin-right: 10px;
            }

            .resp-tab-content .tab-block .tab-block-btn:last-child {
                margin-bottom: 0;
            }

        .resp-tab-content .tab-block tr {
            width: 100%;
            display: inline-block;
            vertical-align: top;
            margin-bottom: 5px;
        }

            .resp-tab-content .tab-block tr td {
                padding: 5px 10px;
                vertical-align: top;
                font-size: 14px;
                color: #111111;
                font-family: 'gothamlight';
                font-weight: bold;
            }

                .resp-tab-content .tab-block tr td:first-child {
                    width: 120px;
                    font-family: 'gothambold';
                    color: #696264;
                    padding-left: 0;
                }

.tab-block {
    border: 0;
    background: #F9F9F9;
    padding: 35px 25px;
}

.cmp-text {
    background: #ffffff;
    padding: 22px;
    margin-bottom: 15px;
}

    .cmp-text ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .cmp-text h2.h2-design-v2 {
        font-family: 'gothambold';
        font-style: normal;
        font-weight: 700;
        font-size: 26px;
        line-height: 30px;
    }

    .cmp-text li {
        font-size: 14px;
        font-family: 'gothamlight';
        color: #111;
        font-weight: bold;
        line-height: 19px;
        position: relative;
        margin-bottom: 10px;
    }

        .cmp-text li::before {
            content: "";
            background-repeat: no-repeat;
            display: inline-block;
            width: 19px;
            height: 19px;
            position: absolute;
            left: 0;
            top: 1px;
            line-height: 19px;
        }

.tab-block h4 {
    font-size: 15px;
    line-height: 30px;
    color: #224196;
    margin: 0 0 15px 0;
    font-family: 'gothambold';
}

.tab-block .umb-grid {
    background: #ffffff;
    margin-top: 0;
}

.tab-block h4 {
    background: #ffffff;
    padding: 22px;
    margin: 0;
}

.umb-grid li, .umb-grid b {
    font-size: 14px;
    color: #111111;
    font-family: 'gothamlight';
    font-weight: bold;
}

@media only screen and (max-width:991px) {
    .breadcrumbs {
        margin-bottom: 20px;
    }

    .pdp-product-btns .pro-btn {
        margin-right: 10px;
        padding: 10px 20px;
    }

    .pdp-media {
        max-width: 100%;
        margin-bottom: 30px;
        height: 559px;
    }

    .pdp-product-name {
        padding: 0 15px;
        max-width: 100%;
        float: left;
    }

    .pdp-features {
        padding: 0 15px;
        max-width: 100%;
        float: left;
    }

    .pdp-info {
        padding: 0 15px;
        max-width: 100%;
        float: left;
    }

    .pdp-product-btns {
        padding: 0 15px;
        max-width: 100%;
        float: left;
    }

    .product-media #owlvrtc1 .owl-stage-outer {
        margin-bottom: 30px;
    }

    .owlvrtc2-man #owlvrtc2 .owl-item {
        border: 1px solid #E5E5E5;
        padding: 8px;
    }

        .owlvrtc2-man #owlvrtc2 .owl-item.synced {
            border: 1px solid #224196;
            padding: 8px;
        }
}

@media only screen and (max-width:767px) {
    .breadcrumbs li a::after {
        margin: 0 5px;
    }

    .pdp-related-products {
        order: 2;
    }

    .pdp-tab {
        padding: 0;
        order: 1;
    }

    .resp-tabs-container .resp-accordion {
        border: 0;
        background: #224196;
        margin: 10px 0 0 0;
        font-size: 18px;
        color: #fff;
        font-family: 'gothambold';
        padding: 15px 17px;
        line-height: 21px;
    }

        .resp-tabs-container .resp-accordion.resp-tab-active {
            border: 0;
            background: #224196;
            margin: 10px 0 0 0;
            font-size: 18px;
            color: #fff;
            font-family: 'gothambold';
            padding: 15px 17px;
        }

        .resp-tabs-container .resp-accordion .resp-arrow {
            border: 0 !important;
            width: 25px;
            height: 15px;
            display: inline-block;
            background: url(/images/productpagev2/tab-down-arrow.png);
            background-repeat: no-repeat;
        }

        .resp-tabs-container .resp-accordion.resp-tab-active .resp-arrow {
            background: url(/images/productpagev2/tab-up-arrow.png);
        }

    .resp-tab-content {
        padding: 23px 0;
        background: #ffffff;
    }

        .resp-tab-content .tab-block {
            margin-bottom: 23px;
            padding: 0 17px;
        }

            .resp-tab-content .tab-block h4 {
                margin: 0 0 10px 0;
                line-height: 30px;
            }

    .related-products .related-products-details .related-products-block {
        margin-bottom: 20px;
    }

        .related-products .related-products-details .related-products-block .related-item-img {
            float: left;
            width: 100px;
        }

        .related-products .related-products-details .related-products-block .related-item-content {
            padding-left: 100px;
        }

            .related-products .related-products-details .related-products-block .related-item-content .related-item-caption {
                display: none;
            }

    .related-products .related-products-title h2 {
        font-size: 1.5rem;
        text-align: center;
        font-family: 'gothammedium';
        margin: 0 0 20px 0;
    }

    .related-products .related-products-details .related-products-block .related-item-content .related-item-title h3 a {
        font-size: 12px;
        line-height: 1rem;
    }

    .media-info {
        margin-bottom: 30px;
    }

    .pdp-media-info {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .pdp-product-name {
        order: 1;
        margin-bottom: 20px;
    }

        .pdp-product-name h1 {
            font-size: 20px;
        }

    .pdp-media {
        order: 2;
    }

    .pdp-info {
        order: 3;
    }

    .pdp-product-btns {
        order: 4;
        margin-bottom: 25px;
    }

        .pdp-product-btns .pro-btn.buyonline {
            width: calc(50% - 5px);
            float: left;
            margin: 0;
        }

        .pdp-product-btns .pro-btn.findstore {
            width: calc(50% - 5px);
            float: right;
            margin: 0;
        }

    .pdp-features {
        order: 5;
        margin-bottom: 0;
    }

    .pdp-product-btns .pdp-share {
        display: none;
    }

    .product-model .modal-header .col-md-2 {
        padding: 0 2px 0 0;
    }
}

@media only screen and (max-width:360px) {
    .pdp-info .pdp-info-label {
        display: block;
        line-height: normal;
        margin-bottom: 5px;
    }

    .pdp-info .product-colour {
        margin-bottom: 0;
    }
}


@media only screen and (min-width: 992px) {
    .videoplaythumb:after {
        left: 37% !important;
        top: 38% !important;
    }
}

/*Styles written by Hardik*/

.product-model .modal-header {
    padding-bottom: 30px;
}

.product-model .modal-dialog {
    max-width: 826px;
}

.product-model .modal-header .product-content {
    align-self: center;
    padding-left: 0;
}

.product-model .modal-header .btn-close {
    top: 20px;
    position: absolute;
    right: 20px;
}

.product-model .modal-header .modal-title {
    color: #224196;
    font-weight: 700;
    font-size: 18px;
    font-family: 'gothambold';
}

.product-model .modal-header span,
.product-model .modal-header span b {
    color: #696264;
    font-size: 12px !important;
}

.product-model .modal-body a, .product-model .modal-body button {
    background: #224196;
    font-size: 18px;
    font-family: 'gothambold';
    color: #ffffff;
    border: 0;
    box-shadow: none;
    border-radius: 3px;
    padding: 10px 28px;
    line-height: normal;
    cursor: pointer;
    display: inline-block;
}

.product-model .modal-body .col-md-5,
.product-model .modal-body .col-md-7 {
    align-self: center;
}

.product-model .modal-body .retailer-item {
    margin: 15px 0px;
    width: 100%;
}

.product-model .modal-body .btn-buy {
    text-align: right;
}

@media only screen and (max-width:360px) {
    .product-model .modal-content {
        padding: 15px !important;
    }

    .product-model .modal-header .product-img {
        width: 30% !important;
    }

    .product-model .modal-header .product-content {
        width: 70% !important;
    }

    .product-model .modal-body,
    .product-model .modal-body .single-retailer,
    .product-model .modal-body .single-retailer .btn-buy {
        padding: 0;
    }

        .product-model .modal-body .single-retailer .retailer-img,
        .product-model .modal-body .single-retailer .btn-buy {
            width: 50%;
        }

    .product-model .modal-header .modal-title {
        font-size: 16px;
    }
}

@media (min-width:576px) and (max-width:770px) {
    .product-model .modal-content {
        padding: 10px !important;
    }

    .product-model .modal-header .product-img {
        width: 20% !important;
    }

    .product-model .modal-header .product-content {
        width: 80% !important;
    }

    .product-model .modal-body,
    .product-model .modal-body .single-retailer,
    .product-model .modal-body .single-retailer .btn-buy {
        padding: 0;
    }

        .product-model .modal-body .single-retailer .retailer-img,
        .product-model .modal-body .single-retailer .btn-buy {
            width: 50%;
        }
}

.owlvrtc2-man .owlvrtc2 .owl-nav span {
    font-size: 30px;
    line-height: 30px;
    float: left;
    width: 30px;
    height: 30px; /*background-color: #224196;*/
    color: #000;
    font-weight: 700;
}

.product-tile__heading, .product-tile__heading a {
    color: #224196;
    font-size: 16px;
    line-height: 22px;
    font-family: 'gothammedium';
}

.resp-tab-content .tab-block h4 {
    margin: 0 !important;
    padding: 0 0 10px 0;
    display: contents !important;
}

.resp-tab-content .cmp-text, .product-details__content .responsivegrid.container {
    padding: 0 !important;
}

.resp-tab-content .tab-block .umb-grid {
    padding: 0px;
}

.responsivegrid.container .cmp-text .h2-design-v2 {
    margin: 0;
}

.articleList.list .product-tile .product-tile__desc {
    font-family: 'gothamlight' !important;
    font-weight: bold;
    font-size: 14px !important;
}

.pdp-product-name h1 {
    letter-spacing: 0 !important;
}

.owlvrtc1.owl-carousel .owl-stage {
    height: 440px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owlvrtc2 .owl-stage .owl-item {
    height: 89px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pdp-info .product-colour .color-list .color-list-option {
    width: 50px;
}

.pdp-info .product-size .pdp-info-label {
    line-height: 50px;
}

.pdp-info .product-size {
    margin: 20px 0;
}

.umb-grid .media-info {
    margin-bottom: 35px !important;
}

.owlvrtc1.owl-carousel .owl-stage .owl-item iframe {
    max-width: 100%;
}

.tabview .col-md-6 ~ .col-md-6 {
    padding-left: 0;
}

.articleList .cmp-list.row .cmp-list__item {
    padding: 0px 15px;
}

.tabs {
    text-align: left;
}

@media only screen and (max-width:500px) {
    .owlvrtc1.owl-carousel .owl-stage .owl-item iframe {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumbs-selleys {
        margin-bottom: 0px;
        margin-top: 75px;
    }
}

@media only screen and (min-width: 992px) {
    .product-media .owlvrtc2-man {
        margin-top: 20px;
        padding: 0 30px;
    }
}

@media (min-width:500px) and (max-width:991px) {
    .owlvrtc2 .owl-stage .owl-item img {
        height: inherit;
        padding: 3px;
    }
}

@media (min-width:500px) and (max-width:991px) {
    .owlvrtc2 .owl-stage .owl-item img {
        height: inherit;
        padding: 3px;
    }
}

.product-details .resp-tab-content {
    padding: 0 15px;
}

    .product-details .resp-tab-content > .row.tab-block:first-child .product-details__content .umb-grid {
        padding: 0;
    }

    .product-details .resp-tab-content .row.tab-block:first-child {
        margin-bottom: 25px;
        padding: 0;
    }

        .product-details .resp-tab-content .row.tab-block:first-child > h4:first-child {
            padding: 20px 0 0 20px !important;
        }

    .product-details .resp-tab-content .row.tab-block .product-details__content .tabview .tab-block > h4 {
        padding: 10px 0 15px 0;
        margin: 0;
    }

    .product-details .resp-tab-content .product-details__content .umb-grid .product-specs-table {
        padding: 22px;
        background: #fff;
    }

        .product-details .resp-tab-content .product-details__content .umb-grid .product-specs-table table {
            margin-top: 15px;
        }

.product-details .resp-tabs-container .product-details__content {
    padding: 0;
}

.product-details .resp-tabs-container .row {
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .pdp-related-products > .responsivegrid.container.tabview:first-child {
        display: grid;
    }

        .pdp-related-products > .responsivegrid.container.tabview:first-child > .col-md-6:first-child {
            order: 2;
        }

    .product-details .resp-tab-content .product-details__content .text.section .tab-block {
        margin-bottom: 0px !important;
        padding-bottom: 25px;
    }

    .horizontalTabV2 .resp-tabs-list {
        margin-bottom: 0px;
    }

    .pdp-tab .resp-tab-content-active .umb-grid .text.section .cmp-text .tab-block {
        margin-bottom: 0;
        padding: 0;
    }

    .pdp-tab .resp-tab-content {
        border: 0px;
    }

        .pdp-tab .resp-tab-content > div.tab-block {
            padding: 0 !important;
        }

    .pdp-tab .resp-tab-content-active .umb-grid .text.section .cmp-text .tab-block > h4 {
        padding: 10px 0;
    }

    .pdp-tab .resp-tab-content-active .umb-grid .text.section .cmp-text .tab-block:last-child {
        margin-top: 20px;
    }

    .pdp-tab .resp-tab-content-active > .tab-block:first-child > h4 {
        padding-bottom: 0px;
    }

    .pdp-related-products div.responsivegrid.container.tabview:first-child {
        padding: 0;
    }

    .pdp-related-products div.responsivegrid.container.tabview > div:nth-child(2) {
        padding-right: 0;
    }

    .pdp-tab .resp-tabs-container div.resp-tab-content:nth-child(2) {
        padding: 25px 15px;
    }
}

@media only screen and (min-width: 768px) {
    .pdp-tab .resp-tab-content-active .umb-grid .text.section .cmp-text {
        background: #F9F9F9;
    }

        .pdp-tab .resp-tab-content-active .umb-grid .text.section .cmp-text .tab-block {
            margin-bottom: 25px;
            padding: 22px;
        }

    .pdp-tab .resp-tab-content-active > div.tab-block:first-child > h4:first-child {
        padding: 20px 20px 0 20px !important;
    }

    .product-specs-table table {
        margin: 22px;
        display: block;
        padding-right: 20px;
    }

    .product-specs-table h4 {
        display: block;
        padding: 20px 20px 0 20px;
    }

    .pdp-tab .resp-tab-content {
        border: 0px;
        padding: 35px 25px !important;
    }
}

.pdp-tab .resp-tab-content-active > div.tab-block:first-child {
    padding: 0;
}

.pdp-tab .resp-tab-content-active > div.tab-block {
    display: flow-root;
    margin-bottom: 25px;
}

    .pdp-tab .resp-tab-content-active > div.tab-block:last-child {
        margin-bottom: 0;
    }

.product-specs-table {
    background: #fff;
}

    .product-specs-table table tbody {
        border: 0px;
    }

        .product-specs-table table tbody tr {
            background: #fff;
        }

.product-colour .pdp-info-content {
    display: contents;
}

    .product-colour .pdp-info-content .color-list {
        margin-left: 62px;
        margin-top: -35px;
    }

.pdp-info .product-colour .color-list .color-list-option input:checked + label:before {
    content: "";
    background-image: url(/images/productpagev2/color-selected-label.png?v=3);
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 29px;
    top: -1px;
    box-shadow: none;
}

.product-model .modal-body {
    padding: 1rem 0;
}

@media (min-width:576px) and (max-width:770px) {
    .product-model .modal-body .row .col-md-6:nth-child(odd) {
        padding: 0 10px 0 0;
    }

    .product-model .modal-body .row .col-md-6:nth-child(even) {
        padding: 0 0 0 10px;
    }

    .product-model .modal-body #retailerlist div div.row {
        margin-right: 0;
    }
}

@media only screen and (max-width:575px) {
    .product-model .modal-content {
        padding: 15px !important;
    }

    .product-model .modal-body .single-retailer .btn-buy {
        padding: 0 15px 0 15px;
    }

    .product-model .modal-body .single-retailer {
        width: 100%;
        padding-left: 15px;
    }

    .product-model .modal-header .btn-close {
        top: 15px;
        right: 15px;
    }
}

@media only screen and (min-width: 771px) {
    .product-model .modal-body .row .col-md-6:nth-child(odd) {
        padding: 0 30px 0 0;
    }

    .product-model .modal-body .row .col-md-6:nth-child(even) {
        padding: 0 0 0 30px;
    }
}

@media only screen and (max-width:380px) {
    .product-model .modal-body .single-retailer .retailer-img {
        width: 40%;
    }

    .product-model .modal-body .single-retailer .btn-buy {
        width: 60%;
    }
}

.pdp-tab .resp-tab-content div.tab-block .col-md-12 {
    overflow: hidden;
}

.product-model .modal-header .product-content span {
    margin: 0 20px 0 0 !important;
}

.videoplaythumb img {
    width: 96px;
}

.videoplaythumb:after {
    content: "";
    background-image: url(/images/productpageV2/youtube-logo.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 24px;
    position: absolute;
    box-shadow: none;
    top: 38%;
    left: 40%;
}

@media (min-width:667px) and (max-width:991px) {
    .videoplaythumb:after {
        left: 45% !important;
        top: 40% !important;
    }
}

@media only screen and (max-width:440px) {
    .videoplaythumb:after {
        left: 34% !important;
        top: 39% !important;
    }
}

.owlvrtc2 .owl-stage .owl-item img {
    max-height: 85px;
}

@media (min-width:750px) and (max-width:991px) {
    .owlvrtc1.owl-carousel .owl-stage .owl-item iframe {
        height: 400px !important;
    }
}

.product-model .modal-header .col-md-2 {
    text-align: center;
}

    .product-model .modal-header .col-md-2 img {
        max-height: 106px;
    }

.product-media {
    opacity: 0;
    transition: 0.1s;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
}

.errordiv {
    margin-top: 10px;
    width: 100%;
    clear: both;
    float: left;
}

.errormsg {
    background: none;
    border: 0;
    color: red;
    font-weight: bold;
    font-size: 16px;
    padding: 0;
    text-align: center;
}

.errormsgfindstorebutton {
    background: #FFD740 !important;
    color: #224196 !important;
    float: none;
    margin-right: 18px;
    font-size: 18px !important;
    font-family: 'gothambold' !important;
    border: 0;
    box-shadow: none;
    border-radius: 3px;
    padding: 10px 28px;
    line-height: normal;
    cursor: pointer;
    margin: 20px auto 0 auto;
}

.owlvrtc2-man {
    margin-top: 20px;
}

    .owlvrtc2-man .owlvrtc2-man-inner {
        position: relative;
        padding: 0 30px;
    }

        .owlvrtc2-man .owlvrtc2-man-inner .owl-item {
            border: 1px solid #E5E5E5;
            background-color: #ffffff;
            padding: 10px;
            cursor: pointer;
        }

            .owlvrtc2-man .owlvrtc2-man-inner .owl-item.synced {
                border: 1px solid #224196;
            }

        .owlvrtc2-man .owlvrtc2-man-inner .owl-nav {
            position: absolute;
            top: 50%;
            margin-top: -16px;
            width: 100%;
        }

            .owlvrtc2-man .owlvrtc2-man-inner .owl-nav button {
                position: absolute;
                width: 32px;
                height: 32px;
                text-align: center;
                line-height: 32px;
                margin: 0 !important;
            }

                .owlvrtc2-man .owlvrtc2-man-inner .owl-nav button.owl-prev {
                    left: -40px;
                }

                .owlvrtc2-man .owlvrtc2-man-inner .owl-nav button.owl-next {
                    right: -40px;
                }

#row1 {
    padding: 140px;
}

.mag {
    width: 450px;
    margin: 0 auto;
    float: none;
}

    .mag img {
        max-width: 100%;
    }

.mag1 {
    width: 120px;
    margin: 0 auto;
    float: none;
}

    .mag1 img {
        max-width: 100%;
    }

.mag2 {
    width: 900px;
    margin: 0 auto;
    float: none;
}

    .mag2 img {
        max-width: 100%;
    }

.magnify {
    position: relative;
    cursor: crosshair;
}

.magnify-large {
    position: absolute;
    display: none;
    width: 180px;
    height: 180px;
    position: absolute;
    display: none;
    -webkit-box-shadow: 0 0 0 7px rgba(204, 204, 204, 0.55), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.55), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.55), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25); /*-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;*/
}

.owlvrtc2-man .owlvrtc2-man-inner .owl-stage-outer {
    text-align: center;
}

    .owlvrtc2-man .owlvrtc2-man-inner .owl-stage-outer .owl-stage {
        vertical-align: top;
    }

.prdouct-dis {
    background: #eceaea;
    padding: 10px 20px;
    font-weight: 500;
    margin-bottom: 25px;
    width: 100%;
    color: #000;
}

    .prdouct-dis a {
        color: #000;
        text-decoration: none;
    }
