*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
header{
    position: relative;
}
header .navbar{
    min-height: 100px;
}
header .navbar .navbar-brand{
    height: 70px;
    width: 135px;
    padding-top: 0;
    padding-bottom: 0;
}
header .navbar .navbar-brand img{
    height: 100%;
    width: 100%;
}
header .navbar .navbar-toggler {
    outline: none;
}
header .navbar ul li{
    padding-right: 30px;
}
header .navbar ul li a{
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    /* padding: 4px 10px; */
    color: #000;
}
header .navbar ul li:hover a {
    color: white;
    background: #ffa6a8;
}
header .navbar ul li .menu-active{
    color: white;
    background: #ffa6a8;
}
header .navbar ul li .dropdown-menu a{
    background: #fff;
    color: #000;
}

.slider-section .slider-box{
    height: 120vh;
    width: 100%;
}
.slider-section .slider-box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

footer{
    padding: 50px 0;
}
footer .detail-box .logo-box{
    height: 70px;
    width: 135px;
}
footer .detail-box .logo-box .footer-logo{
    height: 100%;
    width: 100%;
}
footer .detail-box .content-box .text-box{
    margin: 20px 0;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    color: #666666;
}
footer .detail-box .content-box .social-box ul li a{
    padding: 0 20px 0 0;
    margin-top: 20px;
    color: #CCCCCC;
}
footer .detail-box .content-box .social-box ul li a:hover{
    color: #ffa6a8;
}
footer .address-box ul .head{
    margin-top: 25px;
    font-size: 30px;
    font-family: 'El Messiri', sans-serif;
    text-align: left;
    margin-bottom: 5px;
    color: #333333;
    font-weight: 600;
}
footer .address-box ul li{
    padding: 5px 0;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    color: #666666;
}
footer .profile-box ul .head{
    margin-top: 25px;
    font-size: 30px;
    font-family: 'El Messiri', sans-serif;
    text-align: left;
    color: #333333;
    font-weight: 600;
}
footer .profile-box ul li{
    padding: 5px 0;
}
footer .profile-box ul li a{
    color: #666666;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    text-decoration: none;
}
footer .newsletter-box ul .head{
    margin-top: 25px;
    font-size: 30px;
    font-family: 'El Messiri', sans-serif;
    text-align: left;
    margin-bottom: 5px;
    color: #333333;
    font-weight: 600;
}
footer .newsletter-box ul li{
    padding: 5px 0;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    color: #666666;
}
footer .newsletter-box ul li input{
    border: none;
    border-bottom: 1px solid grey;
}
footer .newsletter-box ul li input:focus{
    border: none;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid grey;
}
/* Shop Section */
.shop-section{
    width: 100%;
}
.shop-section .shop-head{
    height: 50vh;
    width: 100%;
    background: url(../images/Shop_3Columns-title.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.shop-section .shop-head .heading{
    left: 10%;
    top: 50%;
    transform: translate(0,-50%);
    position: absolute;
    font-size: 60px;
    font-family: 'El Messiri', sans-serif;
    line-height: 1;
    margin-bottom: 50px;
}
.shop-section .shop-head .heading::before{
    content: " ";
    position: absolute;
    height: 6px;
    width: 110px;
    display: block;
    left: 0;
    bottom: -10px;
    background: #ffa6a8;
}
.shop-carousel{
    height: auto;
    padding: 100px 0;
}
.main-content {
    position: relative;
    margin-top: 30px;
  }
  
  .main-content .set-head {
    font-size: 20px;
    font-weight: 300;
  }
  
  .main-content .carousel {
    /* height: 730px; */
    width: 100%;
  }
  
  .main-content .carousel .carousel-inner {
    height: 500px;
    width: 100%;
    margin-bottom: 10px;
  }
  
  .main-content .carousel .carousel-inner .carousel-item img {
    height: auto;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
  }
  
  .main-content .carousel .carousel-indicators {
    margin: 0px !important;
    position: relative !important;
  }

.list-inline-item:not(:last-child) {
        margin-right: 15px;
        margin-left: 0;
    }
  
  .main-content .carousel .carousel-indicators > li {
    height: 60%;
    width: 60%;
  }
  
  .main-content .carousel .carousel-indicators li img {
    height: 100%;
    width: 100%;
    display: block;
    opacity: 0.9;
    border-radius: .25rem!important;
  }
  
  .main-content .carousel .carousel-indicators li.active img {
    opacity: 1;
  }
  
  .main-content .carousel .carousel-indicators li:hover img {
    opacity: 1;
  }
  .shop-content{
      position: relative;
  }
  .shop-content .head{
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 600;
  }
  .shop-content .star-box ul li i{
    color: #faa7a3;
  }
  .shop-content .star-box ul .review{
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
  }
  .shop-content .content-box p{
    margin: 10px 0;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
  }
  .shop-content .content-box .table-box{
      padding: 15px 0;
  }
  .shop-content .content-box .table-box .table-content{
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0;
  }
  .shop-content .content-box .table-box .table-content span{
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: normal;
  }
  .shop-content .content-box .table-box .table-content span i{
      padding: 0 6px;
  }
  .shop-content .content-box .table-box .table-content span i:hover{
    color: #ffa6a8;
    cursor: pointer;
}
.shop-content .content-box .btn-group:nth-of-type(1) {
    border: 1px solid #999999;
}
.shop-content .content-box .btn-group:nth-of-type(1) button {
    padding: 6px 15px;
}
.shop-content .content-box .btn-group:nth-of-type(1) button:not(:nth-of-type(2)):hover {
    background: #333333;
    color: #fff;
}
.shop-content .content-box .btn-group:nth-of-type(1) button:nth-of-type(2) {
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}
.shop-content .content-box .btn-group:nth-of-type(2) {
    margin-left: 10px;
    border: 1px solid #999999;
}
.shop-content .content-box .btn-group:nth-of-type(2) button:nth-of-type(1) {
    border-right: 1px solid #999999;
}
.shop-content .content-box .btn-group:nth-of-type(2):hover button:nth-of-type(1) {
    background: #333333;
    color: #fff;
    border-right: 1px solid #333333;
}
.shop-content .content-box .btn-group:nth-of-type(2) button:nth-of-type(2) {
    background: #999999;
    color: #fff;
}

.shop-content .content-box .btn-group:nth-of-type(2):hover button:nth-of-type(2) {
    background: #333333;
    color: #fff;
}
.shop-content .nav .nav-item .nav-link.active {
    border-bottom: 2px solid #333333;
    border-radius: 0;
    color: #333333;
    background: none;
}
.shop-content .tab-content .tab-pane {
    color: #999999;
}

.shop-content .tab-content .tab-pane ul {
    list-style: none;
}

.shop-content .nav .nav-item .nav-link {
    color: #999999;
}
/* Common Heading */
.section-head{
    width: 100%;
}
.section-head .heading{
    position: relative;
    font-size: 60px;
    font-family: 'El Messiri', sans-serif;
    line-height: 1;
    margin-bottom: 50px;
}
.section-head .heading::before{
    content: " ";
    position: absolute;
    height: 6px;
    width: 110px;
    display: block;
    left: 0;
    bottom: -10px;
    background: #ffa6a8;
    /* -webkit-mask: url('../images/line-title2.svg') repeat left center;
    mask: url('../images/line-title2.svg') repeat left center; */
}
/* Contact Page CSS Code */
.contact-section{
    position: relative;
}
.contact-section .contact-outer{
    padding: 100px 0;
    border-bottom: 1px solid lightgray;
}
.contact-section .contact-outer ul li{
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.contact-section .contact-outer ul li p{
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.contact-section .form-box input{
    height: 50px;
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 0;
}
.contact-section .form-box input:focus{
    outline: 0;
    box-shadow: none;
}
.contact-section .form-box textarea{
    border: 0;
    border: 1px solid #CCCCCC;
}
.contact-section .form-box textarea:focus{
    outline: 0;
    border: 1px solid #CCCCCC;
    box-shadow: none;
}
.contact-section .form-box .sign-btn{
    background: #333333;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    line-height: 1;
    padding: 15px 30px;
    border: none;
    border-radius: 0;
}
.contact-section .form-box .sign-btn:hover{
    background: #ffa6a8;
}
/* About Section */
.about-section{
    width: 100%;
}
.about-section .about-head{
    height: 50vh;
    width: 100%;
    background: url(../images/title-page1.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.about-section .about-head .heading{
    left: 10%;
    top: 50%;
    transform: translate(0,-50%);
    position: absolute;
    font-size: 60px;
    font-family: 'El Messiri', sans-serif;
    line-height: 1;
    margin-bottom: 50px;
}
.about-section .about-head .heading::before{
    content: " ";
    position: absolute;
    height: 6px;
    width: 110px;
    display: block;
    left: 0;
    bottom: -10px;
    background: #ffa6a8;
}
.product-details{
    padding: 100px 0;
    position: relative;
}
.product-details h6 {
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
}
.product-details h6::before {
    content: " ";
    position: absolute;
    height: 6px;
    width: 110px;
    display: block;
    bottom: -15px;
    background: #ffa6a8;
}
.product-details .left-side h6::before {
    right: 0;
}
.product-details .right-side h6::before {
    left: 0;
}
.product-details p {
    font-size: 15px;
    color: #666666;
    font-family: 'Raleway', sans-serif;
}
.video-section h2{
    font-family: 'El Messiri', sans-serif;
    font-size: 60px;
    margin-bottom: 40px;
    display: block;
    position: relative;
}
.video-section h2::before{
    content: " ";
    position: absolute;
    height: 6px;
    width: 150px;
    display: block;
    left: 0;
    bottom: -10px;
    background: #ffa6a8;
}
.video-section .video-img{
    height: 80vh;
}
.video-section .progress-bars .progress-spacing {
    margin-top: 30px;
    margin-bottom: 40px;
}
.video-section .progress-bars .progress-spacing h6 {
    color: #666666;
}
.video-section .progress-bars .progress-spacing span {
    color: #333333;
}
.video-section .progress-bars .progress{
    height: 10px;
}
.video-section .progress-bars .progress .first {
	border-radius: 18px;
	width: 70%;
    height: 10px;
    background: #666666;
}
.video-section .progress-bars .progress .second {
	height: 10px;
    background: #666666;
	border-radius: 18px;
	width: 90%;
}
.video-section .progress-bars .progress .third {
	height: 10px;
    background: #666666;
	border-radius: 18px;
	width: 80%;
}
.testimonials .border-bottom-color {
    border-bottom: 1px solid #e6e6e6;
    padding: 80px 0;
    margin: 40px auto;
}
.testimonials .testimonial-details .img-box{
    height: 150px;
    width: 150px;
}
.testimonials .testimonial-details .img-box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.testimonials .testimonial-details ul li {
    color: #ffa6a8;
    padding: 1px;
    font-size: 20px;
}
.testimonials .testimonial-details p {
    width: 90%;
}
.testimonials ol li.active {
    background: #999999;
    height: 12px;
    width: 12px;
    border: none;
    border-radius: 50%;
}
.testimonials ol li {
    background: #999999;
    height: 10px;
    width: 10px;
    border: none;
    border-radius: 50%;
}
.testimonials .carousel .carousel-inner {
    padding-bottom: 80px;
}

/* Check-Out Section */
.checkout-section{
    position: relative;
}
.checkout-section .checkout-outer{
    border-bottom: 1px solid #CCCCCC;
    padding: 80px 0;
}
.checkout-section .checkout-outer .form-box input{
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 0;
}
.checkout-section .checkout-outer .form-box input:focus{
    outline: 0;
    box-shadow: none;
}
.checkout-section .checkout-outer .form-box label sup{
    font-size: 8px;
    color: #ff0000;
}
.checkout-section .checkout-outer .order-box h6{
    font-size: 15px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}
.checkout-section .checkout-outer .order-box h6 span{
    font-size: 15px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    color: #faa7a3;
    padding-left: 14px;
}
.checkout-section .checkout-outer .coupon-btn:focus{
    box-shadow: none;
    outline: 0;
}
.checkout-section .checkout-outer .coupon-box input{
    box-shadow: none;
    outline: 0;
    border-radius: 0;
}
.checkout-section .checkout-outer .coupon-box input:focus{
    box-shadow: none;
    outline: 0;
}
.checkout-section .checkout-outer .check-boxes{
    border-bottom: 1px solid #CCCCCC;
}
.checkout-section .checkout-outer .apply-btn{
    padding: 10px 20px 10px 20px;
    border: 1px solid #333333;
    line-height: 1;
    border-radius: 0;
    font-size: 15px;
    color: white;
    background: #333333;
}
.checkout-section .checkout-outer .place-btn{
    padding: 10px 20px 10px 20px;
    border: 1px solid #333333;
    line-height: 1;
    border-radius: 0;
    font-size: 15px;
    color: white;
    background: #333333;
}
.checkout-section .checkout-outer .order-box .shipping span{
    font-weight: 400;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    color: #666666;
    padding-left: 14px;
}
.checkout-section .checkout-outer .order-card .card{
    border: none;
    border-bottom: 1px solid #CCCCCC;
    padding: 22px 0;
    border-radius: 0;
}
.checkout-section .checkout-outer .order-card .card .title{
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    color: #666666;
}
.checkout-section .checkout-outer .order-card .card .price{
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    color: #333333;
}
.checkout-section .checkout-outer .order-card .card .img-box{
    width: 100px;
    height: 90px;
}
.checkout-section .checkout-outer .order-card .card .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
