body {
    font-family: 'Roboto', sans-serif;
}

/*New Style By Akash*/
li.dropwnMenu ul {
    margin: 0px;
    padding: 10px 5px;
    position: absolute;
    right: 0px;
    top: 40px;
    width: 200px;
    background: rgba(255, 255, 255, 1);
    display: none;
}

li.dropwnMenu ul li a {
    color: #000;
    text-align: left;
    font-size: 15px;
}

.dropwnMenu ul li {
    list-style: none;
    display: block !important;
}

header {
    position: absolute;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to bottom, #100f46, transparent);
}

/*New Style By Akash*/
.logo {
    float: left;
    width: 192px;
}

.ccopy-right-ftr {
    text-align: center;
    background: #17164b;
    padding: 15px 0px;
}

.ccopy-right-ftr p {
    margin-bottom: 0px;
    color: #a5a5a5;
}

.main-menu {
    text-align: right;
    margin-top: 55px;
    margin-left: 192px;
}

.main-menu ul {
    padding: 0px;
    margin-bottom: 0px;
}

.main-menu ul li {
    display: inline-block;
    padding: 0px 12px;
    position: relative;
}

.buyer-user h4,
.vender-user h4 {
    font-size: 24px;
    font-weight: 600;
}

.buyer-user p,
.vender-user p {
    font-size: 16px;
}

.buyer-user .dwd-btn,
.vender-user .dwd-btn {
    display: block;
    padding: 8px;
    background: #c2191e;
    color: #fff;
    margin: 0px 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .3s;
}

.buyer-user .dwd-btn:hover,
.vender-user .dwd-btn:hover {
    background: #ad1014;
    color: #fff;
    text-decoration: none;
}

.filter-box {
    background: #efefef;
}

.filter-box form {
    padding: 1px 0
}

.filter-box h2 {
    background: #17164b;
    margin: 0px 0px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 15px 0px;
    text-align: center;
}

.main-menu ul li>a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 6px;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
    transition: all .3s;
    /* border-bottom: 2px solid #ccc; */
}

.menudrwp>a {
    cursor: pointer;
}

.main-menu ul li:not(.hdr-user):hover>a,
. ul li:not(.hdr-user)>a.active {
    color: #c2151b;
    text-decoration: none;
    cursor: pointer;
}

a:focus {
    outline: none;
    text-decoration: none;
}

.dropwn-menu {
    background: #fff;
}

.vender-user {
    border-left: 1px solid #ececec;
}

.arrow-up {
    position: absolute;
    content: "";
    right: 30px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
}

.b-icon i {
    font-size: 38px;
}

.b-icon h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.b-icon {
    display: inline-block;
    padding: 10px 15px;
    box-shadow: 2px 3px 6px #e6e6e6;
    width: 90px;
    margin-bottom: 10px;
}

.hdr-user>a img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.hdr-user>a {
    display: inline-block;
}

.hdr-user {
    position: relative;
}

.usr-dropwn {
    display: none;
}

.hdr-user:hover .usr-dropwn {
    display: block;
    right: 0;
    width: 190px;
    margin-top: 12px;
}

.usr-dropwn {
    background: #fff;
    position: absolute;
    box-shadow: 2px 3px 6px #3e3e3e54;
    border-radius: 11px;
    top: 47px;
}

.usr-dropwn ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    border-radius: 11px;
    display: block;
}

.usr-dropwn>ul li,
.usr-dropwn>ul li a {
    display: block;
    text-align: left;
}

.usr-dropwn .arrow-up {
    position: absolute;
    content: "";
    right: 30px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
}

.usr-dropwn>ul>li {
    padding: 0px;
}

.usr-dropwn>ul>li a {
    padding: 9px 15px;
    display: block;
    border-bottom: 1px solid #e8e8e8;
    color: #000;
    transition: all .3s;
    font-size: 15px;
    font-weight: 600;
}

.usr-dropwn ul li:last-child a {
    border-bottom: 1px solid transparent;
}

