

.product-gallery{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.main-image-container{
    width:100%;
    max-width:420px;
    overflow:hidden;
    border-radius:30px;
    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);
    border:1px solid rgba(255,255,255,0.15);
    box-shadow:0 20px 50px rgba(0,0,0,0.15);
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
}

.main-product-image{
    width:90%;
    transition:transform 0.5s ease;
    cursor:zoom-in;
}

/* Zoom Effect */
.main-image-container:hover .main-product-image{
    transform:scale(1.35);
}

/* Thumbnail Images */

.thumbnail-container{
    margin-top:20px;
    display:flex;
    gap:15px;
    justify-content:center;
    flex-wrap:wrap;
}

.thumb{
    width:75px;
    height:75px;
    object-fit:cover;
    border-radius:18px;
    padding:6px;
    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(20px);
    border:2px solid transparent;
    cursor:pointer;
    transition:0.3s ease;
    box-shadow:0 8px 20px rgba(0,0,0,0.15);
}

.thumb:hover{
    transform:translateY(-6px) scale(1.05);
    border-color:#3cb371;
}

.active-thumb{
    border-color:#3cb371;
    box-shadow:0 0 20px rgba(60,179,113,0.5);
}

/* Mobile Responsive */

@media(max-width:768px){

    .main-image-container{
        height:320px;
        border-radius:25px;
    }

    .thumb{
        width:60px;
        height:60px;
    }

}
@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/
.shake {
  animation: shake 0.5s;
}

@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}
* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}
#myupid{
    display: none;
}

#body_css{
    background-color: white;
}
#upiIdButton{
    border: 2px solid black;
    width: 20%;
    height: 40px;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    background-color: white;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color:black;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}
#miniHeadingSection{
    display: none;
}

#androidsubheadingactive{
           display: none;
        width: 100%;
        height: 30px;
        padding-top: 0%;
        margin-left: 0%;




    }
      #androidsubheadingactive button{
        background-color: inherit;
        font-size: 16px;
        height: 40px;
        width: 100px;
        margin-top: 2%;
        color: black;
        font-weight: bolder;
        float: right;

    }

    .sticky-footer{
    position:fixed;
    bottom:0;
    left:0;
    width:15%;
    margin-left: 85%;
    background:#fff;
    display:flex;
    gap:10px;
    box-shadow:0 -2px 10px rgba(0,0,0,0.15);
    z-index:9999;
    box-sizing:border-box;
    border-radius:0px;
}
.sticky-footer button{
    flex:1;
    border:none;
    width: 40%;
    padding:14px 10px;
    font-size:15px;
    font-weight:bold;
    border-radius:0px;
    cursor:pointer;
}

#androidsubheadinginactive{
        width: 100%;
        height: 40px;
        text-align: right;
        padding-top: 0%;
        margin-left: 55%;
   

}
#androidsubheadinginactive button{
         background-color: inherit;
        margin-left: 0.5%;
        font-size: 15px;
        height: 40px;
        font-weight: bolder;

    }
   

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}
.thumb {
    cursor: pointer;
    opacity: 0.7;
}

.active-thumb {
    opacity: 1;
    border: 2px solid #007bff;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.google-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    color: #333333;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.google-btn img {
    width: 30px;
    margin-right: 10px;
}

.google-btn:hover {
    background-color: #f1f1f1;
}


.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}


button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 95px;
    padding-bottom: 0px;
}

.box_main:hover{
    cursor: pointer;
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.padding_0 {
    padding: 0px;
}


/* banner bg main start */

.banner_bg_main {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    margin-bottom: 3%;
    background-size: cover;
}

.banner_bg_main_product {
    width: 100%;
    float: left;
    
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 3%;
}



/* banner bg main end */


/* header top section start */

.header_section_top {
    width: 100%;
    float: left;
    margin: 0px;
    background-color: green;
    height: auto;
    padding: 10px 0px;
}

.custom_menu {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.custom_menu ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.custom_menu li {
    float: left;
    font-size: 16px;
    color: #f1f1f1;
    padding: 6px 10px 0px 10px;
}

.custom_menu li a {
    color: #f1f1f1;
}

.custom_menu li a:hover {
    color: green;
}


/* header top section end */


/* logo section start */

.logo_section {
    width: 100%;
    float: left;
}

.logo {
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 0px;
}


/* logo section end */


/* header section start */

.header_section {
    width: 100%;
    display: flex;
    
}

.containt_main {
    display: flex;
}


/* opennav bar start */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: green;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}


.toggle_icon {
    cursor: pointer;
    color: #ffffff;
    order: 2;
    height: 60px;
    padding-top: 0.5%;
}

.header_box {
    order: 2;
    display: flex;
    width: 100%;

}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    margin-left: 30px;
    order: 2;
}

