/* Common CSS */

.container100,
.inner-socialmedia>div:first-child,
.container180 {
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.laguna-text12 {
    font-size: var(--body12);
}

.laguna-text14 {
    font-size: var(--body14);
}

.laguna-text15 {
    font-size: var(--body15);
}

.laguna-text16 {
    font-size: var(--body16);
}

.laguna-text18 {
    font-size: var(--body18);
}

.laguna-text20 {
    font-size: var(--body20);
}

.laguna-text24 {
    font-size: var(--body20);
}

.laguna-text32 {
    font-size: 28px;
}

.laguna-textblue,
a.laguna-textblue {
    color: #5D9BD8;
}

.laguna-textred {
    color: #D00;
}

.leading140 {
    line-height: 140%;
}

.laguna-textdarkgrey {
    color: var(--darkgray);
}

.laguna-textmainblue {
    color: var(--mainblue);
}

.laguna-textmaindark {
    color: #1C1C1C;
}

.laguna-textlightgrey {
    color: var(--lightgray);
}

.deny-btn,
.deny-btn:focus {
    min-width: 200px;
    background-color: #707070;
    color: white;
    border: 2px solid #707070;
}

.deny-btn:hover {
    background-color: #1C1C1C;
    border: 2px solid #1C1C1C;
    color: white;
}

.text-black {
    color: #000;
}

.text-decoration-underline {
    text-decoration: underline;
}

.laguna-btndark {
    background-color: #1C1C1C;
    color: white;
    border: 2px solid #1C1C1C;
}

.bg-far {
    background-color: #F4F4F4;
}

.btn-shopnowwhite {
    border: 2px solid white;
    background-color: #fff;
    color: #282D3B;
}

.btn-shopnowwhite:hover {
    background-color: transparent;
    color: white;
}

.laguna-btndark:hover {
    background-color: transparent;
    color: #1C1C1C;
}

.laguna-border {
    border: 1px solid #B6B6B6;
}

.list-style-disc {
    list-style-type: disc;
}

.zoom {
    width: 15px;
    height: 15px;
    border-radius: 8px;
    position: relative;
    border: 2px solid #fff;
    cursor: pointer;
}

.zoom:after {
    content: '+';
    color: #fff;
    display: block;
    top: -4px;
    left: 1.5px;
    position: absolute;
}

.zoom-inner {
    width: 13px;
    height: 3px;
    display: block;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.detail_overlay {
    display: block;
    background-color: #00000080;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.pb-8 {
    padding-bottom: 32px;
}

.pb-60 {
    padding-bottom: 60px;
}

.banner-layer .btn-spacing {
    padding: 15px 20px;
}

.newsletter-popup.bg-img {
    background-image: url('../../../img/home/newsletter_bg.png');
    background-repeat: no-repeat;
    background-position: right;
    background-color: white;
}

.toolbox-pagination.noborder {
    border-top: none;
}

.cursor-pointer {
    cursor: pointer;
}

.header-blue-sm {
    background: #1C58F1;
    padding: 10px;
    text-align: center;
    color: white;
    font-size: var(--body14);
    position: relative;
}

.header-blue-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.bg-far {
    background-color: #F4F4F4;
}

.laguna-bordergrey {
    border: 1px solid #B6B6B6;
}

.laguna-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid rgba(0, 0, 0, 0.30);
    width: 14px;
    height: 14px;
    position: relative;
}

.custom-radio input[type="radio"] {
    display: none;
}

.custom-radio {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px; /* Space for the custom indicator */
    margin-right: 15px;
    line-height: 20px;
    margin-left: 0!important;
}

/* Style for the custom indicator */
.custom-radio .indicator {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.30); 
}

  /* Style the indicator when the radio is checked */
.custom-radio input[type="radio"]:checked + .indicator::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #3F3F3F; 
}

.laguna-checkbox:checked::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #3F3F3F;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.laguna-radio {
    -webkit-appearance: none;
    border: 1px solid #B6B6B6;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: relative;
}

.laguna-radio:checked::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #1C1C1C;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.rotate-180 {
    transform: rotate(180deg);
}

.overflow-hidden {
    overflow: hidden;
}

.success-noti,
.error-noti {
    display: none;
    background-color: #fff;
    bottom: 1rem;
    left: 50%;
    transform: translate(-50%, 100%);
    transition: all .5s;
    z-index: 5;
}

.success-noti.show,
.error-noti.show {
    display: flex;
    transform: translateX(-50%);
}

.success-noti.show::after,
.error-noti.show::after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background-color: #5D9BD8;
    position: absolute;
    bottom: 0;
    left: 0;
    animation: notiwidth 3s ease-in;
}

.error-noti.show::after{
    background-color: #e02b27;
}

#error-icon{    
    width: 50px;
    height: 50px;
    background: #e02b27;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
    font-weight: 700;
}

#laguna-loading .bounce-loader{
    background-color: white;
    width: 100%;
    max-width: 300px;
    padding: 40px 20px;
    margin: 0;
    transform: translateX(-50%);
}


