@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');



:root {
  --blue: #0f70c0;
  --black: #333; 
  --green: #108a2c; 
}

.tc_blu, .carousel.slide button{
	color: var(--blue);
}

.tc_lblk{
	color: var(--black);
}

body {
    max-width: 567px;
    margin: auto;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px; 
}

a{
	text-decoration: none;
	transition: 0.6s all;
}

.sg_slider_img img {
    /*height: 170px;*/
    object-fit: contain;
}

.sg_prdt_img_div{
    /*height: 100%;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    background: #f1f1f1;
}

.sg_prdt_img_div .sg_prdt_img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.sg_prdt_img_div .sg_prdt_img img {
    object-fit: contain;
}

.text-success { 
    color: #70d170 !important;
}

.carousel.slide button i {
    background-color: #ffffff8a;
    border: 1px #0f70c0 solid;
    box-shadow: 0px 0px 2px 0px #0000004a;
}

.carousel-control-prev {
    left: -10px;
}

.carousel-control-next {
    right: -10px;
}

.prdt_tlt {
    font-size: 14px;
        font-weight: 500;
        transition: 0.6s all;
}

a .prdt_tlt:hover{
	color: var(--blue);
}

.sg_cata_name:hover{
	color: var(--black);
}

.price {
    font-size: 20px;
    font-weight: 500;
}

.price del {
    font-weight: 400;
    font-size: 14px;
}

.sg_add_cart{
background-color: var(--blue);
    color: white;
    font-size: 12px;
    padding: 2px 7px;
    border-radius: 4px;
    font-weight: 400;
    transition: 0.6s all;
}
.sg_buy_now {
    background-color: var(--green);
}

.sg_remove_cart {
    background: #ed1010;
}

.sg_single_prdt .sg_add_cart{
font-size: 14px;
}

.sg_add_cart:hover{
	background-color: var(--black);
	color: white;
}

.sg_shadow {
/*box-shadow: 0px 0px 2px 1px #f5f5f5bf;*/
    border: 1px #a1a1a117 solid;
    overflow: hidden;
}

.sg_cata_name {
    font-size: 12px;
}

.sg_user_id {
    font-weight: 600;
    margin-right: 8px;
    font-size: 14px;
    padding-left: 5px;
}

.sg_user_id i {
    margin-right: 2px;
}

.carousel-indicators { 
    margin-bottom: -20px; 
}

.carousel-indicators button {
    background-color: #0f70c0 !important;
}




.sg_filter input, .sg_filter select {
    font-size: 12px;
    padding: 4px 6px;
    line-height: initial;
    border-radius: 1px;
}

.sg_filter input, .sg_filter select {
    font-size: 12px;
    padding: 4px 6px;
    line-height: initial;
    border-radius: 1px;
        height: 30px;
}
 
.sg_filter .input-group button {
    font-size: 13px;
    width: 35px;
    padding: 0;
    border: 1px #0f70c0 solid;
    color: #fff;
    background: var(--blue);
     border-radius: 1px;
}

.sg_filter_btn {
    color: #fff;
    background: var(--blue);
    font-size: 14px;
    padding: 0px 9px;
    height: 30px;
    border-radius: 1px;
    width: 100%;
}

.sg_filter_btn:hover,.sg_filter_btn:focus{
	    color: #fff;
    background: var(--black);
}

.sg_filter h4, .sg_sec_heading {
    font-size: 18px;
    border-bottom: 1px #0f70c0 solid;
    padding-bottom: 6px;
    width: fit-content;
    padding-right: 10px;
}

.sg_single_prdt .prdt_tlt {
    font-size: 20px; 
}

.sg_prdt_review i.bi.bi-star-fill {
    color: #ff6e08;
}

.sg_prdt_review i { 
    font-size: 13px;
}

.sg_single_prdt .sg_prdt_review i {
    font-size: 14px;
}

.sg_prdt_review {
    margin-top: -3px;
    margin-bottom: 5px;
}