.usr-dropwn>ul>li>a:hover {
    background: #d02328;
    color: #fff !important;
    text-decoration: none;
}

.main-slider {
    position: relative;
    padding: 320px 0 150px;
    background-size: cover;
    background-repeat: no-repeat;
}

.slr-content {
    position: relative;
}

.main-slider>img {
    width: 100%;
}

.overlay-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #100f46b0;
}

.slr-content h2 {
    font-size: 70px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #fff;
}

.slr-content h2,
.slr-search {
    width: 80%;
    margin: 0 auto;
}

.slr-search input:focus {
    outline: none;
}

.slr-search input {
    width: 100%;
    height: 60px;
    padding: 5px 115px 5px 48px;
    border-radius: 10px;
    border: none;
    font-size: 18px;
}

.slr-search span {
    margin-top: 27px;
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.slr-search span:after {
    position: absolute;
    content: "\f002";
    font-family: fontawesome;
    top: 18px;
    left: 17px;
    font-size: 18px;
    color: #757575;
}

textarea {
    resize: none;
}

.main-slider-inner .slr-content {
    padding: 250px 0 100px;
}

.about-us-wrap p {
    margin: 20px 0;
    line-height: 1.7;
}

.captcha label.captch-string {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding-right: 10px;
}

.main-slider-inner .slr-content h2 {
    text-align: center;
    font-size: 45px;
}

.main-slider-inner {
    position: relative;
    height: 450px;
    overflow: hidden;
}

.main-slider-inner>img {
    width: 100%;
}

.slr-search span button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0px 33px;
    border: none;
    background: #c2151b;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.radio-ctm .radio {
    margin-bottom: 18px;
}

.radio-ctm .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio-ctm .radio label {
    font-size: 16px;
    font-weight: 600;
    color: #17164b;
}

.radio-ctm .radio input[type="radio"]+.radio-label:before {
    content: '';
    border-radius: 100%;
    border: 1px solid #a5a5a5;
    box-shadow: inset 0 0 0 4px #ffffff;
    background: #a5a5a5;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio-ctm .radio input[type="radio"]:checked+.radio-label:before {
    background-color: #17164b;
    box-shadow: inset 0 0 0 4px #ffffff;
    border: 1px solid #17164b;
}

.radio-ctm .radio input[type="radio"]:focus+.radio-label:before {
    outline: none;
    border-color: #3197EE;
}

.radio-ctm .radio input[type="radio"]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio-ctm .radio input[type="radio"]+.radio-label:empty:before {
    margin-right: 0;
}

.slr-search span button:hover {
    background: #af0c12;
}

.slr-search span button:focus {
    outline: none;
}

.sec-pd {
    padding: 40px 0px;
}

.main-head {
    text-align: center;
    margin-bottom: 30px;
}

.main-head h2 {
    font-size: 36px;
    font-weight: 600;
    color: #000;
}

.main-head p {
    font-size: 20px;
    font-weight: 600;
    color: #a5a5a5;
    margin-bottom: 0px;
}

.ctr-border {
    display: inline-block;
    width: 200px;
    height: 3px;
    background: #c2151b;
}

.coupon-box {
    padding: 10px;
    background: #fff;
    box-shadow: 2px 2px 21px #d6d6d6;
    margin-bottom: 25px;
    transition: all .2s;
    position: relative;
}

.coupon-box:hover {
    box-shadow: -1px 17px 26px #a5a4a4;
}

.coupon-img img {
    /* position: relative; */
    /* top: auto; */
    /* left: auto; */
    /* transform: initial; */
    /* max-width: inherit; */
    /* min-height: 100%; */
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    object-fit: contain;
    max-height: 300px;
}

.coupon-box .c-off {
    position: absolute;
    top: 38px;
    background: #3ca000;
    left: 0px;
    font-size: 18px;
    font-weight: 600;
    padding: 4px 8px 4px 14px;
    color: #fff;
}

.coupon-cnt .coupon-head h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    padding-right: 62px;
    min-height: 28px;
    margin: 15px 0 10px;
}