@keyframes notiwidth {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@media (min-width: 1440px) {
    .laguna-text24 {
        font-size: var(--body24);
    }
}

/* End Common CSS */

/* HEADER */
.menu>li>.sf-with-ul:before {
    display: none;
}

.main-nav .menu .megamenu img {
  width: 200px;
  height: 150px;
  object-fit: contain;
}

.megamenu>.row {
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
    display: flex;
    /* grid-template-columns: repeat(7, minmax(0, 1fr)); */
}

.megamenu>.row>div {
    flex: 0 1 14%;
    max-width: 14%;
}

.megamenu>.row a>p {
    font-size: 16px;
    color: #3F3F3F;
    font-weight: 400;
    font-family: 'Metropolis', sans-serif;
}

.megamenu>.row a:hover p {
    opacity: .5;
}

.menu .megamenu.megamenu-3cols {
    padding: 40px 20px;
}

.home-slider .owl-item:not(.cloned):nth-child(odd) .slide-bg {
    padding-right: 20px;
}

.home-slider .owl-item:not(.cloned):nth-child(even) .slide-bg {
    padding-left: 20px;
}

.laguna-mb-currency a {
    padding: 6px 10px;
    background-color: white;
    color: #1C1C1C;
}

.laguna-mb-currency a.active {
    background-color: #5D9BD8;
    color: white;
}

.header-accounticon .header-dropdown:hover ul {
    left: 0;
}

.header-accounticon .header-menu:before {
    left: 30%;
}

.header-accounticon .header-dropdown .header-menu {
    padding-top: 5rem;
}

@media (min-width: 768px) {
    .home-slider .owl-item:not(.cloned):nth-child(odd) .slide-bg {
        padding-right: 40px;
    }

    .home-slider .owl-item:not(.cloned):nth-child(even) .slide-bg {
        padding-left: 40px;
    }

    .home-slider .owl-item:not(.cloned):nth-child(odd) .home-slide-content {
      left: 11%;
    }
    
    .home-slider .owl-item:not(.cloned):nth-child(even) .home-slide-content {
      right: 10%;
    }
}

@media (min-width: 1280px) {
    .header-middle .header-left {
        width: 20%;
    }
    .after-login .header-middle .header-left{
        width: 10%;
    }

    .home-slider .owl-item:not(.cloned):nth-child(odd) .slide-bg {
        padding-right: 80px;
    }

    .home-slider .owl-item:not(.cloned):nth-child(even) .slide-bg {
        padding-left: 80px;
    }

    .megamenu>.row {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (min-width: 1440px){
    .after-login .header-middle .header-left{
        width: 20%;
    }
}

@media (min-width: 1560px) {
    .header-middle .header-left,
    .after-login .header-middle .header-left {
        width: 26%;
    }

    .megamenu>.row {
        padding-left: var(--padding200);
        padding-right: var(--padding200);
    }
}

@media (min-width: 1600px) {
    .header-middle .header-left,
    .after-login .header-middle .header-left {
        width: auto;
    }
}

@media (min-width: 1920px) {

    .home-slider .owl-item:not(.cloned):nth-child(odd) .slide-bg {
        padding-right: 145px;
    }

    .home-slider .owl-item:not(.cloned):nth-child(even) .slide-bg {
        padding-left: 145px;
    }
}

@media (max-width: 1439px) {
    .home-slide-content .f-h4 {
        font-size: 5.875rem;
    }
}

@media (max-width: 992px) {
    .header-icon img {
        width: 16px;
    }
}

/* END HEADER */

/* HOME BANNER */

.home-slide-content .f-h2 {
    margin-bottom: 0.8rem;
    font-size: var(--body20);
    font-weight: 400;
    letter-spacing: 0.008em;
}

.home-slide-content p {
    margin-bottom: 0;
}

.home-slide-content .bannertext-upto {
    font-size: var(--body20);
    margin-right: 0.8rem;
    margin-bottom: 1.4rem;
    font-family: 'Metropolis-Bold', sans-serif;
}

.home-slide-content .banner-blackfriday {
    font-size: 10px;
    margin: 0 0.8rem;
    font-family: 'Metropolis-Bold', sans-serif;
    font-weight: 700;
    margin-bottom: .8rem;
}

.home-slide-content .banner-startat {
    font-size: 9px;
    margin: 0 0.8rem 1.4rem;
}

.home-slide-content .coupon-sale-text {
    font-size: var(--body20);
    padding-right: 2.4rem;
    margin: -0.1em 4.8rem 1.4rem 0;
}

.home-slide .home-slide-content .banner-percentoff {
    font-size: 52px;
    font-family: 'Metropolis-Bold', sans-serif;
    font-weight: 700;
}

.homeslide-bannerbtn{
    position: absolute;
    right: 8rem;
}

/* END HOME BANNER */

/* Home Product */

.linear_polygon {
    background: linear-gradient(77deg, #5D9BD8 47%, #1C1D1D 48%);
    height: 36px;
}

.soldout-status,
.express-status,
.onsale-status {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.linear_polygon>p,
.express-status,
.soldout-status,
.onsale-status {
    font-size: 12px;
    color: white;
    text-align: center;
    width: 98px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.brand-status {
    font-size: 12px;
    color: white;
    background-color: #1C1D1D;
    text-transform: uppercase;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.onsale-status {
    background-color: #5D9BD8;
}

.express-status {
    background-color: #1C1D1D;
    line-height: 12px;
}

.soldout-status {
    background-color: #FF6060;
}

.product-paypal-section>div.row>div {
    padding: 4rem 2rem;
}

.product-paypal-section>div.row>div:last-child {
    background-color: #5D9BD8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem;
}

.product-paypal-section h3 {
    font-size: 30px;
    font-weight: 600;
}

.product-paypal-section p {
    font-size: 14px;
}

.btn-icon-group .btn-add-cart img {
    width: 50%;
}

.btn-icon-group .btn-add-cart:hover img,
.list-view .list-btn-container .product-addtocart-btn>img,
.filter-white {
    filter: brightness(0) invert(1);
}

.testimonial-slider.owl-theme .owl-dots .owl-dot.active span,
.testimonial-slider.owl-theme .owl-dots .owl-dot.active-color span {
    background-color: #5D9BD8;
}

.filter-sidebar li label {
    margin-left: 10px;
}

.filter-sidebar li label,
.filter-sidebar li input {
    vertical-align: middle;
}

.product-banner-section .banner figure img{
    max-width: 500px;
    padding-bottom: 4rem;
}

.product-banner-section .banner{
    padding: 20px;
}

.home-checkbox .custom-control-input:checked ~ .custom-control-label::before{
    background-color: transparent;
    content: '\2713';
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* End Home Product */

/* HOME TESTIMONY */
.testimonial-container .owl-theme .owl-dots {
    padding-top: 40px;
}

/* END HOME TESTIMONY */

/* PRODUCT */

.product-container {
    padding-bottom: 80px;
}

.product-viewtype>img {
    cursor: pointer;
}

.product-viewtype>img.active,
.laguna-btndark:hover img {
    filter: brightness(0) saturate(100%) invert(3%) sepia(11%) saturate(28%) hue-rotate(314deg) brightness(80%) contrast(83%);
}

.grid-view>div {
    display: grid;
    grid-gap: 12px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-view .grid-none,
.list-view .list-none,
.list-view .product-default:hover .btn-quickview,
.list-view .product-default:hover .btn-icon-group,
.list-view .product-default .btn-icon-wish {
    display: none;
}

.list-view .list-btn-container {
    display: flex;
}

.list-view .list-btn-container .product-addtocart-btn {
    background-color: #1C1C1C;
    border: 2px solid #1C1C1C;
    color: white;
    cursor: pointer;
}

.list-view .list-btn-container .product-addtocart-btn:hover {
    background-color: transparent;
    color: #1C1C1C;
}

.list-view .list-btn-container .product-addtocart-btn:hover img {
    filter: none;
}

.list-view .list-btn-container a {
    color: #3F3F3F;
}

.list-view .list-btn-container button,
.list-view .list-btn-container a {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Metropolis-Bold';
    font-weight: 700;
}

.list-view .product-default .product-details p.grid-none.metropolis-normal {
    font-size: var(--body14);
    color: #3F3F3F;
    margin-bottom: 0;
}

.noUi-handle {
    background-color: #5D9BD8;
}

.banner h5,
.home-twocols-banner .banner-layer h2:first-child {
    color: #282D3B;
    font-family: 'Metropolis-Bold';
    font-size: 28px;
    font-weight: 700;
}

.banner h4,
.home-twocols-banner .banner-layer h2:last-child,
.home-slide-content .f-h4 {
    color: #282D3B;
    font-family: 'Metropolis-Bold';
    font-size: var(--body24);
    font-weight: 700;
}

.price-filterbtn{
    background-color: #1C1C1C;
    color: white;
    border: 0;
    padding: 10px 16px;
}

.sidebarfilter-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
}

.sidebarfilter-container button{
    text-decoration: underline;
}

.product-default .btn-icon-wish.product-list-favourite{
    position: relative;
    background-color: unset;
    width: auto;
    opacity: 1;
    height: auto;
}

.cart-dropdown .mobile-cart .btn-close.cart_close{
    background-color: unset;
    border: 0;
    cursor: pointer;
}

.prod-status{
    position: absolute;
    left: 0;
    bottom: 0;
}

.widget-featured .product-default figure > a img:first-child{
    height: auto;
}

.list-view .inner-icon figure img{
    object-fit: contain;
}

.product-single-carousel .product-item > img{
    height: 100%;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
}

/* End PRODUCT */



/* PRODUCT DETAIL */

.product-single-details .product-title {
    margin-bottom: 1.1rem;
    color: #3F3F3F;
    font-size: 24px;
    letter-spacing: -0.01em;
    width: calc(100% - 70px);
}

.paypal-section p {
    font-size: 12px;
    color: #3F3F3F;
    margin-bottom: 0;
    margin-left: 12px;
}

.paypal-section p a,
.paypal-section p span {
    color: #5D9BD8;
    cursor: pointer;
}

.product-single-details .product-desc p {
    color: #3F3F3F;
    font-size: var(--body16);
}

.product-single-tabs .nav.nav-tabs .nav-link,
.product-single-tabs .nav.nav-tabs .nav-link h2 {
    font-size: var(--body16);
}

.featured-col{
    max-height: 363px;
    overflow: auto;
}

.featured-col::-webkit-scrollbar{
    width: 2px;
}

.seo-text{
    color: transparent;
    margin-bottom: 0;
    line-height: 0;
}

.payment-modal{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #5555554f;
    z-index: 1041;
    display: flex;
}

.payment-modal .payment-content{
    max-width: 90%;
    width: 100%;
    margin: auto;
    transform: translate(0, 0);
}

.payment-content-inner{
    background-color: white;
    height: 100%;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 10px;
}

.payment-banner{
    background-color: #faf8f5;
    padding-top: 2rem;
}

.payment-banner .logo__wrapper{
    z-index: 9;
    transform: translate(0, 2rem);
    transition: transform .2s ease-out;
    padding: 0 20px;
}

.payment-banner #header__headline{
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: #001435;
    margin-left: 52px;
    margin-top: 10px;
}

.payment-banner .subheadline_p{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #001435;
    margin: 0px;
}

.payment-banner .position-relative svg{
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}

.payment-instruction-list{
    list-style-type: decimal;
    max-width: fit-content;
    margin: auto;
}

.payment-instruction-list li{
    font-size: 14px;
    color: #001435;
    list-style: none;
    line-height: 24px;
    padding-bottom: 16px;
    list-style-type: decimal;
}

.payment-content-inner .bg-graylight{
    background-color: #faf8f5;
    padding: 42px 44px 20px 44px;
}

.payment-content-inner .inline-link{
    color: #0070e0;
    text-decoration: underline;
}

.payment-banner .close{
    position: relative;
    z-index: 2;
    padding-right: 2rem;
}

.donuts__container{
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 15px 20px;
    max-width: 500px;
}

.donut__single_payment{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80px;
}

.donut__single_payment span{
    display: block;
    text-align: center;
  font-size: 16px;
  line-height: 20px;
}

.donut__single_payment svg .donut__background{
    stroke: #dbd8d0;
}

.donut__single_payment svg .donut__percent{
    stroke: #388c00;
}

/* END PRODUCT DETAIL */

/* Contact Us */

.laguna-contactus {
    padding-top: 60px;
    padding-bottom: 120px;
}

.laguna-contactus .contact-title {
    font-size: 28px;
}

.laguna-contactus .contactborder-bottom {
    border-bottom: 1px solid #B6B6B6;
    padding-bottom: 20px;
}

/* End Contact Us */

/* CUSTOMER REVIEW */

.spacing-60-120 {
    padding-top: 40px;
    padding-bottom: 80px;
}

.review-title {
    padding: 20px 0;
    border-bottom: 1px solid #B6B6B6;
}

.customer-reviews .toolbox-pagination {
    border-top: 0;
    padding-top: 50px;
}

/* END CUSTOMER REVIEW */

/* PHOTOGRAPHER CORNER */
@media (min-width: 576px){
    .photographer-corner .col-12 img{
        height: 279px;
        object-fit: cover;
    }
}
/* END PHOTOGRAPHER CORNER */

/* PHOTOGRAPHER INNER */
.photograph-inner-title {
    font-size: var(--title40);
    margin-bottom: 0;
    padding-bottom: 40px;
}

.photograph-desbox {
    background-color: #C0C0C0;
    padding: 12px;
}

.seemore-btn {
    display: none;
}

.photograph-desbox .des-paragraph {
    max-height: 285px;
    overflow: hidden;
}

.photograph-desbox .des-paragraph>p {
    text-overflow: ellipsis;
    line-height: 32.4px;
}

.borderwhite {
    border: 1px solid white;
    padding: 12px;
}

.inner-visual-section video,
.inner-visual-section .inner-video-container {
    width: 100%;
    position: relative;
}

.inner-visual-section .inner-video-container::after {
    content: '';
    display: block;
    width: 100%;
    height: 99%;
    background-color: rgba(0, 0, 0, 0.50);
    position: absolute;
    top: 0;
    left: 0;
}

.inner-visual-section .inner-video-container.active::after {
    display: none;
}

.inner-visual-section .inner-video-container .small-playbtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.inner-visual-section .owl-carousel .owl-nav .owl-next,
.inner-visual-section .owl-carousel .owl-nav .owl-prev {
    top: 50%;
}

.inner-visual-section .owl-carousel .owl-nav .owl-next img,
.inner-visual-section .owl-carousel .owl-nav .owl-prev img {
    width: 60%;
}

.inner-lifestyle-section .col-12 {
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
}

.inner-lifestyle-section .col-12>img:first-child {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.inner-lifestyle-section .row>div:hover p {
    color: #5D9BD8 !important;
}

.inner-lifestyle-section .row>div:hover img[alt='file'] {
    filter: brightness(0) saturate(100%) invert(77%) sepia(20%) saturate(7468%) hue-rotate(182deg) brightness(87%) contrast(93%);
}

.inner-lifestyle-section .row .position-relative:hover::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000bf 0%, rgba(255, 255, 255, 0.00) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.inner-lifestyle-section .col-12>h3 {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding-bottom: 0;
    font-size: var(--body24);
    z-index: 2;
}

.inner-lifestyle-section .col-12>img[alt='file'] {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
}

.inner-lifesytle-magnific .mfp-arrow-left:after,
.inner-lifesytle-magnific .mfp-arrow-right:after {
    border: 0;
    filter: brightness(0) invert(1);
}

.inner-lifesytle-magnific .mfp-arrow-left:after {
    content: url('../../../img/home/arrow_left.svg');
}

.inner-lifesytle-magnific .mfp-arrow-right:after {
    content: url('../../../img/home/arrow_right.svg');
}

.inner-socialmedia .social-icon {
    border-radius: 50%;
    border: 1px solid #B6B6B6;
}

/* END PHOTOGRAPHER INNER */

/* MEMBER SIDBEBAR */
.member-sidebar li {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #B6B6B6;
}

.member-sidebar li:last-child {
    margin-bottom: 0;
}

.member-sidebar li a {
    font-size: var(--body16);
    color: var(--lightgray);
    font-family: 'Metropolis', sans-serif;
    font-weight: 400;
}

.member-sidebar li a.active {
    color: var(--darkgray);
    font-family: 'Metropolis-Bold', sans-serif;
    font-weight: 700;
}

/* END MEMBER SIDEBAR */

/* MEMBER SHIP */

.member-bgfar {
    padding: 16px;
    margin-top: 20px;
}

.points-inputcontainer input {
    border: 1px solid #B6B6B6;
    width: 100%;
    height: 48px;
}

.points-inputcontainer button {
    width: 100%;
    height: 47px;
    margin-top: 1rem;
}

.member-title {
    font-size: var(--body24);
}

#checkpoint-log:hover,
#checkpoint-log:focus{
    text-decoration: underline;
}

.payment-receiptpopup{
    max-height: fit-content;
}

.payment-receiptpopup table th{
    background-color: var(--mainblue);
}

.pointlog-table-container table th,
.pointlog-table-container table td{
    border-bottom: 1px solid #B6B6B6;
}

.payment-receiptpopup table th,
.payment-receiptpopup table td,
.pointlog-table-container table th,
.pointlog-table-container table td{
    padding: 12px 20px;
}

.payment-receiptpopup table tbody tr:nth-child(even){
    background-color: #F4F4F4;
}

.payment-receiptpopup table td.earn-byorder,
.pointlog-table-container table td.earn-byorder{
    color: #54AC0F;
}

.payment-receiptpopup table td.points-conversion,
.pointlog-table-container table td.points-conversion{
    color: #DD0000;
}

.payment-receiptpopup .toolbox-pagination{
    border-top: 0;
    padding-top: 32px;
}

.pointlog-table-container .toolbox-pagination{
    padding-top: 52px;
    border-top: 0;
    justify-content: center;
}

.after-login #profile-picture{
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 50%;
}

.after-login .header-accounticon .header-dropdown:hover > img{
    filter: none;
}

/* END MEMBER SHIP */

/* ACCOUNT DETAILS */
#user_upload{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}
.upload-container:hover::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.upload-container:hover #upload-icon{
    display: block;
}

#upload-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: none;
}
#verify-emailaddress{
    color: #3F3F3F;
    text-decoration: underline;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.preview-image img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.preview-image .detailupload-deleteicon{
    border: 0;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
}

.upload-container.preview-active > img,
.upload-container.preview-active:hover #upload-icon,
.upload-container.preview-active:hover::after{
    display: none;
}
/* END ACCOUNT DETAILS */

/* ADDRESS BOOK */

.address-row>div.col-12>a {
    width: fit-content;
    min-width: 200px;
    margin-top: 1rem;
    text-align: center;
}

.address-form input {
    padding: 10px;
    border: 1px solid #B6B6B6;
}

.member-address-editicon>img {
    width: 36px;
}

.member-address-editicon:hover>img,
.header-accounticon .header-dropdown:hover>img {
    filter: brightness(0) saturate(100%) invert(64%) sepia(16%) saturate(1514%) hue-rotate(172deg) brightness(88%) contrast(90%);
}

.address-selectbox{
    background-color: white;
    border: 1px solid #B6B6B6;
    padding-left: 10px;
}

.address-firstcol{
    flex: 0 1 90%;
    max-width: 90%;
}

/* END ADDRESS BOOK */

/* CART */

.cart-qty{
    border: 1px solid #e7e7e7;
    display: inline-flex;
}
.cart-qty > button{
    background-color: transparent;
    border: 0;
    width: 2.2em;
}

.cart-qty > input{
    width: 44px;
    height: 48px;
    border: 1px solid #e7e7e7;
    border-top: 0;
    border-bottom: 0;
    text-align: center;
    /* -moz-appearance: textfield; */
}

.cart-qty > input:focus-visible{
    border-color: #e7e7e7;
    outline: none;
}

.cart-qty > input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
 -webkit-appearance: none;
  display: none;
}

/* END CART */

/* CHECKOUT */

.payment-receipt .dragearea {
    padding: 20px;
    border: 1px dashed #5D9BD8;
}

.payment-receipt .dragearea button {
    background-color: #5D9BD8;
    color: white;
    padding: 6px 10px;
    border: 0;
    letter-spacing: 3.36px;
}

.payment-receipt .dragearea button:hover {
    background-color: #1C58F1;
}

.payment-receipt .or-statement::before,
.payment-receipt .or-statement::after {
    content: '';
    display: block;
    background-color: #B6B6B6;
    width: 45%;
    height: 1px;
}

.questions {
    padding: 10px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.questions-container:hover .payment-hinttext {
    display: block;
}

.payment-hinttext {
    color: #1C1C1C;
    background-color: #C0C0C0;
    min-width: 300px;
    right: 0;
    top: 3rem;
    display: none;
}

.payment-hinttext::before {
    content: '';
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 10px solid #C0C0C0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    right: 0;
    top: -15px;
}

#checkout-form label {
    font-size: var(--body14);
    color: var(--darkgray);
    font-family: 'Metropolis', sans-serif;
    font-weight: 400;
}

#checkout-form select.form-control:not([size]):not([multiple]) {
    height: 46px;
}

#checkout-form .custom-checkbox .custom-control-label:after {
    top: 45%;
    left: 5px;
    transform: translateY(-50%);
}

#checkout-form .select-custom:after {
    top: 70%;
}

