body {

    margin: 0;

    padding: 0;

    font-family: 'Montserrat', sans-serif;

    font-family: 'Open Sans', sans-serif;

    font-family: 'Poppins', sans-serif;

    background-color: #000000;

    position: absolute;

    top: 0px;

    left: 0px;

    bottom: 0;

    right: 0;

    padding: 30px;

    

	color:#ffffff;

}
.content .active {
    color: #000;
    background-color: #f8c900;
}
button.btn.btn-danger {
    color: #000 !important;
}
.btn-success {
    color: #000 !important;
    background-color: #f8c900;
   border:none;
    border-radius: 50px;
}
.btn-group>.btn:first-child {
    margin-left: 0;
    border-radius: 50px;
    color: #000;
    background-color: #f8c900;
}
.card-header:hover {
    background-color: transparent !important;
}
li.list-group-item.p-2.d-flex.justify-content-between.align-items-center:hover {
    background-color: #f8c900 !important;
}
.btn-danger:hover {
     color: #000; 
    background-color: #f8c900 !important;
    border-color: transparent !important;
}
button.btn.btn-secondary {
    color: #000;
}
input.f1 {
    color: #000;
    margin-top: 7px;
}
.card .front form button {

    color: #000;
}
#signUp button {

    color: #000;
}
button.btn.btn-primary {
    color: #000;
}
.form select {
    font-size: 14px;
}
 ul.tabs {
    text-align: center;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs li {
    background: none;
    color: #ffffff;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

.tab-content b {
    color: #f8c900;
    font-size: 18px;
    font-weight: 400;
}

ul.tabs li.current {

    background: #f8c900;
    color: #000;
    border-radius: 50px;
}

.tab-content {
    display: none;
    background: #000000;
    padding: 15px;
    color: #fff;
}

.tab-content.current {
    display: inherit;
}
ul.tabs li {
    font-size: 15px;
    background: none;
    color: #ffffff;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}
.tab-content.current {
    display: inherit;
    font-size: 14px;
}   
   

a {

    text-decoration: none !important;

}

img {
    max-width: 100%;
  
}

body {

    height: 100%;

}



::-webkit-scrollbar {

    width: 5px;

}



body::-webkit-scrollbar-track {

    background-color: #ffffff;

    -webkit-border-radius: 10px;

    border-radius: 10px;

}



body::-webkit-scrollbar-thumb {

    -webkit-border-radius: 10px;

    border-radius: 10px;

    background: #f8c900;

}



img {

    max-width: 100%;

}



a {

    text-decoration: none;

}



html {

    scroll-behavior: smooth;

}



header {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    background-color: #000000;

    padding: 10px 0;

    z-index: 999;

    /*box-shadow: 0px 1px 5px #fff;*/

}



header p {

    color: #ffffff;

    font-size: 24px;

    opacity: 0.7;

}



header .icons {

    color: #ffffff;

    margin: 0 10px;

}



.menu {

    text-align: right;

    width: 100%;

    z-index: 200;

}



#check {

    display: none;

}



.button {

    width: 48px;

    height: 48px;

    background: rgb(255, 196, 0);

    padding: 12px;

    display: inline-block;

    cursor: pointer;

    transition: all 0.2s ease-in;

    padding-top: 8px;

    line-height: 8px;

    text-align: left;

    position: fixed;

    right: 0;

    /*top:0px;*/
    
    margin-top:-10px;
    
    z-index: 201;

}



.button:hover {

    background: #ffffff00;

    color: #fff;

}



.button span {

    height: 3px;

    width: 100%;

    background: white;

    display: inline-block;

    transition: all 0.5s cubic-bezier(.62, .43, .35, 1.47);

}



#check:checked~nav a {

    padding: 3px;

    opacity: 1;

    transform: scale(1);

    width: 150px;

}



.button {

    width: 48px;

    height: 48px;

    background: rgb(0 0 0);

    padding: 12px;

    display: inline-block;

    cursor: pointer;

    transition: all 0.2s ease-in;

    padding-top: 8px;

    line-height: 8px;

    position: absolute;

    left: 0px;

    top: -28px;

    z-index: 201;

    text-align: center;

}



#check:checked~nav a {

    padding: 10px;

    opacity: 1;

    transform: scale(1);

    width: 118px;

}



#check:checked~.button span:nth-child(1) {

    width: 100%;

    transform: rotate(45deg) translateY(6px) translateX(6px);

}



#check:checked~.button span:nth-child(2) {

    width: 0;

}



