﻿body {
}

.gd-custom-padd {
    padding-left: 45px;
}

.gd-one-img {
    height: 600px !important;
    object-fit: cover;
}

.op-description-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gd-sellingprice .fa {
    font-size: 19px;
}

.op-price-img {
    height: 10px;
}

div#at4-share, div#at4-thankyou, div#at4-whatsnext {
    padding: 0;
    margin: 0;
    display: none;
}

.slick-slider .slick-track {
    margin: 0;
}

.text-danger {
    color: red !important;
    font-size: 13px;
    left: 0;
    bottom: -25px;
}

.op-text {
    font-size: 14px;
    margin-bottom: 13px;
    text-align: center;
    /* font-size: 11px; */
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 250px;
    /* margin: 0px; */
    overflow: hidden;
    color: black;
}

h1, h2, h3, h4, h5 {
    font-family: 'Playfair Display';
}

p, span, th, td {
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

    a:hover {
        color: #000;
    }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.brdcrmb-wrap {
    margin-left: 33px;
    font-size: 14px;
    margin-bottom: 15px;
    color: #707070;
}


/*Gifting Details [gd]*/

.gd-outer-wrap {
    display: flex;
}

.gd-thmb-item {
    flex: 20%;
}

.gd-slider-wrap {
}

.gd-item {
    margin: 5px 0;
    padding-right: 10px;
}

.gd-img-item {
    flex: 80%;
}

.gd-thmb-img {
    height: 100%;
    width: 100%;
    /* vertical-align: middle; */
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.gd-main-img {
    width: 100%;
    height: 490px;
    object-fit: contain;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.gd-title {
    font-size: 25px;
    font-weight: bold;
}

.gd-text {
    font-size: 14px;
}

.gd-price-wrap {
    font-size: 20px;
}

.gd-sellingprice {
    font-weight: bold;
}

.gd-mrp {
    color: rgba(207,207,207,1);
    text-decoration: line-through;
    margin-left: 8px
}

.gd-discount {
    font-size: 15px;
    color: #ff0000;
    margin-left: 8px
}

.gd-mid-text {
    font-size: 16px;
    color: #ff830a;
    margin-bottom: 38px;
}

.gd-quantity {
    height: 37px;
    width: 50px;
    padding: 10px;
}

.gd-btn {
    font-size: 14px;
    width: 150px;
    height: 37px;
    margin-left: 21px;
    color: #fff;
    text-transform: uppercase;
    background-image: linear-gradient(150deg, #fc8a3e, #ff6c09);
}

.gd-help-wrap {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.gd-help-text {
    font-size: 14px;
    margin: 0;
    margin-left: 15px;
}

.gd-btn-wrap {
    display: flex;
}

.gd-block {
    display: block;
}

.gd-help-number {
    color: #ff6f0e;
}

.gd-social-wrap {
    margin: 50px 0 30px;
}

    .gd-social-wrap a {
        color: #000;
        text-decoration: none;
    }

    .gd-social-wrap i {
        font-size: 15px;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        /*padding:20px;*/
        border: 1px solid #000;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

.gd-collapse-wrap {
    border-top: 1px solid rgba(0,0,0,.3);
    padding-top: 20px;
    cursor: pointer;
}

    .gd-collapse-wrap a:hover {
        text-decoration: none;
    }

.gd-collapse[aria-expanded="false"] .gd-collapse-title {
    background-image: url(../images/plus.png);
    transition: .25s;
}

.gd-collapse[aria-expanded="true"] .gd-collapse-title {
    background-image: url(../images/minus.png);
    transition: .25s;
}

.gd-collapse-title {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    /*padding:20px 0;*/
    text-decoration: none;
    color: #000;
    margin: 0;
    position: relative;
    background-image: url(../images/plus.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right;
}

.gd-collapse-text {
    /*padding:10px 0;*/
}
/*.gd-collapse-title:after {
    position:absolute;
    right:0;
    content:"";
    background-image:url(../images/plus.png);
    background-size:contain;
    background-repeat:no-repeat;
    height:15px;
    width:15px;
}*/

/*Gifting Details [gd] --END-- */

/*Other Packages [op]*/

.op-section {
    margin-top: 75px;
    margin-bottom: 60px;
}

.op-main-title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 15px;
}

.op-item {
    padding: 10px;
    text-align: center;
}

.op-img {
    width: 100%;
    padding: 10px;
    height: 340px;
    object-fit: contain;
}

.op-text-wrap {
}

.op-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}


.op-price {
    font-size: 12px;
    color: #ff7111;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.op-btn {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background-image: linear-gradient(150deg, #fc8a3e, #ff6c09);
    width: 180px;
    height: 44px;
}

.op-slider .slick-prev {
    top: 120px;
    left: -12px;
    z-index: 1;
}

    .op-slider .slick-prev:before {
        content: "";
        display: block;
        background-image: url(../images/back.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 50px;
        width: 50px;
        background-position: center;
    }

.op-slider .slick-next {
    top: 120px;
    right: 17px;
    z-index: 1;
}

    .op-slider .slick-next:before {
        content: "";
        display: block;
        background-image: url(../images/next.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 50px;
        width: 50px;
        background-position: center;
    }

/*Other Packages [op] --END-- */
.masonry { /* Masonry container */
    column-count: 2;
    column-gap: 1em;
}

.item { /* Masonry bricks or child elements */
    background-color: #eee;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}
/*=====Media Queries=====*/

/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 320px) and (max-width: 480px) {
    .gd-custom-column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .gd-one-img {
        height: 300px !important;
        object-fit: cover;
    }

    .gd-custom-padd {
        padding-left: 20px;
    }

    .op-img {
        width: 100%;
        padding: 10px;
        height: 200px;
        object-fit: contain;
    }

    .brdcrmb-wrap {
        margin-left: 15px;
        margin-bottom: 20px;
    }

    .btn {
        font-size: 14px;
    }

    .gd-row-reverse {
        flex-direction: column-reverse;
    }

    .gd-outer-wrap {
        flex-wrap: wrap-reverse;
    }

    .gd-thmb-item {
        flex: 100%;
    }

    .gd-img-item {
        flex: 100%;
    }

    .gd-main-img {
        height: 350px;
    }

    .gd-title {
        font-size: 28px;
    }

    .gd-mid-text {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .gd-price-wrap {
        font-size: 14px;
    }

    .gd-discount {
        font-size: 14px;
    }

    .gd-social-wrap {
        margin: 20px 0 20px;
    }

    .op-section {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .op-main-title {
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .op-item {
        padding: 5px;
    }

    .op-img {
        width: 100%;
        padding: 5px;
    }

    .op-title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .op-text {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .op-btn {
        width: 90%;
        height: 44px;
        margin: auto;
    }
}


/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 481px) and (max-width: 510px) {
    .gd-custom-column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .gd-one-img {
        height: 300px !important;
        object-fit: cover;
    }

    .gd-custom-padd {
        padding-left: 20px;
    }

    .op-img {
        width: 100%;
        padding: 10px;
        height: 200px;
        object-fit: contain;
    }

    .brdcrmb-wrap {
        margin-left: 15px;
        margin-bottom: 20px;
    }

    .btn {
        font-size: 14px;
    }

    .gd-row-reverse {
        flex-direction: column-reverse;
    }

    .gd-outer-wrap {
        flex-wrap: wrap-reverse;
    }

    .gd-thmb-item {
        flex: 100%;
    }

    .gd-img-item {
        flex: 100%;
    }

    .gd-main-img {
        height: 350px;
    }

    .gd-title {
        font-size: 28px;
    }

    .gd-mid-text {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .gd-price-wrap {
        font-size: 14px;
    }

    .gd-discount {
        font-size: 14px;
    }

    .gd-social-wrap {
        margin: 20px 0 20px;
    }

    .op-section {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .op-main-title {
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .op-item {
        padding: 5px;
    }

    .op-img {
        width: 100%;
        padding: 5px;
    }

    .op-title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .op-text {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .op-btn {
        width: 90%;
        height: 44px;
        margin: auto;
    }
}



/*Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1023px) {
    .gd-custom-column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/*Ipad Pro (portrait)*/
@media (min-width: 1024px) and (max-width: 1050px) and (orientation: portrait) {
    .op-section {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}


/*1152×648, 1280×720*/
@media (min-width: 1152px) and (max-width: 1299px) {
    .no-padd {
        padding: 0;
    }

    .custom-container {
        max-width: 1200px;
    }

    .custom-container2 {
        max-width: 1150px;
    }
}

/*1366×768,*/
@media (min-width: 1300px) and (max-width: 1599px) {
    .no-padd {
        padding: 0;
    }

    .custom-container {
        max-width: 1250px;
    }

    .custom-container2 {
        max-width: 1200px;
    }
}

/*1600x800*/
@media (min-width: 1600px) and (max-width: 1919px) {
    .custom-container {
        max-width: 1450px;
    }

    .custom-container2 {
        max-width: 1400px;
    }

    .no-padd {
        /* padding: 0; */
    }
}

@media (min-width: 1920px) {
    .custom-container {
        max-width: 1750px;
    }

    .custom-container2 {
        max-width: 1700px;
    }

    .no-padd {
        padding: 0;
    }
}