#checkout-form .form-control {
    font-size: var(--body16);
    font-family: 'Metropolis', sans-serif;
    font-weight: 400;
}

.wise-none,
.stripe-none {
    display: none;
}

.checkout-address-row .col-12 .d-flex>div {
    background-color: #F4F4F4;
    padding: 10px;
    height: 100%;
    max-width: 90%;
}

.checkout-address-row .col-12 .d-flex{
    height: 100%;
}

.stripe-none input{
    border: 1px solid #B6B6B6;
}
    
.stripe-row > .col-xl-6{
    flex: 0 1 100%;
    max-width: 100%;
}

/* END CHECKOUT */

/* ORDER COMPLETE */

.order-complete .thankyou-container {
    padding-bottom: 30px;
}

.order-complete .thankyou-container .thankyou-title,
.product-title38 {
    font-size: var(--title32);
}

.order-completetable tr {
    border-top: 1px solid #B6B6B6;
}

.order-completetable tr td:first-child>div>img {
    width: 130px;
}

.order-completetable tr:last-child {
    border-bottom: 1px solid #B6B6B6;
}

.order-completetable tr:not(:last-child) td:last-child {
    vertical-align: bottom;
}

.order-addresscontainer {
    padding-top: 32px;
}

.status-complete {
    background-color: var(--mainblue);
}