/* .coupon-cnt .coupon-head .c-price {
    position: absolute;
    right: 0;
    font-size: 18px;
    text-align: center;
    bottom: -15px;
} */

.coupon-cnt .coupon-head .c-price {
    position: relative;
    left: auto;
    font-size: 18px;
    text-align: center;
    bottom: auto;
    margin-bottom: 20px;
    width: auto;
    display: inline-block;
}

.coupon-cnt .coupon-head {
    position: relative;
}

.coupon-cnt .coupon-head .c-price strong {
    display: block;
    background: #1e1d5b;
    padding: 2px 10px 0px;
    color: #fff;
    float: left;
    width: auto;
}

.coupon-cnt .coupon-head .c-price del {
    color: #c7c7c7;
    font-size: 80%;
    display: block;
    float: left;
    line-height: 24px;
    padding-left: 15px;
}

.coupon-cnt p {
    margin: 16px 0px;
    color: #a5a5a5;
    line-height: 24px;
    font-weight: 300;
    height: 70px;
    overflow: hidden;
}

.coupn-ftr a {
    display: block;
    padding: 11px 15px;
    background: #c2151b;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}

.coupn-ftr a:hover {
    background: #a90b10;
    text-decoration: none;
}

.freebies-cnt .coupon-head h3 {
    padding: 0px 0px !important;
    font-size: 16px;
}

.freebies-cnt .coupon-head {
    margin-bottom: 0px;
}

.freebies-cnt p {
    margin: 6px 0px;
}

.free-price {
    margin-bottom: 10px;
    font-size: 16px;
}

.free-price del {
    color: #b5b5b5;
}

.free-price i {
    font-weight: 600;
    color: #17164b;
}

.freeb-details {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}

.freeb-details .view-img {
    width: 40%;
    padding: 40px 0px;
    margin-right: -44px;
    position: relative;
    height: 400px;
}

.freeb-details .view-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.freeb-details .pr-details {
    width: 60%;
    padding: 30px 20px 30px 80px;
    background: #fff;
    box-shadow: 2px 2px 21px #d6d6d6;
}

.pr-details h2 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
}

.pr-details h3 {
    font-size: 20px;
    margin-top: 5px;
}

.pr-details h3 span {
    font-size: 26px;
    color: #2cbb06;
}

.pr-details p {
    color: #808080;
    line-height: 24px;
    font-weight: 300;
    margin: 22px 0px;
}

.pr-details .free-price {
    font-size: 24px;
}

.c-pagination ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: 0;
}

.c-pagination ul li {
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    margin: 4px;
}

.c-pagination ul li a,
.c-pagination ul li span {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 27px;
    display: inline-block;
    color: #e2a6a7;
    transition: all .2s;
    font-weight: 600;
    border-radius: 50% !important;
}

.c-pagination ul li a:hover,
.c-pagination ul li a.active {
    background: #1e1d5b;
    border-color: #1e1d5b;
    color: #fff;
    text-decoration: none;
}

.c-pagination ul li a:focus {
    outline: none;
}

.c-pagination {
    text-align: center;
    margin-top: 10px;
}

.coupon-left-box {
    width: 77%;
    float: left;
    padding: 0px 5px;
}

.coupon-side-right-box {
    width: 23%;
    float: right;
}


.filter-box h3 {
    font-size: 18px;
    font-weight: 600;
    color: #17164b;
    margin-bottom: 6px;
    margin-top: 0px;
}

.select-ctm {
    margin: 20px 15px;
}

.select-ctm select {
    width: 100%;
    height: 40px;
    padding: 5px;
    border: 2px solid #fff;
    background: #dfdfdf;
    color: #17164b;
    font-weight: 600;
    box-shadow: 2px 3px 6px #ccc;
}

.select-ctm select:focus {
    outline: none;
}

.coupon-side-right-box .radio-ctm {
    margin: 0px 18px;
    padding-bottom: 14px;
}

.c-social-ftr {
    width: 70%;
}

.coupon-so-ftr {
    display: flex;
    margin: 18px 0px;
}

.c-social-ftr h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
}

