/*header css*/
div, label, input, button, a, p, h1, h2, h3, h4, h5, h6, li {
    font-family: 'PT Serif',serif!important;
}
p {
    color: #2F2F2F;
}
#divMainHeader {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;
    background-color: #fff;
}
.header-main .custom-header-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-main .custom-header-social {
    width: 30%;
    max-width: 30%;
}
.header-main .custom-header-right {
    width: 35%;
    max-width: 35%;
}
.header-main .custom-header-logo {
    width: 35%;
    max-width: 35%;
    text-align: center;
    padding: 0px 15px;
}
.header-main img {
    max-width: 100%;
}
.header-main ul li {
    list-style: none;
    display: inline-block;
}
.header-main {
    padding-top: 10px !important;
}
.custom-header-right ul li a {
    padding: 6px 4px;
    color: #2F2F2F;
    font-size: 12px;
    line-height: 19px;
    transition: all 0.3s ease;
}
.custom-header-right ul li a:hover {
    color: #ceaa5e;
}
.custom-header-right ul {
    text-align: right;
    margin-top: -5px;
}
.custom-header-social ul li a {
    color: #2F2F2F;
    border: 1px solid #2F2F2F;
    width: 24px;
    height: 24px;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.custom-header-social ul li a i {
    color: #2F2F2F;
    font-size: 12px;
    padding: 0px;
    position: relative;
    top: 1px;
}
.custom-header-social .cs-social-icons {
    display: inline-block;
}
.custom-header-social .cs-social-icons a {
    display: inline-block;
    margin-right: 3px;
}
.custom-header-social .widget_text {
    display: inline-block;
}
.custom-header-social .widget_text p {
    margin-left: 10px !important;
    color: #2F2F2F;
    border: 1px solid #2F2F2F;
    border-radius: 50px;
    padding: 6px 12px;
    background-image: url('/wp-content/themes/Shelley-child/images/phone.png');
    background-position: 8px 5px;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 25px;
    cursor: pointer;
}
.custom-header-social .widget_text p br {
    display: none;
}
.custom-header-social .widget_text p b {
    display: none;
    font-weight: normal;
}
.custom-header-social .widget_text p:hover b {
    display: inline-block;
}

.custom-header-below {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    justify-content: center;
}
.custom-header-below .dropdown-position {
    text-align: center;
    padding: 10px 0px;
    margin: 0px 15px;
}
.custom-header-below .dropdown-position a {
    padding: 6px 8px;
    color: #2F2F2F;
    font-size: 16px;
    line-height: 21px;
    transition: all 0.3s ease;
}
.custom-header-below .dropdown-position a:hover {
    color: #ceaa5e;
}
.custom-header-below > .dropdown-position:first-child a,
.custom-header-below > .dropdown-position:nth-child(2) a {
    position: relative;
    /*margin-right: 10px;*/
}
.custom-header-below > .dropdown-position:first-child > a:before,
.custom-header-below > .dropdown-position:nth-child(2) > a:before {
    content: '';
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-45deg);
    position: absolute;
    width: 7px;
    height: 7px;
    right: -5px;
    top: 13px;
}
.custom-header-below .dropdown-position:first-child {
    order: 2;
}
.custom-header-below .dropdown-position:nth-child(2) {
    order: 1;
}
.custom-header-below .dropdown-position:nth-child(3) {
    order: 3;
}
.custom-header-below .search {
    position: absolute;
    right: 0px;
    width: auto;
}
.custom-header-below .search > div {
    width: auto !important;
    float: left !important;
}
.custom-header-below .search>div .custom-cart-count .cart-box-top {
    color: #fff;
    background-color: #ceaa5e !important;
    position: absolute;
    top: 19px;
    width: 19px;
    height: 19px;
    font-size: 10px;
    border-radius: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0px;
}
.custom-header-below .search > div .cart-box-top:hover {
    background-color: transparent;
}
.custom-header-below .dropdown-position:hover .dropdown-menu {
    display: block;
}
.custom-header-below .dropdown-position .dropdown-menu {
    width: 100%;
    left: 0px;
    color: #000;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 40px;
    z-index: 99999!important;
    border-radius: 0;
    min-width: 520px;
    max-width: 500px;
}
.custom-header-below .dropdown-position .dropdown-menu .col-lg-4 {
    /*width: 100%;*/
    position: static;
    padding: 0px;
}
.custom-header-below .dropdown-position .default.inactive .dd-menu-content-right,
.custom-header-below .dropdown-position .inactive .dd-menu-content-right {
    width: 33%;
    top: 20px;
    bottom: 20px;
}
.custom-header-below .dropdown-position .shopby-collection .inactive .dd-menu-content-right {
    width: 50%;
}
.custom-header-below .dropdown-position .dropdown-menu .col-lg-12 {
    padding: 0px;
}
.custom-header-below .search-form label {
    display: none;
}
.custom-header-below .search-form .btn-srch {
    position: relative;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    background-image: url('/wp-content/themes/Shelley-child/images/Search.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.custom-header-below .search-form .btn-srch i {
    visibility: hidden;
}
.custom-header-below .search .custom-cart-head {
    display: none;
}
.custom-header-below .search>div .custom-cart-count{
    width: 40px !important;
    height: 40px;
    color: #2F2F2F;
    background-image: url('/wp-content/themes/Shelley-child/images/cart.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin-left: 10px;
}
.custom-header-below .top-row .cart-box-top .header_shopping_cart {
    display: none;
}
.custom-header-below .search .custom-cart-head .custom-cart-icon {
    color: #fff;
    background-color: #ceaa5e;
    position: absolute;
    bottom: 0px;
    width: 19px;
    height: 19px;
    border-radius: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0px;
}
.custom-header-below .top-row .cart-box-top .header_shopping_cart {
    background-image: unset;
}
.custom-header-below .search > div {
    display: inline-block;
}
.custom-header-below .top-row .header_shopping_cart {
    background-repeat: no-repeat;
    background-position: center;
    height: 18px;
    width: 25px;
}
@media (min-width: 1200px) {
    .custom-header-right ul li:last-child a {
        padding-right: 0px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .custom-header-right ul li a {
        padding: 6px 3px;
    }
}
@media (max-width: 991px) {
    .header-main .custom-header-social {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding-top: 10px;
    }
    .header-main .custom-header-logo {
        width: 100%;
        max-width: 400px;
        padding-bottom: 10px;
    }
    .header-main .custom-header-right,
    .header-main .custom-header-social,
    .custom-header-below .dropdown-position {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .custom-header-below .search {
        padding-top: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .header-main .custom-header-social,
    .header-main .custom-header-right {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding-top: 10px;
    }
    .header-main .custom-header-logo {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }
    .custom-header-right ul {
        text-align: center;
        padding: 10px 0px;
    }
    body .header-main {
        height: auto;
    }
    .custom-header-right ul li a {
        font-size: 16px;
    }
}


/*footer css*/
.footer-section-two .row {
    display: flex;
    flex-wrap: wrap;
}
.footer-section-two .row .cs-logo,
.footer-section-two .row .cs-form {
    width: 30%;
    max-width: 30%;
    padding: 0px 15px;
}
.footer-section-two .row .cs-menu{
    width: 40%;
    max-width: 40%;
    padding: 0px 15px;
}
.footer-section-two .footer-logo {
    padding-bottom: 20px;
}
.footer-section-two .row .cs-logo p {
    font-size: 16px;
    line-height: 24px;
    color: #2F2F2F;
}
.footer-section-two .row .cs-menu ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}
.footer-section-two .row .cs-menu ul li {
    width: 33.33%;
    max-width: 33.33%;
    margin-bottom: 10px;
    padding-right: 0px !important;
}
.footer-section-two .row .cs-menu ul li a {
    color: #514F6E !important;
    font-size: 14px;
    line-height: 21px;
    padding: 6px 6px;
    text-transform: capitalize;
    font-weight: normal;
}
.footer-section-two .row .cs-menu ul li a:hover {
    color: #C8AA68 !important;
}
.footer-section-two .newsletter-box {
    border: none;
    height: auto;
}
.footer-section-two .row .cs-form {
    padding-top: 30px;
}
.footer-section-two .newsletter-text {
    text-align: left;
    color: #514F6E;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500 !important;
}
.footer-section-two .newsletter-inputbox input {
    margin: 0px;
}
.footer-section-two #txtSubscriberform {
    background-color: #F0F1F2;
    width: 100%;
    display: block;
    float: left;
    padding: 5px;
    border-radius: 6px;
}
.footer-section-two .newsletter-inputbox #txtSubscriber1 {
    background-color: #F0F1F2;
    border: none;
    width: 70%;
    font-size: 14px;
    background-image: url('/wp-content/themes/Shelley-child/images/mail.png');
    background-position: 7px 8px;
    background-repeat: no-repeat;
    background-size: 19px;
    padding-left: 30px;
}
.footer-section-two .newsletter-inputbox .newsletter-submit {
    border: none;
    float: right;
    position: relative;
    top: 0px;
    line-height: 30px;
}
.footer-section-two .newsletter-inputbox .newsletter-submit span {
    border: 2px solid #ceaa5e;
    background-color: #ceaa5e;
    outline: none;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
}
.footer-section-two .newsletter-main {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}
.footer-section-two .cs-form .img6 {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.footer-section-two .cs-form .img6 span {
    width: 50%;
    padding: 0px 10px;
}
.footer-section-two .cs-form .img6 span a {
    border: 1px solid #C8AA68;
    padding: 10px 24px;
    display: inline-block;
    border-radius: 8px;
    color: #C8AA68;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500 !important;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease;
}
.footer-section-two .cs-form .img6 span a:hover {
    border: 1px solid #C8AA68;
    background-color: #C8AA68;
    color: #fff;
}

.footer-section-one .custom-heading h3 {
    display: block !important;
    font-size: 20px;
    color: #C8AA68;
    padding-bottom: 15px !important;
    line-height: 24px;
    text-align: center;
}
.footer-section-one .custom-heading h2 {
    font-size: 40px;
    color: #181818;
    line-height: 53px;
    padding-bottom: 30px !important;
    display: block !important;
    letter-spacing: 0px;
    font-weight: 500 !important;
    text-align: center;
}
.footer-section-one .pay-img-sect div.img {
    background-color: #f7f8fb;
    border-radius: 8px;
    height: auto;
    min-height: 105px;
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
}
.footer-section-one .pay-img-sect {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.page-footer .payments .img.img3,
.page-footer .payments .img.img4 {
    padding: 0px 10px;
}
.page-footer .footer-section-one {
    background-image: none;
    padding: 50px 0px 80px !important;
}
.page-footer .footer-section-two {
    border-top: 1px solid #D9DBE9;
    padding-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
}

.footer-section-three {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #D9DBE9;
}
.footer-section-three .row {
    display: flex;
    flex-wrap: wrap;
}
.footer-section-three .cs-social-icons,
.footer-section-three .cs-copyrights {
    width: 50%;
    max-width: 50%;
}
.footer-section-three .cs-social-icons a {
    margin-right: 3px;
    display: inline-block;
}
.footer-section-three .cs-copyrights p {
    font-size: 16px;
    line-height: 21px;
    color: #2F2F2F;
    margin-bottom: 0px;
    text-align: right;
}

.modal .modal-dialog {
    transform: unset;
    margin-top: 30px;
}
img {
    max-width: 100%;
}
#slidemenu {
    top: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-section-two .row .cs-logo,
    .footer-section-two .row .cs-form,
    .footer-section-two .row .cs-menu {
        width: 100%;
        max-width: 100%;
    }
    .custom-header-below .search .sd-hamburger-icon {
        top: 30px;
    }
}
@media (max-width: 991px) {
    .footer-section-two .row .cs-logo,
    .footer-section-two .row .cs-form,
    .footer-section-two .row .cs-menu {
        width: 100%;
        max-width: 100%;
        padding-bottom: 20px;
    }
    .header-main {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .custom-header-below .search > div {
        position: unset;
        top: 0px;
    }
    .custom-header-below .search,
    .custom-header-below {
        position: unset;
    }
    .sd-hamburger-icon.menu-close-panel.slide-active {
        position: absolute;
        /*left: 0px !important;*/
    }
    div .header-main {
        padding-top: 15px;
    }
}
@media (max-width: 767px) {
    .footer-section-two .cs-form .img6 span {
        width: 100%;
        margin-bottom: 15px;
    }
    .footer-section-one .pay-img-sect {
        display: block;
    }
    .page-footer .payments {
        padding: 0px 15px;
    }
    .footer-section-one .pay-img-sect div.img {
        justify-content: center;
    }
    .custom-header-below .search .sd-hamburger-icon {
        top: 85px;
    }
    .custom-header-below .search > div .cart-box-top {
        top: 0px !important;
    }
    .custom-header-below .search {
        padding-top: 0px;
    }
    div .header-main {
        height: auto !important;
    }
    .footer-section-two .row .cs-menu ul li {
        width: 100%;
        max-width: 100%;
    }
}



/*register css*/
.custom-register-pages {
    margin-top: 140px;
}
.custom-register-pages .shopcart-main-bg .register .checkout-td-title {
    border: none;
    background-image: unset;
    color: #060640;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500 !important;
}
.custom-register-pages .shopcart-main-bg .register .checkout-td-title span {
    color: #060640;
    font-size: 32px;
    line-height: 48px;
    font-weight: 500 !important;
}
.custom-register-pages .shopcart-main-bg .register #ContentPlaceHolder1_updatecreateac .checkout-td-title span {
    font-size: 18px;
    line-height: 24px;
}
.custom-register-pages .shopcart-main-bg .register #ContentPlaceHolder1_updatecreateac .checkout-td-title {
    padding-left: 0px;
}
.custom-register-pages .shopcart-main-bg .register .checkout-td-title strong {
    display: none;
}
.custom-register-pages .shopcart-main-bg .register .checkout-border {
    border: none;
}
.custom-register-pages .shopcart-main-bg .register .checkout-border .row > div {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.custom-register-pages .shopcart-main-bg .register .checkout-border .form-horizontal {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.custom-register-pages .shopcart-main-bg .register .checkout-border .form-horizontal .form-group {
    width: 33.33%;
    max-width: 33.33%;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px 10px;
    margin-bottom: 20px;
    margin-top: 0px !important;
}
.custom-register-pages .shopcart-main-bg .register .checkout-border .form-horizontal #ContentPlaceHolder1_trAddRemoveURL.form-group > div {
    width: auto !important;
}
.custom-register-pages .shopcart-main-bg .register .checkout-border .form-horizontal .form-group div {
    width: 100%;
    padding: 0px;
}
.custom-register-pages .shopcart-main-bg .register .checkout-border .form-horizontal .form-group label.control-label {
    width: 100%;
    padding: 0px;
    font-size: 16px;
    color: #2F2F2F !important;
    line-height: 22px;
    font-weight: 400 !important;
    padding-bottom: 5px;
    font-family: 'PT Serif',serif!important;
}
.custom-register-pages .shopcart-main-bg .register .checkout-border .form-horizontal .form-group label.control-label span {
    display: none;
}
.custom-register-pages .shopcart-main-bg .register .checkout-border .form-horizontal .form-group .form-control {
    border: 1px solid #D9DBE9;
    padding: 6px 12px;
    min-height: 48px;
    border-radius: 12px;
    width: 100% !important;
    box-shadow: none !important;
    color: #9A9EA6 !important;
    font-size: 14px;
}
.custom-register-pages .shopcart-main-bg .register .checkout-border .form-horizontal .form-group.form-group-select {
    position: relative;
}
.custom-register-pages .shopcart-main-bg .register .checkout-border .form-horizontal .form-group.form-group-select select {
    appearance: none;
}
.custom-register-pages .shopcart-main-bg .register .checkout-border .form-horizontal .form-group.form-group-select:after {
    content: '';
    position: absolute;
    top: 45px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-45deg);
    width: 7px;
    height: 7px;
    right: 30px;
}
.custom-register-pages .shopcart-main-bg .register {
    max-width: 1000px;
    margin: auto;
}
.custom-register-pages #ContentPlaceHolder1_updatecreateac .custom-register-user,
.custom-register-pages #ContentPlaceHolder1_updatecreateac .custom-register-billing,
.custom-register-pages #ContentPlaceHolder1_updatecreateac .custom-register-shipping,
.custom-register-pages #ContentPlaceHolder1_updatecreateac .custom-register-signup {
    border: 1px solid #C8AA68;
    padding: 32px 32px 2px;
    border-radius: 12px;
    margin-left: 0px;
    margin-right: 0px;
}
.custom-register-pages .shopcart-main-bg .register #ContentPlaceHolder1_updatecreateac .checkout-border {
    padding-left: 0px;
    padding-right: 0px;
}
.custom-register-pages .shopcart-main-bg .custom-register-wholesale-partner {
    background-color: #F7F8FB;
    padding: 32px;
    border-radius: 12px;
}
.custom-register-pages .shopcart-main-bg .custom-register-wholesale-partner .interested-group .form-group .control-label {
    width: auto !important;
    color: #060640;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
}
.custom-register-pages .shopcart-main-bg .custom-register-wholesale-partner .form-group div label {
    margin-right: 10px;
}
.custom-register-pages .shopcart-main-bg .custom-register-welcome {
    margin-left: 0px;
    margin-right: 0px;
}
.custom-register-pages .static-content .shopcart-main-bg {
    padding-top: 0px;
}
.custom-register-thankyou .form-group-row,
.custom-register-website .form-group-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.custom-register-pages .shopcart-main-bg .register .checkout-border .form-group-row .form-group label.control-label {
    font-size: 14px;
}
.custom-register-wholesale-partner .interested-group .control-label {
    width: auto;
    color: #060640;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500 !important;
    padding-left: 0px;
}
.custom-register-wholesale-partner .interested-group > div {
    width: auto;
}
.custom-register-wholesale-partner .interested-group > div label {
    padding-right: 10px;
}
.custom-register-thankyou {
    width: 100%;
    padding-top: 30px;
    clear: both;
}
.custom-register-thankyou .form-content,
.custom-register-website .form-content {
    padding: 0px;
    clear: both;
    margin-bottom: 30px;
}
.custom-register-reseller .form-content {
    padding: 0px;
    clear: both;
}
.custom-register-thankyou h4 {
    margin: 15px 0px !important;
    display: block !important;
}
.custom-register-thankyou .form-content ul li {
    list-style: none;
    margin-bottom: 10px;
}
.custom-register-thankyou .form-content li span {
    background-color: #83BA7A;
    color: #fff;
    padding: 3px 7px;
    font-size: 13px;
    border-radius: 50px;
    display: inline-block;
    width: 24px;
    height: 24px;
}
.custom-register-thankyou .form-content  .control-label,
.custom-register-website .form-content  .control-label,
.custom-register-reseller .form-content  .control-label {
    width: auto;
    font-size: 18px;
    padding-top: 0px;
    padding-left: 10px;
}
.custom-register-thankyou .form-content  > div,
.custom-register-website .form-content  > div,
.custom-register-reseller .form-content  > div {
    width: auto;
}
.custom-register-thankyou .form-content  > div label,
.custom-register-website .form-content  > div label,
.custom-register-reseller .form-content  > div label {
    padding-right: 10px;
}
.custom-register-pages .shopcart-main-bg .custom-register-welcome p {
    margin-bottom: 15px !important;
    color: #2F2F2F;
    font-size: 16px;
    line-height: 22px;
}
.custom-register-shipping .same-add-bg {
    padding-left: 10px;
}
.custom-register-pages .kdcheckout-btn span {
    color: #fff;
    background-color: transparent !important;
    border: none;
    padding: 0px;
}
.custom-register-pages .kdcheckout-btn {
    border: 1px solid #C8AA68;
    background-color: #C8AA68;
    padding: 10px 20px !important;
    display: inline-block;
    border-radius: 8px;
    color: #C8AA68;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500 !important;
    text-align: center;
    transition: all 0.3s ease;
}
.custom-register-pages .shopcart-main-bg .register .checkout-border.register_hk .row .col-md-7 {
    padding-left: 15px;
}
.custom-register-pages .custom-register-website .kdcheckout-btn {
    padding: 8px 12px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
    #ContentPlaceHolder1_updatecreateac .custom-register-user,
    #ContentPlaceHolder1_updatecreateac .custom-register-billing,
    #ContentPlaceHolder1_updatecreateac .custom-register-shipping,
    #ContentPlaceHolder1_updatecreateac .custom-register-signup {
        padding: 32px 15px 2px;
    }
    .header-main {
        height: auto !important;
    }
}
@media (max-width: 767px) {
    #ContentPlaceHolder1_updatecreateac .custom-register-user,
    #ContentPlaceHolder1_updatecreateac .custom-register-billing,
    #ContentPlaceHolder1_updatecreateac .custom-register-shipping,
    #ContentPlaceHolder1_updatecreateac .custom-register-signup {
        padding: 32px 15px 2px;
    }
    .custom-register-pages .shopcart-main-bg .register .checkout-border .form-horizontal .form-group {
        width: 100%;
        max-width: 100%;
    }
    .custom-register-pages .shopcart-main-bg .custom-register-wholesale-partner {
        padding: 20px 20px;
    }
}
@media (min-width: 1200px) {
    .custom-register-thankyou .form-content .control-label, .custom-register-website .form-content .control-label, .custom-register-reseller .form-content .control-label {
        min-width: 368px;
    }
}

