@font-face {
    font-family: 'AmazonEmber Light';
    src: url('../fonts/AmazonEmber-Light.eot');
    src: url('../fonts/AmazonEmber-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AmazonEmber-Light.woff2') format('woff2'),
    url('../fonts/AmazonEmber-Light.woff') format('woff'),
    url('../fonts/AmazonEmber-Light.svg#AmazonEmber-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AmazonEmber Regular';
    src: url('../fonts/AmazonEmber-Regular.eot');
    src: url('../fonts/AmazonEmber-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AmazonEmber-Regular.woff2') format('woff2'),
    url('../fonts/AmazonEmber-Regular.woff') format('woff'),
    url('../fonts/AmazonEmber-Regular.svg#AmazonEmber-Regular') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AmazonEmber Bold';
    src: url('../fonts/AmazonEmber-Bold.eot');
    src: url('../fonts/AmazonEmber-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AmazonEmber-Bold.woff2') format('woff2'),
    url('../fonts/AmazonEmber-Bold.woff') format('woff'),
    url('../fonts/AmazonEmber-Bold.svg#AmazonEmber-Bold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body{
    min-width: 320px;
    background-color: #EAEDED;
}

header{
    background-color: #131921;
}
header .amazon-header__brand-logo > a > img{
    width: 100%;
    max-width: 300px;
}
@media screen and (max-width: 767px){
    header .amazon-header__brand-logo > a > img{
        max-width: 210px;
    }
}

.header.categoryHead h1{
    padding-bottom: 25px!important;
}

.amazon-body p{
    font-family: 'AmazonEmber Light';
    font-size: 14px;
    line-height: 16px;
    color: #111;
}
.amazon-body .amazon-box{
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.47);
}
.amazon-body .amazon-box h1{
    font-family: 'AmazonEmber Bold';
    font-size: 24px;
    line-height: 26px;
    color: #363636;
}
.amazon-body .amazon-box .amazon-box__steps .amazon-box__item{
    width: 100%;
}
.amazon-body .amazon-box .amazon-box__steps .amazon-box__item p{
    color: #111;
    line-height: 20px;
}
.amazon-body .amazon-box .amazon-box__steps .amazon-box__item p a{
    text-decoration: none;
    color: #111;
}
.amazon-body .amazon-box .amazon-box__steps .amazon-box__item p a:hover{
    color: #111;
}
.amazon-body .amazon-box .amazon-box__steps .amazon-box__item .icon.steps{
    width: 28px;
    height: 28px;
    background: url("../img/icon-step-1.svg");
    background-size: cover;
}
.amazon-body .amazon-box .amazon-box__steps .amazon-box__item .icon.two{
    background: url("../img/icon-step-2.svg");
    background-size: cover;
}
.amazon-body .amazon-box .amazon-box__steps .amazon-box__item .icon.three{
    background: url("../img/icon-step-3.svg");
    background-size: cover;
}
.amazon-body .amazon-box .amazon-box__steps .amazon-box__item .icon.four{
    background: url("../img/icon-step-4.svg");
    background-size: cover;
}

.amazon-box .goToSection{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.amazon-box .goToSection:hover{
    text-decoration: none;
}
.amazon-box .goToSection span{
    font-family: 'AmazonEmber Regular';
    color: #363636;
}

@media screen and (max-width: 767px){
    .amazon-body .amazon-box .amazon-box__steps .amazon-box__item p{
        width: calc(100% - 38px);
    }
}

.guarantee-tab h2{
    font-family: 'AmazonEmber Bold';
    font-size: 24px;
    line-height: 26px;
    color: #363636;
}
.guarantee-tab .border-line{
    background: #f3a847;
    width: 15%;
    height: 4px;
    position: relative;
}
.guarantee-tab .amazon-box .amazon-box__box-item{
    width: 100%;
}
.guarantee-tab .amazon-box .amazon-box__box-item .amazon-box__box-top h4{
    font-family: 'AmazonEmber Bold';
    font-size: 16px;
    line-height: 18px;
    color: #363636;
    margin: 18px 0 38px;
}
.guarantee-tab .amazon-box .amazon-box__box-item .amazon-box__box-top .border-line {
    width: 100%;
    height: 1px;
}
.guarantee-tab .amazon-box .amazon-box__box-item .amazon-box__box-top .border-line:before{
    content: "";
    width: 60px;
    height: 6px;
    background-color: #f3a847;
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
}
.guarantee-tab .amazon-box .amazon-box__box-item .amazon-box__box-bot img{
    box-sizing: content-box;
}
.guarantee-tab .amazon-box .amazon-box__box-item .amazon-box__box-bot p{
    color: #111;
    font-size: 14px;
    line-height: 20px;
}
@media screen and (max-width: 991px) {
    .guarantee-tab .amazon-box .amazon-box__box-item .amazon-box__box-top .border-line {
        width: 40%;
    }
}
@media screen and (max-width: 767px){
    .guarantee-tab .amazon-box .amazon-box__box-item{
        width: 100%;
    }
    .guarantee-tab .amazon-box .amazon-box__box-item .amazon-box__box-top .border-line {
        width: 50%;
    }
}

footer{
    background-color: #131921;
    position: relative;
    margin-top: 60px;
}
footer .footer-list li{
    list-style-type: none;
    position: relative;
}
footer .footer-list li:before{
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #fff;
    left: 13px;
}
footer .footer-list li:first-child:before{
    display: none;
}
footer .footer-list li a{
    font-family: 'AmazonEmber Light';
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    transition: color .2s;
}
footer .footer-list li a:hover{
    color: #e6e6e6;
}
footer .easycep-whatsapp{
    position: absolute;
    right: 0;
    top: -50px;
    height: 40px;
    bottom: 133px;
    background: #fff;
    border-radius: 20px 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 47%);
}
footer .easycep-whatsapp a{
    width: 150px;
    height: 40px;
    padding: 5px;
    color: #111;
    font-family: 'AmazonEmber Regular';
    font-size: 14px;
    line-height: 14px;
    color: #111;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .easycep-whatsapp a > img{
    width: 30px;
}

@media screen and (max-width: 767px){
    footer .footer-list li a{
        font-size: 18px;
        line-height: 18px;
    }
    footer .footer-list li:before{
        display: none;
    }
}


/*Other Components Style*/
.categoryHead h1,.categoryHead h2{
    font-family: 'AmazonEmber Bold';
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0!important;
    margin-top: 45px;
    margin-bottom: 20px;
    padding-bottom: 25px;
    color: #363636;
}
.categoryHead h1:after,.categoryHead h2:after{
    background: #f3a847;
    height: 4px;
}
.list{
    background: #EAEDED;
}
.addToCartButton{
    font-family: 'AmazonEmber Regular';
    background: #f3a847;
    letter-spacing: 0;
}
.addToCartButton:hover{
    background: #d69137;
}
.productHover h2{
    font-family: 'AmazonEmber Regular';
    color: #363636!important;
}
.productHover p{
    font-family: 'AmazonEmber Regular';
    color: #111;
}


/*Category Page*/
.input-group.mobileSearch{
    padding: 48px 0;
}
.input-group.mobileSearch label{
    font-family: Arial,sans-serif;
    font-size: 20px;
}
.products .card a > h2{
    color: #363636!important;
}
@media screen and (max-width: 767px){
    .input-group.mobileSearch{
        padding: 30px 0;
    }
    .categoryHead h1,.categoryHead h2{
        margin-bottom: 40px;
        padding-bottom: 0;
    }
    .input-group.mobileSearch label {
        font-size: 10px!important;
    }
}


/*Product Page*/
ol.breadcrumb{
    margin-top: 48px;
    border-bottom: 1px solid #dbdbdb;
}
@media screen and (max-width: 767px) {
    ol.breadcrumb{
        margin-top: 24px;
    }
}
ol.breadcrumb .breadcrumb-item > a{
    font-family: 'AmazonEmber Regular';
    color: #111!important;
    text-decoration: none;
}
ol.breadcrumb .breadcrumb-item > a:hover{
    color: #f3a847!important;
}
ol.breadcrumb .breadcrumb-item.active{
    color: #f3a847!important;
}

section.header h1{
    font-family: 'AmazonEmber Bold';
    font-size: 24px!important;
    line-height: 26px!important;
    color: #363636;
}
section.header small{
    font-family: 'AmazonEmber Light';
    color: #111;
}


.card.border-dark{
    border: transparent;
    border-radius: 5px!important;
    box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 47%);
}
.card .card-footer{
    background-color: #f3a847!important;
}

