#packages a:hover, #packages a:hover *{text-decoration: none !important;}
.categorypackages{margin-bottom: 30px;}
.categorytitle{
    color: #444444;
    margin-bottom: 15px;
    font-family: 'FFDINPro Black', sans-serif;
    font-size: 30px;
    font-weight: normal;
}
.productcontent{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.productcontent .packagetitle{
    color: #444444;
    font-family: 'FFDINPro', sans-serif;
}
.productcontent .price{
    color: #444444;
    font-family: 'FFDINPro Medium', sans-serif;
    font-size: 16px;
    margin: 20px 0 10px;
}
.productcontent .submitBtn, .productcontent .submitBtn:focus {
    background: none;
    color: white;
    padding: inherit;
    border: none;
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
    border: inherit;
}
#packages .imagecol{
    aspect-ratio: 255 / 165;
    position: relative;
    margin-bottom: 25px;
}
#packages .imagecol img{
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
}
#packages .thebutton, #packages a.thebutton,
.ecommerce .thebutton, .ecommerce a.thebutton{
    margin: 10px 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: transparent;
    border: 1px solid #ac8c5e;
    border-radius: 100px;
    text-shadow: none;
    color: #ac8c5e;
    font-family: 'OpenSans-Medium', sans-serif;
    cursor: pointer;
}
#packages .thebutton:hover, #packages a.thebutton:hover,
.ecommerce .thebutton:hover, .ecommerce a.thebutton:hover,
.productcontent .submitBtn:focus{
    background-color: #fe0000;
    border-color: #fe0000;
    color: white;
    text-decoration: none !important;
}
#packages .thebutton:hover img, #packages a.thebutton:hover img,
.ecommerce .thebutton:hover img, .ecommerce a.thebutton:hover img{
    filter: invert(100%) sepia(1%) saturate(3771%) hue-rotate(155deg) brightness(118%) contrast(100%);
}
#packages .thebutton span, .ecommerce .thebutton span{
    display: inline-block;
    margin-left: 10px;
    font-family: 'OpenSans-Medium', sans-serif;
    letter-spacing: 0;
}
#packages button.addbtn, .ecommerce button.addbtn, .ecommerce .addbtn{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #ac8c5e;
    color: white;
}
#packages button.addbtn img, .ecommerce button.addbtn img{
    filter: invert(100%) sepia(1%) saturate(3771%) hue-rotate(155deg) brightness(118%) contrast(100%);
    width: 25px;
}
.ecommerce .thebutton.autowidth{padding: 0 20px;}
#packages a.viewbtn, .ecommerce a.viewbtn{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#packages a.viewbtn img, .ecommerce a.viewbtn img{
    filter: invert(61%) sepia(13%) saturate(1057%) hue-rotate(356deg) brightness(91%) contrast(92%);
    width: 20px;
}
#packages a.whatsappbtn, .ecommerce a.whatsappbtn{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #ac8c5e;
    padding: 0 20px;
}
#packages a.whatsappbtn img, .ecommerce a.whatsappbtn img{
    filter: invert(100%) sepia(1%) saturate(3771%) hue-rotate(155deg) brightness(118%) contrast(100%);
    width: 20px;
}

