/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 18.10.2022 г., 9:01:41 ч.
    Author     : svetlana
*/

/********** Template CSS **********/
:root {
    --primary: #348E38;
    --secondary: #525368;
    --light: #E8F5E9;
    --dark: #0F4229;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
h1, .h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}
h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}
h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}
#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}
.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}
.btn-square {
    width: 38px;
    height: 38px;
}
.btn-sm-square {
    width: 32px;
    height: 32px;
}
.btn-lg-square {
    width: 48px;
    height: 48px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Topbar Start ***/
.bg-dark {
    background-color: #0F4229 !important;
}

/* Bottom Bar Start  */
.nav-link.login {
    display: block;
    padding: 0.5rem 1rem;
    background-color: #fff;
    padding: 30px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #348E38;
    text-transform: uppercase;
    transition: .5s;
}
.nav-link.login:hover {
    display: block;
    padding: 0.5rem 1rem;
    background-color: #fff;
    padding: 30px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #362419;
    text-transform: uppercase;
    transition: .5s;
}
.bottom-bar {
    background: #ffffff;
}
.bottom-bar-container {
    text-align: center;
}
.bottom-bar .search {
    width: 100%;
    margin-top: 23px;
}
.bottom-bar .search input[type=text] {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #348E38;
    border-radius: 4px;
}
.bottom-bar .search button {
    position: absolute;
    width: 40px;
    height: 38px;
    margin-top: 1px;
    margin-left: -41px;
    padding: 0 15px;
    border: none;
    background: none;
    color: #348E38;
    border-radius: 0 2px 2px 0;
}
.bottom-bar .search button:hover {
    background: #348E38;
    color: #ffffff;
}
.bottom-bar .user {
    font-size: 0;
    text-align: right;
    margin-top: 18px;
}
.bottom-bar .user .wishlist {
    margin-right: 15px;
    margin-top: 6px;
}
.bottom-bar .user .cart {
    margin-top: 6px;
}
.bottom-bar .user .cart i,
.bottom-bar .user .wishlist i {
    color: #348E38;
}
.bottom-bar .user .cart span,
.bottom-bar .user .wishlist span {
    color: #348E38;
    font-size: 15px;
}
.bottom-bar .user .cart:hover i,
.bottom-bar .user .wishlist:hover i,
.bottom-bar .user .cart:hover span,
.bottom-bar .user .wishlist:hover span {
    color: #fff;
}
.btn.wishlist, .btn.cart {
    color: #348E38;
    background: #ffffff;
    border: 1px solid #348E38;
}
.btn.wishlist:hover {
    color: #fff;
    background: #348E38;
    border: 1px solid #fff;
}
.btn.cart:hover {
    color: #fff;
    background: #348E38;
    border: 1px solid #fff;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
  
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}
.logo {
    color: #e76e1d!important;
    padding-left: 20px;
    font-family: 'Ephesis', cursive;
    font-size: 40px;
    font-weight: 500;
}
@media (max-width: 404px) {
	.logo {
    color: #e76e1d!important;
    padding-left: 20px;
    font-family: 'Ephesis', cursive;
    font-size: 30px;
    font-weight: 400;
}
}
.navbar .navbar-brand,
.navbar a.btn {
    height: 80px
}
.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}
.btn-primary {
    color: #fff;
    background-color: #348E38;
    border-color: #348E38;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}
.btn-primary:hover {
    color: #348E38;
    background-color: #fff;
    border-color: #348E38;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #e76e1d;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(15, 66, 41, .6);
    z-index: 1;
}
.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.page-header {
    background: linear-gradient(rgba(15, 66, 41, .6), rgba(15, 66, 41, .6)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}
.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Top Feature ***/
@media (min-width: 991.98px) {
    .top-feature {
        position: relative;
        margin-top: -80px;
        z-index: 1;
    }
}
.text-primary {
    color: #348E38 !important;
}
.top-feature-title {
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
    margin-top: 10px;
}

/*** About Start ***/
.about-title {
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
    font-size: 30px;
}
.about-info {
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}
.about-bottom {
    margin-top: 50px;
}
.about-bottm-image img {
    width: 100%;
}

/*** Features Start ***/
.features-title {
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
    font-size: 30px;
}
.features-info {
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
    font-size: 25px;
}
.features-text {
    font-family: 'Ephesis', cursive;
    font-size: 45px !important;
}


/*** Facts & Quote ***/
.facts,
.quote {
    background: rgba(15, 66, 41, .6);
}


/*** Service ***/
.service-item {
    position: relative;
    text-align: center;
}
.service-title, .quote-title {
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
    font-size: 30px;
}
.service-text-title {
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
    font-size: 25px;
}
.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}
.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transform: scale(1.2);
    transition: .3s;
    z-index: -1;
}
.service-item:hover .service-img img {
    transform: scale(1);
}
.service-item .service-text {
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .3s;
}
.service-item:hover .service-text {
    background: rgba(15, 66, 41, .6);
}
.service-item .service-text h4,
.service-item .service-text p {
    transition: .3;
}
.service-item:hover .service-text h4 {
    color: #FFFFFF;
}
.service-item:hover .service-text p {
    color: var(--light);
}
.service-item .service-text .btn-square {
    width: 100px;
    height: 100px;
    background: transparent;
    transition: .5s;
}
.service-item:hover .service-text .btn-square {
    background: var(--light);
}
.service-item .service-text .btn {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: var(--light);
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
}
.service-item:hover .service-text .btn {
    width: 112px;
}