/*#divMainHeader #sticky-element.sticky {
    position: relative !important;
}*/
/*home css*/
.pageblock p.grey-text {
    margin-left: auto !important;
    margin-right: auto !important;
    color: #2F2F2F !important;
}
.best-sell {
    width: 100%;
    padding-top: 70px;
    clear: both;
    padding-bottom: 70px !important;
}
.custom-best-sellers .custom-sell {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.best-sell .section-title {
    background-image: unset;
    padding-bottom: 15px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 20px;
    color: #C8AA68;
    font-weight: 500 !important;
}
.best-sell h4 {
    font-size: 40px;
    line-height: 53px;
    font-weight: 500 !important;
    color: #060640;
    padding-bottom: 35px !important;
    display: block !important;
    text-align: center;
}
.best-sell .custom-shop-bestseller {
    border: 1px solid #D9DBE9;
    border-radius: 4px;
    padding: 24px 16px;
}
.best-sell h3.heading {
    min-height: inherit !important;
    text-align: center;
    padding-top: 20px !important;
}
.best-sell h3.heading a {
    color: #181818 !important;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500 !important;
}
.best-sell .custom-shop-bestseller p {
    text-align: center;
}
.best-sell .custom-shop-bestseller .fragrance-group {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.best-sell .custom-shop-bestseller .fragrance-group .product-cart-btn {
    color: #c79b54 !important;
    background-color: transparent !important;
    border-radius: 12px !important;
}
.best-sell .custom-shop-bestseller > a > img {
    min-height: 194px;
    max-height: 194px;
    object-fit: cover;
}
.best-sell .custom-shop-bestseller .price span.woocommerce-Price-amount.amount,
.best-sell .custom-shop-bestseller .price span.woocommerce-Price-currencySymbol {
    font-size: 16px !important;
    color: #474747;
}
#fullscreen .owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
}
#fullscreen .owl-theme .owl-dots .owl-dot.active span,
#fullscreen .owl-theme .owl-dots .owl-dot:hover span {
    background: #c8aa68;
}