#check:checked~.button span:nth-child(3) {

    width: 100%;

    transform: rotate(-45deg) translateY(-7px) translateX(7px);

}



nav {

    text-align: center;

    overflow: hidden;

    transition: all 0.4s ease;

    position: absolute;

    top: 32px;

    left: 0;

    width: 118px;

    background: transparent;

    height: 0;

    z-index: 999;

}



nav a {

    text-decoration: none;

    color: #000000;

    display: block;

    font-size: 17px;

    transition: all 0.4s cubic-bezier(.22, .43, .35, 1.5);

    opacity: 0;

    transform: scale(0);

    transform-origin: top;

    text-align: center;

    background-color: #ffffff;

    padding: -2px 5px;

    border-radius: 50px;

    margin: 2px 0;

    display: inline-block;

    padding: 0;

}



nav a:hover {

    color: #ffffff;

    background-color: #f8c900;

}



#check:checked~nav {

    height: 500px;

}



#check:checked~nav a {

    padding: 10px;

    opacity: 1;

    transform: scale(1);

}



.form {

    margin-top: 16px;

    text-align: center;

}



.form select {

    margin: 20px 12px;

    color: #fff;

    background-color: transparent;

    padding: -2px;

    border: none;

    width: 129px;

}



.form option {

    background-color: #ffffff;

    color: #000000;

}



.form option:hover {

    color: #ffd000 !important;

}



.search {

    text-align: center;

}



.search input {

    width: 476px;

    border-radius: 3px;

}
.content {
    margin-top: 50px;
}

.search hr {

    border-radius: 3px;

    color: #fff !important;

    height: 3px;

}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    
    flex: 0 1 auto;
    
    width: 5px;
    

    height: 5px;
    border-radius: 67%;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
div#carouselExampleIndicators {
    margin-top: 28px;
}
.carousel {
     margin: 28px auto; 
     padding: 0; 
}

.content h2 {

    color: #f8c900;
    
    margin-top:75px;
    
    font-size: 35px;

}

.carousel-control-prev, .carousel-control-next {
    
    height: 27px;
    
    width: 27px;
    
    background: #f8c900;
    
    margin: auto 0;
    
    border-radius: 4px;
    
    opacity: 0.8;
    
}

.content h6 {

    color: #969696;

    font-size: 15px;

    margin: 28px;

}



.content .price-section p {

    display: inline;

    padding: 3px 20px;

    color: #fff;

    border: 1px solid#fff;

    opacity: 0.7;

    border-radius: 5px;

    margin: 13px;

    line-height: 40px;

}

.content p {
    display: inline-block;
    padding: 0px 16px;
    color: #fff;
    border: 1px solid#fff;
    opacity: 0.7;
    border-radius: 5px;
    width: 19%;
    margin: 13px;
    line-height: 40px;
}



.content .active {

    color: #fff;

    background-color: #f8c900;

}



.content h5 {

    color: #fff;

    opacity: 0.7;

    margin: 25px 0;

}



.content a {

    color: #fff;

    border: 1px solid #fff;

    border-radius: 5px;

    font-size: 15px;

    padding: 10px 0;

    margin: -1px 0;

    display: block;

    text-align: center;

}



.text-muted {

    color: #fff;

}

.py-5.text-center {
    text-align: center;
}

.btn-primary {

    color: #fff;

    background-color: #00000000;

    border: 1px solid #f8c900;

}

.btn-primary:hover {

    color: #fff;

background-color: #f8c900;

    border-color: #f8c900;

}





.card>div {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    border-radius: 10px;

    text-align: center;

    background-color: rgb(0 0 0 / 0%);

}



.btn {

    display: inline-block;

    margin-bottom: 0px;

    font-weight: 400;

    text-align: center;

    white-space: nowrap;

    vertical-align: middle;

    -ms-touch-action: manipulation;

    touch-action: manipulation;

    cursor: pointer;

    background-color: #f8c900;

    border: 1px solid transparent;

    padding: 6px 12px;

    font-size: 14px;

    line-height: 1.428571;

    border-radius: 50px;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    margin-top: 12px;

}

label {

    padding-top: 12px;

}



.list-group-item {

    position: relative;

    display: block;

    padding: 10px 15px;

    margin-bottom: -1px;

    background-color: #000;

    border: 1px solid #ddd;

}



.content h6 {

    color: #969696;

    font-size: 15px;

    margin: 28px;

}



.movie select {

    border: 2px solid #000;

    background-color: #000000;

    color: #ffffff;

}