.status-refund,
.status-dispatch {
    background-color: #1C1C1C;
    letter-spacing: 3.36px;
}

.stepper-container::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 19px;
    background-color: #B6B6B6;
    width: 100%;
    height: 3px;
}

.stepper-container .stepper-item {
    display: flex;
    flex-direction: column;
}

.stepper-container .stepper-item:not(.first) {
    align-items: center;
}

.stepper-container .progress {
    left: 0;
    top: 19px;
    height: 3px;
    background-color: var(--mainblue);
}

.stepper-container .progress.paid{
    width: 25%;
}

.stepper-container .progress.complete {
    width: 100%;
}

.stepper-container .progress.refund,
.stepper-container .progress.dispatch {
    width: 70%;
}

.stepper-container .stepper-item:last-child {
    align-items: end;
}

.stepper-container .stepper-item.active .circle {
    background-color: var(--mainblue);
    border-color: var(--mainblue);
}

.stepper-container .stepper-item.active .circle::after {
    content: url('../../../img/photographer/checked.svg');
    display: block;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%) scale(.7);
}

.circle {
    background-color: #fff;
    color: #999;
    border-radius: 43px;
    border: 2px solid #B6B6B6;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.uncompleted {
    color: #B6B6B6;
}

/* END ORDER COMPLETE */