/* Contact Start */
.contact-container {
    margin-top: 50px;
}
.contact-title {
    text-align: center;
    margin-bottom: 50px;
}
.contact-title h1 {
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
    font-size: 30px;
}
.contact-info h2 {
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
    font-size: 25px;
}
.contact-info h3 {
    font-size: 20px;
}
.contact-info h3 i {
    width: 20px;
    color: #348E38;
    margin-right: 5px;
}
.contact-title {
    font-family: "Oswald",sans-serif;
    font-size: 30px;
    color: #2B2E4A;
}
.social {
    position: relative;
    width: 100%;
}
.social a {
    display: inline-block;
    margin: 10px 10px 0 0;
    width: 40px;
    height: 40px;
    padding: 5px 0;
    text-align: center;
    font-size: 18px;
    border: 1px solid #348E38;
    border-radius: 4px;
}
.social a i {
    color: #348E38;
}
.social a:hover {
    background: #348E38;
}
.social a:hover i {
    color: #ffffff;
}
.message {
    text-align: center;
    background: #e5e3e3;
    padding: 20px;
    margin-top: 40px;
    font-size: 30px;
    font-family: "Oswald",sans-serif;
    color: #2B2E4A;    
}

/* Quote Start */
.quote-image {
    padding: 10px;
}
.quote-image img {
    width: 100%;
}

/* Shop */
.category-title {
    padding: 10px 0;
    text-align: center;   
}
.category-title h3 {
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
    color: #348E38;
    font-size: 22px;
}