.form select {

    margin: 20px 12px;

    color: #fff;

    background-color: transparent;

    padding: -2px;

    border: none;

}



.form select option {

    display: inline;

}



.return {

    justify-content: space-between;

}



.return h4 {

    display: inline;

    font-size: 12px;

    color: #fff;

    margin: 0;

    padding: 0;

    opacity: 0.7;

}



.return p {

    font-size: 10px;

    color: #fff;

    margin: 0;

    padding: 0;

    opacity: 0.7;

}



.icons {

    text-align: end;

}



/*home page start here*/

.banner {

    background-size: cover;

    padding: 331px 0;

}



img.banner-img {

    padding: 100px 0 25px 0;

}







.poster p {

    color: #fff;

    font-size: 15px;

    font-weight: normal;

}



.poster h6 {

    color: #fff;

    font-size: 15px;

    font-weight: normal;

}



.poster span {

    color: #f8c900;

    font-size: 15px;

    font-weight: 500;

}



.poster a {

    color: #ffffff;

    font-size: 13px;

    font-weight: 400;

    background-color: #240646;

    padding: 2px 10px;

    border-radius: 50px;

}



.poster a:hover {

    background-color: #f8c900;

    color: #000000;

}



.slider {

    display: flex;

}



.canvas {

    text-align: center;

    margin: 20px 0;

}



.canvas p {

    font-size: 25px;

    color: #7a7481;

    margin-top: 50px;

}



.canvas h4 {

    font-size: 42px;

    color: #ffffff;

    font-weight: 500;

}



.canvas h2 {

    font-size: 25px;

    color: #ffffff;

}



.line {

    text-align: center;

    margin: 120px 0 0 0;

}



.line h2 {

    margin-top: 50px;

    margin-bottom: 20px;

    font-size: 50px;

    color: #ffffff;

    font-weight: 700;

}



.pagination {

    padding: 20px 0;

    text-align: left;

}



.pagination a {

    color: rgb(255, 255, 255);

    float: left;

    padding: 3px 11px;

    text-decoration: none;

    margin: 0 12px;

}



.pagination a.active {

    background-color: #ffffff;

    color: rgb(0, 0, 0);

    border-radius: 50px;

}



.img-png {

    padding: 50px 0;

}



.sec-nav {

    text-align: center;

    padding: 50px 0;

}



.sec-nav a {

    color: #fff;

    padding: 0 20px;

}



.sec-nav a:hover {

    border-bottom: 1px solid #ffff;

}



.sec-nav .active {

    border-bottom: 1px solid #ffff;

}



.white {

    color: #fff;

    font-size: 15px;

    padding: 50px 0;

}



.top h4 {

    color: #fff;

    font-weight: 700;

}



footer p {

    color: #fff;

    font-size: 15px;

}



footer h2 {

    color: #fff;



}



footer a {

    color: #fff;

    font-size: 15px;

}



.rights {

    margin: 10px 0;

}



.top-heading {

    color: #fff;

    font-size: 31px;

    font-weight: 600;

    text-align: left;

    padding: 23px 0 10px 0;

    text-align: left;

    width: 1300px;

}



.top-heading h2 {

    color: #fff;

    font-size: 26px;

    font-weight: 300;

    text-align: left;

    text-transform: capitalize;

    position: relative;

    margin: 30px 0 25px;

}



.top-heading a {

    color: #f8c900;

    font-size: 15px;

    font-weight: 400;

    padding: 0 0 0 10px;

}



.social-media {

    padding: 50px 0;

}



/*form page strat here*/



.card {

    width: 380px;

    height: 510px;

    position: relative;

    margin: 50px auto;

    border-radius: 10px;

    font-family: tahoma;

    transform-style: preserve-3d;

    transition: all 1s ease-in-out;

}







/*front card*/

.card .front {

    z-index: 1;

    backface-visibility: hidden;

}



.card .front p {

    text-align: center;

}



.card .front form button {

    background-color: #FFB30E;

    padding: 7px 56px;

    border-radius: 50px;

    margin-top: 26px;

    cursor: pointer;

}



.f1 {

    padding: 13px 60px 13px 60px;

    border-radius: 4px;

    background-color: #ced1d370;

    margin: 7px;

    border: none;

    text-align: center;

    font-size: 15px;

}



.f2 {

    border: none;

    color: #fff;

    /* font-size: 13px; */

    font-weight: 00;

}



.card .front img {

    width: 110px;

    height: 110px;

    margin: 17px 30px 17px 30px;

}



