.single-product-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Global Style */
.space-20 {
    padding: 20px 0;
}

/* Header Area Start */
.logo__brand {
    display: flex;
    align-items: center;
}
.logo__brand img {
    width: 90px;
    margin-right: 0.5rem;
}
.logo__brand .logo__brand--title h1 {
    font-size: 2rem;
    font-weight: 600;
}
.logo__brand .logo__brand--title p {
    color: #6d6d6d;
    font-size: 1rem;
}
.logo__brand .logo__brand--title:hover {
    opacity: 0.9;
}
.sticky .add-sticky{
    background-color: #d1d9dd;
}
.sticky-container .logo .logo__brand img {
    width: 76px;
}
.sticky-container .logo .logo__brand .logo__brand--title h1 {
    font-size: 1.8rem;
}
.sticky-container .logo .logo__brand .logo__brand--title p {
    font-size: 1rem;
}
/* Header Area End */

/* Header Top */
.settings__icon--lg {
    padding-left: 10px !important;
}
.settings__icon--lg span {
    font-size: 1rem;
}
.settings__icon--lg i {
    font-size: 1.25rem !important;
}
.settings__icon--lg i.phone-circle {
    text-align: center;
    font-size: 1rem !important;
    background-color: #333;
    color: #fff;
    width: 22px;
    height: 22px;
    padding-top: 3px;
    border-radius: 50%;
    margin-left: 0.5rem;
}

.settings__icon--lg .fa-facebook-square:hover {
    color: #3b5998;
}
.settings__icon--lg .fa-instagram:hover {
    color: #c13584;
}
.settings__icon--lg .fa-telegram:hover {
    color: #0088cc;
}
.settings__icon--lg .fa-linkedin-square:hover {
    color: #0072b1;
}
/* End header top */

/* Header Middle */
.header__contact-btn {
    color: #fff;
    background-color: #408ed4;
    padding: 0.6rem 1rem;
    font-size: 14px;
    border-radius: 20px;
    font-weight: 600;
}
.header__contact-btn:hover {
    opacity: 0.8;
    color: #fff;
}
.header__contact-btn:active {
    transform: scale(0.98);
}

/* End Header Middle */

/* Slider Section Start */
.slider_area {
    max-height: 492px;
    overflow: hidden;
}
@media only screen and (max-width: 1199px) {
    .slider_area {
        max-height: 393.59px;
    }
}
@media only screen and (max-width: 765px) {
    .slider_area {
        max-height: 259.56px;
    }
}
/* Slider Section End */

/* Category Product Area Start  */
.brand__logo {
    height: 30px;
}
.category-tabs li a {
    padding: 1rem 0;
}
/* Category Product Area End  */

/* Sale Offer Area Start */
/*.flash-single-item {*/
/*    max-height: 455px;*/
/*}*/
/* Sale Offer Area End */

/* Product LIST */
/*.item-product {*/
/*    height: 370px;*/
/*}*/
.item-product.product-list {
    height: auto;
}
.product-thumb {
    padding-bottom: 0 !important;
}
.product-thumb a img {
    width: 214px;
    height: 214px;
    object-fit: contain;
}
.product-thumb .product__offer--thumb {
    height: 350px;
    width: 350px;
}
.banner__top{
    margin-top: 50px;
    width: 100%;
}
.banner__top--responsive{
    display: none;
}
.banner__top a{
    width: 100%;
}
.banner__top a img{
    height: 455px;
    width: 100%;
    object-fit: cover;
}
/* Product List End */