#productform .card .card-body{
    border: transparent;
    border-radius: 5px!important;
    box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 47%);
}

#productform .card .card-body .productInputWrapper h5{
    font-family: 'AmazonEmber Regular';
    font-size: 20px;
    color: #f3a847!important;
}
#productform .card .card-body .productInputWrapper label{
    font-family: 'AmazonEmber Light';
    color: #111;
    border-radius: 5px;
    border: 1px solid #bdbdbd;
}
#productform .card .card-body .productInputWrapper .regular_radio:checked + label{
    border:2px solid #f3a847;
}
#productform .card .card-body .productInputWrapper label:hover{
    border: 1px solid #f3a847;
}

#productform .card .card-body .productInputWrapper h5 .btn i.fa{
    color: #f3a847;
}

#productform .card .card-body #cash-price-not_supported div{
    font-family: 'AmazonEmber Regular';
    color: #111!important;
}

#productform .card .card-body #cash-price-not_supported #price-not-supported{
    color: #363636!important;
}

#productform .card #amazon_support_div .card-header{
    font-family: 'AmazonEmber Bold';
    background: #f3a847!important;
}

#productform .card #amazon_support_div #supportPackages p{
    font-family: 'AmazonEmber Light';
    color: #111;
}
#productform .card #amazon_support_div #supportPackages p strong{
    font-family: 'AmazonEmber Bold';
    color: #363636;
}
#productform .card #amazon_support_div #supportPackages .dropdown-divider{
    border-bottom: 1px solid #bdbdbd;
}
#productform .card #amazon_support_div #supportPackages table{
    background-color: #f3a847!important;
}
#productform .card #amazon_support_div #supportPackages .table-hover tbody tr:hover{
    background-color: transparent;
    color: #fff;
}