.login_word {

    margin: 30px auto;

    border-bottom: 2px solid #FFB30E;

    width: 75px;

    font-weight: bold;

    font-size: 20px;

}



.not_registered_word {

    margin-top: 35px;

    font-size: 14px;

}



.card .front form p {

    margin-top: 20px;

    font-size: 15px;

}

element.style {
    margin-top: 28px;
}

.card .front span,.card .back span.login {

    cursor: pointer;

    color: #FFB30E;

}



/*back card*/

.card .back {

    z-index: 2;

    transform: rotateY(180deg);

    backface-visibility: hidden;

}

    

.signup_word {

    margin:0 auto;

    border-bottom: 2px solid #FFB30E;

    width: 87px;

    font-weight: bold;

    font-size: 20px;

}
element.style {
    
    margin-top: 12px;
    
}


#signUp button {
    
    background-color: #FFB30E;
    
    padding: 7px 56px;
    
    border-radius: 50px;
    
    margin-top: 10px;
    
    cursor: pointer;
    
    color: #f0f5f9;
    
}


.social_media {

    padding: 5px;

}



.social_media:hover {

    color: #f8c900 !important;

}





/*about us page */

.heading {

    font-size: 40px;

    color: #f0f5f9;

    font-weight: 700;

    text-align: center;

    margin: 50px 0;

}



.text-leftr p {



    font-size: 17px;

    color: #f0f5f9;

    font-weight: 500;



}



.product h3 {

    font-size: 35px;

    color: #ffbb00;

    font-weight: 500;

}



.product p {

    font-size: 17px;

    color: #f0f5f9;

    font-weight: 500;

}



.image {

    margin: 40px 0;

}



/*about us page */

.heading {

    font-size: 40px;

    color: #f0f5f9;

    font-weight: 700;

    text-align: center;

    margin: 50px 0;

}



.product h3 {

    font-size: 35px;

    color: #ffbb00;

    font-weight: 500;

}



.product p {

    font-size: 17px;

    color: #f0f5f9;

    font-weight: 500;

}



.About-banner {

    margin-top: 70px;

}



.about-sec h3 {

    color: #fff;

    font-size: 47px;

    font-weight: bolder;

    line-height: 71px;

    text-align: left;

}



.about-sec p {

    color: #fff;

    font-size: 17px;

    font-weight: 400;

    line-height: 31px;

    margin: 20px 0;

}



.about-sec a {

    color: #000000;

    font-size: 17px;

    padding: 7px 20px;

    background-color: #f0f5f9;

    font-weight: 400;

    line-height: 26px;

    border-radius: 50px;

    display: inline-block;

    margin: 30px 0 0 0 0;

}



.about-sec a:hover {

    color: #ffffff;

    background-color: #f8c900;

}



.sec-about-banner {

    margin-top: 72px;

}



.art {

    text-align: left;

}



.art h3 {

    font-size: 30px;

    color: #FFB30E;

    font-weight: 500;

    margin: 0;

    padding: 10px 0;

}



.art p {

    font-size: 17px;

    color: #fff;

    font-weight: 500;

}



/*contact page*/

.section-header {

    margin-bottom: 50px;

    text-align: center;

}





.section-header h2 {

    color: #FFF;

    font-weight: bold;

    font-size: 3em;

    margin-bottom: 20px;

}



.section-header p {

    color: #FFF;

}



.row {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: space-between;

}



.contact-info {

    width: 50%;

}



.contact-info-item {

    display: flex;

    margin-bottom: 30px;

}



.contact-info-icon {

    height: 70px;

    width: 70px;

    background-color: #fff;

    text-align: center;

    border-radius: 50%;

}


.contact-info-icon i {

    font-size: 30px;

    line-height: 70px;

}



.contact-info-content {

    margin-left: 20px;

}



.contact-info-content h4 {

    color: #ffbb00;

    font-size: 1.4em;

    margin-bottom: 5px;

}



.contact-info-content p {

    color: #FFF;

    font-size: 1em;

}



.contact-form {

    background-color: #fff;

    padding: 40px;

    width: 45%;

    padding-bottom: 20px;

    padding-top: 20px;

    border-radius: 10px

}



.contact-form h2 {

    font-weight: bold;

    font-size: 2em;

    margin-bottom: 10px;

    color: #333;

}



.contact-form .input-box {

    position: relative;

    width: 100%;

    margin-top: 10px;

}



.contact-form .input-box input,

