@font-face {
    font-family:ITCAvantGardeBk;
    src: url(../font/ITCAvantGardePro-Bk.otf);
}
@font-face {
    font-family:ITCAvantGardeMd;
    src: url(../font/ITCAvantGardePro-Md.otf);
}
@font-face {
    font-family:MyriadPro-Regular;
    src: url(../font/MyriadPro-Regular.otf);
}
/* Home */

body{
    color: #454242;
    font-family:ITCAvantGardeBk!important;
    background-color: #fff!important;
}
body.home {
    height: 100%;
}
body.catalog .content .main {
    padding-top: 90px;
}
.box-shadow {
    -webkit-box-shadow:0px 0px 15px rgb(119, 112, 105);
    box-shadow: 0px 0px 15px rgb(119, 112, 105);
}
a:hover {
    color: none;
    text-decoration: none;
}
ul.breadcrumb {
    font-size: 12px;
    padding: 0.5rem 1rem;
    background: #ceced0;
    margin-bottom: 1.5rem;
    width: 100%;
    border-radius: 0;
}
ul.breadcrumb li {
    display: inline-block;
    text-transform: capitalize;
    font-size: 13px;
    margin-right: 3px;
    padding-right: 13px;
    position: relative;
    line-height: 1.5;
}
ul.breadcrumb li {
    position: relative;
}
ul.breadcrumb li a {
    color: #1A3431;
}
ul.breadcrumb li:before {
    position: absolute;
    content: "/";
    right: 0;
    top: 50%;
    transform: translatey(-50%);
}
ul.breadcrumb li:last-child {
    margin-right: 0;
}
ul.breadcrumb li:last-child:before {
    display: none;
}
/* Menu */
.blur {
    filter: blur(25px);
    animation-name: example;
    animation-duration: .5s;
    animation-delay: .5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
.medium-img {
    overflow: hidden;
}
.no-blur {
    filter: blur(0);
    transition: filter .5s .5s ease-in;
}
#toggle-menu {
    position: absolute;
    top: 70px;
    left: 0px;
    padding: 10px 15px 4px;
    line-height: 1.5;
    /* line-height: 20px; */
    text-decoration: none;
    font-size: 19px;
    z-index: 10;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #eee;
    border-left: none;
    background: #1A3431;
    color: #fff;
    -webkit-box-shadow: 2px 0px 15px rgb(119, 112, 105);
    box-shadow: 2px 0px 15px rgb(119, 112, 105);
}
.header_top ul li {
    background: #1A3431;
    border: 1px solid #1A3431;
}
.header_right ul li {
    background: #1A3431;
    border: 1px solid #1A3431;
}
body.home .content,body .content,body.home .banner:after,body.home .banner:before {
    background: #ececec!important;
}
body .main_button{
    border: 1px solid #efdfe5;
    -webkit-box-shadow: 0px 0px 15px rgb(214, 207, 210);
    box-shadow: 0px 0px 15px rgb(214, 207, 210);
}
body .main_header {
    background:rgba(243,243,243,0.5);
}

.product {
    background: #f3f3f3;
    color: #1A3431;
}
.kvkk_cookie_policy {
    background:linear-gradient(60deg, #1A3431 0%, #7b8490 100%);
}
body ul#menu li.have_sub.active:after{

    border-right-color:#1A3431 ;
}
#toggle-menu .text {
    display: inline-block;
    /*float: left;*/
    line-height: 21px;
    height: 21px;
    font-weight: bold;
    vertical-align: middle;
    text-transform: uppercase;
}
#menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    padding: 0px;
    margin: 0;
    height: 100%;
    list-style: none;
    overflow-y:scroll;
    z-index: 10; /* Make sure the z-index is lower than the #page */
    border-right: 2px solid #d4d4d4;
}
ul#menu li {
    position: relative;
}
ul#menu li.have_sub:after {
    right: 5px;
    top: 35px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0,0,0,0);
    border-top-color: #E9E9E4;
    border-width: 5px;
    margin-top: -6px;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
ul#menu li.have_sub ul {
    display: none;
}
ul#menu li a img {
    display: inline-block;
    max-width: 40px;
}
ul#menu li a span.name {
    padding-left: 10px;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
