@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!important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px!important;
    padding-top: 66px!important;
    background: white;
}

a{
	text-decoration: none;
	transition: 0.6s all;
}

.btn:hover, .btn:focus, .btn.focus{
color:white;
}

.sg_slider_img img,#product_gallery .carousel-inner > .item,#product_gallery .carousel-inner > .item > img {
height: 30vh !important;
    object-fit: contain !important;
    object-position: center !important;
    width: 100% !important;
    background: #f9f9f9;
    line-height: initial;
}

.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%;
    position: relative;
}

.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: 18px;
    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 !important;
}

.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;
    margin-left: 10px;
}

.sg_header {
position: fixed;
    max-width: 567px;
    z-index: 9;
    background: white;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -0%);
    width: 100%;
}

.sg_header_bdr {
    border-bottom: 2px #8080802b solid;
    padding: 10px 0px;
}

.sg_filter {
border-bottom: 2px #d9d9d9 solid;
    position: relative;
    max-width: 555px;
    background: white;
    left: 50%;
    transform: translate(-50%, -0%);
    z-index: 99;
    width: 100%;
position: fixed;
    top: 64px;
    padding: 10px 6px;
}

.sg_content_body {
    //margin-top: 40px;
}

.sg_content_body_home {
   margin-top: 50px;
}

.sg_show_filter {
    font-weight: 500;
    color: var(--black) !important;
}

.sg_back_btn {
font-weight: 500;
    margin-top: 6px;
    display: block;
}

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: 5px;
    padding: 0px 0px 0px;
    font-size: 14px;
    font-weight: 500;
    border: 0.1px #dddddd solid;
    background: whitesmoke;
    height: 20px;
    line-height: 1.1px;
}

.quantity-field {
    width: 45px;
    border: 0.1px #dddddd solid;
    margin: 0px 5px !important;
    box-shadow: none;
    border-radius: 3px !important;
    padding: 2px 0px;
font-size: 12px;
    font-weight: 500;
    height: 21px;
}

.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;
}

div#messages .alert.fade.in {
opacity: 1;
    margin-top: 6px;
    margin-bottom: 5px;
}

.page-header.action{
display:none;
}

a.close {

}

p.instock.availability {
    display: none;
}

.price_color {
    color: var(--blue);
}

a:hover, a:focus {
    text-decoration: none;
}

form#add_to_basket_form {
    margin-bottom: auto;
}

.carousel-indicators {
    margin: auto;
}

.carousel {
    margin-bottom: auto;
}

.thumbnail {
    border: 0;
    padding: 0px;
    border-radius: 0px;
}

.breadcrm {
    margin-top: 73px;
}

.checkout_page_input input, .checkout_page_input select {
    padding: 4px 9px !important;
    height: auto;
    font-size: 13px;
    margin-bottom: 8px;
}

label {
    font-weight: 500;
    font-size: 13px;
}

input#samebillingadd {
    height: 15px;
    padding: 0px 0px !important;
    position: relative;
    top: -2px;
    width: 15px;
}

.basket-items img {
    width: 100%;
    height: 120px;
    margin-bottom: 8px;
    object-fit: contain;
}

.checkout-quantity .input-group input[type="number"][id*="quantity"] {
     /*max-width: initial;
    width: 70px;
    margin: auto;
    display: block;*/
}

.basket-items {
    padding: 0px;
    background: none !important;
    border: none;
    margin-bottom: 0px;
}

.checkout-quantity .input-group {
    max-width: initial;
    display: grid;
    grid-template-columns: 30px 60px 30px;
}

/* Chrome, Safari, Edge, Opera */
input.quantity-field::-webkit-outer-spin-button,
input.quantity-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.quantity-field {
  -moz-appearance: textfield;
}

.checkout-quantity input {
    padding: 4px 6px;
    height: 22px;
    font-size: 12px;
    border-radius: 3px 0px 0px 3px;
    border: 1px #e7e7e7 solid;
    box-shadow: none;
    max-width: 50px !important;
    width: 100% !important;
    line-height: 1px;
    text-align: center;
}

.checkout-quantity .input-group .input-group-btn {
    min-width: auto;
}

.checkout-quantity {
    width: fit-content;
    margin: auto;
}

.checkout-quantity button.btn.btn-default {
  background: #e7e7e7;
    border: none;
    height: 22px;
    margin-left: -3px;
    border-radius: 0px 3px 3px 0px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0px 5px 1px;
    line-height: 5px;
}