.contact-form .input-box textarea {

    width: 100%;

    padding: 5px 0;

    font-size: 16px;

    margin: 10px 0;

    border: none;

    border-bottom: 2px solid #333;

    outline: none;

    resize: none;

}



.contact-form .input-box span {

    position: absolute;

    left: 0;

    padding: 5px 0;

    font-size: 16px;

    margin: 10px 0;

    pointer-events: none;

    transition: 0.5s;

    color: #666;

}



.contact-form .input-box input:focus~span,

.contact-form .input-box textarea:focus~span {

    color: #e91e63;

    font-size: 12px;

    transform: translateY(-20px);

}



.contact-form .input-box input[type="submit"] {

    width: 100%;

    background: #ffbb00;

    color: #FFF;

    border: none;

    cursor: pointer;

    padding: 10px;

    font-size: 18px;

    border: 1px solid #ffbb00;

    transition: 0.5s;

    border-radius: 50px;

}



.contact {

    background-image: url(https://postersalon.com/ci/public/images/contactusnew.jpg);

    height: 722px;

    background-position: center;

    background-repeat: no-repeat;

    background-size: auto;

    position: relative;

    padding-top: 185px;

}



.contact-info {

    width: 50%;

    background-color: #00000078;

    padding: 10px;

    border-radius: 10px;

}



.contact-info-content p {

    color: #fff;

    font-size: 18px;

    font-weight: 700;

}



.contact-info-content h4 {

    color: #ffbb00;

    font-size: 1.4em;

    margin-bottom: 5px;

    font-weight: 700;

}



.contact-form .input-box input[type="submit"]:hover {

    background: #FFF;

    color: #ffbb00;

}



@media (max-width: 991px) {

    section {

        padding-top: 50px;

        padding-bottom: 50px;

    }
    header p {
        
        color: #ffffff;
        
        font-size: 13px;
        
        opacity: 0.7;
    }
    footer#foot {

        text-align: center;

        margin-top: 0;

    }

}



/*SHOPPING*/



.mr-2{

  margin-right: 20px;

}



.divTable{

	display: table;

	width: 100%;

}

.rowTable {

	display: table-row;

}

.divTableHeading {

	display: table-header-group;

}

.divTableCol, .divTableHead {

	border-bottom: 1px solid #eee;

	display: table-cell;

	padding: 3px 10px;

}

.divTableHeading {

	background-color: #EEE;

	display: table-header-group;

	font-weight: bold;

}

.divTableFoot {

	background-color: #EEE;

	display: table-footer-group;

	font-weight: bold;

}

.divTableBody {

	display: table-row-group;

}



.divTable.div-hover {

    padding-top: 62px;

}





option {

    color: black!important;

}



select#country {

    color: black;

}

select#state {

    color: black;

}





.text-success {

    color: #f8c900;

}

/*SHOPPING*/



* {

    box-sizing: border-box;

    -moz-box-sizing: border-box;

}



#wrap {

    width: 90%;

    max-width: 1100px;

    margin: 50px auto;

}



.columns_2 figure {

    width: 49%;

    margin-right: 1%;

}



.columns_2 figure:nth-child(2) {

    margin-right: 0;

}



.columns_3 figure {

    width: 32%;

    margin-right: 1%;

}



.columns_3 figure:nth-child(3) {

    margin-right: 0;

}



.columns_4 figure {

    width: 24%;

    margin-right: 1%;

}



.columns_4 figure:nth-child(4) {

    margin-right: 0;

}



.columns_5 figure {

    width: 19%;

    margin-right: 1%;

}



.columns_5 figure:nth-child(5) {

    margin-right: 0;

}



#columns figure:hover {

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    transform: scale(1.1);



}


#columns:hover figure:not(:hover) {

    opacity: 0.4;

}



div#columns figure {

    display: inline-block;

    background: #FEFEFE;

    border: 2px solid #FAFAFA;

    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);

    margin: 0 0px 15px;

    -webkit-column-break-inside: avoid;

    -moz-column-break-inside: avoid;



    padding: 15px;

    padding-bottom: 5px;

    background: -webkit-linear-gradient(45deg, #FFF, #F9F9F9);

    opacity: 1;

    -webkit-transition: all .3s ease;

    -moz-transition: all .3s ease;

    -o-transition: all .3s ease;

    transition: all .3s ease;

}



div#columns figure img {

    width: 100%;

    border-bottom: 1px solid #ccc;

    padding-bottom: 15px;

    margin-bottom: 5px;

}