/* ORDER REFUND */

.receiptrow-content,
.orderitems-container,
.total-container{
    border-bottom: 1px solid #B6B6B6;
    padding-bottom: 20px;
}

.receipt-row{
    display: flex;
    align-items: center;
}

.receipt-row > p,
.orderitems-container > .d-flex p{
    font-size: var(--body14);
    color: #3F3F3F;
}

.receipt-row > p:first-child{
    width: 140px;
}

.orderitems-container,
.total-container{
    padding-top: 20px;
}

.orderitems-container > .d-flex > div > img{
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.total-container p{
    font-size: var(--body16);
    color: #3F3F3F;
}

/* END ORDER REFUND */

/* ORDER REJECT */
.order-infocontainer:hover .reject-infodes{
    display: block;
}
.reject-infodes{
    display: none;
    background-color: #F4F4F4;
    width: 165px;
    left: 10px;
    top: -68px;
    padding: 10px;
}

.reject-infodes::after{
    content: url('../../../img/info-icons.svg');
    display: block;
    position: absolute;
    left: 0;
    bottom: -18px;
}
/* END ORDER REJECT */

/* 404 */

.textcontent-404 {
    position: absolute;
    top: 50%;
}

.title-404 {
    font-size: var(--title40);
}

/* 404 */

/* DELETE MODAL */

.deletemodal-cancelbtn {
    border: 1px solid #1C1C1C;
    background-color: white;
    color: #1C1C1C;
}

.deletemodal-cancelbtn:hover {
    border: 1px solid #1C1C1C;
    background-color: #1C1C1C;
    color: white;
}

.deletemodal-title {
    font-size: var(--body20);
}

/* END DELETE MODAL */

@media (max-width: 1599px){  
    .stripe-row > .col-xl-6#stripe-cvv{
        margin-top: 1rem;
    }
}