.btn-secondary {
    color: #fff;
    background-color: #30302e;
    border-color: #30302e;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #30302e;
    border-color: #30302e;
}

.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}


/* opennav bar end */


/* Styles for wrapping the search box start */

.main {
    flex: 1;
    margin: 0px 30px;
    display: inline-block;
    order: 2;
}


/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.left_con{
    width: 60%;
    display: flex;
    float: left;


}
.toggle_icon{
        display: none;
    }
/* Styles for wrapping the search box end */

.login_menu {
    display: flex;
    text-align: right;
    float: right;
     width: 40%;
     margin-top: 0%;


}

.login_menu ul {
    margin: 0px;
    padding: 0px;
}

.login_menu li {
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 10px;
    padding-top: 4px;
}

.login_menu li a {
    color: black;
    font-weight: bolder;
}

.login_menu li a:hover {
    
}

.padding_10 {
    padding-left: 10px;
}


/* flage css start */

.lang_box {
    display: flex;
    float: right;
    background: #fff;
    border-radius: 5px;
    margin-right: 20px;
}

.nav-link {
    display: block;
    padding: .4rem 1rem;
}

a:hover {
    
    text-decoration: underline;
}


/* flage css end */


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 120px;
}

.banner_taital {
    width: 100%;
    font-size: 30px;
    color: black;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.buynow_bt {
    width: 170px;
    margin: 0 auto;
    padding-top: 30px;
}
#expand_p{
    color: white;
    width: 30%;
}
.buynow_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: darkgreen;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid darkgreen;
}

.buynow_bt a:hover {
  
}

#my_slider a.carousel-control-next {
    right: 0px;
    top: 40px;
}

#my_slider a.carousel-control-prev {
    left: 0px;
    top: 40px;
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
    width: 45px;
    height: 45px;
    background: rgb(242, 222, 172, 0.80);
    opacity: 1;
    font-size: 20px;
    color: #000;
    border-radius: 100px;
}

#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
    color: #fff;
}


/* banner section end */


/* fashion section start */

.fashion_section1 {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.fashion_taital {
    width: 100%;
    font-size: 25px;
    color: black;
    margin-top: 3%;
    text-align: center;
    font-weight: bold;
}

.fashion_section_2 {
    width: 100%;
    margin-top: 50px;
}
#buy_btn:hover{
    cursor: pointer;
}

.box_main {
    width: 100%;
    background-color: #ffffff;
    height: auto;
    padding: 20px;
    border: 2px solid brown;
    margin-bottom: 20px;
}

.shirt_text {
    width: 100%;
    font-size: 12px;
    color: black;
    text-align: center;
    font-weight: bold;
    padding-bottom: 5px;
}

.price_text {
    width: 100%;
    font-size: 12px;
    color: brown;
    text-align: center;
    margin: 0px;
    font-weight: bolder;
}

.tshirt_img {
    width: 100%;
    text-align: center;
    
}
#p_desc{
    margin-left: 40%;
    margin-top: 10%;
    margin-bottom: 5%;
}
#p_adv_banner{
    height: 95%;
    width: 840px;
    background-image: url('../images/p_banner.png');
    background-size: cover;
}
#p_adv_banner p{
    font-size: 25px;
    font-weight: bold;
    margin-left: 40%;


}

.btn_main {
    width: 100%;
    display: flex;
    text-align: center;
}

.buy_bt {
    float: left;
    width: 60%;
    margin-left: 20%;
    height: 40px;
    padding-top: 2%;
    background-color: green;
}

.buy_bt a {
    width: 100%;
    font-size: 16px;
    color: #f26522;
    background-color: transparent;
    text-align: right;
    font-weight: bold;
}

.buy_bt a:hover {
   

}

.seemore_bt {
    width: 100%;
    float: right;
    text-align: right;
}

.seemore_bt a {
    width: 100%;
    font-size: 16px;
    color: #262626;
    background-color: transparent;
    text-align: right;
}

.seemore_bt a:hover {
   
}

#main_slider a.carousel-control-next {
    right: 615px;
    top: 105%;
}

#main_slider a.carousel-control-prev {
    left: 615px;
    top: 105%;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background-color: #30302e;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
  

}


/* fashion section end */


/* electronic section start */

.electronic_img {
    width: 100%;
    text-align: center;
    margin: 50px 0px;
    min-height: 293px;
}

#electronic_main_slider a.carousel-control-next {
    right: 615px;
    top: 105%;
}

#electronic_main_slider a.carousel-control-prev {
    left: 615px;
    top: 105%;
}

#electronic_main_slider .carousel-control-next,
#electronic_main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background-color: #30302e;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#electronic_main_slider .carousel-control-next:focus,
#electronic_main_slider .carousel-control-next:hover,
#electronic_main_slider .carousel-control-prev:focus,
#electronic_main_slider .carousel-control-prev:hover {
    color: #fff;
    background-color: #f26522;
}