div#columns figure figcaption {

    font-size: .9rem;

    color: #444;

    line-height: 1.5;

    height: 60px;

    font-weight: 600;

    text-overflow: ellipsis;

}



a.button {

    padding: 10px;

    background: salmon;

    margin: 10px;

    display: block;

    text-align: center;

    color: #fff;

    transition: all 1s linear;

    text-decoration: none;

    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);

    border-radius: 3px;

    border-bottom: 3px solid #ff6536;

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);

}

a.button:hover {

    background: #ff6536;

    border-bottom: 3px solid salmon;

    color: #f1f2f3;

}

@media screen and (max-width: 960px) {

    #columns figure {

        width: 24%;

    }

}



@media screen and (max-width: 767px) {

    #columns figure {

        width: 32%;

    }

}



@media screen and (max-width: 600px) {

    #columns figure {

        width: 49%;

    }

}



@media screen and (max-width: 500px) {

    #columns figure {

        width: 100%;

    }

}



/*about-us page media start here*/

@media all and (max-width: 990px) {

    .about-sec {

        text-align: center;

        padding: 40px 0;

    }



    .about-sec h3 {

        color: #fff;

        font-size: 47px;

        font-weight: bolder;

        line-height: 71px;

        text-align: center;

    }



    .product {

        text-align: center;

        width: 100%;

    }

    .art {

        text-align: center;

        width: 100%;

    }



    .top-heading h2 {

        margin: -35px 0 0 0;

        text-align: left;

        width: 100%;

    }

}

/*collection product*/



h2 {

    color: #fff;

    font-size: 26px;

    font-weight: 300;

    text-transform: uppercase;

    position: relative;

    margin: 0px 0 0px;

}

.carousel {

   margin: 0;

padding:0;

}

.carousel .item {

    color: #747d89;

    min-height: 325px;

    text-align: center;

    overflow: hidden;

}



.carousel .thumb-wrapper {

    padding: 284px 0px 21px 0px;

    background: #000;

    border-radius: 6px;

    text-align: center;

    position: relative;

    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);

}



.carousel .item .img-box {

    height: 120px;

    margin-bottom: 20px;

    width: 100%;

    position: relative;

}



.carousel .item img {

    max-width: 100%;

    max-height: 299%;

    display: inline-block;

    position: absolute;

    bottom: 0;

    margin: 0 auto;

    left: 0;

    right: 0;

}



.carousel .item h4 {

    font-size: 18px;

}



.carousel .item h4,

.carousel .item p,

.carousel .item ul {

    margin-bottom: 5px;

}



.carousel .thumb-content .btn {

    color: #f8c900;

    font-size: 11px;

    text-transform: uppercase;

    font-weight: bold;

    background: none;

    border: 1px solid #f8c900;

    padding: 6px 14px;

    margin-top: 5px;

    line-height: 16px;

    border-radius: 20px;

}



.carousel .thumb-content .btn:hover,

.carousel .thumb-content .btn:focus {

    color: #fff;

    background: #f8c900;

    box-shadow: none;

}



.carousel .thumb-content .btn i {

    font-size: 14px;

    font-weight: bold;

    margin-left: 5px;

}



.carousel .item-price {

    font-size: 13px;

    padding: 2px 0;

}



.carousel .item-price strike {

    opacity: 0.7;

    margin-right: 5px;

}



.carousel-control-prev,

.carousel-control-next {

    height: 44px;

    width: 40px;

    background: #f8c900;

    margin: auto 0;

    border-radius: 4px;

    opacity: 0.8;

}



.carousel-control-prev:hover,

.carousel-control-next:hover {

    background: #78bf00;

    opacity: 1;

}



.carousel-control-prev i,

.carousel-control-next i {

    font-size: 36px;

    position: absolute;

    top: 50%;

    display: inline-block;

    margin: -19px 0 0 0;

    z-index: 5;

    left: 0;

    right: 0;

    color: #fff;

    text-shadow: none;

    font-weight: bold;

}



.carousel-control-prev i {

    margin-left: -2px;

}



.carousel-control-next i {

    margin-right: -4px;

}



.carousel-indicators {

    bottom: -50px;

}



.carousel-indicators li,

.carousel-indicators li.active {

    width: 10px;

    height: 10px;

    margin: 4px;

    border-radius: 50%;

    border: none;

}



.carousel-indicators li {

    background: rgba(0, 0, 0, 0.2);

}



.carousel-indicators li.active {

    background: rgba(0, 0, 0, 0.6);

}