.home_page_category_section .category_slider .slider_title h2 a {
    color: #181818;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500 !important;
    display: inline-block;
    padding-top: 20px;
}

.home_collection_section {
    padding-top: 50px;
}
.home_collection_section .section-title {
    background-image: unset;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.home_collection_section .section-title h4 {
    padding-bottom: 15px !important;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 20px;
    color: #C8AA68;
    font-weight: 500 !important;
    display: block !important;
    text-align: center;
}
.home_collection_section .section-title h5 {
    font-size: 40px;
    line-height: 53px;
    font-weight: 500 !important;
    color: #060640;
    padding-bottom: 35px !important;
    display: block !important;
    text-align: center;
    text-transform: none;
}
.our-collection ul.itam-page-tab li.collection span {
    color: #181818 !important;
    font-size: 20px;
    line-height: 32px;
}
.our-collection ul.itam-page-tab li.collection .sd-cat-description {
    min-height: 48px;
    color: #474747;
    font-size: 16px;
}
.our-collection ul.itam-page-tab li.collection h3.sd-home-view-products-btn {
    font-size: 16px !important;
}
.our-collection ul.itam-page-tab li.collection h3.sd-home-view-products-btn i.fa {
    background-image: url('/wp-content/themes/Shelley-child/images/rightarrow.png');
    font-size: 0px !important;
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    position: relative;
    top: -12px;
    left: 5px;
}
body.home {
    padding-right: 0px !important;
}
/*body.home .sd-pagewrap {
    margin-top: 0px !important;
}*/
body.home .static-main-banner {
    min-height: 443px;
}
body.home .pageblock.shop-bath-body#fullscreen {
    height: auto;
    min-height: 443px;
}
#content-home .home_page_category_section {
    padding-top: 50px;
}
body.home .static-main-banner:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
}