/*Product Item CSS Start*/
.product-item {
    position: relative;
    padding: 10px;
}
.product-item .product-title {
    padding: 15px;
    text-align: center;
    background: #348E38;
    transition: all .3s;
    height: 100px;
}
.product-item:hover .product-title {
    background: rgba(52, 142, 56, .7);
}
.product-item .product-title a,
.product-item .product-title .ratting {
    position: relative;
    width: 100%;
}
.product-item .ratting {
    padding: 15px;
    text-align: center;
    background: #348E38;
    transition: all .3s;
    border-top: 1px #E5E4E2 solid;
}
.product-item:hover .ratting {
    background: rgba(52, 142, 56, .7);
}
.product-item .ratting {
    position: relative;
    width: 100%;
}
.product-item .product-title a {
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.product-item .product-title .ratting i {
    font-size: 14px;
    color: #fff;
}
.product-item .product-content .price span {
    margin-left: 12px;
    text-decoration: line-through;
    font-weight: 700;
    color: #999999;
}
.product-item:hover .product-title a,
.product-item:hover .product-title .ratting i {
    color: #ffffff;
}
.product-item  .ratting i {
    font-size: 14px;
    color: #fff;
}
.product-item:hover .ratting i {
    color: #ffffff;
}
.product-item:hover .product-content .price span {
    color: #dddddd;
}
.product-item .product-image {
    position: relative;
    overflow: hidden;
}
.product-item .product-image a {
    display: block;
    background: #ffffff;
    transition: .3s;
}
.product-item .product-image img {
    width: 100%; 
    transition: all .3s;
}
.product-item:hover .product-image img {
    transform: scale(1.2);
}
.product-item .product-image .product-action {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(52, 142, 56, .5);
    transition: all .3s;
    font-size: 0;
    z-index: 1;
    opacity: 0;
}
.product-item:hover .product-image .product-action {
    opacity: 1; 
}
.product-item .product-image .product-action a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    padding: 7px 0 10px 0;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background: #348E38;
    border: 1px solid #ffffff;
    border-radius: 4px;
    transition: all .3s;
    margin-top: 50px;
}
.product-item:hover .product-image .product-action a {
    margin-top: 0;
}
.product-item .product-image .product-action a:last-child {
    margin-right: 0;
}
.product-item .product-image .product-action a:hover {
    color: #348E38;
    background: #ffffff;
    border: 1px solid #348E38;
}
.product-item .product-price {
    padding: 8px;
    background: #E5E4E2;
    transition: all .3s;
}
.product-item:hover .product-price {
    background: #348E38;
}

.product-item .product-price h3 {
    display: inline-block;
    color: #000;
    margin: 0;
}
.product-item .product-price h3 span {
    font-size: 16px;
}
.product-item .product-price .btn {
    float: right;
    border: none;
    color: #000;
    background: #348E38;
    font-size: 15px;
    padding: 7px 6px;
}
.product-item:hover .product-price .btn,
.product-item .product-price .btn:hover {
    color: #348E38;
    background: #ffffff;
}
.product-item .product-price .btn i {
    margin-right: 5px;
}

/*Product View CSS Start*/
.product-view {
    position: relative;
    width: 100%;
    padding: 30px 0;
}
.product-image img {
    width: 100%;
}
.product-view .product-view-top {
    padding: 30px;
    margin-bottom: 30px;
    background: #ffffff;
}
.product-description-img img {
    width: 100%;
}
.product-view .product-search {
    position: relative;
    width: 100%;
}
.product-view .product-search input {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #999999;
    background: transparent;
    border: 1px solid #353535;
    border-radius: 4px;
    transition: all .3s;
}
.product-view .product-search input:focus {
    border-color: #348E38;
}
.product-view .product-search button {
    position: absolute;
    width: 35px;
    height: 33px;
    top: 1px;
    right: 1px;
    text-align: center;
    background: transparent;
    color: #353535;
    border: none;
    border-radius: 0 4px 4px 0;
    transition: all .3s;
}
.product-view .product-search button i {
    font-size: 16px;
}
.product-view .product-search button:hover {
    background: #348E38;
    color: #ffffff;
}
.product-view .product-short,
.product-view .product-price-range {
    position: relative;
    width: 100%;
    text-align: right;
}
.product-view .product-short .dropdown .dropdown-toggle,
.product-view .product-price-range .dropdown .dropdown-toggle {
    display: block;
    width: 100%;
    height: 35px;
    padding: 5px 10px;
    background: transparent;
    border: 1px solid #353535;
    text-align: left;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s;
}
.product-view .product-short .dropdown .dropdown-toggle:hover,
.product-view .product-price-range .dropdown .dropdown-toggle:hover {
    color: #348E38;
    border-color: #348E38;
}
.product-view .product-short .dropdown .dropdown-toggle::after,
.product-view .product-price-range .dropdown .dropdown-toggle::after {
    float: right;
    margin-top: 10px;
}
.product-view .product-short .dropdown-menu,
.product-view .product-price-range .dropdown-menu {
    margin: -1px 0 0 0;
    border-radius: 0;
}
.product-view .product-item {
    margin-bottom: 30px;
}
.product-view .pagination {
    margin: 0;
}
.product-view .pagination .page-item .page-link {
    color: #353535;
    background: transparent;
    border-color: #353535;
}
.product-view .pagination .page-item:hover .page-link,
.product-view .pagination .page-item.active .page-link {
    color: #348E38;
    background: #000;
}