.c-social-ftr a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    background: rgb(194, 21, 27);
    color: #fff;
    border-radius: 50%;
    transition: all .3s;
    margin: 0px 2px;
}

.c-social-ftr a:hover {
    background: #ec2930;
    box-shadow: 1px 3px 11px #a5a5a5;
}

.like-c-up {
    width: 30%;
    text-align: right;
    padding-right: 15px;
    font-size: 27px;
}

.like-c-up a {
    display: inline-block;
    margin-right: 7px;
}

.like-c-up a:hover {
    text-shadow: 1px 3px 11px #a5a5a5;
}

.like-c-up a:first-child {
    color: #3ca000;
}

.like-c-up a:nth-child(2) {
    color: #c2151b;
}

.freeb-details .c-price {
    text-align: right;
    font-size: 20px;
    margin-right: 8px;
    margin-bottom: 7px;
}

.freeb-details .c-price del {
    display: block;
    color: #c7c7c7;
    margin-top: 6px;
}

.freeb-details .c-price strong {
    background: #1e1d5b;
    padding: 4px 11px;
    color: #fff;
    margin-bottom: 2px;
}

.view-img .c-off {
    position: absolute;
    top: 76px;
    background: #3ca000;
    left: 0px;
    font-size: 18px;
    font-weight: 600;
    padding: 4px 8px 4px 14px;
    color: #fff;
}

.table.cart-table tr th {
    padding: 11px 10px;
    background: #1e1d5b;
    font-size: 16px;
    color: #fff;
}

.text-red {
    font-size: 20px;
    color: #c2151b;
}

.exp-date-cvv {
    display: flex;
}

.exp-date-cvv .ctm-input:first-child {
    margin-right: 35px;
    width: 80%;
}

.group-input {
    display: flex;
}

.group-input input {
    margin-right: 12px;
}

.exp-date-cvv .ctm-input:last-child {
    width: 20%;
}

.card-details {
    padding: 10px;
    background: #e6e6e6;
    float: left;
    width: 100%;
    margin: 20px 0px;
}

.card-details h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    padding: 10px 18px;
    border-bottom: 1px solid #ccc;
    margin-top: 2px;
}

.accept-term-c label {
    font-size: 18px;
    font-weight: 400;
    color: #c2151b;
}

.table.cart-table tr td {
    font-size: 16px;
    vertical-align: middle;
}

tr.pr-list-view td .pr-lst-img {
    width: 100px;
    float: left;
    height: 85px;
}

tr.pr-list-view td .pr-lst-img img {
    width: 100%;
    height: 100%;
}

tr.pr-list-view td .pr-lst-t {
    padding: 0px 15px;
    float: left;
}

tr.pr-list-view td {}

.pr-lst-t h2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.pr-lst-t p strong {
    color: #209e03;
}

.pr-lst-t p {
    font-size: 20px;
}

.pr-lst-t p b {
    font-weight: 400;
}

.pr-list-view .c-input {
    padding: 6px 10px;
    font-size: 20px;
    background: #dfdfdf;
    border: none;
    width: 60%;
    font-weight: 800;
    text-align: center;
    color: #1e1d5b;
}

.pr-list-view td>strong {
    font-size: 20px;
}

table.table.cart-table {
    background: #efefef;
}

.cart-table thead tr th:nth-child(4),
.cart-table tbody tr td:nth-child(4) {
    text-align: right;
}

tr.Total-tr h3 {
    margin: 0px;
    font-size: 22px;
    font-weight: 800;
    color: #1e1d5b;
}

tr.Total-tr td {
    font-size: 20px !important;
}

.cart-table .delete-btn {
    border: none;
    background: none;
    font-size: 21px;
    color: #c21527;
    padding: 5px 10px;
}

.cart-table .delete-btn:focus {
    outline: none;
}

.my-cart-box-ftr button {
    padding: 12px 39px;
    font-size: 20px;
    font-weight: 600;
    margin-right: 14px;
}

.my-cart-box-ftr button:focus {
    outline: none;
}