.ecommerce .flex-control-nav.flex-control-thumbs{
    display: none;
}
.ecommerce .single-product + #packages{
    margin-top: 25px;
}
.ecommerce .single-product + #packages h3{
    margin-bottom: 10px;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
}
.ecommerce form.cart, .modal form.cart {
    padding: 25px;
    border-top: 2px solid red;
    background-color: #f3f3f3;
}
.ecommerce .addtocart_button .flexbox, .modal .addtocart_button .flexbox {
    display: flex;
	align-items: center;
	justify-content: center;
}
.ecommerce .form-control[readonly], .modal .form-control[readonly] {
    background-color: #fff;
    height: calc(2.25rem + 10px);
}
.ecommerce select.form-control:not([size]):not([multiple]), .modal select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 10px);
}
.ecommerce .form-control, .modal .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.quantity {
    display: flex;
    align-items: center;
}
.quantity .qty {
    float: left;
    width: 30px;
    height: 40px;
    line-height: 40px;
    border: 0;
    border-left: 0px solid #DDD;
    border-right: 0 px solid #DDD;
    background-color: transparent;
    text-align: center;
    margin-bottom: 0;
    color: #ec2227;
}
.quantity .plus, .quantity .minus {
    display: block;
    float: left;
    cursor: pointer;
    border: 0px transparent;
    background: transparent;
    padding: 0;
    width: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-family: 'Futura hv bt';
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}
.product_action{
    display: flex;
    justify-content: space-between;
}
.product_add a{
	height: 100%;
    padding-right: 5px;
    color: #67c9ce;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.product_add a svg{
	margin-right: 5px;
}
.product_add a:hover svg{
	fill: #f50f0f;
}
.product_add a:hover span{
	text-decoration: none;
}
.submitBtn{
    color: white;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
}
.submitBtn:focus{
    background-color: #fe0000;
    border-color: #fe0000;
    color: white;
    text-decoration: none !important;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
}
form.cart hr{margin-top: 20px; margin-bottom: 20px;}
form.cart hr + p{
    margin-bottom: 20px;
    color: #555;
    font-family: 'OpenSans-Medium', sans-serif;
}
.ecommerce .product > .row{
    display: grid;
    grid-template-columns: 30% calc(45% - 60px) 25%;
    gap: 30px;
}
.product-desc h3{
    color: #444444;
    font-family: 'FFDINPro Bold', sans-serif;
    font-size: 30px;
    font-weight: normal;
}
.ecommerce .product-price, #thisProdPrice{
    color: #ac8c5e;
    font-family: 'FFDINPro Medium', sans-serif;
    font-weight: normal;
}
p:has( + .table-responsive){margin-bottom: 0;}
#footerCart svg{fill: #ac8c5e; max-width: 29px;}
#footerCart {
    position: fixed;
    bottom: 235px;
    right: 20px;
    z-index: 99999;
    cursor: pointer;
    opacity: 1;
    transition: opacity, bottom 0.2s ease;
    -moz-transition: opacity, bottom 0.2s ease;
    -webkit-transition: opacity, bottom 0.2s ease;
}
@media(max-width: 1200px){
    #footerCart{bottom: 245px; right: 15px;}
}
#footerCart a{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	background: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 5px 5px 18px rgba(64,64,64,0.13);
}
#footerCart svg{
    width: 100%;
}
#cartQty-footer, #top-cart #cartQty, #top-cart-m > a > span, #cartQtyFooter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    font-size: 10px;
    color: #FFF;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background-color: #ff0000;
    border-radius: 50%;
    letter-spacing: 0;
}
#top-cart-m > a > span{top: 5px;}
.modal-footer .thebutton{display: inline-block; width: auto !important; padding: 0 30px; margin: 0 10px;}

.checkoutflow .thebutton, .checkoutflow a.thebutton{
    margin: 10px 0;
    width: auto;
    height: 40px;
    line-height: 1;
    padding: 0 30px;
    background-color: #ac8c5e;
    border: 1px solid #ac8c5e;
    border-radius: 100px;
    text-shadow: none;
    color: #fff;
    font-family: 'OpenSans-Medium', sans-serif;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
}
.checkoutflow .thebutton:hover, .checkoutflow a.thebutton:hover{
    text-decoration: none !important;
    background-color: #fe0000;
    border-color: #fe0000;
    color: white;
}
.amount:has( #gtotal){font-weight: 800;}
.checkoutflow table input{text-align: center;}
.autowidth{width: auto; max-width: fit-content;}
.fullwidth{width: 100% !important;}
.textRight{text-align: right; display: flex; justify-content: flex-end;}

.sidebar{width: 100%;}
.sidebar .widget > h4{margin-bottom: 10px;}
#content .sidebar .widget_links ul{padding: 0;}
.sidebar .widget_links li a{color: #444; font-family: 'OpenSans-Medium', sans-serif; display: block; padding: 5px 0;}
.sidebar .widget_links li a.activeLink, .sidebar .widget_links li a:hover{color: #e32d2c !important; text-decoration: none !important;}
td.prodname{font-size: 18px;}

@media(max-width: 991.9px){
    .ecommerce .product > .row{display: flex; flex-direction: row; flex-wrap: wrap; gap: 0;}
    .single-product .product-desc{padding: 0 15px;}
    .ecommerce .single-product + #packages{margin-top: 60px;}
    
    .top-links > ul.mobile_view{
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
    }
    .top-cart-content{
        top: 40px;
    }
}