@media (min-width: 768px) and (max-width: 991px) {
    .best-sell .col-sm-3 {
        width: 50%;
    }
    .best-sell .custom-shop-bestseller {
        margin-bottom: 30px;
    }
    .home_page_category_section .category_slider .col-sm-3 {
        width: 50%;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .best-sell .custom-shop-bestseller {
        margin-bottom: 30px;
    }
}

/*login css*/

@media (min-width: 992px) {
    .page-template-logintemplate .shopcart-main-bg .col-md-6 {
        width: 50%;
    }
}
.breadcrmbs-bg {
    display: none;
}
.page-template-logintemplate .sd-top-margi-from-header {
    /*margin-top: 0px;*/
}
/*.page-template-logintemplate .static-content {
    min-height: inherit;
}
.page-template-logintemplate .kdcheckout-btn span {
    color: #fff;
    background-color: transparent !important;
}
.page-template-logintemplate .kdcheckout-btn {
    border: 1px solid #C8AA68;
    background-color: #C8AA68;
    padding: 10px 20px !important;
    display: inline-block;
    border-radius: 8px;
    color: #C8AA68;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease;
}*/
/*body .sd-top-margi-from-header,
body .banner-top-div .inner-banner-section,
body .inner-banner-section,
body .custom-product-detail {
    margin-top: 30px;
}*/


/*wholesale css*/
.custom-wholesale-page .wholesale-partner-row {
    border: 1px solid #C8AA68;
    border-radius: 12px;
    max-width: 1180px;
    margin: auto;
}
.custom-wholesale-page .wholesale-partner-row .left-wholesale {
    padding: 32px 20px;
    margin: 0px;
}
.custom-wholesale-page .wholesale-partner-row .right-wholesale {
    background-color: #F7F8FB;
    padding: 32px 40px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.custom-wholesale-page .wholesale-partner-row img {
    max-width: 100%;
}
.custom-wholesale-page .wholesale-partner-row .special-content {
    text-align: center;
}
.custom-wholesale-page .wholesale-partner-row .section-title {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500 !important;
    color: #060640;
    padding-bottom: 15px;
    font-family: 'PT Serif',serif!important;
    letter-spacing: 0px;
    background-image: none;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.custom-wholesale-page .wholesale-partner-row .left-wholesale p,
.custom-wholesale-page .wholesale-partner-row .left-wholesale .form-group {
    margin-bottom: 0px !important; 
    padding: 0px;
}
.custom-wholesale-page .wholesale-partner-row .right-wholesale .col-md-6 {
    width: 100% !important;
}
.custom-wholesale-page .wholesale-partner-row .right-wholesale .section-title {
    text-align: left;
}
.custom-wholesale-page .wholesale-partner-row .right-wholesale .section-title .login-top-text {
    font-size: 20px;
    color: #2F2F2F;
    font-weight: 500 !important;
}
.custom-wholesale-page .wholesale-partner-row .right-wholesale .col-sm-12 .col-sm-12 {
    padding: 0px;
}
.custom-wholesale-page .right-wholesale .form-group label {
    color: #060640 !important;
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 5px;
}
.custom-wholesale-page .right-wholesale .form-group label .red {
    display: none;
}
.custom-wholesale-page .right-wholesale .form-group div .form-control {
    border: 1px solid #D9DBE9;
    padding: 6px 12px;
    min-height: 48px;
    border-radius: 12px;
    color: #9A9EA6 !important;
    font-size: 14px;
}
.custom-wholesale-page .right-wholesale .kdcheckout-btn span {
    color: #fff;
    background-color: transparent !important;
    border: none;
}
.custom-wholesale-page .right-wholesale .pull-left {
    width: 100%;
}
.custom-wholesale-page .right-wholesale .kdcheckout-btn {
    border: 1px solid #C8AA68;
    background-color: #C8AA68;
    padding: 10px 20px !important;
    display: inline-block;
    border-radius: 8px;
    color: #C8AA68;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500 !important;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease;
    margin-top: 15px;
}
.custom-wholesale-page .right-wholesale .form-group {
    position: relative;
}
.custom-wholesale-page .right-wholesale .form-group a#ContentPlaceHolder1_lkbForgetpwd {
    position: absolute;
    top: -27px;
    width: 100%;
    left: 17px;
    font-size: 14px;
    line-height: 24px;
}
.custom-wholesale-page .right-wholesale #CLMsg {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
}
.custom-wholesale-page .right-wholesale .login-top-text {
    font-size: 20px;
    color: #2F2F2F;
}
.custom-wholesale-page .wholesale-account {
    max-width: 1180px;
    margin: auto;
}
.custom-wholesale-page .wholesale-account-sec {
    border: 1px solid #C8AA68;
    border-radius: 12px;
    padding: 32px 32px;
    display: block;
    width: 100%;
    float: left;
}
.custom-wholesale-page .wholesale-partner-row {
    margin-bottom: 50px;
}
.custom-wholesale-page .wholesale-account .section-title {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500 !important;
    color: #060640;
    padding-bottom: 15px;
    font-family: 'PT Serif',serif!important;
    letter-spacing: 0px;
    background-image: none;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.custom-wholesale-page .wholesale-account ul li {
    list-style: none;
    margin-bottom: 15px;
    color: #2F2F2F;
    font-size: 18px;
}
.custom-wholesale-page .wholesale-account ul li > span:first-child {
    background-color: #83BA7A;
    color: #fff;
    padding: 3px 7px;
    font-size: 13px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}
.custom-wholesale-page .wholesale-account .login-top-steps p {
    color: #2F2F2F;
    font-size: 18px;
    line-height: 27px;
}
.custom-wholesale-page .wholesale-account ul li .kdcheckout-btn span {
    color: #fff;
    background-color: transparent !important;
    border: none;
}
.custom-wholesale-page .wholesale-account ul li .kdcheckout-btn {
    border: 1px solid #C8AA68;
    background-color: #C8AA68;
    padding: 6px 12px !important;
    display: inline-block;
    border-radius: 8px;
    color: #C8AA68;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
    text-align: center;
    transition: all 0.3s ease;
}
.custom-wholesale-page .wholesale-account .login-top-steps {
    background-color: #F7F8FB;
    padding: 40px;
    border-radius: 12px;
    width: 100%;
    float: left;
}
.custom-wholesale-page .wholesale-account .login-top-steps strong {
    font-size: 20px;
    color: #2F2F2F;
    line-height: 24px;
}
.custom-wholesale-page .wholesale-account .login-top-text {
    max-width: 80%;
    margin: auto !important;
    float: none;
    padding-bottom: 20px;
    color: #2F2F2F !important;
    font-size: 18px;
    line-height: 27px;
}
.custom-wholesale-page .wholesale-account #ContentPlaceHolder1_divReturnCust {
    margin-top: 0px !important;
}
@media (min-width: 992px) {
    .custom-wholesale-page .wholesale-partner-row .col-md-6 {
        width: 50% !important;
    }
    .custom-wholesale-page .wholesale-partner-row {
        display: flex;
        flex-wrap: wrap;
    }
}
@media (min-width: 1200px) {
    .custom-wholesale-page .wholesale-partner-row .left-wholesale {
        width: calc(100% - 526px) !important;
    }
    .custom-wholesale-page .wholesale-partner-row .right-wholesale {
        max-width: 526px;
    }
}
@media (max-width: 767px) {
    .custom-wholesale-page .wholesale-account-sec {
        padding: 20px 20px;
    }
    .custom-wholesale-page .wholesale-account .login-top-steps {
        padding: 20px 20px;
    }
    .custom-wholesale-page .wholesale-partner-row .right-wholesale {
        border-bottom-left-radius: 12px;
    }
    .custom-wholesale-page .wholesale-account .login-top-text {
        max-width: 100%;
    }
}

/*17-1-2014*/

.wrapper .termndcond {
    padding-top: 200px;
}
@media (min-width: 992px) and (max-width: 1024px) {
    .wrapper .termndcond {
        padding-top: 245px;
    }
}

.blog-content p {
    font-size: 18px;
}
.blog-section .panel-default {
    border-color: #D9DBE9;
}
.blog-section .panel {
    border: 1px solid #D9DBE9;
    box-shadow: none !important;
}
.blog-content .blog-nav {
    position: relative;
    color: #b3975e;
    font-weight: bold!important;
    font-size: 16px;
}
.blog-content .blog-nav i {
    background-image: url(/wp-content/themes/Shelley-child/images/rightarrow.png);
    font-size: 0px!important;
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
    left: 5px;
}
.blog-section .panel .blog-title h2 {
    font-size: 20px;
    line-height: 32px;
    color: #181818;
    font-weight: bold;
}
.blog-section .blog-archive p {
    font-size: 16px;
}
.blog-section .newsletter-submit {
    border: 1px solid #C8AA68;
    background-color: #C8AA68;
    padding: 10px 20px!important;
    display: inline-block;
    border-radius: 8px;
    color: #C8AA68;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500!important;
    text-align: center;
    transition: all 0.3s ease;
    height: auto !important;
}
.blog-section .newsletter-submit span {
    color: #fff;
    background-color: transparent!important;
    border: none;
    padding: 0;
}
.blog-section .newsletter-cont .newsletter-input {
    border: 1px solid #D9DBE9;
    padding: 6px 12px;
    min-height: 45px;
    border-radius: 12px;
    width: 100%!important;
    box-shadow: none!important;
    color: #9A9EA6!important;
    font-size: 14px !important;
}
.blog-section .newsletter-cont .newsletter-input:focus {
    border-color: #ceaa5e;
}

.static-content .shopcart-main-bg .checkout-td-title {
    background: transparent;
    border: none;
}
.static-content .shopcart-main-bg .checkout-border {
    border: none;
}
.static-content .shopcart-main-bg .checkout-td-title span {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500!important;
    color: #060640;
    padding-bottom: 0px;
    font-family: 'PT Serif',serif!important;
    letter-spacing: 0;
    background-image: none;
    text-transform: capitalize;
    margin-bottom: 0;
}
.static-content .shopcart-main-bg .checkout-td-title .required-field {
    display: none;
}
.shopcart-main-bg .form-control {
    border: 1px solid #D9DBE9;
    padding: 6px 12px;
    min-height: 45px;
    border-radius: 12px;
    width: 100%!important;
    box-shadow: none!important;
    color: #9A9EA6!important;
    font-size: 14px !important;
}
.static-content form .kdcheckout-btn,
.static-content .form-horizontal .kdcheckout-btn {
    border: 1px solid #C8AA68;
    background-color: #C8AA68;
    padding: 10px 20px!important;
    display: inline-block;
    border-radius: 8px;
    color: #C8AA68;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500!important;
    text-align: center;
    transition: all 0.3s ease;
    height: auto !important;
}
.static-content form .kdcheckout-btn span,
.static-content .form-horizontal .kdcheckout-btn span {
    color: #fff;
    background-color: transparent!important;
    border: none;
    padding: 0;
}
.static-content .cus-login-page #ContentPlaceHolder1_divReturnCust > .col-sm-12 > .row,
.static-content .cus-login-page #ContentPlaceHolder1_divCreateAcc > .col-sm-12 > .row {
    border: 1px solid #C8AA68;
    border-radius: 12px;
    padding: 20px 20px 0px;
}
.static-content .form-horizontal .control-label {
    color: #060640!important;
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 5px;
}
.static-content .form-horizontal .control-label span.red {
    display: none;
}