/*Product Detail CSS Start*/
.product-detail {
    position: relative;
    width: 100%;
    padding: 30px 0;
    margin-bottom: 100px;
}
.product-detail .product-detail-top,
.product-detail .product-detail-bottom {
    margin-bottom: 30px;
}
.product-detail .product-detail-top {
    padding: 0;
    background: #ffffff;
}
.product-mage img {
    width: 100%;
}
.product-detail .product-slider-single img {
    width: 100%;
    padding: 30px;
}
.product-detail .product-slider-single-nav {
    margin: 15px 30px 30px 30px;
    border: 3px double #348E38;
}
.product-detail .product-slider-single-nav .slider-nav-img {
    border-right: 1px solid #348E38;
    overflow: hidden;
}
.product-detail .product-slider-single-nav img {
    width: 100%;
    transition: all .3s;
}
.product-detail .product-slider-single-nav img:hover {
    transform: scale(1.2);
}
.product-detail .product-content,
.product-detail .product-content .title,
.product-detail .product-content .ratting,
.product-detail .product-content .price,
.product-detail .product-content .details,
.product-detail .product-content .quantity,
.product-detail .product-content .action {
    position: relative;
    width: 100%;
}
.product-detail .product-content {
    padding: 0 30px;
    margin-left: 0px;
}
.product-detail .product-content .title h2 {
    font-size: 25px;
    margin-bottom: 5px;
}
[data-tab-info] {
    display: none;
}
.active[data-tab-info] {
    display: block;
}
  
.title h2 {
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}
.product-detail .product-content .ratting {
    margin-bottom: 10px;
}
.product-detail .product-content .ratting i {
    color: #348E38;
    font-size: 16px;
}
.product-detail .product-content .price,
.product-detail .product-content .quantity,
.product-detail .product-content .p-size,
.product-detail .product-content .p-color {
    margin-bottom: 15px;
}
.product-detail .product-content .price h4,
.product-detail .product-content .quantity h4,
.product-detail .product-content .p-size h4,
.product-detail .product-content .p-color h4 {
    display: inline-block;
    width: 80px;
    font-size: 18px;
    font-weight: 700;
    margin-right: 5px;
}
.product-detail .product-content .price p {
    display: inline-block;
    color: #348E38;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
.product-detail .product-content .price span {
    color: #999999;
    text-decoration: line-through;
    margin-left: 12px;
}
.product-detail .product-content .quantity .qty {
    display: inline-block;
    font-size: 0;
}
.product-detail .product-content .quantity button {
    width: 30px;
    height: 30px;
    padding: 2px 0;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background: #348E38;
    border: none;
}
.product-detail .product-content .quantity button.btn-minus {
    border-radius: 4px 0 0 4px;
}
.product-detail .product-content .quantity button.btn-plus {
    border-radius: 0 4px 4px 0;
}
.product-detail .product-content .quantity input {
    width: 40px;
    height: 30px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    background: #362419;
    border: none;
}
.product-detail .product-content .action a:first-child {
    margin-right: 11px;
}
.product-detail .product-content .action a i {
    margin-right: 5px;
}
.product-detail .nav.nav-pills .nav-link {
    color: #348E38;
    background: #362419;
    border-radius: 0;
    transition: all .3s;
    padding: 20px 0;
}
.product-detail .nav.nav-pills .nav-link:hover,
.product-detail .nav.nav-pills .nav-link.active {
    color: #fff;
    background: #348E38;
    padding: 20px 0;
}
.product-detail .tab-content {
    background: #ffffff;
    padding: 25px 15px 15px 15px;
}
.product-detail .tab-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-detail .tab-content ul li {
    margin-bottom: 10px;
}
.product-detail .tab-content ul li::before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 5px;
}
.product-detail .tab-content .reviews-submitted {
    position: relative;
    margin-bottom: 45px;
}
.product-detail .tab-content .reviewer {
    color: #348E38;
    font-size: 18px;
    font-weight: 600;
}
.product-detail .tab-content .reviewer span {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}
.product-detail .tab-content .ratting {
    color: #348E38;
    margin-bottom: 15px;
}
.product-detail .tab-content .reviews-submit .ratting {
    font-size: 24px;
}
.product-detail .tab-content .form input {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-bottom: 15px;
}
.product-detail .tab-content .form textarea {
    width: 100%;
    height: 80px;
    padding: 6px 15px;
    color: #666666;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-bottom: 15px;
}
.product-detail .tab-content .form button {
    display: inline-block;
    height: 35px;
    padding: 0 15px;
    color: #348E38;
    background: #ffffff;
    border: 1px solid #348E38;
    border-radius: 4px;
    margin-bottom: 15px;
    transition: all .3s;
}
.product-detail .tab-content .form button:hover {
    color: #ffffff;
    background: #348E38;
}