.btn-c-shopping {
    border: 2px solid #a5a5a5;
    background: #fff;
}

.btn-c-checkout {
    background: #c2151b;
    border: 1px solid #ccc;
    color: #fff;
}

.btn-c-checkout:hover {
    background: #ec2b32;
}

.my-cart-box-ftr {
    text-align: right;
    margin-top: 24px;
}

table.table.ordre-table tr th {
    background: #efefef;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
}

tr.order-list .odr-lst-img {
    width: 100px;
    height: 85px;
    float: left;
    margin: 15px 0px;
}

tr.order-list .odr-lst-img img {
    width: 100%;
    height: 100%;
}

tr.order-list .pr-last-t {
    float: left;
    padding: 0px 20px;
    width: 80%;
}

tr.order-list .pr-lst-t {
    float: left;
    padding: 0px 15px;
    margin-top: 19px;
}

tr.order-list td {}

tr.order-list .pr-lst-t h2 {
    font-weight: 600;
    font-size: 20px;
}

tr.order-list .pr-lst-t p {
    font-size: 20px;
}

tr.order-list .odr-date {
    font-size: 16px;
    font-weight: 600;
}

.mrg-top33 {
    margin-top: 33px;
}

tr.order-list td>strong {
    display: inline-block;
    font-size: 18px;
}

tr.order-list td>strong {
    display: inline-block;
    font-size: 18px;
}

.odr-details-btn {
    padding: 8px 32px;
    border: 1px solid #c2151b;
    border-radius: 30px;
    background: transparent;
    font-size: 16px;
    color: #c2151b;
    transition: all .3s;
}

.odr-details-btn:focus {
    outline: none;
}

.odr-details-btn:hover {
    box-shadow: 2px 3px 10px #ccc;
}

.ctm-input label,
.ctm-input-textarea label {
    display: block;
    font-size: 18px;
    font-weight: 400;
    text-shadow: none;
}

.ctm-input input,
.ctm-input select {
    width: 100%;
    height: 45px;
    padding: 5px 15px;
    border: 1px solid #a5a5a5;
    background: #efefef;
    transition: all .3s;
}

.ctm-input-textarea textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #a5a5a5;
    background: #efefef;
    transition: all .3s;
}

.ctm-input input:focus,
.ctm-input select:focus,
.ctm-input-textarea textarea:focus {
    outline: none;
    box-shadow: 2px 3px 14px #e6a2a4;
    border: 1px solid #c2191e;
}



.ctm-input {
    margin-bottom: 40px;
}

.ctm-input p {
    margin: 0px;
    position: absolute;
    top: 80px;
}

.Submit-btn button,
.Submit-btn input[type="reset"] {
    padding: 12px 39px;
    font-size: 20px;
    font-weight: 600;
    margin-right: 14px;
    background: #c2151b;
    color: #fff;
    border: none;
    transition: all .3s;
}

.Submit-btn {
    /*margin-top: 33px;*/
}

.Submit-btn button:focus {
    outline: none;
}

.Submit-btn button:hover {
    background: #ec2b32;

}


.contact-form {
    padding: 37px;
    background: #efefef;
    border-radius: 12px;
}

.contact-form .ctm-input input,
.contact-form .ctm-input select,
.contact-form .ctm-input-textarea textarea {
    background: #fff;
}

.captcha {
    margin: 20px 0px;
    font-size: 16px;
}

.captcha input {
    margin: 1px 15px;
    width: 100px;
    border: 1px solid #ccc;
    height: 34px;
    border-radius: 5px;
    padding: 5px;
}

.captcha input:focus {
    outline: none;
}

.con-info p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #c2151b;
}

.con-info p a {
    color: #c2151b;
    text-decoration: none;
}

button.reset-btn,
input.reset-btn {
    background: #fff;
    color: #000;
    border: 2px solid #ccc;
}

button.reset-btn:hover {
    border: 2px solid #c2151b;
    color: #c2151b;
    background: #fff;
}

/*--------------- footer -----------*/

