@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

body {
    line-height: 1.4;
    font-size: 14px;
    word-wrap: break-word;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    font-weight: 400;
    padding: 0px;
    font-family: "Outfit", serif !important;
    background-color: #f8f9fa !important;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

.bg_white {
    background: #fff;
}

.a_left {
    text-align: left !important;
}

.bg_orange {
    background: #ff5722 !important;
    color: #fff;
}

textarea:focus,
input:focus,
select:focus,
a:focus {
    outline: none !important;
}

input[type="file"] {
    border: 0px !important;
    padding: 0px !important;
}

input[type=number] {
    -moz-appearance:textfield;
}

::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666666;
    opacity: 1;
    /* Firefox */
}

::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666666;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666666;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666666;
    opacity: 1;
    /* Firefox */
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666666;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* inheritnet Explorer 10-11 */
    color: #666666;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #666666;
}

table {
    border-collapse: collapse;
}

tr {
    border-bottom: 0px;
}

th,
td {
    text-align: left;
    padding: 4px;
}

ul,
li {
    list-style: none;
}

*:focus {
    outline: 0 !important;
}

 ::-moz-selection {
    background: #791821;
    color: #fff;
}

 ::selection {
    background: #791821;
    color: #fff;
}

.container {
    max-width: 1450px;
    width: 100% !important;
    margin: 0 auto;
    display: block;
    padding: 0 10px;
    position: relative;
}

header{ height: 100px; background: #464848; position: fixed; width: 100%; top: 0px; z-index: 1; }
/*header:before {
    position: absolute;
    content: "";
    left: 0px;
    width: 100%;
    height: 18px;
    bottom: -18px;
    background: url(../img/header-layer.png) repeat-x;
    -webkit-animation: 10s linear 0s infinite normal none running slide-two;
    animation: 10s linear 0s infinite normal none running slide-two;
}*/

.b-top{ padding-top: 100px; }
.mbanner{ display:none; }


.banner img{ width:100%; height: 500px;  object-fit: none;
 }
.btn{ position: absolute;
    right: 0px;
    top: 15px;
    color: #000000;
    background: #ffd900;
    border-radius: 3px;
    padding: 10px 30px;
    font-family: inherit;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 4px 4px 0px #F44336; }
 .btn:after{ content: ""; background: url(../img/hand.png) no-repeat; width: 50px; position: absolute; right: -20px;
    height: 50px;  background-size: 100%; }   
.logo{ padding: 10px 0;  height: 100px;  margin: auto;  display: block;  }
.section_wrap{ padding:30px 0; margin:0px; }
.page-title{ font-family:inherit; font-size:30px; color:#4C0743; padding-bottom:25px; text-align:center; }
.deal_row{ display:flex; flex-wrap:wrap; padding:0px; margin:0px -10px; }
.deal_column{ max-width:50%; flex-basis:50%; padding:10px; }
.colmn-sec{ padding:15px; background:#fff; box-shadow: 0 3px 16px 0px rgba(0,0,0,.06); border-radius:10px; display:flex; flex-wrap:wrap; }
.prize_box {
    padding: 5px 0px 0px;
    margin: 0px 0 5px 0;
}
.deal_thumb{ flex-basis:35%; max-width:35%; padding-right:15px; }
.deal_thumb span{ position:relative; padding-top:100%; width:100%; display:block; overflow:hidden; }
.deal_thumb img{ width:100%; left:0px; top:0px; position:absolute; height:100% }
.deal_info{  flex-basis:65%; max-width:65%; }
.d-flex {
    display: flex !important;
}
.original_price {
    font-family: inherit;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.offer_price {
    font-family: inherit;
    font-size: 16px;
    color: #666;
    text-decoration: line-through;
    font-weight: 600;
    padding: 0 15px;
}

.d-percentage {
    font-family: inherit;
    font-size: 16px;
    color: #f96666;
    font-weight: 600;
}

.pck_date {
    padding: 0px;
    margin: 0px;
}

.mb-1 {
    margin-bottom: .25rem !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.pck_date span {
    font-family: inherit;
    font-size: 15px;
    color: #2d2e32;
}
.col-original{ color:#4C0743 }


.title{ font-family:inherit; font-size:18px; color:#000; font-weight:600; margin: 0 0 5px 0}

@media(max-width:768px) {
    .deal_column { max-width: 100%; flex-basis: 100%; padding: 10px;}
    .deal_thumb, .deal_info{ max-width: 100%; flex-basis: 100%; padding-right: 0px  }
    .logo{ height: 78px; margin:0px; } .btn{ font-size:15px; right:20px; }
    .banner img{  height: 370px; width: 100%; object-fit: cover; object-position: left; }
    .mbanner{ display: block; }
    .deskbanner{ display:none; }
}