#menu a {
    display: flex;
    font-size: 13px;
    align-items: center;
    justify-content: flex-start;
    color: #1A3431;
    padding: 15px;
    flex-flow: row;
    border-bottom: 1px solid rgb(237, 242, 247);
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    position: relative;
}
#menu li.active>a {
    border-right: 3px solid #ececec;
    flex-direction: column;
    justify-content: initial;
    align-items: center;
    border-right-color:#1A3431 ;
}
#menu li.active>a span.name {
    margin-top: 10px;
    padding: 0;
    text-align: center;
    height: 40px;
}
#menu li.active>a:after {
    right: 0;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0,0,0,0);
    border-right-color:#1A3431 ;
    border-width: 5px;
    margin-top: -6px;
}
#menu li.have_sub.active:after {
    right: 3px;
    top: 60px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0,0,0,0);
    border-right-color: #cdc6bd;
    border-width: 5px;
    margin-top: -6px;
}
#menu li.have_sub.active ul {
    display: block;
}
/* Animations */
/*body.catalog .catalog_container {
    padding-left:15px;
    padding-right:15px;
}*/
body.catalog .main {
    padding-top: 20px;
    padding-bottom: 20px;
}
#page {
    position: relative;
    z-index: 20;
    padding-bottom: 40px;
}
#page, #menu {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

/* Hide the menu unless it's animating or visible */
.animating #menu, .menu-visible #menu {
    display: block;
}
/***
* If the animating class is present then apply
* the CSS transition to #page over 250ms.
*/
.animating #page {
    transition: transform .25s ease-in-out;
    -webkit-transition: -webkit-transform .25s ease-in-out;
}

/***
* If the left class is present then transform
* the #page element 170px to the left.
*/
.animating.left #page {
    transform: translate3d( -170px, 0, 0 );
    -webkit-transform: translate3d( -170px, 0, 0 );
}

/***
* If the right class is present then transform
* the #page element 170px to the right.
*/
.animating.right #page {
    transform: translate3d( 170px, 0, 0 );
    -webkit-transform: translate3d( 170px, 0, 0 );
}

/***
* If the menu-visible class is present then
* shift the #page 170px from the right edge
* via position: absolute to keep it in the
* open position. When .animating, .left and
* .right classes are not present the CSS
* transform does not apply to #page.
*/
.menu-visible #page {
    left: 170px;
}
/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 30px;
    /* background: red; */
    height: 21px;
    position: relative;
    float: left;
    margin: 0;
    /*padding-top: 3px;*/
    display: flex;
    /* align-items: baseline; */
    justify-content: space-around;
    flex-direction: column;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    /*display: block;*/
    /*position: absolute;*/
    height: 2px;
    width: 22px;
    background: #fefbf7;
    /*    border-radius: 9px;
        opacity: 1;
        left: 0;*/
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

/*#nav-icon1 span:nth-child(1) {
  top: 5.5px;
}

#nav-icon1 span:nth-child(2) {
  top: 10.6px;
}

#nav-icon1 span:nth-child(3) {
  top: 17.1px;
}*/

#nav-icon1.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
}

