@import url("https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("https://pro.fontawesome.com/releases/v5.8.2/css/all.css");
/*-------------------------------------------------------------------------------------------
  CSS definations for TODAY MEMORIES
-------------------------------------------------------------------------------------------*/

/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
        -ms-box-sizing:border-box;
         -o-box-sizing:border-box;
            box-sizing:border-box;
}
body {
    -webkit-text-size-adjust: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a,
a:hover,
a:focus {
    outline:none;
    text-decoration:none;
}
/* Common Tages */
.padding-right {
    padding-right:0;
}
.padding-left {
    padding-left:0;
}
.btn {
    background: #17a2b8;
    padding: 12px 15px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 0;
    position: relative;
}
.btn:hover {
    background: #000;
    color: #fff;
}
.form-group {
    margin-bottom: 30px;
}
.form-control {
    border: 1px solid #EBEBEB;
    background: #fff;
    height: auto;
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 0;
    line-height: 24px;
    box-shadow: none;
}
select.form-control {
    height: 44px;
}
textarea.form-control {
    min-height: 120px;
    border-radius: 3px;
    resize: none;
}
label {
    display: block;
    margin-bottom: 5px;
}

/* form-check */
.form-check {
    padding: 0;
    position: relative;
    display: block;
}
.form-check input {
    display: none;
}
.form-check label {
    margin: 0;
    font-weight: 400;
    line-height: 20px;
}
.form-check .checkbox-check,
.form-check .radio-check {
    border: 1px solid #ccc;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
    position: relative;
    border-radius: 3px;
}
.form-check .radio-check,
.form-check .radio-check:after {
    border-radius: 100%;
}
.form-check .checkbox-check:after,
.form-check .radio-check:after {
    width: 10px;
    height: 10px;
    float: left;
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: 2;
}
.form-check input[type='radio']:checked + label .radio-check:after {
    background: #ccc;
}
.form-check input[type='checkbox']:checked + label .checkbox-check:after {
    background: #ccc;
}

.container {
    max-width: 1240px;
}

/* section-heading */
.section-heading {
    padding-bottom: 15px;
}
.section-heading h1 {
    font-size: 20px;
    font-weight: bold;
}

a.read-more {
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
    font-size: 12px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
a.read-more .fa {
    margin-left: 30px;
}


/*-------------------------------------------------------------------------------------------*/
/* SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body {
    background: #fff;
    font-family: var(--bs-font-sans-serif);
    font-size: 14px;
    color: #212529;
    font-weight: 400;
}

/* top-bar */
.top-bar {
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
}
.top-bar p {
    margin: 0;
}

/* header */
.header {
    background: #1e3d58;
    width: 100%;
    position: relative;
    padding: 10px 0;
    color: #fff;
}

/* logo */
a.logo {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
a.logo span {
    background: url(https://canvaschamp.thecashandcarry.co.uk/assets/front/images/bg_logo.png) no-repeat top center;
    background-size: 105% auto;
    display: block;
    padding-top: 6px;
    margin-top: 0;
    text-align: center;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 16px;
}
a.logo:hover {
    color: #fff;
}

/* search */
.search {
    background: #fff;
    display: flex;
    padding: 5px;
    margin-top: 10px;
}
.search .input {
    border: none;
    width: 100%;
}
.search .btn-success {
    background: #fff;
    border: none;

    font-size: 20px;
    color: #004a96;
}

/* user-list */
.user-list {
    float: right;
    margin-top: 10px;
}
.user-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.user-list ul li {
    float: left;
    margin-left: 25px;
}
.user-list ul li:first-child {
    margin-left: 0;
}
.user-list ul li a {
    display: inline-block;
}
.user-list ul li img {
    width: auto;
    height: 32px;
    float: left;
}
.user-list ul li .call span {
    display: block;
    font-size: 12px;
}
.user-list ul li .call p {
    white-space: nowrap;
    margin: 0;
    margin-left: 38px;
    line-height: 16px;
}

/* navigation */
.navigation {
    background: #fff;
    text-align: center;
    font-size: 16px;
    box-shadow: rgba(0,0,0,0.3) 0px 0px 2px;
}
.navigation:after {
    display: table;
    clear: both;
    content: '';
}
.navigation .container {
    display: flex;
}
.navigation ul {
    display: inline-block;
    margin: 0 auto;
}
.navigation li {
    float: left;
    margin: 0 7px;
}
.f-nav-container li{
    float: unset;
}
.navigation li a {
    display: block;
    padding: 10px 5px;
    color: #000;
    line-height: 24px;
}
.navigation li.flag img {
    width: 30px;
    height: 24px;
    float: left;
}
.navigation li.flag span {
    display: inline-block;
    margin-left: 6px;
    float: left;
    font-size: 14px;
}
.navigation li a .fas {
    display: inline-block;
    margin-left: 4px;
    float: right;
    color: #999;
    line-height: 24px;
}

/* footer */
.footer {
    background: #1e3d58;
    padding: 30px 0;
    color: #5b7f9e;
}
.footer h4 {
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    padding-bottom: 4px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
.footer li,
.footer p {
    line-height: 26px;
}
.footer li a {
    color: #5b7f9e;
}
.footer form {
    display: flex;
    margin-bottom: 15px;
}

/* login */
.bg-login {
/*    background: #dceffe;*/
}
.login {
    max-width: 750px;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
}
.login:after {
    display: table;
    clear: both;
    content: '';
}
.login .form {
    background: #fff;
    padding: 30px;
}
.login .form-group {
    margin-bottom: 20px;
}
.login .form-control {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 7px 15px;
    line-height: 24px;
}
.login .forgot-password {
    padding-top: 6px;
    text-align: right;
    font-size: 11px;
}
.login .forgot-password a {
    color: #1e3d58;
    text-transform: uppercase;
}
.login .btn {
    border-radius: 25px;
}
.login .or {
    margin: 5px 0 25px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.login .or:after {
    background: #999;
    width: 100%;
    height: 2px;
    content: '';
    margin-top: -1px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
}
.login .or span {
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    position: relative;
    z-index: 3;
}
.login .imgb {
    width: 55%;
    padding: 0;
}
.login .imgb img {
    width: 100%;
    height: auto;
}
.login .options {
    padding-bottom: 20px;
}
.login .options a {
    display: inline-block;
    padding: 5px 6px;
    border: 1px solid #999;
    border-radius: 3px;
    font-size: 12px;
    color: #27324d;
}
.login .options a .icon {
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.login .options a .icon img {
    width: auto;
    height: 18px;
}
.login .options a span {
    display: inline-block;
    line-height: 18px;
}
.login p a {
    color: #1e3d58;
}

/* cart */
.cart {
    background: #f9f9f9;
    padding: 40px 0 10px 0;
}
.heading_cart {
    font-size: 16px;
    color: #1e3d58;
    font-weight: 600;
    line-height: 36px;
}
.cart .box {
    border: 1px solid #eee;
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 3px;
}
.cart-row {
    border: 1px solid #eee;
    background: #fff;
    padding: 30px 15px;
    margin-bottom: 30px;
}
.cart-row .imgb {
    border: 1px solid #ddd;
    background: #f1f1f1;
    position: relative;
    z-index: 1
}
.cart-row .imgb img {
    width: 100%;
    height: auto
}
.cart-row h4 {
    margin-bottom: 5px;
    font-size: 18px;
    color: #1e3d58;
    font-weight: 700;
    line-height: normal;
}
.cart-row p {
    padding: 5px 0;
    line-height: normal;
}
.cart-row .price {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}
.cart-row .price span {
    color: #c3123c;
}
.cart-row .size-qty p {
    display: table;
    clear: both;
    content: '';
}
.cart-row .size-qty strong {
    display: inline-block;
    margin-right: 5px;
    float: left;
}
.cart-row .size-qty .select {
    display: inline-block;
    margin-right: 15px;
    float: left;
}
.cart-row .btn {
    display: block;
    padding: 10px;
    font-size: 14px;
    line-height: normal;
    margin-top: 140px;
}
.cart-row .delivery-time {
    color: #17a2b8;
}
.cart .total {
    border-top: 1px solid #ddd;
    display: block;
    margin-bottom: 15px;
    margin-top: 5px;
    padding-top: 5px;
    font-weight: 700;
}
.cart .sub-total h4 {
    padding-top: 10px;
    margin-bottom: -3px;
    font-weight: 700;
}
.cart .sub-total p {
    padding: 8px 0;
}
.cart .sub-total p span {
    display: inline-block;
    float: right;
}
.cart .sub-total p strong {
    border-top: none;
    display: inline-block;
    padding-top: 0;
}
.cart .check-pincode h4 {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 700;
    margin: -30px -30px 30px -30px;
    padding: 15px;
}
.cart .check-pincode form {
    display: flex;
}
.cart .apply-coupon {
    margin-bottom: 15px;
}
.cart .apply-coupon form {
    display: flex;
}

/*/////////////////////////////////
  Responsive CSS
/////////////////////////////////*/
@media (min-width: 320px) and (max-width: 767px) {




}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {




}