.carousel .wish-icon {

    position: absolute;

    right: 10px;

    top: 10px;

    z-index: 99;

    cursor: pointer;

    font-size: 16px;

    color: #abb0b8;

}



.carousel .wish-icon .fa-heart {

    color: #ff6161;

}



.star-rating li {

    padding: 0;

}



.star-rating i {

    font-size: 14px;

    color: #ffc000;

}



/*collection product*/



/* media start here*/

@media only screen and (max-width:1199px) {

    .form {

        padding-top: 0px;

        text-align: center;

    }

    header .icons {
        color: #f;
        
        margin: 0 7px;
    }

    header p {

        color: #ffffff;

        font-size: 18px;

        opacity: 0.7;

    }

}



@media (min-width:1500px) {

    .navbar-expand-xxl {

        flex-wrap: nowrap;

        justify-content: flex-start;

    }

}



@media only screen and (max-width:767px) {

    .row {

        flex-direction: column;

    }
   .baner {
       
    margin-top: 137px;
    
    }
    .carousel {
        
        margin: 130px 0 50px 0;
    }

    .slider__wrapper {

        display: block;

        text-align: -webkit-center;

        text-align: -moz-center;

    }

    .button {

        width: 48px;

        height: 48px;

        background: rgba(255, 255, 255, 0);

        padding: 5px;

        display: inline-block;

        cursor: pointer;

        transition: all 0.2s ease-in;

        /*padding-top: 8px;*/

        line-height: 8px;

        position: absolute;

        left: 0px;

        top: 0;

        z-index: 201;

        text-align: center;

    }

    .slider__item {

        flex: 0 0 25%;

        max-width: 46%;

    }



    .top-heading {

        text-align: left;

        font-size: 25px;

        width: 100%;

    }



    .col-sm-4 {

        width: 100%;

    }



   .poster {
    text-align: center;
    margin: 50px 0 50px 15px;
    display: block;
    width: 210px;
}



    .poster a {

        font-size: 12px;

        color: #fff;

    }



    .sec-nav {

        text-align: center;

        display: grid;

        padding: 50px 0;

        border-bottom: none;

    }
    .content p {

        /*display: inline-block;*/

        padding: 3px 1px;

        color: #fff;

        border: 1px solid#fff;

        opacity: 0.7;

        border-radius: 5px;

        margin: 13px auto;

    }



    img.banner-img {

        width: 386px;

        margin-top: 100px;

    }



    .form {

        padding-top: 46px;

        text-align: center;

    }



    .form select {

        margin: 20px 2px;

        color: #fff;

        background-color: transparent;

        padding: -2px;

        border: none;

    }

  @media only screen and (max-width:767px) 
      {
  .flex-responsive-1 {
    gap: 100px!important;

}
  }

    /*.poster {*/

    /*    text-align: center;*/

    /*    margin: 50px 0 50px 40px;*/

    /*    display: block;*/

    /*    width: 210px;*/



    /*}*/

  



    .flage {

        text-align: start;

        width: 100%;

    }



    .icons {

        text-align: center;

    }





    .container-fluid {

        text-align: center;

    }



    .content {

        text-align: center;

    }



    .white {

        color: #fff;

        font-size: 15px;

        padding: 0 0;

        text-align: center;

    }



    .img-png {

        padding: 20px 0;

    }



    .sec-nav {

        padding: 0;

    }



    .art {

        text-align: center;

        width: 100%;

        padding: 20px 0;

    }



    .carousel .thumb-wrapper {

        padding: 43px 0px 21px 0px;



    }



    footer h2 {

        color: #fff;

        font-size: 26px;

        font-weight: 300;

        text-align: center;

        padding: 10px 0;

    }



    .canvas h4 {

        font-size: 20px;

        color: #ffffff;

        font-weight: 500;

    }



    .line h2 {

        margin-top: 50px;

        margin-bottom: 20px;

        font-size: 20px;

        color: #ffffff;

        font-weight: 500;

    }



    .top-heading h2 {

        font-size: 22px;

        margin: -10px 0 -24px;

        text-align: center;

        width: 100%;

    }



    .top-heading a {

        font-size: 11px;

    }



    .canvas p {

        font-size: 25px;

        margin-top: 0;


    }



    .top-heading h2 {

        margin: -35px 0 5px;

        text-align: left;

        width: 100%;

    }



    .line {

        margin: 0;

    }



    .contact-info {

        margin-bottom: 0;

        width: 100%;

    }
    div#card {
        
    margin-top: 170px;
    
    }


    .contact-info {

        margin-bottom: 40px;

        width: 100%;

    }



    .contact-form {

        width: 100%;

        margin-bottom: 80px;

    }



    .contact {

        background-image: url(https://postersalon.com/ci/public/images/contactusnew.jpg);

        padding: 20px 0;

        background-position: center;

        background-repeat: no-repeat;

        background-size: cover;

        position: relative;



    }

    div#card {
        
        margin-top: 166px;
    
    }

    hr {
        margin: 0;
    }



    footer#foot {

        text-align: center;

        margin-top: 80px;

    }



    .col-sm-1.flage {

        text-align: end;

    }

    .text-center {
        text-align: center;
    }

}