/*.Menu */
html {
    height: 100%;
}
.content {
    background: url(../img/main_background.jpg)!important;
    background-size:cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    width:100%;
    overflow: hidden;
}
body.home .content {
    background: #ececec!important;
    height: 100%;
    min-height: unset;
    float: none;
}
.home .banner {
    background-image: url(../img/sembolkunefe.jpeg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 55%;
    position: relative;

}
/*.home .banner:before {
    position: absolute;
    width: 99%;
    height: 47px;
    content: "";
    top: -2px;
    left: 0;
    z-index: 2;
    transform-origin: top left;
    transform: skewY(-11deg);
    background: transparent;
    background: #cdc6bd;
}
.home .banner:after {
    position: absolute;
    width: 100%;
    height: 120px;
    content: "";
    bottom: -119px;
    left: 0;
    z-index: 2;
    transform-origin: top left;
    transform: skewY(-11deg);
    background: transparent;
    background: #cdc6bd;
}*/
.body_menu {
    z-index: 5;
    position: absolute;
    width: 100%;
    display: -webkit-box;   /* ESKİ: Android browser, eski IOS.  */
    display: -ms-flexbox;   /* ARA: IE 10 */
    display: flex;  /* YENİ, Chrome, Firefox, IE11, IOS7  */
    margin-top: auto;
    align-items: center;
    height: 45%;
}
body.home .logo {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
}
body.home .logo img {
    width: 50%;
    max-width: 150px;
    border-radius: 30%;
    background: #f5f3f3;
    padding: 5px;
    border: 3px solid #1A3431;
    box-shadow: 0px 0px 5px rgb(160, 152, 152);
    -webkit-box-shadow: 0px 0px 5px rgb(160, 152, 152);
}
img {
    max-width: 100%;
}
.home_menu_button {
    margin: 0 auto 20px;
    display: block;
}
.home_menu_button a {
    display: block;
    margin:0 auto;
    color: #000;
    margin-bottom: 20px;
    padding: 15px;
    background: #1A3431;
    font-weight: 300;
    color: #fff;
    font-size: 18px;
    padding-bottom: 10px;
    border-radius: 30px;
    border: none;
    -webkit-box-shadow: 0px 0px 15px rgb(214, 207, 210);
    box-shadow: 0px 0px 15px rgb(214, 207, 210);
    max-width: 165px;
}
.main_button {
    border: 1px solid #cdc6bd;
    padding: 10px 5px 8px;
    margin-bottom: 20px;
    font-size: 12px;
    border-radius: 6px;
    color: #5a5148;
    font-weight: 600;
    -webkit-box-shadow: 0px 0px 15px rgb(205, 198, 189);
    box-shadow: 0px 0px 15px rgb(177, 161, 141);
}
/* Home */
.transform_uppercase {
    text-transform: uppercase;
}
.ta-center {
    text-align: center;
}
.menu-icon {
    display: inline-block;
    margin-right: 20px;
}
.menu-icon:last-child {
    margin: 0;
}
.menu-icon img {
    width: 90px;
    display: block;
    margin: 0 auto;
    border-radius: 0%;
    /* border: 1px solid #1A3431; */
    background: #1A3431;
    -webkit-box-shadow: 0px 0px 15px rgb(173, 161, 161);
    box-shadow: 0px 0px 15px rgb(173, 161, 161);
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.menu-icon:hover img {
    background: #1A3431;
}
/* .menu-icon.menu img {
    width: 110px;
} */
.menu-icon span {
    display: block;
    color: #CCAE6E;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 10px;
}
/* .mobil_cart_container.disabled {
    pointer-events: none;
    background: #444240;
}
.mobil_cart_container {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    text-align: center;
    width: 100%;
    padding: 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: linear-gradient(60deg, #4a4236 0%, #ab520e 100%);
    display: block;
    -webkit-box-shadow: 0 2px 40px rgba(0,0,0,.2);
    box-shadow: 0 2px 40px rgba(0,0,0,.2);
} */
@media only screen and (min-width: 600px) {
    .home .banner:after {
        display: none;
    }
    body.home .logo {
        bottom: -28px;
    }
    body.home .logo img {
        width: 50%;
    }
    /*     .mobil_cart_container {
            display: none;
        } */
    .menu-icon img {
        width: 110px;
    }
}
.product {
    border-radius: 10px;
    background: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.product .detail {
    padding:0 10px;
}
.product .detail span.name {
    display: block;
    text-align: center;
}
.product .image img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.product .detail>span {
    margin-top: 10px;
}
.product .detail span.name {
    font-size: 15px;
    display: block;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
    line-height: 1.2;
}
.product .detail span.price {
    display: block;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color:#1A3431;
}
ul.pagination {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 20px 0;
}
ul.pagination li {
    margin-right: 10px;
}
ul.pagination li a {
    color: #fff;
    padding: 10px 11px 5px;
    border-radius: 10px;
    color: #fff;
    background: #24211d;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    -webkit-box-shadow:0px 0px 15px rgb(119, 112, 105);
    box-shadow: 0px 0px 15px rgb(119, 112, 105);
}
ul.pagination li.current a {
    background: #1A3431;
}
.main_header {
    max-height: 50px;
    background: linear-gradient(60deg, #3e3a3a 0%, #77614b 100%);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.main_header .logo {
    text-align: center;
}
.main_header .logo img {
    max-height: 50px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 5px;
}
.main_header .cart {
    position: absolute;
    right: 60px;
    color: #fff;
    top: 10px;
    background: #1A3431;
    border-radius: 50%;
    width: 30px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    padding-top: 4px;
}
.main_header .cart .product_count {
    content: "-";
    position: absolute;
    top: -5px;
    font-weight: bold;
    font-size: 8px;
    right: 5px;
}
.main_header .go_back {
    position: absolute;
    top: 9px;
    right: -2px;
    background: #1A3431;
    color: #fff;
    /* border-radius: 50%; */
    padding: 8px 0;
    text-align: center;
    padding-bottom: 6px;
    font-size: 14px;
    width: 40px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 2px 0px 10px rgb(119, 112, 105);
    box-shadow: 2px 0px 10px rgb(119, 112, 105);
}
.no-border-radius {
    border-radius: 0!important;
}
body.catalog .header_top {
    top: 6px;
}
body.catalog .header_right {
    top: 6px;
}
.product_detail {
    margin: 0 auto;
}
.product_detail .detail span.product_name {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 20px;
}
.product_detail .detail {
    text-align: center;
    margin: 20px 0;
    color: #434548;
}
.product_detail .detail .bordered_area {
    border-top: 3px solid #434548;
    border-bottom: 3px solid #434548;
    display: inline-block;
    padding: 10px 30px 7px;
    position: relative;
    margin-bottom: 20px;
}
.product_detail .detail .bordered_area:before {
    content: "";
    position: absolute;
    top: -21px;
    left: calc(50% - 10px);
    border: solid transparent;
    border-color: rgba(0,0,0,0);
    border-bottom-color: #434548;
    border-width: 10px;
    height: 0;
    width: 0;
    pointer-events: none;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.product_detail .detail .bordered_area:after {
    content: "";
    position: absolute;
    bottom: -21px;
    left: calc(50% - 10px);
    border: solid transparent;
    border-color: rgba(0,0,0,0);
    border-top-color: #434548;
    border-width: 10px;
    height: 0;
    width: 0;
    pointer-events: none;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.product_detail .detail span.product_name {
    text-transform: capitalize;
    margin: 0 auto;
    text-align: center;
}
.product_detail .detail span.product_price {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}
.product_detail .detail span.product_description {
    display: block;
    text-align: justify;
    padding: 0 10px;
    line-height: 1.5;
    color: #434548;
}
body.catalog h2:not(.swal2-title) {
    font-weight: bold;
    font-size: 20px;
    color:#434548;
    text-transform: uppercase;
    margin: 20px 0;
    text-align: center;
}
.related_products {
    padding:0 15px;
    max-width: 100%;
}
.related_products .product {
    margin-bottom: 0;
}
.related_products .owl-carousel .owl-stage-outer {
    padding-bottom: 30px;
}
.related_products .owl-carousel .owl-nav {
    top:40%;
    outline: none;
}
.related_products .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .related_products .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    background: #1A3431!important;
    line-height: 46px!important;
    outline: none;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    outline: none!important;
}
.related_products .owl-carousel.owl-theme .owl-dots .owl-dot:hover span, .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #1A3431!important;
    outline: none!important;
}
.main.category h1 {
    display: block;
    width: 100%;
    color: #1A3431;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    /* margin-top: 70px; */
    margin-bottom: 30px;
    z-index: 20;
    padding: 0 15px;
    line-height: 1.5;
}
.fancybox-inner {
    line-height: 2;
    text-align: justify;
}
.copyright {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #ececec;
    width: 100%;
    z-index: 199;
    color: #727372;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* line-height: 21px; */
    vertical-align: middle;
    font-size: 13px;
    box-shadow: 0px 0px 4px rgb(214, 207, 210);
}
.copyright img {
    width: 150px;
    display: inline;
}
.product_variant.quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    /* margin: 10px 20px; */
    margin: 10px auto;
    background: #48413c;
    padding: 10px;
    border-radius: 30px;
    justify-content: space-around;
    max-width: 300px;
    color: #fff;
    -webkit-box-shadow: 2px 0px 15px rgb(119, 112, 105);
    box-shadow: 2px 0px 15px rgb(119, 112, 105);
}
.button a {
    background: #1A3431;
    border-radius: 30px;
    padding: 10px 15px;
    display: block;
    color: #fff;
    text-align: center;
    max-width: 300px;
}
.product_variant.quantity label {
    text-transform: capitalize;
    margin-bottom: 0;
}
.actions {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.actions span.decrease, .actions span.increase {
    display: inline-block!important;
    padding: 0 10px;
    cursor: pointer;
    font-size: 30px!important;
    cursor: pointer;
    background: none!important;
}
.actions input {
    width: 30px;
    height: 30px;
    padding-top: 5px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    border-radius: 10px;
}
.swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #ccc;
}
.swal_body {
    text-align: left;
}
.swal_body .products .product:last-child {
    border: none;
    padding: 0;
}
.swal_body .products .product {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    border-radius: 0;
}
.swal_body .products .product .product_detail {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.swal_body .products .product .product_detail img {
    display: inline-block;
    height: 70px;
    margin-right: 5px;
    width: 70px;
    object-fit: cover;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 15px rgb(119, 112, 105);
    box-shadow: 0px 0px 15px rgb(119, 112, 105);
}
.swal_body .products .product .product_detail .product_descriptions {
    width: 250px;
    text-align: center;
    padding: 0 15px;
}
.swal_body .products .product .product_detail .product_descriptions .name {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    color: #585858;
}
.swal2-title {
    margin-bottom: 15px!important;
    font-size: 20px!important;
}
.swal2-actions button {
    line-height: 1.5;
    padding-bottom: 4px;
    font-size: 11px!important;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 20px!important;
    -webkit-box-shadow: 0px 0px 15px rgb(193, 191, 188);
    box-shadow: 0px 0px 15px rgb(193, 191, 188);
}

.cart_products {
    min-height: 100px;
    background: #2d2c29;
    border-radius: 10px;
    width: 100%;
    margin: 0 15px;
}
.cart_products .product {
    display: flex;
    border-bottom: 1px solid #23201c;
    padding: 10px;
    width: 100%;
    align-items: center;
    background: none;
    color: #B9B6B5;
}
.cart_products .product .image {
    width: 90px;
}
.cart_products .product .image img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 50%;
}
.product_name_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.price_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cart_products .product .product_info {
    display: inline-block;
    display: flex;
    width: 100%;
    font-size: 18px;
    flex-wrap: wrap;
}
.cart_products .product h3.product_name {
    line-height: 1.5;
    color: #B9B6B5;
}
.cart_products .product .product_info span {
    display: block;
    font-size: 16px;
}
.cart_products .product .product_info span.current_price {
    font-weight: bold;
    color: #bab6b5;
    font-size: 20px;
}
.cart_remove {
    text-align: center;
    position: relative;
    /* display: none; */
}
.cart_products .product a.remove_product {
    line-height: 1.5;
    margin-top: 10px;
    display: block;
    width: auto;
    float: left;
    border: 1px solid #23201c;
    padding: 10px;
    font-size: 12px;
    color: #B9B6B5;
    border-radius: 5px;
}
.cart_products .product .product_info span {
    display: block;
    font-size: 16px;
}
.cart_products .product .product_info span {
    font-size: 16px;
}
.pl-10 {
    padding-left: 10px;
}
.cart_products div.no_product {
    font-size: 18px;
    padding: 20px;
    color: #488bcc;
    border-radius: 10px;
    line-height: 1.5;
    text-align: center;
}
.cart_products .button {
    padding-bottom: 10px;
}
.cart_products .button a {
    margin: 0 auto;
}
h1.page_title {
    padding: 10px 20px 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
}
@media only screen and (max-width: 450px) {
    .cart_products .product .product_info {
        display: block;
        width: unset;
        margin: 0 auto;
        width: 170px;
    }
    .product_name_container {
        display: block;
        width: 100%!important;
        max-width: none;
    }
    .cart_remove {
        display: block;
        overflow: hidden;
        cursor: pointer;
    }
    .cart_products .product .actions {
        clear: both;
        margin: 0 auto;
        margin-top: 10px;
    }
    .cart_products .product h3.product_name {
        font-size: 15px;
        text-align: center;
        min-width: 120px;
    }
    .cart_products .product {
        flex-wrap: wrap;
    }
    .cart_products .product .image {
        max-width: 150px;
        margin: 0 auto;
    }
    .cart_products .product .image img{
        max-width: 150px;
    }
    .price_box {
        max-width: unset;
        text-align: center;
        margin: 15px 0 5px;
    }
    .cart_products .product a.remove_product {
        float: none;
    }
}
h2.page_subtitle {
    border-bottom: 1px solid #23201d;
    padding: 15px;
    background-color: #2d2c29;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-transform: capitalize;
    font-size: 18px!important;
    margin: 0 15px!important;
    padding-bottom: 8px;
    color: #bab6b5!important;
    width: 100%;
}
.checkout_inputs {
    background-color: #2d2c29;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: -20px;
    margin-bottom: 20px;
    width: 100%;
    padding: 15px;
    margin: 0 15px;
}
@media only screen and (min-width: 576px) {
    .cart_products,h2.page_subtitle,.checkout_inputs {
        margin: 0!important;
    }
    h1.page_title {
        padding-left: 0;
    }
}
.inputs {
    padding: 15px;
}
.ta-left {
    text-align: left!important;
}
.checkout_inputs .button a {
    margin: 0 auto;
}
.success_page .alert {
    margin: 0 0 20px;
    text-align: justify;
}
.alert, .alert p {
    line-height: 1.5;
}
.success_page .button a {
    margin: 0 auto;
}
.homepage_button {
    position: absolute;
    top: 73px;
    right: -1px;
    padding: 13px 15px 10px;
    background: #1A3431;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #fff;
    /* color: black; */
    text-align: center;
    line-height: 100%;
    border-right: none;
    font-size: 12px;
    border: 1px solid #eee;
    box-shadow: 2px 0px 9px rgb(119, 112, 105);
    z-index: 222;
}