#productform .card #amazon_support_div #supportPackages table label{
    font-family: 'AmazonEmber Regular';
    color: #fff!important;
}

#productform .card #prices{
    background: #fff!important;
    box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 47%);
}

#productform .card #prices #cash-price div{
    font-family: 'AmazonEmber Regular';
    color: #111!important;
}
#productform .card #prices #deal-price div{
    font-family: 'AmazonEmber Bold';
    color: #363636;
}
#productform .card #prices #satButton{
    font-family: 'AmazonEmber Regular';
    background-color: #f3a847;
}
#productform .card #prices #satButton:hover{
    background-color: #d69137;
}

#gradesModal .modal-header{
    border-bottom: 1px solid #bdbdbd;
}
#gradesModal .modal-header h4{
    font-family: 'AmazonEmber Bold';
    color: #363636;
}
#gradesModal .modal-header .close span{
    font-family: 'AmazonEmber Bold';
    color: #363636;
}

#gradesModal .modal-body h4{
    font-family: 'AmazonEmber Bold';
    color: #363636;
}
#gradesModal .modal-body div{
    font-family: 'AmazonEmber Regular';
    color: #111;
}

#gradesModal .modal-footer .btn{
    font-family: 'AmazonEmber Regular';
    background-color: #f3a847;
    border: 0;
}
#gradesModal .modal-footer .btn:hover{
    font-family: 'AmazonEmber Regular';
    background-color: #d69137;
}