footer {
    background: #1e1d5b;
    padding-top: 60px;
}

footer h2 {
    font-size: 36px;
    color: #fff;
    text-align: center;
}

.ftr-social {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 25px;
}

.ftr-social ul {
    padding: 0px;
    list-style: none;
}

.ftr-social ul li {
    display: inline-block;
    margin: 3px;
}

.ccopy-right-ftr {
    text-align: center;
    background: #17164b;
    padding: 15px 0px;
}

.ccopy-right-ftr p {
    margin-bottom: 0px;
    color: #a5a5a5;
}

.ftr-social ul li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    /*
    line-height: 45px;
    font-size: 20px;
    background: rgba(194, 21, 27, 0.48);
    color: #fff;
    border-radius: 50%;
    transition: all .3s;
*/
}

/*
.ftr-social ul li a:hover {
    background: #c2151b;
    box-shadow: 2px 3px 17px #070619;
}
*/

.ftr-menu {
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}

.ftr-menu a {
    color: #fff;
}

.ftr-menu a:hover {
    color: #c2151b;
    text-decoration: none;
}

.contact-form.login-form {
    max-width: 530px;
    margin: 0 auto;
}

.ctm-forgot {
    text-align: right;
    font-size: 16px;
    margin-bottom: 10px;
}

.ctm-forgot a {
    color: #100f45;
}

.login-form .Submit-btn button {
    width: 100%;
}

.login-form .ctm-input p {
    margin: 40px 0 0;
    text-align: center;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    top: auto;
}

.login-form .ctm-input p a {
    color: #100f45;
}

label.add-image {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 30px;
    background: #100f46;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    font-size: 17px;
    margin: 0;
    cursor: pointer;
}

