@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700&display=swap');

:root {
    --primary-color: #007196;
    --secondary-color: #ff3c20;
    --white-color: #ffffff;
    --dark-color: #000;
    --grey-color: #f9f9f9;
    --bg-color:#f1f4fd;
    --text-color: #212529;
    --border-color: #e6e6e6;
    --transition: ease-in-out 0.3s;
    --border-radius: 4px;
    --transform: scale(1.01);
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Nunito', sans-serif;
    background: var(--bg-color);
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    padding: 0;
    font-weight: 600;
    color: var(--text-color);
}

a {
    color: var(--primary-color);
    text-decoration: none !important;
    transition: ease-in-out 0.3s;
}

a:hover {
    color: var(--secondary-color);
}

p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-color);
}

label {
    font-size: 15px;
    font-weight: 600;
}

.mt {
    margin-top: 50px;
}

.mb {
    margin-bottom: 50px;
}

.pt {
    padding-top: 50px;
}

.pb {
    padding-bottom: 50px;
}

.form-control {
    border-radius: var(--border-radius);
    font-size: 14px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--primary-color);
}





/* Top Bar  */
.top-bar {
    background: var(--primary-color);
    padding:7px 0;
}

.tb-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tb-left p {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--white-color);
}

.tb-left p a {
    display: inline-block;
    color: var(--white-color);
    text-decoration: underline !important;
}

.tb-left ul {
    display: flex;
    align-items: center;
}

.tb-left ul li svg path {
    fill: var(--white-color);
    transition: var(--transition);
}

.tb-left ul li svg {
    height: 16px;
    width: 16px;
    margin-right: 7px;
}

.tb-left ul li a {
    display: flex;
    color: var(--white-color);
    font-size: 13px;
    font-weight: 500;
    align-items: center;
    transition: var(--transition);
}

.tb-left ul li+li a {
    margin-left: 30px;
}

.tb-left ul li a:hover {
    color: var(--secondary-color);
}

.tb-left ul li a:hover svg path {
    fill: var(--secondary-color);
}
/* Top Bar End  */





/* Header  */
.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search {
    position: relative;
}

.search .form-control {
    border: 1px solid var(--border-color);
    padding: 7px 15px;
    width: 480px;
    border-radius: var(--border-radius);
    height: 41px;
}
.search .form-control::placeholder{
    color: var(--text-color);
}
.search .btns{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0px 13px;
    background: var(--primary-color);
    border: none;
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}
.search .btns svg path {
    stroke: var(--white-color);
}
.search svg path {
    stroke: var(--text-color);
}
.logo img {
    height: 25px;
    width: auto;
}
.header-utilities ul {
    display: flex;
    align-items: center;
}
.header-utilities ul li a{
    padding:5px 10px;
}
.header-utilities ul li +li {
    margin-left: 15px;
}
.header-utilities img {
    height: 20px;
    width: auto;
}
.cart {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.header-utilities {
    display: flex;
    align-items: center;
}
.cart-info span {
    display: block;
    line-height: normal;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
}
.cart-info {
    margin-left: 10px;
}
.badge {
    background: var(--primary-color);
    border-radius: 100%;
    height: 18px;
    width: 18px;
    line-height: 19px;
    text-align: center;
    padding: 0;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
}
.header {
    padding:24px 0;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    background: var(--white-color);
}
.bottom-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-navigation ul {
    display: flex;
}
.hamburger-menu {
    margin-left: 25px;
    cursor: pointer;
}
.hamburger-menu i {
    font-size: 28px;
    color: var(--dark-color);
    cursor: pointer;
    transition: var(--transition);
}
.hamburger-menu i:hover{
    color: var(--primary-color);
}
.header-navigation ul li a {
    display: block;
    font-size: 15px;
    color: var(--dark-color);
    font-weight: 600;
    padding: 10px 15px;
    transition: var(--transition);
}
.header-navigation ul li a:hover{
    color: var(--secondary-color);
}

.header-navigation ul li a svg {
    margin-right: 3px;
}
.header-navigation {
    margin-left: 15px;
}
/* Header End  */









/* Single Page  */
.breadcrumbs {
    margin-top: 20px;
}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-item a {
    display: inline-block;
}

.breadcrumb-item {
    font-size: 14px;
    font-weight: 500;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: '\f105';
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 10px;
    margin-top: 4px;
}
.single-page{
    margin-top:20px;
}
.single-page-wrap {
    display: flex;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 3%);
}