/* electronic section end */


/* jewellery section start */

.jewellery_section {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.jewellery_img {
    width: 100%;
    text-align: center;
    margin: 50px 0px;
    min-height: 293px;
}

#jewellery_main_slider a.carousel-control-next {
    right: 615px;
    top: 75%;
}

#jewellery_main_slider a.carousel-control-prev {
    left: 615px;
    top: 75%;
}

#jewellery_main_slider .carousel-control-next,
#jewellery_main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background-color: #30302e;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#jewellery_main_slider .carousel-control-next:focus,
#jewellery_main_slider .carousel-control-next:hover,
#jewellery_main_slider .carousel-control-prev:focus,
#jewellery_main_slider .carousel-control-prev:hover {
   
}


/* loader bar css start */

.loader_main {
    width: 100%;
    text-align: center;
    margin-top: 140px;

}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #414744;
    border-right: 16px solid #f26522;
    border-bottom: 16px solid #414744;
    border-left: 16px solid #f26522;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 6s linear infinite;
    margin: 0 auto;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* loader bar css end */


/* jewellery section end */


/* footer section start */


/* footer section start */

.footer_section {
  
}

.footer_logo {
    width: 100%;
    text-align: center;
}

.input_bt {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    border-bottom: 1px solid #ffffff !important;
}

.mail_bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fff;
    background-color: transparent;
    padding: 5px 0px 5px 0px;
    height: 60px;
    border: 0px;
}

input.mail_bt::placeholder {
    color: #fff;
}

.subscribe_bt {
    width: 30%;
    float: right;
    font-size: 16px;
    color: #f26522;
    background-color: transparent;
    padding: 20px 0px 5px 0px;
    border-radius: 30px;
    border: 0px;
    text-transform: uppercase;
    text-align: right;
}

.subscribe_bt a {
    color: #f26522;
}

.subscribe_bt a:hover {
    

}

.footer_menu {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.footer_menu li {
    float: left;
    font-size: 16px;
    color: #f1f1f1;
    padding: 20px 10px 0px 10px;
}

.footer_menu li a {
    color: #f1f1f1;
}

.footer_menu li a:hover {
    

}

.location_main {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
}

.location_main {
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 30px 30px 30px 30px;
}

.location_main a {
    color: #ffffff;
}

.location_main a:hover {
   
   
}


#order_tag{
    margin-top: 2%;
    margin-left: 5%;
    font-weight: bold;
    display: none;
}

/* footer section end */
#order_all_list_display, #order_all_list_delieverd_display{
    width: 90%;
    margin-left: 5%;
    margin-top: 1%;
    background-color: whitesmoke;
    font-size: 15px;
}

#nocart,#nocartandroid,#noorder,#noorderandroid{
    text-align: center;
   
}
#gif_css{
    height: 200px;
}
#nocart p{
     font-size: 30px;
     font-weight: bold;
     margin-top: 10%;
}
#noorder p{
     font-size: 30px;
     font-weight: bold;
     margin-top: 10%;
}
#noorderandroid p{
     font-size: 30px;
     font-weight: bold;
     margin-top: 10%;
}
    
#nocartandroid p{
     font-size: 30px;
     font-weight: bold;
     margin-top: 10%;
}
/* copyright section start */

.copyright_section {
    width: 100%;
    text-align: center;
    height: auto;
    margin: 0;
    margin-bottom: 5%;
}
#upiLink{
    display: none;
}


.copyright_text {
    width: 100%;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin: 20px 0px;
    margin-bottom: 10%;
    height: auto;
}
.copyright_section button{
    background-color: inherit;
    color: black;
    font-weight: bold;
    padding-left: 2%;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #f26522;
}

.margin_top90 {
    margin-top: 90px;
}


/* copyright section end */

.accountmodal {

  display: none;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#address_card{
    height: 90px;
    width: 100%;
    text-align: center;
    
}
#copy_web{
    display: none;
}
#address_button{
    background-color: red;
    height: 30px;
    width: 24%;
    color: white;
    font-weight: bolder;
}
#cart_card_left_android{
    display: none;
}
#nodiscount{
    display: none;
}
.loadingmodal {

  display: none;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.ordermodal {

  display: none;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 10px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
#timer_timer{
    font-weight: bolder;
    font-size: 37px;
    color: blue;
}
#paymnet_amount_gpay{
    font-size: 20px;
    font-weight: bold;
    padding-top: 2%;
}
.paymentmodal {

  display: none;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#login_con{
    text-align: center;
}
#signup_con{
    text-align: center;
}
input{
    width: 70%;
    height: 40px;
    margin-bottom: 1%;
}
#new_user_btn{
    width: 100%;
    background-color: inherit;
    font-weight: bold;
}
#login_button{
    height: 40px;
    width: 40%;
    margin-bottom: 4%;
    margin-top: 2%;
    background-color: #252525;
    color: white;
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
  text-align: right;
}
.loadingmodal-content {
  border: none;
  margin: auto;
  padding: 40px;
  width: 40%;
  text-align: center;
  background-color: none;
}
.ordermodal-content {
  border: none;
  width: 40%;
  text-align: center;
  background-color: white;
  margin: auto;
}
.paymentmodal-content {
  border: none;
  margin: auto;
  width: 30%;
  height: 600px;
  text-align: center;
  background-color: white;
}