label.add-image input[type="file"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

div#myUL {}

.main-content .coupon-side-right-box {
    float: right;
    width: 23%;
}

.main-content .coupon-side-left-box {
    float: left;
    width: 77%;
}

.main-content .coupon-side-left-box,
.main-content .coupon-side-right-box {
    padding: 0 15px;
}

.coupon-img a {
    display: block;
    height: 220px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.coupon-cnt .coupon-head h3:first-letter {
    text-transform: uppercase;
}

.main-content .coupon-side-left-box .row {
    margin: 0 -10px;
}

.main-content .coupon-side-left-box .row .col-md-4 {
    padding: 0 10px;
}

.c-pagination ul li.active span,
.c-pagination ul li.active span:hover {
    background-color: #c2151b;
    border-color: #c2151b;
}

.coupon-cnt button.out-of-stock {
    display: block;
    padding: 11px 15px;
    background: #ab9f9f;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    border: 0;
    width: 100%;
    cursor: no-drop;
}

.app-download {
    text-align: center;
    color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 0;
}

.app-download ul {
    padding: 10px 0;
    margin: 0;
}

.app-download ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 2px;
}

.app-download ul li a {
    display: block;
    padding: 8px 10px;
    background: rgba(194, 21, 27, 0.48);
    width: 160px;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
}

.app-download ul li a i {
    margin-right: 3px;
    font-size: 25px;
}

.app-download ul li a span {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 2px;
}

.app-download ul li a:hover {
    background: #c2151b;
}

.pr-details h2:first-letter,
.pr-lst-t h2:first-letter {
    text-transform: uppercase;
}

.coupn-ftr a .fa {
    margin-left: 10px;
}

.product-quant {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    padding: 0 36px;
    width: 120px;
}

.product-quant button {
    position: absolute;
    top: 0;
    width: 36px;
    height: 36px;
    border: 0;
    background: #1e1d5b;
    color: #fff;
    font-size: 23px;
    padding: 0;
    line-height: 37px;
}

.product-quant input {
    padding: 4px;
    height: 36px;
    width: 50px;
    border: 0;
    text-align: center;
    font-weight: 600;
}

.product-quant button.sub {
    left: 0;
}

.product-quant button.add {
    right: 0;
}

.product-quant button,
.product-quant input {
    outline: none;
}

.pr-lst-t .stock-staus {
    font-size: 14px;
}

.pr-lst-t .stock-staus.less-in-stock {
    color: #ef0000;
}

.get-in-rush label {
    margin: 0;
    font-weight: normal;
    position: relative;
}

.get-in-rush label input.rush-delivery {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.get-in-rush label input.rush-delivery+p {
    margin: 0;
    font-size: 12px;
    padding-left: 25px;
    position: relative;
    cursor: pointer;
}

.get-in-rush label input.rush-delivery+p strong {
    display: block;
    font-size: 14px;
}

.get-in-rush label input.rush-delivery+p:before {
    content: '\2713';
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    background: #ccc;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    line-height: 17px;
    font-size: 0;
}

.get-in-rush label input.rush-delivery:checked+p:before {
    font-size: 16px;
    background: #1e1d5b;
    border-color: #1e1d5b;
}

.main-menu ul li:not(.hdr-user)>a.active {
    box-shadow: inset 0px -3px 0px #c2151b;
}

/***10/08/2019---Saturday***/
* {
    box-sizing: border-box;
}

h1.empty-cart {
    padding: 20px 0 50px;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: #f22;
    min-height: 200px;
    margin: 0;
}

.coupon-side-right-box {
    padding: 0px 15px;
}

.coupon-left-box .col-md-4 {
    padding: 0px 10px;
}

.Submit-btn.text-center button,
.Submit-btn.text-center input[type="reset"] {
    margin-top: 10px;
}

.ctm-input-textarea textarea {
    padding: 12px 15px;
}

.freeb-details .c-price {
    text-align: left;
}

.freeb-details .c-price del {
    display: inline;
}

/**********************/
.mobile-menu {
    /* display: none; */
}

.mobile-menu {
    width: 40px;
    height: 40px;
    padding: 7px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 999;
}

.mobile-menu span {
    display: block;
    background: #fff;
    height: 2px;
    position: relative;
    z-index: 999;
    margin: 5px 0px;
}

.container {
    width: auto;
    max-width: 1170px;
}

.menudrwp>span {
    position: absolute;
    top: 0;
    right: 10px;
    color: #fff;
    padding: 10px;
    font-size: 21px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
}

.register-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding: 15px;
    background: rgba(8, 7, 68, 0.4);
    transition: all 300ms;
}

.rp-outer {
    display: table;
    width: 100%;
    height: 100%;
}

.rp-inner {
    display: table-cell;
    vertical-align: middle;
}

.regiter-menu {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 2px 3px 6px #101010;
    border-radius: 11px;
    right: 0;
    padding: 20px 5px;
    position: relative;
}

.cross-icon {
    background: #c2191e;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -15px;
    right: -15px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
    box-shadow: 0 6px 10px #c2191e52;
}

body:not(.open-register-pop) .register-popup {
    visibility: hidden;
    opacity: 0;
}

.register-btn {
    cursor: pointer;
    text-decoration: none !important;
}

.login-form .ctm-input p .register-btn:hover {
    color: #c2151b;
}

.ctm-input .text-red {
    font-size: 14px;
    color: #f00;
}

/* .coupon-cnt .coupon-head h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 175px;
    padding: 0px;
    overflow: hidden;
} */

.coupon-cnt .coupon-head h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    padding: 0px;
    overflow: hidden;
}

* {
    box-sizing: border-box;
}

.img-magnifier-container {
    position: relative;
}

.img-magnifier-glass {
    position: absolute;
    border: 3px solid #000;

    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 400px;
    height: 400px;
}


/*----------New css----------*/


.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
    text-align: center;
}

tr.order-list .odr-lst-img {
    margin: 5px 0px;
}

tr.order-list .pr-lst-t {
    margin-top: 12px;
    text-align: left;
}

.ordre-table .mrg-top33 {
    margin-top: 0px;
}

.ctm-input.captcha p {
    color: red;
    position: relative;
    top: auto;
    font-size: 14px;
    padding-top: 5px;
}

.table.cart-table tr td.text-right {
    text-align: right !important;
}

