    body {
        /*			background-color: 36bce9;*/
    }
    
    .mainTextBlock {
        margin-left: auto;
        margin-right: auto;
        max-width: 640px;
        /*			background-color: black;*/
        background-color: white;
        border-radius: 10px;
    }
    
    .firstSect .mainTextBlock {
        background: #e3f2fda1;
    }
    
    .firstSect .text {
        padding: 20px;
        margin-bottom: 20px;
        color: rgb(34, 34, 34);
        font-family: Montserrat, sans-serif;
        font-size: 15px;
        line-height: 1.42857;
        text-align: left;
    }
    
    .mainHedText {
        padding: 10px 15px 5px 15px;
        margin-bottom: 5px;
        color: rgb(34, 34, 34);
        font-family: Montserrat, sans-serif;
        font-size: 25px;
        line-height: 1.42857;
        text-align: center;
    }
    
    .hedText {
        padding: 30px 15px 5px 15px;
        margin-bottom: 20px;
        color: rgb(34, 34, 34);
        font-family: Montserrat, sans-serif;
        font-size: 25px;
        line-height: 1.42857;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 640px;
    }
    .cardText {
        padding: 40px 10px 20px 10px;
        margin-bottom: 20px;
        color: rgb(34, 34, 34);
        font-family: Montserrat, sans-serif;
        font-size: 16px;
        line-height: 1.42857;
        text-align: left;
    }
    .pImg {
        padding: 0px 8px;
        margin-bottom: -15px;
        text-align: center;
    }
    .img {
        /*			box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;*/
        max-width: 640px;
        /*    		width: 1024px;*/
        /*    		border-radius: 30px;*/
        padding: 0px 0px 25px 0px;
    }
    
    .cardImg {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
        max-width: 100%;
        /*    		width: 1024px;*/
        border-radius: 20px;
        /*    		padding: 0px 0px 25px 0px;*/
    }
    .block {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .background {
        /*			width: 512px;*/
        padding-bottom: 15px;
        /*    		background-color: aqua;*/
    }
    .list {
        list-style-type: none;
        font-size: 15px;
        color: rgb(34, 34, 34);
        font-family: Montserrat, sans-serif;
        line-height: 30px;
        padding-right: 20px;
        padding-bottom: 35px;
    }
    
    .firstSect {
        margin-left: auto;
        margin-right: auto;
        max-width: 640px;
        /*			box-shadow: rgb(0 0 0 / 13%) 0px 0 15px 0px;*/
        margin-bottom: 80px;
        border-radius: 15px;
    }
    /*	.secSect
    		{
    			padding: 5px 0px 0px 0px;
    		    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    		    margin-bottom: 80px;
    		    margin-top: 80px;
    		}*/
    
    /*Drop text*/
    #flip,
    #flip2 {
        /*			border-bottom: 2px solid #ccc !important;*/
        /*			border-color: #222222 !important;*/
    }
    
    #flipMenu,
    #flip,
    #flipMenu2,
    #flip2 {
        padding: 20px 20px 20px 0px;
        color: rgb(34, 34, 34);
        font-family: Montserrat, sans-serif;
        font-size: 20px;
        text-align: center;
    }
    
    #flipMenu,
    #flipMenu2 {
        /*		  	padding: 50px;*/
        display: none;
        will-change: transform;
        transition: transform 0.3s ease;
    }
    
    .flip-wrapp {
        background: #e3f2fda1;
        border-radius: 10px;
    }
    
    .dropTextList {
        list-style-type: none;
        font-size: 15px;
        color: rgb(34, 34, 34);
        font-family: Montserrat, sans-serif;
        line-height: 30px;
        padding-right: 20px;
        text-align: left;
        padding-left: 25px;
    }
    
    /* styles.css */
    /*.dropdown {
        position: relative;
        display: inline-block;
    }*/
    
    .dropdown-toggle-poductCart {
        background-color: #3498db;
        color: white;
        padding: 10px 20px;
        border: none;
        cursor: pointer;
        font-size: 20px;
        font-family: Montserrat, sans-serif;
        border-radius: 5px;
        text-transform: uppercase;
    }
    
    .icon1-poductCart {
        display: inline-block;
        will-change: transform;
        transition: transform 0.3s ease;
    }
    .icon2-poductCart {
        display: inline-block;
        will-change: transform;
        transition: transform 0.3s ease;
    }
    
    .dropdown-menu-poductCart {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        list-style-type: none;
        padding: 10px 0;
        margin: 0;
        width: 200px;
    }
    
    .dropdown-menu-poductCart li {
        padding: 8px 16px;
        text-decoration: none;
        display: block;
        color: #333;
    }
    
    .dropdown-menu-poductCart li:hover {
        background-color: #f1f1f1;
    }
    
    .dropdown-poductCart.open-poductCart .dropdown-menu-poductCart {
        display: block;
    }
    
    .dropdown-poductCart.open-poductCart .icon1-poductCart {
        transform: rotate(180deg);
    }
    
    .dropdown2-poductCart.open2-poductCart .icon2-poductCart {
        transform: rotate(180deg);
    }