#abthdr {
    padding-top: 50px;
}
#abthdr .content-section p {
    font-size: 18px;
}
#abthdr .content-section h2.abt {
    color: #181818;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600!important;
    padding-bottom: 10px !important;
    display: inline-block !important;
}
.content-section .fp-static-box .fp-static-name {
    padding-bottom: 0px;
    font-size: 20px;
    line-height: 32px;
    color: #181818;
    font-weight: 600;
}
.content-section .fp-static-box {
    border: 1px solid #D9DBE9;
    border-radius: 4px;
    padding: 16px 16px;
    display: block;
    margin-bottom: 20px;
}
.content-section .fp-static-box p:empty {
    display: none;
}
#primary .content-section p,
#primary .content-section li,
.testimonials-content p {
    font-size: 18px;
    color: #2F2F2F;
}
#primary .content-section h2 {
    font-size: 30px;
    color: #181818;
    line-height: 34px;
    padding-bottom: 10px !important;
    display: block !important;
    letter-spacing: 0;
    font-weight: 500 !important;
}
#primary .content-section h3 {
    font-size: 24px;
    color: #181818;
    line-height: 30px;
    padding-bottom: 10px !important;
    display: block !important;
    letter-spacing: 0;
    font-weight: 500 !important;
}
.wrapper .content-section .row .section-title,
.wrapper .shopcart-main-bg .section-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500!important;
    color: #060640;
    padding-bottom: 15px;
    font-family: 'PT Serif',serif!important;
    letter-spacing: 0;
    background-image: none;
    margin-bottom: 0;
}
.inner-banner-section .inner-banner-img {
    margin-bottom: 50px;
}