.basket-items .price {
    font-size: 17px;
    font-weight: 500;
}
.tab-content>.active {
    opacity: 1;
}


    .sg_prdt_img_div .sg_prdt_img img {
        left: 7px;
        position: relative;
    }

    header.sg_header.fix-nav {
    position: fixed;
}

.sg_filter.fix-nav{
position: fixed;
top: 64px;
/*padding: 10px 7px;*/
}
a.close {
    z-index: 9999;
    position: relative;
}

.checkout_page_input .form-group {
    margin-bottom: 10px;
}

.checkout_page_input .form-group select, .checkout_page_input .form-group input {
    width: 100% !important;
    max-width: 100% !important;
}

.checkout_page_input .form-group .col-sm-7, .checkout_page_input .form-group .col-sm-4 {
    width: 100% !important;
    padding: 0px 0px;
}

.form-group {
    margin-bottom: 5px;
}

button.btnSubmit.btn-submit.sg_checkout_btn {
    border: 0;
    width: 100%;
}
.product-detail {
    padding: 0px;
    background-color: transparent;
}
section.basket-prod-section {
    padding: 0;
}

section.login-page {
    background: none;
    padding: 0;
}
.bio-form-main {
    background: none;
    padding: 0;
}
.bio-form h3 {
    color: #333;
    text-transform: unset;
    text-align: left;
    padding-bottom: 5px;
    letter-spacing: 0px;
}


.bio-form .fgtpass h5 a {
    color: var(--blue);
}
.profile-page {
    padding: 0;
}

.profile-page .buttons ul li a{
    background: var(--blue) !important;
    width: auto;
    height: auto;
    font-size: 12px;
    padding: 3px 10px;
}

.profile-page ul {
    padding: 5px 0 0 0;
}

.drop-button .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--green) !important;
    border-color: var(--green) !important;
}

#change_password_form .btnSubmit, #profile_form .btnSubmit, #delete_profile_form .btnSubmit {
    background-color: var(--blue);
    color: white !important;
    width: 100%;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 4px;
    font-weight: 400;
    transition: 0.6s all;
    border: 0;
}

#change_password_form .cancel .btnSubmit, #profile_form .cancel .btnSubmit, #delete_profile_form .cancel .btnSubmit{
    background-color: #ececec !important;
    color: #000 !important;
}

.sg_content_body section.address-book {
    padding: initial;
}

#delete_profile_form .form-group {
    margin: auto;
    margin-bottom: 15px;
}

.form-control,.bio-form .form-control {
    font-size: 13px;
    }

    .product-detail h2, .sg_sub_header h2 {
    letter-spacing: 0px;
    color: var(--black);
    font-size: 18px;
}

.sg_order_done_tlt {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}
.sub-header {
    padding-bottom: 0px;
    border-bottom: 0px solid #eeeeee;
    margin-bottom: 15px;
}

.sg_order_done_btn a{
 font-size:14px;
}

.lead {
    font-size: 15px;
    }

div#basket_totals th, div#basket_totals td {
    /* border: 0; */
    padding: 6px 8px;
    font-size: 13px;
    /*font-weight: 500;*/
}

div#basket_totals td h3 {
    font-size: 15px;
}

.act_disable {
    opacity: 0.3 !important;
    background-color: var(--blue) !important;
    color: white !important;
}
h3.tc_blu.price del {
    position: relative;
    top: -1px;
}

span.sg_prcnt_prc {
    position: absolute;
    top: 3px;
    left: 2px;
    font-size: 10px;
    background: #2d9845;
    color: white;
    width: 32px;
    height: 19px;
    display: flex;
    align-items: center;
    border-radius: 13px;
    justify-content: center;
    z-index: 99999;
}


/*Single Page*/
.carousel-inner.sg_slider_img li img {
    /* height: auto !important; */
    display: none;
}

@media(min-width:566px){
    body {
        /*border: 1px #f1f1f1 solid;*/
    }
}


@media(min-width:450px){
    .sg_prdt_img_div .sg_prdt_img img {
    width: 125px !important;
    max-height: 150px;
    }
}

@media(max-width:450px){
    .sg_prdt_img_div .sg_prdt_img img {
        width: 100% !important;
        left: 7px;
        position: relative;
        height: 110px;
    }
}