#gpay_image{
    height: 300px;
    width: 280px;
}


.addressmodal {
    display: none;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
.addressmodal-content {
  border: none;
  margin: auto;
  padding: 5px;
  width: 80%;
  text-align: center;
  background-color: white;
}
#submit_btn{
    width: 20%;
    color: #ffffff;
    background-color: #252525;

}

/* The Close Button */
.close {
  color: black;
  font-size: 40px;
  font-weight: bolder;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#product_description{
    
    height: 580px;
     margin-top: 5%;
    
}
#product_description_right{
    height: 400px;
    width: 50%;
    display: inline-block;
    float: right;


}
#product_description_left{
    height: 400px;
    width: 50%;
    display: inline-block;
    float: left;
}
#order_btn{
    background-color: #252525;
    color: white;
    display: none;

}
#close_btn{
    width: 25%;
    background-color: red;
    color: white;
    height: 40px;
    border-radius: none;
    font-weight: bolder;
    margin-bottom: 2%;
}
#cart_btn{
    margin-left: 20%;
    background-color: red;
    color: white;
    font-weight: bold;
    width: 100px;
}
#product_description_left button{
    width: 50%;
    height: 45px;
    margin-top: 2%;
    margin-left: 25%;
}
#product_description_image{
    width: 75%;
    height: 100%;
    margin-left: 12%;
    box-shadow: 2px 2px 8px 2px #888888;
}
#cart_card{
    margin-top: 10%;
   background-color: white;
   box-shadow: 2px 2px 8px 2px #888888;
   height: 450px;

}
#payment_table{
    width: 80%;
    margin-left: 10%;
}
#car_con{
    width: 100%;
}
button{
    border-radius: 10px;
}
#cart_card_right{
    display: inline-block;
    float: right;
    width: 20%;
    margin-right: 0%;
    height: auto;
    border: 1px solid black;
    text-align: center;
    margin-top: 1%;
    padding-bottom: 3%;
    
}
#checkbox_id{
    height: 20px;
    width: 10%;
    margin-bottom: 5%;
    
}
#android_payment{
        display: none;
    }
    #pay_redirect{
        display: block;
        font-weight: normal;
    }
    #pay_redirect p{
        font-weight: normal;
    }

#checkout_button{
    width: 50%;
    height: 50px;
    background-color: darkorange;
    color: white;
    

}
#continue_button{
    width: 80%;
    margin-top: 2%;
    height: 50px;
    background-color: darkgreen;
    color: white;
}
#cart_card_right p{
   font-weight: bold; 

}
#cart_card_left{
    display: inline-block;
    float: left;
    width: 80%;
   height: 450px;
    overflow-y: scroll;

}
#order_card_left_android{
    display: inline-block;
    float: left;
    width: 100%;
   height: auto;
    overflow-y: scroll;
    display: none;

}
#order_card_left{
    display: inline-block;
    float: left;
    width: 100%;
   height: 450px;
    overflow-y: scroll;

}
#more_product_con{
    width: 100%;
    text-align: center;
    margin-left: 0%;

}
#more_product_con button{
    width: 20%;
    height: 40px;
    color: #ffffff;
    background-color: #252525;
}
#blog_container{
    height: 300px;
    background-color:whitesmoke ;
    margin-top: 2%;
}
#blog_container_right{
    display: inline-block;
    float: right;
    width: 60%;
    height: 250px;
    margin-top: 2%;

}
#blog_container_left{
    display: inline-block;
    float: left;
    width: 40%;
    margin-top: 2%;

}


#blog_container_left img{
    height: 250px;
    margin-left: 25%;
}

#video_container video{
    height: 400px;

}
#video_container {
    text-align: center;
    margin-top: 1%;
     display: none;
}

#product_heading1,#product_heading2,#product_heading3,#product_heading4,#product_heading5{
    font-weight: bold;
    font-size: 30px;
    line-height: 1.3;
}
#product_speciifcation_table table{
    margin-top:2%;
    border: 0px;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 2%;
}
#product_speciifcation_table table tr{
    height: 30px;
}
#product_speciifcation_table{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding-bottom: 5%;


}