@media (max-width: 1471px) {
    .linear_polygon>p {
        width: 75px;
    }
}

@media (max-width: 1279px) {
    .product-banner-section .banner .container-fluid {
        padding-bottom: 2rem;
    }

    .product-banner-section .banner .container-fluid,
    .product-banner-section .banner-layer {
        position: unset;
        transform: none;
    }

    .deletemodal-cancelbtn {
        margin-right: 1rem;
    }

    .list-view .inner-icon.product-default figure a,
    .list-view .inner-icon.product-default figure a > img{
        width: 100%;
    }
}

@media (max-width: 992px) {
    .laguna-contactus .col-lg-6 {
        padding-top: 20px;
    }

    .laguna-photograph-inner .row .col-lg-7,
    .laguna-photograph-inner.inner-achievement-section .row .col-lg-4 {
        padding-top: 1rem;
    }

    .inner-socialmedia>div:first-child {
        padding-top: 2rem;
    }

    .product-default figure>a,
    .product-default figure img {
        width: 100%;
    }

    .toolbox .toolbox-show label {
        font-size: var(--body12);
    }

    #membership-svg {
        width: 24px;
        height: 24px;
    }

    .inner-visual-section .owl-carousel.show-nav-hover .owl-nav {
        opacity: 1;
    }

    .sidebarfilter-container{
        display: none;
    }
}

@media (max-width: 767px) {
    .laguna-tableresponsive thead {
        display: none;
    }

    .laguna-tableresponsive tbody tr:not(:last-child) {
        border-bottom: 1px solid #B6B6B6;
        padding-bottom: 1rem;
    }

    .laguna-tableresponsive tbody tr:not(:first-child) {
        padding-top: 1rem;
    }

    .laguna-tableresponsive tbody tr td {
        display: flex;
        align-items: center;
    }

    .laguna-tableresponsive tbody tr td::before{
        content: attr(headers);
        display: block;
        font-family: 'Metropolis-Bold', sans-serif;
        font-weight: 700;
        width: 40%;
    }

    .inner-visual-section .owl-carousel .owl-nav .owl-prev {
        left: -2rem;
    }

    .inner-visual-section .owl-carousel .owl-nav .owl-next {
        right: -2.5rem;
    }

    .container-404>img {
        min-height: 300px;
        object-fit: cover;
    }

    .address-row>div:last-child {
        padding-top: 2rem;
    }

    /* .payment-receiptpopup table tbody tr td.earn-byorder::before,
    .payment-receiptpopup table tbody tr td.points-conversion::before{
        color: #3F3F3F;
    } */

    .payment-receiptpopup{
        max-height: 550px;
        padding: 16px 0;
    }

    .payment-receiptpopup .toolbox-pagination{
        padding: 32px 20px 0;
    }

    .payment-receiptpopup table thead tr th,
    .payment-receiptpopup table tbody tr td{
        padding: 5px 10px;
    }

    .checkout-address-row .col-12:last-child{
        padding-top: 20px;
    }

    .checkout-address-row .col-12 .d-flex>div{
        min-width: 390px;
    }

    .home-slide-content .coupon-sale-text{
        margin: 0;
    }

    .banner-textbtn-container{
        justify-content: space-between;
    }

    .homeslide-bannerbtn{
        right: 1rem;
    }

    .homeslide-bannerbtn{
        padding: 1rem 2rem;
    }
}

@media (max-width: 639px) {
    .textcontent-404 {
        padding: 0 20px;
        transform: translateY(-50%);
    }

    .track-container>a {
        display: inline-block;
        margin-top: 1rem;
    }
    
    .laguna-modal button,
    .laguna-modal a{
        display: block;
        width: 100%;
    }

    .deletemodal-cancelbtn {
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .user-name {
        display: none;
    }

    .success-noti.show,
    .error-noti.show{
        width: 60%;
    }

    .payment-banner #header__headline{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
        margin-left: 22px;
        padding-top: 20px;
        max-width: 84%;
    }

    .payment-banner .subheadline_p {
        font-size: 14px;
        max-width: 75%;
        padding: 10px 22px 100px;
        line-height: 20px;
    }

    .payment-banner .position-relative svg{
        top: unset;
        bottom: 0;
    }

    .payment-content-inner .pt-5{
        padding: 3rem 20px 1rem;
    }
}