/*** Project Portfolio ***/
#portfolio-flters {
    display: inline-block;
    background: var(--light);
    padding: 10px 15px;
}
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--primary);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}
#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--dark);
    border-color: var(--dark);
}
.portfolio-inner {
    position: relative;
    overflow: hidden;
}
.portfolio-inner::before,
.portfolio-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(15, 66, 41, .6);
    transition: .5s;
}
.portfolio-inner::after {
    left: auto;
    right: 0;
}
.portfolio-inner:hover::before,
.portfolio-inner:hover::after {
    width: 50%;
}
.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}
.portfolio-inner:hover .portfolio-text {
    transition-delay: .3s;
    opacity: 1;
}
.portfolio-inner .portfolio-text .btn {
    background: var(--light);
    color: var(--primary);
}
.portfolio-inner .portfolio-text .btn:hover {
    background: var(--primary);
    color: var(--light);
}
.section-header h2 {
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
    font-size: 30px;
}


/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
}
.team-item .team-text {
    position: absolute;
    width: calc(100% - 45px);
    left: -100%;
    bottom: 45px;
    padding: 1.5rem;
    background: #FFFFFF;
    border-radius: 0 4px 4px 0;
    opacity: 0;
    transition: .5s;
}
.team-item:hover .team-text {
    left: 0;
    opacity: 1;
}
.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}
.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}
.team-item .team-img .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}
.team-item:hover .team-img .team-social {
    transition-delay: .3s;
    opacity: 1;
}

/*** Testimonial ***/

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}
.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 4px;
    font-size: 22px;
    transition: .5s;
}
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}
.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}
.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}
.copyright {
    color: var(--light);
    background: #072A19;
}
.copyright a {
    color: #FFFFFF;
}
.copyright a:hover {
    color: var(--primary);
}