.single-page-left {
    width: calc(100% - 330px);
    display: flex;
    background: var(--white-color);
    padding: 15px;
}
.single-page-carousel {
    width: 500px;
}

.single-page-info {
    width: calc(100% - 500px);
    margin-left: 25px;
}
.lSSlideWrapper {
    border-radius: var(--border-radius);
    overflow: hidden;
    border: 1px solid var(--border-color);
    background: #f6f8fa;
    text-align: center;
    height: 500px;
}
.lSSlideOuter img {
    height: 500px;
    width: auto;
    margin: auto;
}
.lSSlideOuter .lSPager.lSGallery {
    margin-top: 10px !important;
}
.lSSlideOuter .lSPager.lSGallery img{
    border:1px solid var(--border-color);
    border-radius: var(--border-radius);
}
.lSSlideOuter .lSPager.lSGallery li.active img{
    border-color: var(--primary-color);
}
.lSSlideOuter .lSPager.lSGallery li.active{
    border-radius: 0;
}
.single-page-info h3 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0;
}

.rating {
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.rating-star {
    display: flex;
}

.rating-star i {
    font-size: 15px;
    color: #facf19;
}

.rating-star i +i {
    margin-left: 1px;
}

.rating span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-color);
    margin-left: 7px;
}
.brand {
    margin-top: 7px;
    display: flex;
    align-items: center;
}

.brand span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-color);
    margin-right: 5px;
}

.brand ul {
    display: flex;
}

.brand ul li a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

.brand ul li+li a {
    margin-left: 8px;
    border-left: 1px solid #c4c4c4;
    padding-left: 7px;
}
.price {
    border-top: 1px solid var(--border-color);
    margin-top: 20px;
    padding-top: 20px;
}
.price b {
    display: block;
    font-size: 30px;
    color: var(--secondary-color);
}
.price del {
    font-size: 16px;
    font-weight: 600;
    color: #9e9e9e;
}
.color {
    margin-top:20px;
}

.color span {
    display: block;
    color: var(--text-color);
    font-size: 14px;
    margin-bottom: 10px;
}

.color ul li {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    cursor: pointer;
}

.color ul {
    display: flex;
}

.color ul li +li {
    margin-left: 12px;
}
.color-1 {
    background: #8b4513;
}
.color-2 {
    background: #3b4a75;
}
.color-3 {
    background: #000000;
}
.color-4 {
    background: #6b1229;
}
.color-5 {
    background: #5b97cc;
}
.size {
    margin-top:25px;
}

.size span {
    display: block;
    color: var(--text-color);
    font-size: 14px;
    margin-bottom: 10px;
}

.size ul {
    display: flex;
}

.size ul li {
    cursor: pointer;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    background: #f7f7f8;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--text-color);
    border:1px solid #f7f7f8;
}
.size ul li:hover{
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.size ul li +li{
    margin-left:10px;
}
.single-utilities {
    margin-top: 30px;
    display: flex;
    border-top: 1px solid var(--border-color);
    padding-top: 30px;
}
.qty {
    display: flex;
    align-items: center;
}

.qty input {
    height: 38px;
    border: 1px solid var(--border-color);
    border-radius: 0;
    width: 75px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin: 0 10px;
}

.qty button {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border: none;
    background: #f7f7f8;
    border-radius: 100%;
}
.cart-btn .btns {
    background: var(--primary-color);
    color: var(--white-color);
    border: none;
    border-radius: var(--border-radius);
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px;
    transition: var(--transition);
}
.cart-btn .btns:hover{
    background: var(--secondary-color);
}
.cart-btn {
    margin-left: 20px;
    display: flex;
}
.cart-btn .btns +.btns{
    margin-left:10px;
    background: var(--secondary-color);
}
.cart-btn .btns +.btns:hover{
    background: var(--primary-color);
}
.single-wishlist {
    margin-left: 10px;
}

.single-wishlist img {
    height: 38px;
    width: 38px;
    background: #f7f7f8;
    padding: 8px;
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color);
    cursor: pointer;
}
.share {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.share span {
    display: block;
    color: var(--text-color);
    font-size: 12px;
    margin-right: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.share ul {
    display: flex;
}

.share ul li a {
    display: block;
    font-size: 30px;
    color: var(--dark-color);
}
.share ul li a:hover{
    color:var(--primary-color)
}
.share ul li+li a {
    margin-left: 15px;
}
.available {
    margin-top: 15px;
}

.available span {
    display: flex;
    align-items: center;
    color: var(--text-color);
    font-size: 15px;
}

.available span b {
    background: var(--primary-color);
    padding: 2px 10px;
    border-radius: 50px;
    color: var(--white-color);
    font-size: 12px;
    margin-left: 10px;
}
.single-page-right {
    width: 330px;
    background: #fafafa;
    padding: 15px;
}
.single-page-right-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eff0f5;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 20px;
}

.single-page-right-head span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #757575;
}
.single-page-right-head i {
    font-size: 20px;
    color: var(--primary-color);
}
.single-page-right-body {
    margin-top: 25px;
}