@media (max-width: 591px) {
    .inner-visual-section .inner-video-container::after {
        height: 97%;
    }

    .inner-visual-section .inner-video-container .small-playbtn {
        width: 12%;
    }

    .detail-bannerslide .banner img {
        min-height: 165px;
    }

    .detail-bannerslide .banner-layer,
    .home-twocols-banner .banner-layer {
        display: block !important;
    }

    .detail-related-section .owl-carousel .owl-nav .owl-next,
    .detail-related-section .owl-carousel .owl-nav .owl-prev {
        top: 47%;
    }

    .detail-related-section .owl-carousel .owl-nav .owl-next img,
    .detail-related-section .owl-carousel .owl-nav .owl-prev img {
        width: 80%;
    }

    .only-for-desktop {
        display: none;
    }

    .only-for-mobile {
        display: block !important;
    }

    .membership .member-bgfar.d-flex {
        display: block !important;
    }
}

@media (max-width: 576px) {
    .order-completetable tr td {
        width: 100%;
    }

    .order-completetable tr td:not([colspan="2"]) div.d-flex {
        display: block !important;
    }

    .order-completetable tr td div.d-flex>img {
        margin: 0 auto;
    }

    .order-completetable tr td div.d-flex>div {
        padding-left: 0 !important;
    }

    .order-completetable tr td.text-right {
        text-align: left !important;
    }
}

@media (max-width: 558px) {
    .detail-related-section .owl-carousel .owl-nav .owl-next,
    .detail-related-section .owl-carousel .owl-nav .owl-prev {
        top: 50%;
    }

    .checkout-address-row .col-12 .d-flex>div{
        min-width: 330px;
    }

    .success-noti.show,
    .error-noti.show{
        width: 80%;
    }
}

@media (max-width: 435px) {
    .toolbox-item.toolbox-show {
        margin-top: .5rem;
    }

    .donuts__container{
        max-width: 100%;
    }

    .donut__single_payment{
        width: 50px;
    }

    .donut__single_payment span{
        font-size: 10px;
    }

    .home-slider .home-slide-content, 
    .home-slider .home-slide-content{
        top: 65%;
    }
}

@media (max-width: 400px){
    .address-radiocontainer{
        flex-wrap: wrap;
    }

    .checkout-address-row .col-12 .d-flex>div{
        min-width: unset;
        width: 100%;
    }

    .background-desktop{
        display: none;
    }
}

@media (max-width: 341px){
    .homeslide-bannerbtn{
        right: 0;
    }
}

@media (min-width: 400px){
    .background-mobile{
        display: none;
    }
}

@media (min-width: 530px) {
    .points-inputcontainer {
        display: flex;
    }

    .points-inputcontainer input {
        min-width: 240px;
        width: auto;
    }

    .points-inputcontainer button {
        min-width: 200px;
        width: auto;
        margin-left: 8px;
        margin-top: 0;
    }
}