/*Cart Start*/
.section-header h1 {
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}
.cart-page {
    position: relative;
    margin-top: 70px;
    margin-bottom: 100px;
}
.cart-page .cart-page-inner {
    padding: 30px;
    margin-bottom: 30px;
    background: #f5f5dc;
}
.cart-page .table {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}
.cart-page-info {
    margin-top: 50px;
}
.cart-page .table .thead-dark th {
    font-family: 'Source Code Pro', monospace;
    font-size: 18px;
    font-weight: 700;
    color: #353535;
    text-align: center;
    background: transparent;
    border-color: #dddddd;
    border-bottom: none;
    vertical-align: middle;
}
.cart-page .table td {
    font-size: 16px;
    vertical-align: middle;
}
.cart-page .table .img {
    display: flex;
    align-items: center;
}
.cart-page .table .img img {
    max-width: 60px;
    max-height: 60px;
    margin-right: 15px;
}
.cart-page .table .img p {
    display: inline-block;
    text-align: left;
    margin: 0;
}
.cart-page .table .qty {
    display: inline-block;
    width: 100px;
    font-size: 0;
}
.cart-page .table button {
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background: #348E38;
    border: none;
    border-radius: 4px;
}
.cart-page .table button.btn-minus {
    border-radius: 4px 0 0 4px;
}
.cart-page .table button.btn-plus {
    border-radius: 0 4px 4px 0;
}
.cart-page .table button.btn-cart {
    width: auto;
}
.cart-page .table input {
    width: 40px;
    height: 30px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background: #000;
    border: none;
}
.cart-page .coupon {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    font-size: 0;
}
.cart-page .coupon input {
    width: calc(100% - 135px);
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    color: #999999;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-right: 15px;
    transition: all .3s;
}
.cart-page .coupon input:focus {
    border-color: #348E38;
}
.cart-page .coupon button {
    width: 120px;
    height: 40px;
    padding: 2px 0;
    font-size: 16px;
    text-align: center;
    color: #348E38;
    background: #ffffff;
    border: 1px solid #348E38;
    border-radius: 4px;
}
.cart-page .coupon button:hover {
    color: #ffffff;
    background: #348E38;
}
.cart-page .cart-summary {
    position: relative;
    width: 100%;
}
.cart-page .cart-summary .cart-content {
    padding: 30px;
    background: #f3f6ff;
}
.cart-page .cart-summary .cart-content h1 {
    font-size: 22px;
    margin-bottom: 20px;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}
.cart-page .cart-summary .cart-content p span,
.cart-page .cart-summary .cart-content h2 span {
    float: right;
}
.cart-page .cart-summary .cart-content h2 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 12px;
    border-top: 1px solid #dddddd;
    margin: 0;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}
.cart-page .cart-summary .cart-btn button {
    margin-top: 15px;
    width: calc(50% - 15px);
    height: 50px;
    padding: 2px 10px;
    text-align: center;
    color: #ffffff;
    background: #348E38;
    border: none;
    border-radius: 4px;
}
.cartbutton {
    color: #fff;
    text-decoration: none;
}
.cart-page .cart-summary .cart-btn button:hover {
    color: #348E38;
    background: #000;
}
.button-chec {
    text-decoration: none;
    color: #FFFFFF;
}
.button-chec:hover {
    color: #348E38;
    background: #000;
}
.cart-page .cart-summary .cart-btn button:first-child  {
    margin-right: 25px;
    color: #348E38;
    background: #ffffff;
    border: 1px solid #348E38;
}
.cart-page .cart-summary .cart-btn button:first-child:hover {
    color: #ffffff;
    background: #348E38
    ;
}

/*Wishlist Start*/
.wishlist-page {
    position: relative;
    padding: 30px 0;
    margin-bottom: 100px;
}
.wishlist-page .wishlist-page-inner {
    padding: 30px;
    background: #ffffff;
}
.wishlist-page .table {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}
.wishlist-page .table .thead-dark th {
    font-family: 'Source Code Pro', monospace;
    font-size: 18px;
    font-weight: 700;
    color: #353535;
    text-align: center;
    background: transparent;
    border-color: #dddddd;
    border-bottom: none;
    vertical-align: middle;
}
.wishlist-page .table td {
    font-size: 16px;
    vertical-align: middle;
}
.wishlist-page .table .img {
    display: flex;
    align-items: center;
}
.wishlist-page .table .img img {
    max-width: 60px;
    max-height: 60px;
    margin-right: 15px;
}
.wishlist-page .table .img p {
    display: inline-block;
    text-align: left;
    margin: 0;
}
.wishlist-page .table .qty {
    display: inline-block;
    width: 100px;
    font-size: 0;
}
.wishlist-page .table button {
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background: #348E38;
    border: none;
    border-radius: 4px;
}
.wishlist-page .table button.btn-minus {
    border-radius: 4px 0 0 4px;
}
.wishlist-page .table button.btn-plus {
    border-radius: 0 4px 4px 0;
}
.wishlist-page .table button.btn-cart {
    width: auto;
}
.wishlist-page .table input {
    width: 40px;
    height: 30px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background: #000;
    border: none;
}

