﻿/* Shop Ship Plan Details --------------------------------------------------------------------------------------------------------*/
.shoppingDirectoryPageMainHeader {
    color: #FF795C;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
    word-wrap: break-word;
}
.brand-store-wrapper {
    margin: 0 -15px;
}


.brand-store {
    background-color: #F9F9F9;
    position: relative;
    padding: 16px 15px 30px 15px;
   
}

.backimge .brand-store {
    background-color: rgba(0, 0, 0, 0) !important;

}

section.brand-store::before {
    content: "";
    position: absolute;
    height: 100%;
    background-image: url(/Sitefinity/WebsiteTemplates/SNSTemplate/App_Themes/SNSTemplate/Images/Shop-Ship/lines-banner-svg.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    right: 0;
    /*overflow:visible;*/
}

.brand-store h4 {
    font-size: 40px;
    line-height: 54px;
    text-align: center;
    padding-bottom: 26px;
    color: #1D223E;
    position: relative;
    z-index: 10;
}

    .brand-store h4 span {
        display: inline-block;
        font-weight: 700;
    }

.brand-store .brand-row {
    height: 100%;
    flex-wrap: nowrap;
    /*width:calc(200px*24);*/
}

.brand-row-wrapper {
    width: 90%;
    height: 100px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items:center;
}

@keyframes moveSlideshow {

    100% {
        transform: translateX(calc(-200px*12));
    }
}

.brand-row-content {
    overflow: hidden;
    position: relative;
}
/*.brand-store .brand-row .col-auto {
    display: flex;
    align-items: center;
	width:200px;
	justify-content:center;
	flex:1;
	animation: moveSlideshow 30s linear infinite;
}*/
.brand-row-wrapper .brand-slider {
    width: 70%;
}

.brand-store .brand-row img {
    vertical-align: middle;
}

.clstm {
    vertical-align: bottom !important;
}

.brand-store-wrapper {
    margin-left: 0px;
    margin-right: 0px;
    /*height: 250px;*/
  
}


.divmarchantlist {
    padding-top: 1%;
}


/* Responsive Media Query --------------------------------------------------------------------------------------------------------*/
@media (max-width: 1199px) {
    .brand-store h4 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 991px) {
    .brand-store h4 {
        font-size: 26px;
        line-height: 32px;
        padding-bottom: 20px;
    }

    .brand-store {
        padding-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .brand-store h4 {
        font-size: 20px;
        line-height: 26px;
    }

    
        .shop-ship-container.shop-ship-plans-details.divmarchantlist {
            display: none;
        }
    }

@media (max-width: 575px) {

    .brand-row-wrapper {
        width: 100%;
    }

    .brand-store .brand-row .col-auto {
        width: 150px;
    }

    .brand-store .brand-row {
        width: calc(150px*24);
    }

    @keyframes moveSlideshow {

        100% {
            transform: translateX(calc(-150px*12));
        }
    }

    section.brand-store::before {
        background-size: cover;
    }



    .brand-store .brand-row img {
        vertical-align: middle;
    }
}