.single-page-right-body ul li {
    display: flex;
    justify-content: space-between;
}

.single-page-right-info svg {
    height: 18px;
    width: 18px;
}

.single-page-right-info svg path {
    fill: var(--text-color);
}

.single-page-right-info {
    display: flex;
}

.single-page-right-info span {
    width: calc(100% - 18px);
    margin-left: 12px;
    font-size: 15px;
    line-height: 1.3;
}

.single-page-right-body ul li a {
    display: block;
    width: 70px;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 20px;
}
.single-page-right-body ul li b {
    display: block;
    font-size: 16px;
    color: var(--primary-color);
}
.single-page-right-body ul li +li {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #eff0f5;
}
.store {
    border-top: 1px solid #eff0f5;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    margin-top: 25px;
    padding: 15px 15px 0;
}

.store a {
    display: flex;
    font-size: 15px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}

.store svg {
    height: 20px;
    width: 20px;
    margin-left: 10px;
}
.store  svg path{
    fill:var(--primary-color);
    transition: var(--transition);
}
.store a:hover svg path{
    fill: var(--secondary-color);
}
.delivery-info{
    flex-direction: column;
}
.single-page-right-body ul li p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.4;
    margin-left: 33px;
    color: #767676;
}
.tab-section {
    margin-top: 20px;
}
.tab-section-col {
    background: var(--white-color);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 3%);
    padding: 30px;
}
.nav-tabs {
    border-bottom: 1px solid rgb(226, 229, 241);
    margin-bottom:30px;
}
.nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color);
    padding: 10px 28px;
    border:none;
}
.nav-tabs .nav-link.active {
    color: var(--primary-color);
    border: none;
    border-bottom: 3px solid var(--primary-color);
}
.tabs-section-wrap p:last-child {
    margin-bottom: 0;
}
.tabs-section-wrap table {
    font-size: 15px;
}

.tabs-section-wrap table td {
    padding: 8px 15px;
}

.tabs-section-wrap table tr:nth-child(even) {
    background: #f7f7f8;
}
.similar-store {
    background: var(--white-color);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 3%);
    padding:24px 20px;
}
.similar-store h2 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.similar-store-wrap {
    border: 1px solid var(--border-color);
    padding: 20px;
    border-radius: var(--border-radius);
    display: flex;
}
.similar-store-media {
    width: 70px;
}

.similar-store-info {
    width: calc(100% - 70px);
    margin-left:15px;
}
.similar-store-info h3 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom:0;
}

.similar-store-info h3 a {
    color: var(--text-color);
    transition: var(--transition);
}

.similar-store-info h3 a:hover {
    color: var(--primary-color);
}
.similar-store-info span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #767676;
}
.similar-store-info .rating{
    margin-top:10px;
}
.similar-store-wrap +.similar-store-wrap {
    margin-top: 15px;
}
/* Single Page End  */







/* Related Product  */
.related-product-wrap h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}
.product-media {
    border: 1px solid var(--border-color);
}

.product-info {
    margin-top: 15px;
}

.product-info h4 {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 0;
}

.product-info h4 a {
    display: block;
    color: var(--text-color);
    transition: var(--transition);
}
.product-info h4 a:hover{
    color: var(--secondary-color);
}
.related-price {
    margin-top: 10px;
    display: block;
    font-size: 20px;
    color: var(--secondary-color);
    font-weight: 700;
}

.product-info .rating {
    margin-top: 10px;
}
/* Related Product End  */