/*Checkout Start*/
.checkout {
    position: relative;
    padding-top: 30px;
}
.checkout .checkout-inner {
    margin-bottom: 30px;
    padding: 30px;
    background: #ffffff;
}
.checkout .billing-address,
.checkout .shipping-address {
    position: relative;
    width: 100%;
}
.checkout .shipping-address {
    display: none;
    margin-top: 30px;
}
.checkout .billing-address h2,
.checkout .shipping-address h2 {
    font-size: 25px;
    margin-bottom: 20px;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}
.checkout .checkout-summary,
.checkout .checkout-payment {
    position: relative;
    width: 100%;
}
.checkout .checkout-summary h1,
.checkout .checkout-payment h1 {
    font-size: 25px;
    margin-bottom: 20px;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}
.checkout .checkout-summary,
.checkout .checkout-payment .payment-methods {
    padding: 30px;
    background: #f3f6ff;
    margin-bottom: 30px;
}
.checkout .checkout-summary p.sub-total,
.checkout .checkout-summary p.ship-cost {
    padding-top: 15px;
    border-top: 1px solid #dddddd;
}
.checkout .checkout-summary p span,
.checkout .checkout-summary h2 span {
    float: right;
}
.checkout .checkout-summary h2 {
    font-size: 20px;
    padding-top: 12px;
    border-top: 1px solid #dddddd;
    margin: 0;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}
.checkout .checkout-payment .payment-methods .payment-content {
    display: none;
}
.checkout .checkout-payment .checkout-btn button {
    width: 100%;
    height: 50px;
    padding: 2px 10px;
    font-family: 'Source Code Pro', monospace;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    color: #000;
    background: #348E38;
    border: none;
    border-radius: 4px;
    transition: all .3s;
}
.checkout .checkout-payment .checkout-btn button:hover {
    color: #348E38;
    background: #000;
}

/*My Account Start*/
.my-account {
    position: relative;
    padding: 30px 0;
}
.my-account .nav.nav-pills .nav-link {
    padding: 10px 15px;
    color: #353535;
    background: #ffffff;
    border-radius: 0;
    border-bottom: 1px solid #dddddd;
    transition: all .3s;
}
.my-account .nav.nav-pills .nav-link:last-child {
    border-bottom: none;
}
.my-account .nav.nav-pills .nav-link:hover,
.my-account .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #348E38;
}
.my-account .nav.nav-pills .nav-link i {
    margin-right: 5px;
}
.my-account .tab-content {
    padding: 30px;
    background: #ffffff;
}
.my-account .tab-content .table {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}
.my-account .tab-content .table .thead-dark th {
    text-align: center;
    color: #353535;
    background: #ffffff;
    border-color: #dddddd;
    border-bottom: none;
    vertical-align: middle;
}
.my-account .tab-content .table td {
    vertical-align: middle;
}

/*Login-Register Start*/
.login {
    position: relative;
    padding-top: 5px;
}
.login .login-form,
.login .register-form {
    padding: 30px;
    background: #ffffff;
    margin-bottom: 30px;
}
.register-form h2 {
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}
.login-form h2 {
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}
.custom-control {
    margin-bottom: 20px;
}

.msgp {
    text-align: center;
    color: darkred;
    font-size: 20px;
}