.accordion-title{
    font-family: 'AmazonEmber Bold';
    color: #363636;
    font-size: 24px;
    line-height: 26px;
}

#accordionSSS .card .card-header{
    background: #f3a847!important;
}

#accordionSSS .card .card-header h2 button{
    font-family: 'AmazonEmber Bold';
    color: #363636;
    text-decoration: none;
}
#accordionSSS .card #collapseOne .card-body{
    font-family: 'AmazonEmber Regular';
    color: #111;
}

/*Payment Page*/

#checkout_form{
    margin-top: 10px;
}

#checkout_form .card-header{
    background: #f5f5f5!important;
    font-family: 'AmazonEmber Bold';
    color: #363636!important;
}
#checkout_form .card-header small{
    font-family: 'AmazonEmber Regular';
    color: #363636!important;
}

#checkout_form .card-body .form-row label{
    font-family: 'AmazonEmber Light';
    color:#111;
}

#checkout_form .card-body .form-row label i{
    color:#f3a847!important;
}

#checkout_form .card-body .form-row input,#checkout_form .card-body .form-row select{
    font-family: 'AmazonEmber Light';
    color:#111;
    border:1px solid #dbdbdb;
    border-radius: 2px;
}
#checkout_form .card-body .form-row input::placeholder{
    font-family: 'AmazonEmber Light';
    color:#c6c6c6;
}
#checkout_form .card-body .form-row select{
    font-family: 'AmazonEmber Light';
    color:#c6c6c6;
}

#checkout_form .card-body .form-row select.coloraPlace{
    color:#111;
}

#checkout_form .card-body .custom-checkbox label{
    font-family: 'AmazonEmber Light';
    color:#111;
}
#checkout_form .card-body #kuryeCheck label, #defaultCargoCheck label,#checkout_form .card-body #kapidaSatCheck label{
    color: #f3a847!important;
}

#checkout_form .card-body .custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    border-color: #f3a847;
    background-color: #f3a847;
}

.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before{
    border-color: #f3a847;
    background-color: #f3a847;
}

#checkout_form .card-body .custom-checkbox label a{
    font-family: 'AmazonEmber Light';
    color:#f3a847;
}
#checkout_form .card-body .custom-checkbox label a:hover{
    color:#d69137;
}



#checkout_form #amazon_order_div{
    font-family: 'AmazonEmber Regular';
    color:#111;
}

#checkout_form #amazon_order_div input{
    font-family: 'AmazonEmber Light';
    color:#111;
    border:1px solid #dbdbdb;
    border-radius: 2px;
}
#checkout_form #amazon_order_div input::placeholder{
    font-family: 'AmazonEmber Light';
    color:#c6c6c6;
}

#checkout_form #payments .custom-radio label{
    font-family: 'AmazonEmber Light';
    color:#111;
}
#checkout_form #payments .custom-radio label:before{
    background-color: #f3a847;
    border-color: #f3a847;
}

#checkout_form #payments #iban_div label{
    font-family: 'AmazonEmber Light';
    color:#111;
}
#checkout_form #payments #iban_div input{
    font-family: 'AmazonEmber Light';
    color:#111;
    border:1px solid #dbdbdb;
    border-radius: 2px;
}
#checkout_form #payments #iban_div input::placeholder{
    font-family: 'AmazonEmber Light';
    color:#c6c6c6;
}

.custom-control-input:checked~.custom-control-label::before{
    background-color: #f3a847;
    border-color: #f3a847;
}

.card .card-footer.azFooter{
    background-color: rgba(0,0,0,.03)!important;
}
.card .card-footer.azFooter #totalPriceDiv div{
    font-family: 'AmazonEmber Bold';
    color:#363636;
}
.card .card-footer.azFooter #continue_button{
    font-family: 'AmazonEmber Regular';
    background: #f3a847;
    border: transparent;
}
.card .card-footer.azFooter #continue_button:focus{
    font-family: 'AmazonEmber Regular';
    background: #f3a847;
    border: transparent;
    box-shadow: none;
}