.product-col .shop-by-cat-list .sd-loop {
    border: 1px solid #D9DBE9;
    border-radius: 4px;
    padding: 16px 16px !important;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
}
.product-col .shop-by-cat-list .sd-loop h3,
.product-col .shop-by-cat-list .sd-loop div,
.product-col .shop-by-cat-list .sd-loop p {
    text-align: center !important;
}
.customer-says .right-box .review-head a {
    font-size: 20px;
    color: #181818;
}
.customer-says-section .right-box p {
    font-size: 18px;
}
.product-col .fp-cat-box-text h3 a {
    color: #2F2F2F !important;
}

.cutom-contactpage {
    border: 1px solid #C8AA68;
    border-radius: 4px;
    padding: 24px 24px;
    display: block;
}
.cutom-contactpage .row {
    margin-left: 0px;
    margin-right: 0px;
}
.cutom-contactpage .checkout-td-title {
    display: none;
}
.cutom-contactpage .contct {
    border: 1px solid #C8AA68;
    border-radius: 12px;
}
.cutom-contactpage .form_type_sec label.active_form,
.cutom-contactpage .form_type_sec label:hover {
    color: #fff!important;
    background-color: #C8AA68!important;
}
.cutom-contactpage .form_type_sec label {
    border: 1px solid #C8AA68 !important;
    border-radius: 12px;
    color: #C8AA68;
    transition: 0.3s all ease;
    padding: 6px 12px;
}
.cutom-contactpage .form-group .wpcf7-submit {
    border: 1px solid #C8AA68;
    background-color: #C8AA68;
    padding: 8px 15px!important;
    display: inline-block;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500!important;
    text-align: center;
    transition: all 0.3s ease;
    height: auto!important;
}
.cutom-contactpage .checkout-border {
    padding-top: 0px;
}
.woocommerce .track_order p label {
    width: 100%;
    padding: 0;
    font-size: 16px;
    color: #2F2F2F!important;
    line-height: 22px;
    font-weight: 400!important;
    padding-bottom: 5px;
    font-family: 'PT Serif',serif!important;
    margin-bottom: 0px;
}
.woocommerce .track_order p .input-text {
    width: 100% !important;
    border: 1px solid #D9DBE9;
    padding: 6px 12px;
    min-height: 48px;
    border-radius: 12px;
    box-shadow: none!important;
    color: #9A9EA6!important;
    font-size: 14px;
}
.woocommerce .track_order {
    border: 1px solid #C8AA68;
    padding: 32px 32px 32px;
    border-radius: 12px;
    max-width: 1000px;
    margin: auto;
}
.woocommerce .track_order .button,
.woocommerce .track_order .button:hover {
    border: 1px solid #C8AA68;
    background-color: #C8AA68;
    padding: 10px 20px!important;
    display: inline-block;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500!important;
    text-align: center;
    transition: all 0.3s ease;
    height: auto!important;
}
.banner-top-div .inner-banner-section {
    padding-bottom: 0px !important;
    margin-bottom: 50px;
    max-height: 443px;
    max-width: 100% !important;
}
.banner-top-div .inner-banner-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,rgba(0,0,0,.45) 0%,rgba(0,0,0,0) 100%);
    z-index: 9;
}
.banner-top-div .inner-banner-section img.inner-banner-img {
    object-fit: cover;
}
.banner-top-div .inner-banner-section > a {
    display: block;
    width: 100%;
    height: 100%;
}
.banner-top-div .inner-banner-section .banner-title {
    background-color: transparent;
    border: none;
    padding: 0px;
    position: absolute;
    right: unset;
    bottom: 34px;
    z-index: 9;
    color: #fff;
    left: 0px;
    width: 100%;
    text-align: center;
}
.banner-top-div .inner-banner-section .banner-title h1 {
    font-size: 32px;
    line-height: 42px;
    color: #fff;
    box-shadow: none;
    margin-bottom: 0px !important;
}
.wrapper .shopcart-main-bg .section-title h3 {
    font-weight: 500 !important;
}
.banner-top-div .inner-banner-section .banner-title h4 {
    color: #fff;
}