.sg_single_prdt .sg_prdt_review {
    margin: unset;
}

.sg_header {
border-bottom: 2px #8080802b solid;
    padding: 10px 0px;
    position: fixed;
    max-width: 567px;
    z-index: 9;
    background: white;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -0%);
    width: 100%;
}

.sg_filter {
padding: 10px 7px;
    top: 64px;
    border-bottom: 2px #d9d9d9 solid;
    position: fixed;
    max-width: 567px;
    background: white;
    left: 50%;
    transform: translate(-50%, -0%);
    z-index: 99;
    width: 100%;
}

.sg_content_body {
    margin-top: 73px;
}

.sg_content_body_home {
    margin-top: 112px;
}

.sg_show_filter {
    font-weight: 500;
    color: var(--black) !important;
}

.sg_back_btn {
    font-weight: 500;
}

a.sg_menu_cart {
    padding: 0px;
    font-size: 18px;
    line-height: 0;
    color: var(--black);
    position: relative;
}

a.sg_menu_cart:hover { 
    color: var(--blue);
}
 

.sg_menu_cart span {
    position: absolute;
    font-size: 9px;
    right: -16px;
    top: -3px;
    background-color: var(--blue);
    width: 17px;
    height: 17px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-weight: 600;
    line-height: 2px;
}

.nav-link{
	color: var(--blue);
}

.icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.icon-sm {
    width: 20px;
    box-shadow: none;
    border-radius: 8px;
    padding: 3px 0px;
    font-size: 12px;
    font-weight: 500;
    border: 0.1px #dddddd solid;
    background: whitesmoke;
}

.quantity-field {
    width: 70px;
    border: 0.1px #dddddd solid;
    margin: 0px 10px !important;
    box-shadow: none;
    border-radius: 3px !important;
    padding: 4px 0px;
    font-size: 14px;
    font-weight: 500;
}

.sg_cart_page .quantity-field {
    width: 40px;
    border: 0.1px #dddddd solid;
    margin: 0px 4px !important;
    box-shadow: none;
    border-radius: 3px !important;
    padding: 3px 0px;
    font-size: 12px;
    font-weight: 500;
}

.sg_cart_page  .price{
font-size: 14px;
}

.sg_remove_prdt {
    opacity: 0.5;
    transition: 0.6s all;
    padding: 1px 3px;
    border-radius: 3px;
    top: 10px;
    right: 10px;
}

 .sg_remove_prdt {
 	opacity: 0.5;
 	transition: 0.6s all;
 }

 .sg_remove_prdt:hover{
 	opacity: 0.9;
 }

.sg_cart_tlt {
    background-color: #ebebeb;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sg_cart_tlt h5{
	font-size: 16px;
    font-weight: 600;
}

.sg_checkout_btn{
	    background-color: var(--blue);
    color: white;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: 400;
    transition: 0.6s all;
}

.sg_checkout_btn {
    background-color: var(--blue);
    color: white;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 4px;
    font-weight: 400;
    transition: 0.6s all;
    display: block;
}

.sg_cart_prdt .prdt_tlt {
    /*font-size: 14px;*/
    /*font-weight: 500; */
}

.sg_checkout_btn:hover {
    background-color: var(--green);
    color: white; 
}

.sg_cart_prdt{

}

.sg_checkout_page input, .sg_checkout_page select {
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 10px;
    border-radius: 3px;
    padding: 6px 6px;
}

.sg_checkout_prdt_detail h6 {
    font-size: 14px;
    color: var(--black);
}

.sg_checkout_prdt_detail {
    border-bottom: 1px whitesmoke solid;
}

.sg_checkout_prdt_detail span {
    font-weight: 500;
}

@media(min-width:566px){
    body { 
        /*border: 1px #f1f1f1 solid;*/
    }
}

@media(min-width:450px){
    .sg_prdt_img_div .sg_prdt_img img { 
    width: 125px !important;
}
}