.about-us-wrap h2 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
    color: #333;
}

.about-us-wrap h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
    color: #333;
}

.about-us-wrap p {
    color: #808080;
    line-height: 24px;
    font-weight: 300;
    margin: 22px 0px;
    font-size: 16px;
}

.about-us-wrap ul {
    margin: 0px;
    padding: 0px 0px 0px 20px;
    list-style: square;
}

.about-us-wrap ul li {
    color: #808080;
    line-height: 24px;
    font-weight: 300;
    margin: 22px 0px;
    font-size: 16px;
}

body .acccredited-logo {
    padding-bottom: 15px;
    text-align: center;
}

body .acccredited-logo .bbb_logo {
    width: 100%;
    max-width: 115px;
}
.date {
    font-weight: 600;
  }
  p span.title {
    font-weight: 700;
  }
  .box {
    margin: 20px 0;
  }
  .mb-30 {
    margin-bottom: 30px;
  }
  underline {
    text-decoration: underline;
  }
  .box p {
    position: relative;
  }
  .box .table tr th {
    border: none;
  }
  .box .table tr td {
    border: none;
    border-bottom: 1px solid #818285;
  }
  .border {
    border-top: 1px solid #818285;
  }
  .box p {
    margin: 5px 0 30px 0;
  }
  .mt-50 {
    margin-top: 50px;
  }
  p.mb-0{
    margin-bottom: 0px;
  }
  mark {
    background-color: #ffff00 !important;
  }
  .mt-30 {
    margin-top: 30px;
  }
  .borderbox {
    border: 1px solid #000;
    text-align: center;
    padding: 100px 0;
    margin: 30px 0 0 0;
  }
  .font-weight-600 {
    font-weight: 600;
  }
  .plr-20 {
    padding: 10px 30px;
  }
  .position-relative {
    position: relative;
  }

  .box .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
  }
  .text .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
  }
  .agreement .box .form-control {
    background-color: #eee;
    color: #333;
}
  .mb-30 {
    margin-bottom: 30px;
  }
  .pl-0 {
    padding-left: 0 !important;
  }
  .pr-0 {
    padding-right: 0 !important;
  }
  .position-reletive{
      position: relative;
  }
  .position-reletive .form-control{
      position: absolute;
      top: 10px;
      width: 770px;
      left: 3%;
      padding-bottom: 0;
  }
  .float-right{
      float: right;
  }
  .float-left{
      float: left;
  }
  label.i{
      position: relative;
      bottom: -24px;
  }
  .profile{
      box-shadow: 0 5px 10px 2px rgba(195,192,192,.2);
      border-radius: 4px;
      padding: 24px;
  }
  .profile h1{
      margin-top: 0;
  }
  .profile p img{
      margin-right: 10px;
  }
  .profile p{
      font-size: 14px;
      color: #666;
  }
  .mt-100{
      margin-top: 100px;
  }
  p.card_fo{
      font-size: 12px;
      margin-bottom: 0;
      color: #000;
  }
  p.card_fo span{
      color: #999;
  }
  .border_bottom{
    border-bottom: 1px solid #000;
    width: 100%;
  }
  .form_height .form-control{
    height: 30px;
    margin-top: 2px;
  }
  .height10{
    height: 10px;
  }
  .font-weight-600{
    font-weight: 600;
  }
  .error{
    color: red;
  }
@media (min-width:630px) {
    .agreement .sign-section {
        display: flex;
        align-items: center;
    }
    .agreement .sign-section .sign-section-1 {
        flex: 1;
    }
}
@media (max-width:629px) {
    .agreement .sign-section .sign-section-1 {
        margin-bottom: 8px;
    }
}
.agreement .sign-section .sign-section-1 {
    display: flex;
    align-items: center;
}
.agreement .sign-section {
    margin-bottom: 12px;
}
.agreement .sign-section p {
    margin: 0px;
    display: inline-block;
}
.agreement .sign-section .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    padding: 4px 5px;
    height: auto;
    color: #333;
    position: relative;
    top: 2px;
    background-color: #eee;
}