/*modal popup css*/
.sd-sessioned-popup .offer-massage p {
    font-size: 16px;
}
.sd-sessioned-popup .offer-massage h2 {
    font-size: 20px;
    padding-bottom: 10px !important;
    display: block !important;
}
.sd-sessioned-popup .section-title {
    background-image: unset;
    font-size: 28px;
    line-height: 34px;
    font-weight: 500!important;
    color: #060640;
    padding-bottom: 10px!important;
    text-align: center;
}
.sd-sessioned-popup .newsletter-input {
    border: 1px solid #D9DBE9;
    padding: 6px 12px;
    min-height: 45px;
    border-radius: 12px;
    box-shadow: none!important;
    color: #9A9EA6!important;
    font-size: 14px!important;
    margin-left: 0px;
}
#popupmyModal .newsletter-submit {
    border: 1px solid #C8AA68;
    background-color: #C8AA68;
    padding: 10px 20px!important;
    display: inline-block;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500!important;
    text-align: center;
    transition: all 0.3s ease;
    height: auto!important;
}
#popupmyModal .newsletter-submit span {
    color: #fff;
    background-color: transparent!important;
    border: none;
    padding: 0;
}
#popupmyModal .checkout-content-main {
    padding: 10px !important;
}
#popupmyModal .offer-massage .cntr {
    width: 100%;
}

.woocommerce-cart .cart-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500!important;
    color: #060640;
    padding-bottom: 15px;
    font-family: 'PT Serif',serif!important;
    letter-spacing: 0;
    background-image: none;
    margin-bottom: 0;
}
.woocommerce-cart .proceed-to-checkout .cart_proceed_to_checkout {
    border: 1px solid #C8AA68;
    background-color: #C8AA68;
    padding: 10px 20px!important;
    display: inline-block;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500!important;
    text-align: center;
    transition: all 0.3s ease;
    height: auto !important;
}
.woocommerce-cart .proceed-to-checkout .cart_proceed_to_checkout span {
    color: #fff;
    background-color: transparent!important;
    border: none;
    padding: 0;
}
.woocommerce-page div .section-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500!important;
    color: #060640;
    padding-bottom: 15px;
    font-family: 'PT Serif',serif!important;
    letter-spacing: 0;
    background-image: none;
    margin-bottom: 0;
}
.woocommerce-page .sidebar-shop-by-products,
.woocommerce-page .sidebar-shop-by-products:after {
    background-image: none;
}
.search-results .shopcart-main-bg {
    margin-top: 200px;
}
.search-results .shopcart-main-bg .checkout-td-title,
.search-results .shopcart-main-bg .checkout-border .form-horizontal .control-label span.red {
    display: none;
}
.search-results .shopcart-main-bg .checkout-border {
    max-width: 700px;
    margin: auto;
    border: 1px solid #C8AA68;
    border-radius: 12px;
    padding: 40px 40px 25px;
    float: none;
    display: block;
}
.search-results .shopcart-main-bg .checkout-border .form-horizontal .control-label {
    width: 100%;
    padding: 0;
    font-size: 16px;
    color: #2F2F2F!important;
    line-height: 22px;
    font-weight: 400!important;
    padding-bottom: 5px;
    font-family: 'PT Serif',serif!important;
    padding-left: 20px;
}
.search-results .shopcart-main-bg .checkout-border .form-horizontal .control-label,
.search-results .shopcart-main-bg .checkout-border .form-horizontal .col-sm-5,
.search-results .shopcart-main-bg .checkout-border .form-horizontal .col-sm-4 {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
}
.search-results .shopcart-main-bg .checkout-border .kdcheckout-btn span,
.woocommerce-cart .kdcheckout-btn span,
.woocommerce-checkout .submit-btn span,
.woocommerce-checkout .submit-btn .btn-border {
    color: #fff;
    background-color: transparent !important;
    border: none;
    padding: 0px;
}
.search-results .shopcart-main-bg .checkout-border .kdcheckout-btn,
.woocommerce-cart .kdcheckout-btn,
.woocommerce-checkout .submit-btn {
    border: 1px solid #C8AA68 !important;
    background-color: #C8AA68;
    padding: 10px 20px !important;
    display: inline-block;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500 !important;
    text-align: center;
    transition: all 0.3s ease;
    margin-top: 15px;
}
.search-results .page-content p {
    font-size: 18px;
}
.search-results .row {
    margin-left: 0px;
    margin-right: 0px;
}
.product-listing-main .category-pro-row .fp-pro {
    border: 1px solid #D9DBE9;
    box-shadow: none!important;
    border-radius: 4px;
    margin-bottom: 30px !important;
}
.woocommerce-checkout .login-box,
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .signup-box {
    border: 1px solid #C8AA68;
    box-shadow: none!important;
    border-radius: 12px;
}
.woocommerce-checkout .login-box .box-head {
    margin-bottom: 20px;
}
.woocommerce-checkout .login-box label {
    color: #060640!important;
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 5px;
}
.woocommerce-checkout .login-box .form-control {
    border: 1px solid #D9DBE9;
    padding: 6px 12px;
    min-height: 45px;
    border-radius: 12px;
    width: 100%!important;
    box-shadow: none!important;
    color: #9A9EA6!important;
    font-size: 14px!important;
}