.tooltip > div:first-child:before{
    border-bottom-color: #f3a847;
    border-top-color: #f3a847;

}
.tooltip > div:last-child{
    background: #f3a847;
}

/* Summary Page */
.summary-amazon .easyNav.sliderCategoryWrapper{
    border-radius: 0!important;
    background: #19212d;
}
.summary-amazon .easyNav.sliderCategoryWrapper .slideWrapper p i:before{
    color: #f3a847;
}
.summary-amazon .easyNav.sliderCategoryWrapper .slideWrapper h4{
    font-family: 'AmazonEmber Bold';
    color: #f3a847!important;
}
.summary-amazon .easyNav.sliderCategoryWrapper .slideWrapper hr{
    border-top: 1px solid #bdbdbd;
}
.summary-amazon .easyNav.sliderCategoryWrapper .slideWrapper p{
    font-family: 'AmazonEmber Regular';
    color: #f3a847!important;
}
.summary-amazon .easyNav.sliderCategoryWrapper .slideWrapper .card{
    border: 0!important;
}

.summary-amazon .card .card-header{
    font-family: 'AmazonEmber Regular';
    background: #131921!important;
}
.summary-amazon .card .card-body .list-group{
    border-radius: 5px;
}
.summary-amazon .card .card-body .list-group .list-group-item.bg-light{
    background: #f5f5f5!important;
}
.summary-amazon .card .card-body .list-group .list-group-item h4{
    font-family: 'AmazonEmber Bold';
    color: #363636;
}
.summary-amazon .card .card-body .list-group .list-group-item h6{
    font-family: 'AmazonEmber Bold';
    color: #363636;
}
.summary-amazon .card .card-body .list-group .list-group-item span{
    font-family: 'AmazonEmber Light';
    color: #111!important;
}
.summary-amazon .card .card-body .list-group .list-group-item div small.text-muted{
    color: #111!important;
}
.summary-amazon .card .card-body .list-group .list-group-item .text-success small{
    font-family: 'AmazonEmber Light';
    color: #f3a847!important;
}
.summary-amazon .card .card-body .list-group .list-group-item span.text-success{
    font-family: 'AmazonEmber Light';
    color: #f3a847!important;
}
.summary-amazon .card .card-body .list-group .list-group-item .btn-success{
    background: #f3a847!important;
    font-family: 'AmazonEmber Bold';
    border: none;
    border-radius: 4px!important;
}
.summary-amazon .card .card-body .list-group .list-group-item .btn-success:focus{
    border-color: transparent;
}
.summary-amazon .card .card-body .list-group .list-group-item .btn-success:hover{
    background: #d69137!important;
}
.summary-amazon .card .card-body .list-group .list-group-item.amazon-support-package{
    background: #131921!important;
}
.summary-amazon .card .card-body .list-group .list-group-item.amazon-support-package h6,.summary-amazon .card .card-body .list-group .list-group-item.amazon-support-package span{
    color: #fff!important;
    font-family: 'AmazonEmber Regular';
}
.summary-amazon .card .card-body .list-group .list-group-item.amazon-support-package small{
    color: #f3a847;
    font-family: 'AmazonEmber Regular';
}

#amazon_div p{
    font-family: 'AmazonEmber Light';
    color: #111;
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 0;
    margin-top: 10px;
}

.modal .modal-content .modal-body .accordion .card .card-header{
    background: #f7f7f7!important;
}
.modal .modal-content .modal-body .accordion .card .card-header h2{
    background: #f7f7f7;
}
.modal .modal-content .modal-body .accordion .card .card-header h2 button{
    text-decoration: none;
}
.modal .modal-content .modal-body .accordion .card .card-header h2 button:focus{
    box-shadow: none;
}