/* Product Detail Start */
.img-thumb {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.product-sizes a {
    font-size: 14px !important;
    font-weight: 600;
}
/* Product Detail End */

/* Product Types */
.block__more-data {
    background-color: #fff;
    color: #a8a8a8;
    position: absolute;
    border-radius: 10px;
    padding-right: 0;
    padding-left: 5px;
    right: 50px;
    top: 0;
    bottom: 0;
    transform: translateY(-4px);
    font-size: 1rem;
}
/* Product Types End */

/* Mobile Responsive */
@media only screen and (max-width: 479px) {
    .logo__brand.mobile__responsive img {
        width: 60px;
    }
    .logo__brand .logo__brand--title h1 {
        font-size: 1.5rem;
        font-weight: 600;
    }
    .logo__brand .logo__brand--title p {
        color: #6d6d6d;
        font-size: 0.8rem;
    }
    .header__contact-btn {
        padding: 5px 16px;
        font-size: 12px;
    }
    .product-thumb a img {
        width: 100%;
        height: 160px;
    }
}

/* Menu Top bar */
.main-menu li.active a {
    opacity: 0.8;
    color: #333;
}

#sort-by {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 5px 16px;
    cursor: pointer;
}

/* Loading */
@keyframes ldio-5h74adj58cq {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.ldio-5h74adj58cq div {
    box-sizing: border-box !important;
}
.ldio-5h74adj58cq > div {
    position: absolute;
    width: 144px;
    height: 144px;
    top: 28px;
    left: 28px;
    border-radius: 50%;
    border: 16px solid #000;
    border-color: #c3dde2 transparent #c3dde2 transparent;
    animation: ldio-5h74adj58cq 1s linear infinite;
}
.ldio-5h74adj58cq > div:nth-child(2) {
    border-color: transparent;
}
.ldio-5h74adj58cq > div:nth-child(2) div {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
}
.ldio-5h74adj58cq > div:nth-child(2) div:before,
.ldio-5h74adj58cq > div:nth-child(2) div:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: -16px;
    left: 48px;
    background: #c3dde2;
    border-radius: 50%;
    box-shadow: 0 128px 0 0 #c3dde2;
}
.ldio-5h74adj58cq > div:nth-child(2) div:after {
    left: -16px;
    top: 48px;
    box-shadow: 128px 0 0 0 #c3dde2;
}
.loadingio-spinner-dual-ring-6rfnr9kydd4 {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: #f1f2f3;
}
.ldio-5h74adj58cq {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}
.ldio-5h74adj58cq div {
    box-sizing: content-box;
}
/* generated by https://loading.io/ */

/* Product Summary */
.product-summery {
    display: flex;
    flex-direction: column;
    height: calc(100% - 110px);
}
.product-summery .product-packeges {
    margin-top: 1rem;
    flex-grow: 1;
}
.product-sizes span {
    font-size: 16px;
    font-weight: 600;
}
.product-colors span,
.color-box {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.single_slider .slider_content {
    width: 350px;
}

#footer-section{
    background-color: #408ed4;
    color: #fff;
    padding-top: 1rem;
}

#footer-section h1, #footer-section  p, #footer-section h6{
    color: #fff;
}
#footer-section a:hover{
    color: #333;
}

.scroll-to-top{
    bottom: 100px;
}

.slider-one .slick-dots {
    transform: translateX(0%);
}
.footer_social ul li a {
    line-height: 3.3;
}
.footer_social--link{
    background: none !important;
    border: 1.5px solid #fff;
    transition: background 0.3s ease-in;
}
.footer_social--link:hover{
    background: #fff !important;
}
.footer_social--link i{
    font-size: 1.5rem !important;
    color: #fff !important;
    transition: color 0.3s ease-in;
}
.footer_social--link:hover i{
    color: #408ed4 !important;
}
.header_social--link{
    background: none !important;
    border: 2px solid #333;
    transition: background 0.3s ease-in;
}
.header_social--link:hover{
    background: #333 !important;
}
.header_social--link i{
    font-size: 1.5rem !important;
    color: #333 !important;
    transition: color 0.3s ease-in;
}
.header_social--link:hover i{
    color: #fff !important;
}
@media only screen and (max-width: 991px){
    .banner__top{
        display: none;
        margin-top: 0;
    }
    .banner__top--responsive{
        display: inline-block;
    }
    .banner__top a img{
        height: 259px;
    }
}