.product-listing-main ul li {
    list-style: none;
    display: inline-block;
}
.product-listing-main ul li .fp-pro {
    width: 100%;
}
.woocommerce-cart .return-to-shop .button {
    border: 1px solid #C8AA68 !important;
    background-color: #C8AA68;
    padding: 10px 20px !important;
    display: inline-block;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500 !important;
    text-align: center;
    transition: all 0.3s ease;
    margin-top: 15px;
}
.woocommerce-cart .woocommerce .return-to-shop {
    border: none !important;
}
.woocommerce-cart .woocommerce .return-to-shop:hover .button {
    background-color: #C8AA68 !important;
}
.woocommerce-cart .woocommerce .cart-empty {
    border-top-color: #C8AA68 !important;
}
.woocommerce-cart .woocommerce-info::before {
    color: #C8AA68;
}
@media (min-width: 1024px) {
    .product-listing-main .category-pro-row .fp-pro {
        width: calc(33.33% - 30px) !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}
@media (min-width: 1200px) {
    .static-content .cus-login-page #ContentPlaceHolder1_divReturnCust > .col-sm-12 > .row,
    .static-content .cus-login-page #ContentPlaceHolder1_divCreateAcc > .col-sm-12 > .row {
        min-height: 405px;
    }
    .product-col .shop-by-cat-list .sd-loop {
        width: calc(33.33% - 30px);
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .product-col .shop-by-cat-list .sd-loop {
        width: calc(33.33% - 30px);
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .product-col .shop-by-cat-list .sd-loop {
        width: calc(50% - 30px);
    }
    .woocommerce-page .list-container.sd-top-margi-from-header {
        padding-top: 100px !important;
    }
    .woocommerce-page .sidebar-shop-by-products {
        padding-bottom: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .single-product .custom-product-detail {
        padding-top: 100px !important;
    }
    body.archive  .banner-top-div {
        padding-top: 150px;
    }
    .inner-banner-section .inner-banner-img {
        margin-bottom: 0;
        height: 100%;
        object-fit: cover;
        max-height: 443px;
    }
    .banner-top-div .inner-banner-section .banner-title {
        position: absolute;
        text-align: center;
        left: 0px;
    }
    .wrapper .blog-section {
        padding-top: 245px !important;
    }
}

@media (min-width: 1200px) {
    .banner-top-div .inner-banner-section {
        margin-top: 160px;
    }
    body.archive .banner-top-div {
        padding-top: 0px;
    }
}

@media (min-width: 992px) {
    .banner-top-div .inner-banner-section img.inner-banner-img {
        max-height: 443px;
        min-height: 443px;
    }
}
@media (max-width: 991px) {
    body.archive  .banner-top-div {
        padding-top: 150px;
    }
    .inner-banner-section .inner-banner-img {
        margin-bottom: 0;
        height: 100%;
        object-fit: cover;
        max-height: 443px;
    }
    .banner-top-div .inner-banner-section .banner-title {
        position: absolute;
        text-align: center;
        left: 0px;
    }
    .product-listing-main ul li {
        margin-bottom: 50px;
    }
    .product-listing-main ul {
        text-align: center;
    }
    .single-product .custom-product-detail {
        padding-top: 100px !important;
    }
    .woocommerce .product-col .woocommerce-ordering {
        margin-bottom: 40px !important;
    }
    .woocommerce-cart .sd-cart-contain-container {
        padding-top: 150px !important;
    }
    .wrapper .blog-section {
        padding-top: 150px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.archive .banner-top-div {
        padding-top: 100px;
    }
}

@media (min-width: 1025px) and (max-width: 1060px) {
    body.archive .banner-top-div {
        padding-top: 150px;
    }
}

@media (max-width: 767px) {
    .static-content .shopcart-main-bg .checkout-td-title span {
        font-size: 20px;
        line-height: 24px;
    }
    .static-content .shopcart-main-bg {
        margin-top: 165px;
    }
    .cutom-contactpage .checkout-border {
        padding-left: 0px;
        padding-right: 0px;
    }
    .search-results .shopcart-main-bg .checkout-border {
        padding: 20px 20px 10px;
    }
    .woocommerce-page .sidebar-shop-by-products {
        padding-bottom: 0px;
    }
    .woocommerce-page .list-container.sd-top-margi-from-header {
        padding-top: 100px !important;
    }
    .static-content .cus-login-page #ContentPlaceHolder1_divReturnCust>.col-sm-12>.row {
        margin-bottom: 40px;
    }
}

@media (min-width: 441px) and (max-width: 767px) {
    .woocommerce-page .product-col .shop-by-cat-list .sd-loop {
        width: calc(50% - 30px) !important;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 450px) and (max-width: 767px) {
    .content-section .fp-static-box .fp-static-name {
        font-size: 15px;
    }
}
@media (max-width: 450px) {
    .content-section .fp-static-box {
        width: 100%;
    }
}


/*8-2-2024*/
.content-section .fp-static-box .fp-static-name {
    font-size: 16px;
}
@media (min-width: 991px) and (max-width: 1060px) {
    .sd-container .inner-banner-section {
        margin-top: 225px !important;
    }
    div.sd-top-margi-from-header {
        margin-top: 250px;
    }
    .static-content .cus-login-page #ContentPlaceHolder1_divReturnCust > .col-sm-12 > .row,
    .static-content .cus-login-page #ContentPlaceHolder1_divCreateAcc > .col-sm-12 > .row {
        min-height: 350px;
    }
}
.page-id-4140 .content-section .fp-static-box {
    width: 100%;
}
.page-id-4140  .content-section .col-lg-10.margin-auto .row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid;
    gap: 20px;
}
.page-id-4140 .content-section .col-lg-10 .row p:empty {
    display: none;
}
.page-id-4140  .content-section .col-lg-10 .row:before {
    display: none;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .page-id-4140 .content-section .col-lg-10.margin-auto .row {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-id-4140 .content-section .col-lg-10.margin-auto .row {
        grid-template-columns: 1fr 1fr;
    }
    div.sd-top-margi-from-header {
        margin-top: 150px;
    }
    .cus-login-page .kdaccount-height {
        min-height: inherit;
    }
    #abthdr .content-section-img {
        text-align: center;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .page-id-4140 .content-section .col-lg-10.margin-auto .row {
        grid-template-columns: 1fr;
    }
    .footer-section-two .cs-form .img6,
    .footer-section-two .newsletter-main {
        max-width: 400px;
    }
    .footer-section-one .pay-img-sect div.img2,
    .footer-section-one .pay-img-sect div.img3,
    .footer-section-one .pay-img-sect div.img4 {
        max-width: 227px;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-section-one .pay-img-sect div.img {
        background-color: #eceef5;
    }
    .cus-login-page .kdaccount-height {
        min-height: inherit;
    }
    #abthdr .content-section-img {
        text-align: center;
        margin-bottom: 20px;
    }
}