/**
* Theme Name: Dealsdot Child
* Description: This is a child theme of Dealsdot, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: dealsdot
* Version: 1.5.3
*/

.woocommerce-MyAccount-navigation-link--tinv_wishlist,
.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation-link--edit-account,
.woocommerce-MyAccount-navigation-link--members-area{ 
	display:none;
}
#single-main-product .favorite-button{display:none;}
@font-face {
    font-family: 'sc_prosper_sansbold';
    src: url('fonts/scprospersans-bold.woff2') format('woff2'), url('fonts/scprospersans-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sc_prosper_sanslight';
    src: url('fonts/scprospersans-light.woff2') format('woff2'), url('fonts/scprospersans-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sc_prosper_sansmedium';
    src: url('fonts/scprospersans-medium.woff2') format('woff2'), url('fonts/scprospersans-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sc_prosper_sansregular';
    src: url('fonts/scprospersans-regular.woff2') format('woff2'), url('fonts/scprospersans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.navbar-default, body {
    font-family: 'sc_prosper_sansregular';
}
p, li, span, small {
    font-family: 'sc_prosper_sansregular' !important;
}
h2, h3, h4, h5 {
    font-family: 'sc_prosper_sansbold' !important;
}
.navbar-default {
    float: right;
}
#coupon_view {
	font-size: 16px;
	background: #fff !important;
	margin-top: 5px;
	width: fit-content;
	border: 2px dashed #424242 !important;
	padding: 5px 8px !important;
	float: left;
	position: absolute;
	top: 0%;
	right: 130px;
	border-radius: 5px;
	font-weight: 300;
}

.user-bought {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0px;
    background: #ffffffd6;
}

.user-bought p {
    font-size: 1.7em;
    color: #6d6d6d;
    font-weight: 600;
    padding: 25px 0px;
}
.klb-checkout-page.checkout-progress-sidebar ,#preloader{display:none !important;}

/*9june 2021*/
.carousel {
    max-width: 650px;
    margin: 0 auto;
    padding: 10px
}

.carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;   
}

.carousel .item a {
    color: #eb7245
}

.carousel .testimonial {
    padding: 50px 0 10px
}

.testimonial {
    color: #000000;
    font: Times Roman
}

.carousel .overview {
    text-align: center;
    padding-bottom: 5px
}

.carousel .overview b {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px
}

.carousel .star-rating i {
    font-size: 18px;
    color: #ffdc12
}

.carousel .carousel-control {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient( 90deg,#2c3a88,#0061c8);
    text-shadow: none;
    top: 4px
}

.carousel-control i {
    font-size: 20px;
    margin-right: 2px
}

.carousel-control.left {
    left: auto;
    right: 40px
}

.carousel-control.right i {
    margin-right: -2px
}

.carousel .carousel-indicators {
    bottom: 15px
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%
}

.carousel-indicators li {
    background: #e2e2e2;
    border-color: transparent
}

.carousel-indicators li.active {
    border: none;
    background: #888
}

/*      ---------------------- */

* {
    margin: 0;
    padding: 0
}
html {
    height: 100%
}
#grad1 {
    
}
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}
#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    padding: 0px 10px;
    box-sizing: border-box;
    width: 94%;
    margin: 0px 10px;
    position: relative;
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}
#msform fieldset:not(:first-of-type) {
    display: none
}
#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}
#msform input,
#msform textarea, #msform select {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px
}
#msform input:focus,
#msform textarea:focus, #msform select:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0
}
#msform .action-button {
    width: 125px;
    background: #38d200;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}
#msform .action-button-previous {
    width: 125px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}
select.list-dt:focus {
    border-bottom: 2px solid skyblue
}
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}
.fs-title {
    font-size: 20px;
    color: #2C3E50;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: left
}
#progressbar, #progressbar1 {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    text-align-last: center !important;
}
#progressbar .active, #progressbar1 .active {
    color: #000000
}
#progressbar li, #progressbar1 li {
    list-style-type: none;
    font-size: 12px;
    width: 50%;
    float: left;
    position: relative
}
#progressbar #account:before, #progressbar1 #account1:before {
    font-family: FontAwesome;
    content: "\f023"
}
#progressbar #personal:before, #progressbar1 #personal1:before {
    font-family: FontAwesome;
    content: "\f007"
}
#progressbar li:before, #progressbar1 li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}
#progressbar li:after, #progressbar1 li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}
#progressbar li.active:before, #progressbar li.active:after, #progressbar1 li.active:before, #progressbar1 li.active:after {
    background: linear-gradient( 90deg,#2c3a88,#0061c8);
}
.radio-group {
    position: relative;
    margin-bottom: 25px
}
.fit-image {
    width: 100%;
    object-fit: cover
}
.woocommerce-message, #new-products-1, .search-result-container .category-product .product .store{display: none;}

@media only screen and (max-width: 567px) {
    .scroll-tabs .more-info-tab .new-product-title{
        margin-top: 25px !important;
        margin-bottom: 0 !important;
    }
    .modal-content {
        max-width: 348px !important;
        margin: 13vh auto 0 !important;
    }
}