/*@media only screen and (max-width:709px) {*/

/*    .poster {*/

/*        text-align: center;*/

/*        margin: 50px 0 50px 40px;*/

/*        display: block;*/

/*        width: 190px;*/



/*    }*/

/*}*/



@media only screen and (max-width:654px) {

.poster {
    text-align: center;
    margin: 50px 0 50px 15px;
    display: block;
    width: 210px;
}
}


.col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
    margin: 0 auto;
}


@media only screen and (max-width:599px) {

    .poster {

        text-align: center;

        margin: 50px 0 50px 40px;

        display: block;

        width: 300px;



    }



    .poster p {

        color: #fff;

        font-size: 15px;

        font-weight: normal;

        margin-top: 10px;

    }

}



@media only screen and (max-width:469px) {

    .card {

        width: 323px;

    }

}



@media only screen and (max-width:400px) {

    .card {

        width: 250px;

    }



    .f1 {

        padding: 10px;

    }

}



@media only screen and (max-width:419px) {

    .poster {

        text-align: center;

        margin: 50px 0 50px 0;

        display: block;

        width: 250px;

    }

}



@media only screen and (max-width:380px) {

    .banner-img {

        width: 386px;

        margin-top: 150px;

    }

}



@media only screen and (max-width:349px) {

    .banner-img {

        width: 386px;

        margin-top: 200px;

    }



}



@media only screen and (max-width:575px) {

    .top {

        text-align: center;

    }



    footer {

        text-align: center;

        width: 100%;

    }



    .search input {

        width: 200px;

        text-align: center;

    }



    .menu {

        text-align: center;

        width: 100%;

    }



    .nav {

        text-align: center;

        width: 100%;

    }



    .flage {

        text-align: center;

        width: 100%;

    }



    .button {

        text-align: center;



    }

}



/*collection page*/

@media only screen and (max-width:439px) {

    header p {

        font-size: 14px;

    }

    .pagination {

        padding: 0;

        text-align: center;

    }



    .pagination a {

        color: rgb(255, 255, 255);

        float: none;

        padding: 3px 0px;

        text-decoration: none;

        margin: 0 12px;

    }

}




@media only screen and (min-width: 390px) {

    .carousel .thumb-wrapper {

        padding: 243px 0px 21px 0px;

        background: #000;

        border-radius: 6px;

        text-align: center;

        position: relative;

        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    }

}


@media screen and (min:width:767px)and(max-width:825px){

.flex-responsive-1 {
    gap: 100px!important;
}

a.hide_arrow1 {
    display: none!important;
}
}

@media screen and (min:width:900px)and(max-width:1030px){

 .flex-responsive-1 {
    gap: 150px!important;
}   
    a.hide_arrow1 {
    display: none!important;
}
}

.Delivery.Address {
    background-color: #F4D03F;
    margin-top: 34px;
    padding: 10px 17px;
}
.order_text {
    background-color: #F4D03F;
    padding: 8px;
    margin: 15px 0;
}
.Delivery.Address h3 {
    color: #000;
    font-size: 20px;
}
.order_text h3 {
    font-size: 18px;
    color: #000;
}
.deliviry_2 {
    background-color: #fff;
    color: #000;
    padding: 5px 8px;
    font-size: 12px;
    margin-right: 20px;
    border-radius: 3px;
}
span.Payment_text {
    color: #000;
    background-color: #EBEBEB;
    padding: 2px 8px;
    border-radius: 2px;
    margin-right: 11px;
}

img#firstImage{
margin: 0 !important;
width: 80% !important;
}

#fourthImage{
margin-left: 0 !important;
}


@media (max-width: 767px){
.col-sm-7.responsive_align_img{
  width: 100% !important;
}

.col-sm-7.responsive_align_img + .col-sm-5.ps-4{
width: 100% !important;
}

}