@media (min-width: 577px){
    .order-completetable tr td div.d-flex > div{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
}

@media (min-width: 640px) {
    .textcontent-404 {
        padding: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .order-addresscontainer,
    .track-container,
    .account-my-orders-pending .payment {
        display: flex;
    }

    .laguna-modal .cols2 {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .receipt-row > p:first-child{
        width: 156px;
    }

    .payment-modal .payment-content{
        max-width: 640px;
    }

    .payment-banner{
        padding-bottom: 40px;
        width: 100%;
    }

    .payment-banner .logo__wrapper{
        padding: 0px;
        margin-left: 56px;
    }

    .payment-banner #header__headline{
        margin-left: 62px;
        padding-top: 23px;
    }

    .payment-banner .subheadline_p{
        max-width: 380px;
        margin-left: 62px;
        margin-bottom: 14px;
    }

    .payment-instruction-list li{
        font-size: 18px;
    }
}

@media (min-width: 768px) {

    .container100,
    .inner-socialmedia>div:first-child,
    .container180 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .grid-view>div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .list-view .product-default {
        display: flex;
    }

    .list-view .product-default .product-details {
        padding-left: 1rem;
        flex: 0 1 60%;
        max-width: 60%;
    }

    .list-view .inner-icon figure {
        flex: 0 1 40%;
        max-width: 40%;
    }

    .product-single-details .product-title {
        font-size: 28px;
    }

    .detail-related-section .owl-carousel .owl-nav .owl-next,
    .inner-visual-section .owl-carousel .owl-nav .owl-next {
        right: -3rem;
    }

    .detail-related-section .owl-carousel .owl-nav .owl-prev,
    .inner-visual-section .owl-carousel .owl-nav .owl-prev {
        left: -3rem;
    }

    .photograph-inner-title {
        font-size: 44px;
    }

    .home-slide-content .f-h2,
    .home-slide-content .bannertext-upto {
        font-size: var(--title40);
    }

    .home-slide-content .banner-blackfriday {
        font-size: var(--body20);
    }

    .home-slide-content .banner-startat {
        font-size: var(--body18);
    }

    .home-slide-content .coupon-sale-text {
        font-size: var(--title32);
    }

    #checkout-form label,
    .receipt-row > p,
    .orderitems-container > .d-flex p{
        font-size: var(--body16);
    }

    .home-slide .home-slide-content .banner-percentoff {
        font-size: 90px;
    }

    .home-twocols-banner .banner-layer h2:first-child {
        font-size: 40px;
    }

    .home-twocols-banner .banner-layer h2:last-child{
        font-size: var(--body28);
    }

    .address-row>div.col-12>a {
        margin-top: 40px;
    }

    .orderitems-container > .d-flex > div{
        display: flex;
        align-items: center;
    }

    .total-container p{
        font-size: var(--body18);
    }

    .product-default figure > a img:first-child{
        height: 280px;
        object-fit: cover;
    }

    .checkout-address-row .col-12 .d-flex>div {
        min-width: 300px;
    }
}

@media (min-width: 1024px) {
    .product-paypal-section h3 {
        font-size: 34px;
    }

    /* .product-single-carousel .product-item > img{
        height: 420px;
    } */

    .container100 {
        padding-left: var(--padding100);
        padding-right: var(--padding100);
    }

    .container180 {
        padding-left: 80px;
        padding-right: 80px;
    }

    .grid-view>div {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .product-container {
        padding-bottom: 115px;
    }

    .laguna-contactus .row {
        justify-content: space-between;
    }

    .laguna-contactus .contact-title,
    .laguna-text32 {
        font-size: var(--title32);
    }

    .spacing-60-120 {
        padding-top: 60px;
        padding-bottom: 120px;
    }

    .banner h5,
    .home-twocols-banner .banner-layer h5 {
        font-size: 44px;
    }

    .product-banner-section .banner figure img {
        min-height: 300px;
        object-fit: cover;
    }

    .inner-socialmedia>div:first-child {
        padding-left: var(--padding280);
        padding-right: 0;
    }

    .member-title {
        font-size: var(--body28);
    }

    .member-bgfar {
        padding: 20px;
    }

    .order-complete .thankyou-container .thankyou-title,
    .product-title38 {
        font-size: var(--title38);
    }

    .order-complete .thankyou-container {
        width: 680px;
        margin: 0 auto;
        padding-bottom: 48px;
    }

    .deletemodal-title {
        font-size: var(--body24);
    }

    .main-nav .menu .megamenu img {
      width: 200px;
      height: 150px;
    }

    .product-default figure > a img:first-child{
        height: 150px;
    }

    .checkout-address-row .col-12 .d-flex>div {
        min-width: 245px;
    }

    .product-single-gallery .product-item {
        width: 270px;
        height: 270px;
    }  

    .product-single-carousel .product-item > img{
        width: auto;
        object-fit: contain;
    }  
}

@media (min-width: 1280px) {
    .list-view .product-default {
        grid-gap: 20px;
    }

    .list-view .list-btn-container {
        grid-gap: 12px;
    }

    .list-view .product-default .product-details,
    .sidebar-product .widget-info li>h4 {
        padding-left: 0;
    }

    .list-view .product-default .product-details {
        padding-left: 1rem;
        flex: 0 1 80%;
        max-width: 80%;
    }

    .list-view .inner-icon figure{
        flex: 0 1 20%;
        max-width: 20%;
    }

    .sidebar-product .widget-info li {
        grid-gap: 28px;
    }

    .banner h4,
    .inner-lifestyle-section .col-12>h3,
    .home-twocols-banner .banner-layer h2:last-child,
    .home-slide-content .f-h4 {
        font-size: var(--title32);
    }

    .home-slide .home-slide-content .banner-percentoff {
        font-size: 98px;
    }

    .title-404 {
        font-size: 61px;
    }

    .home-slider-thumbs {
        width: 40%;
    }

    .container180 {
        padding-left: var(--padding180);
        padding-right: var(--padding180);
    }

    .order-addresscontainer {
        grid-gap: 200px;
    }

    .order-addresscontainer .order-streetaddress {
        max-width: 250px;
    }

    .inner-lifestyle-section .col-12>img:first-child {
        height: 300px;
    }

    .laguna-modal .cols2 {
        grid-gap: 32px;
    }

    .product-banner-section .banner{
        padding: 80px 0 80px 120px;
    }

    .product-banner-section .banner figure img{
        max-width: 490px;
        padding-bottom: 0;
    }

    .product-default figure > a img:first-child{
        height: 200px;
    }

    .stripe-row{
        justify-content: space-between;
    }

    .checkout-address-row .col-12 .d-flex>div {
        min-width: 300px;
    }

    .product-single-gallery .product-item {
        width: 350px;
        height: 350px;
    }
}

@media (min-width: 1440px) {
    .product-paypal-section h3 {
        font-size: 38px;
    }

    .product-single-details .product-title {
        font-size: 32px;
    }

    .product-single-tabs .nav.nav-tabs .nav-link,
    .product-single-tabs .nav.nav-tabs .nav-link h2 {
        font-size: var(--body20);
    }

    .photograph-inner-title {
        font-size: var(--title48);
    }

    .product-single-gallery .product-item {
        width: 380px;
        height: 380px;
    }
}

@media (min-width: 1560px) {
    .product-paypal-section>div.row>div:last-child {
        padding: 5rem 20rem 5rem 4rem;
    }

    .grid-view>div {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .banner h5,
    .home-twocols-banner .banner-layer h5 {
        font-size: var(--title48);
    }

    .main-nav .menu .megamenu img {
      width: 200px;
      height: 200px;
    }

    .checkout-address-row .col-12 .d-flex>div {
        max-width: 94%;
    }

    .product-single-gallery .product-item {
        width: 450px;
        height: 450px;
    } 
}

@media (min-width: 1600px){
    .checkout-address-row .col-12 .d-flex>div {
        min-width: 390px;
    }

    .product-banner-section .banner figure img{
        max-width: 612px;
    }

    .stripe-row > .col-xl-6{
        flex: 0 1 48%;
        max-width: 48%;
    }
}

@media (min-width: 1680px) {
    .inner-lifestyle-section .col-12>h3 {
        font-size: var(--title48);
    }
}

@media (min-width: 1920px) {

    .btn-light,
    .banner-layer .btn-spacing {
        padding: 15px 40px;
    }

    .laguna-photograph-inner .col-lg-7>img {
        height: 100%;
        object-fit: cover;
    }

    .inner-lifestyle-section .col-12>img:first-child {
        height: 300px;
    }

    .product-default figure > a img:first-child{
        height: 260px;
    }

    .product-single-gallery .product-item {
        width: 500px;
        height: 500px;
    }
}