:root{
    --basecolor:#eff2f8;
    --dark: #111111;
    --border:#e2e2e2;
    --red:#FF6F61;
    --gray: #767676;
    --light-gray:#f5f5f5;
    --med-gray: #cccccc;
}
@font-face {
    font-family: Jost;
    src: url("../fonts/Jost-Regular.ttf");
}
body{
    font-family: 'Jost';
    line-height: 1.5;
}
.bg-base{
    background-color: var(--basecolor);
}
.content{
    padding-bottom: 80px;
}
.container-body{
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}
.navbar-kamagraman{
    background-color: var(--basecolor) !important;
    height: 72px;
    border-bottom: 2px solid var(--border);
}

.site-branding{
    width: 28%;
}
.site-branding img{
    width: 100%;
}
.nav-item{
    height: 100%;
    width: 100%;
    padding: 8px 10px;
    border-bottom: 0px solid var(--red);
}
.nav-item:after {
    display:block;
    content: '';
    border-bottom: solid 1px var(--red);  
    transform: scaleX(0);  
    transition: transform 250ms ease-in-out;
  }
.nav-item:hover:after { transform: scaleX(1); }
.nav-item:after{  transform-origin:  0% 50%; }

.nav-item:hover a{
    color: var(--red) !important;
}
.nav-item a{
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    line-height: 1;
    color: var(--dark);
    outline: none;
    transition: .5s;
    padding: 3px;
    white-space: nowrap;
    position: relative;
}
.navbar-light .navbar-nav .nav-link{
    color: var(--dark);
}
.header-icon{
    font-size: 18px;
    padding: 0 10px;
    color: var(--dark);
}
.counter.cart-counter{
    position: relative;
    top: -10px;
    right: 15px;
    font-size: 10px;
    font-weight: 500;
    color: var(--basecolor);
    text-align: center;
    line-height: 11px;
    min-width: 18px;
    height: 18px;
    border-radius: 30px;
    padding: 4px;
    background-color: var(--red);
    display: inline-block;
}
.meta-cat{
    font-size: 14px;
    color: var(--gray);
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
}
.product-container{
    text-align: center;
    padding-bottom: 20px;
}
.product-container h2{
    font-size: 16px;
    font-weight: 600;
}
.product-container h1{
    font-size: 22px;
}
.product-container:hover .rz-loop_button{
    opacity: 1;
    transform: translateY(0px);
    
}
.product-loop__buttons{
    position: absolute;
    bottom: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    pointer-events: all;
}
.rz-loop_button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
    margin: 0 5px;
    opacity: 0;
    transform: translateY(10px);
    transition: transform .1s,opacity .1s,background .35s,color .35s;
    position: relative;
    box-shadow: 0 2px 5px rgb(0 0 0 / 3%);
    color: var(--dark);
}
.rz-loop_button:hover{
    background-color: var(--red) !important;
    color: var(--basecolor) !important;
}
.content p{
    margin-bottom: 1.5em;
}
.content h-4{
    margin: 0 50px;
}
.textwidget ul{
    list-style: none;
    padding-left: 0;
}
.textwidget li{
    padding: 7px 0;
}
.footer a{
    color: var(--dark);
    text-decoration: none;
}
.footer{
    border-top: 1px solid var(--dark);
    background-color: var(--basecolor);
    padding: 64px;
}
.page-header{
    padding:50px 0;
}
.page-header h1{
    font-weight: 600;
    font-size: 32px;
    margin: 0;
    padding: 42px 0 19px;
    text-align: center;
}
.cart-table{
    font-size: 100%;
    border: none;
}
.cart-table td{
    padding: 30px;
}
.cart-table th{
    font-size: 16px;
    border: none;
    padding: 30px;
}
.cart-table .product-thumbnail{
    width: 30%;
}
.cart-table .product-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 200px;
}
.cart-table .product-top{
    display: flex;
    justify-content: space-between;
}
.cart-table .product-name{
    width: 100%;
}
.cart-table .product-price{
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: var(--dark);
}
a{
    outline: none;
    transition: .5s;
    color: var(--dark);
    text-decoration: none;
}
.razzi-svg-icon{
    font-size: 14px;
    margin:0px 5px;
    transition: .5s;
}
.razzi-svg-icon svg{
    vertical-align: -0.125em;
    width: 1em;
    height: 1em;
    display: inline-block;

}
.product-remove a{
    color: #919191 !important;
}
.cart-table .product-remove{
    align-items: center;
    font-size: 14px;
    line-height: 21px;
}
.cart-table .cart-subtotal{
    font-size: 15px;
    line-height: 22px;
    color: var(--dark);
}
.cart-total{
    padding: 5px 30px;
    background-color: var(--light-gray);
}
.form-custom{
    color: var(--dark);
    border: 1px solid var(--med-gray);
    box-sizing: border-box;
    padding: 12px 15px;
    font-size: 16px;
    transition: all .1s ease-in-out;
    outline: none;
    width: 100%;
}
.form-custom:focus{
    color: var(--dark);
    border-color: var(--dark);
    outline: none;
}
.form-custom-label{
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: var(--dark);
    margin-bottom: 5px;
}
.nav-item.nav-content-item{
	height: inherit;
    width: inherit;
    padding: 18px;
    border-bottom: 0px solid var(--red);
}
.row{
    margin-right: 0px; 
    margin-left: 0px;
}
@media (max-width: 500px){
    .col-md.col-6.mb-3 {
        max-width: unset;
    }
}