@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,400,400i,500,500i,600,600i,700,700i|Open+Sans:400,400i,600,700&display=swap");
:root{
    --blue:#007bff;
    --indigo:#6610f2;
    --purple:#6f42c1;
    --pink:#e83e8c;
    --red:#dc3545;
    --orange:#fd7e14;
    --yellow:#ffc107;
    --green:#28a745;
    --teal:#20c997;
    --cyan:#17a2b8;
    --white:#fff;
    --gray:#6c757d;
    --gray-dark:#343a40;
    --primary:#286efb;
    --secondary:#6a747b;
    --success:#28a745;
    --info:#17a2b8;
    --warning:#ffc107;
    --danger:#dc3545;
    --light:#f6f9fc;
    --dark:#2d343e;
    --breakpoint-xs:0;
    --breakpoint-sm:576px;
    --breakpoint-md:768px;
    --breakpoint-lg:992px;
    --breakpoint-xl:1200px;
    --main-color: #d3ab5e;
}
*,::after,::before{
    box-sizing:border-box
}
html{
    font-family:sans-serif;
    line-height:1.15;
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:transparent
    scroll-behavior: smooth;
}
body{
	font-family: "Josefin Sans", sans-serif;
    background: #141418;
    color: #fff;
    font-size: 1rem;
    padding: 0;
    margin: 0;
    font-weight: 400;
    line-height: 1.7;
}
hr{
    box-sizing:content-box;
    height:0;
    overflow:visible
}
h1,h2,h3,h4,h5,h6{
    margin-top:0;
    margin-bottom:1rem
}
p{
    margin-top:0;
    margin-bottom:1.3rem
}
address{
    margin-bottom:1rem;
    font-style:normal;
    line-height:inherit
}
dl,ol,ul{
    margin-top:0;
    margin-bottom:1rem
}
ol ol,ol ul,ul ol,ul ul{
    margin-bottom:0
}
dt{
    font-weight:700
}
dd{
    margin-bottom:.5rem;
    margin-left:0
}
blockquote{
    margin:0 0 1rem
}
b,strong{
    font-weight:bolder
}
small{
    font-size:80%
}
sub,sup{
    position:relative;
    font-size:75%;
    line-height:0;
    vertical-align:baseline
}
sub{
    bottom:-.25em
}
sup{
    top:-.5em
}
a{
    color:#286efb;
    text-decoration:none;
    background-color:transparent
}
a:hover{
    color:#0451ec;
    text-decoration:none
}
a:not([href]):not([tabindex]){
    color:inherit;
    text-decoration:none
}
a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{
    color:inherit;
    text-decoration:none
}
a:not([href]):not([tabindex]):focus{
    outline:0
}
pre{
    margin-top:0;
    margin-bottom:1rem;
    overflow:auto
}
figure{
    margin:0 0 1rem
}
img{
    vertical-align:middle;
    border-style:none
}
svg{
    overflow:hidden;
    vertical-align:middle
}
table{
    border-collapse:collapse
}
caption{
    padding-top:.75rem;
    padding-bottom:.75rem;
    color:#6c757d;
    text-align:left;
    caption-side:bottom
}
th{
    text-align:inherit
}
label{
    display:inline-block;
    margin-bottom:.5rem
}
button{
    border-radius:0
}
button:focus{
    outline:1px dotted;
    outline:5px auto -webkit-focus-ring-color
}
button,input,optgroup,select,textarea{
    margin:0;
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}
button,input{
    overflow:visible
}
button,select{
    text-transform:none
}
select{
    word-wrap:normal
}
[type=button],[type=reset],[type=submit],button{
    -webkit-appearance:button
}
[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){
    cursor:pointer
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
    padding:0;
    border-style:none
}
input[type=checkbox],input[type=radio]{
    box-sizing:border-box;
    padding:0
}
input[type=date],input[type=datetime-local],input[type=month],input[type=time]{
    -webkit-appearance:listbox
}
textarea{
    overflow:auto;
    resize:vertical
}
fieldset{
    min-width:0;
    padding:0;
    margin:0;
    border:0
}
legend{
    display:block;
    width:100%;
    max-width:100%;
    padding:0;
    margin-bottom:.5rem;
    font-size:1.5rem;
    line-height:inherit;
    color:inherit;
    white-space:normal
}
@media (max-width:1200px){
    legend{
        font-size:calc(1.275rem + .3vw)
    }
}
progress{
    vertical-align:baseline
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
    height:auto
}
[type=search]{
    outline-offset:-2px;
    -webkit-appearance:none
}
[type=search]::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-file-upload-button{
    font:inherit;
    -webkit-appearance:button
}
output{
    display:inline-block
}
summary{
    display:list-item;
    cursor:pointer
}
template{
    display:none
}
h1,h2,h3,h4,h5,h6{
    margin-bottom:1rem;
    font-weight:700;
    line-height:1.35;
}
h1{
    font-size:2.5rem
}
@media (max-width:1200px){
    h1{
        font-size:calc(1.375rem + 1.5vw)
    }
}
h2{
    font-size:2rem
}
@media (max-width:1200px){
    h2{
        font-size:calc(1.325rem + .9vw)
    }
}
h3{
    font-size:1.75rem
}
@media (max-width:1200px){
    h3{
        font-size:calc(1.3rem + .6vw)
    }
}
h4{
    font-size:1.5rem
}
@media (max-width:1200px){
    h4{
        font-size:calc(1.275rem + .3vw)
    }
}
h5{
    font-size:1.25rem
}
h6{
    font-size:1rem
}

hr{
    margin-top:1rem;
    margin-bottom:1rem;
    border:0;
    border-top:1px solid rgba(0,0,0,.1)
}

img {
    max-width: 100%;
    height: auto;
    user-select: none;
}
select {
    cursor: pointer;
}
ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
button {
    cursor: pointer;
}
*:focus {
    outline: none;
}
button {
    border: none;
}
button:focus {
    outline: none;
}
span {
    display: inline-block;
}
a:hover {
    color: var(--main-color);
}
.text__primary {
    color: #7367f0 !important;
}
.text__secondary {
    color: #868e96 !important;
}
.text__success {
    color: #28c76f !important;
}
.text__danger {
    color: #ea5455 !important;
}
.text__warning {
    color: #ff9f43 !important;
}
.text__info {
    color: #1e9ff2 !important;
}
.text__dark {
    color: #10163A !important;
}
.text__muted {
    color: #ccc !important;
}
.text__base {
    color: var(--main-color) !important;
}
.text__dark {
    color: #182C61 !important;
}
.bg__primary {
    background-color: #7367f0 !important;
}
.bg__secondary {
    background-color: #868e96 !important;
}
.bg__success {
    background-color: #28c76f !important;
}
.bg__danger {
    background-color: #ea5455 !important;
}
.bg__warning {
    background-color: #ff9f43 !important;
}
.bg__info {
    background-color: #1e9ff2 !important;
}
.bg__dark {
    background-color: #10163A !important;
}
.bg__light {
    background-color: #bcc7da !important;
}
.bg__base {
    background-color: var(--main-color) !important;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 40px;
}
.pt-40 {
    padding-top: 40px;
}
.pb-40 {
    padding-bottom: 50px;
}
.pt-100 {
    padding-top: 100px;
}
@media (max-width: 767px) {
    .pt-100 {
        padding-top: 80px;
    }
}
.pb-100 {
    padding-bottom: 100px;
}
@media (max-width: 767px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}
.bg-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pagination {
    margin: -.3125rem -.4375rem;
    flex-wrap: wrap;
}
.pagination .page-item {
    margin: .3125rem .4375rem;
}
.pagination .page-item.active .page-link {
    background-color: var(--main-color);
    color: #fff;
}
.pagination .page-item .page-link {
    width: 2.8125rem;
    height: 2.8125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid rgba(247, 124, 90, 0.25);
    color: #464646;
}
.pagination .page-item .page-link:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}
.pagination-md .page-item .page-link {
    width: 2.5rem;
    height: 2.5rem;
}
.pagination-sm .page-item .page-link {
    width: 2.1875rem;
    height: 2.1875rem;
    font-size: .875rem;
}




.p-t-5 {
  padding-top: 5px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-25 {
  padding-top: 25px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-t-35 {
  padding-top: 35px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-45 {
  padding-top: 45px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-r-5 {
  padding-right: 5px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-r-25 {
  padding-right: 25px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-r-35 {
  padding-right: 35px;
}

.p-r-40 {
  padding-right: 40px;
}

.p-r-45 {
  padding-right: 45px;
}

.p-r-50 {
  padding-right: 50px;
}

.p-b-5 {
  padding-bottom: 5px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-25 {
  padding-bottom: 25px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-b-35 {
  padding-bottom: 35px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-b-45 {
  padding-bottom: 45px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-l-5 {
  padding-left: 5px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-l-35 {
  padding-left: 35px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-l-45 {
  padding-left: 45px;
}

.p-l-50 {
  padding-left: 50px;
}

/* -- Margin -- */
.m-t-5 {
  margin-top: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-45 {
  margin-top: 45px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-35 {
  margin-right: 35px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-45 {
  margin-right: 45px;
}

.m-r-50 {
  margin-right: 50px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-15 {
  margin-left: 15px;
}
.m-l-18 {
  margin-left: 18px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-25 {
  margin-left: 25px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-35 {
  margin-left: 35px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-l-45 {
  margin-left: 45px;
}

.m-l-50 {
  margin-left: 50px;
}

/* -- Line Height -- */
.l-h-20 {
  line-height: 20px;
}

.l-h-22 {
  line-height: 22px;
}

.l-h-24 {
  line-height: 24px;
}

.l-h-26 {
  line-height: 26px;
}

.l-h-28 {
  line-height: 28px;
}

.l-h-30 {
  line-height: 30px;
}

.l-h-32 {
  line-height: 32px;
}

.l-h-34 {
  line-height: 34px;
}

.l-h-36 {
  line-height: 36px;
}

.l-h-38 {
  line-height: 38px;
}

.l-h-40 {
  line-height: 40px;
}

/* -- Font Size -- */
.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-23 {
  font-size: 23px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-25 {
  font-size: 25px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-27 {
  font-size: 27px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-29 {
  font-size: 29px !important;
}

.font-30 {
  font-size: 30px !important;
}

.font-31 {
  font-size: 31px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-33 {
  font-size: 33px !important;
}

.font-34 {
  font-size: 34px !important;
}

.font-35 {
  font-size: 35px !important;
}

.font-36 {
  font-size: 36px !important;
}

.font-37 {
  font-size: 37px !important;
}

.font-38 {
  font-size: 38px !important;
}

.font-39 {
  font-size: 39px !important;
}

.font-40 {
  font-size: 40px !important;
}

/* -- Font Weight -- */
.f-w-3 {
  font-weight: 300;
}

.f-w-4 {
  font-weight: 400;
}

.f-w-5 {
  font-weight: 500;
}

.f-w-6 {
  font-weight: 600;
}

.f-w-7 {
  font-weight: 700;
}

/* -- Border Radius -- */
.b-r-1 {
  border-radius: 1px;
}

.b-r-2 {
  border-radius: 2px;
}

.b-r-3 {
  border-radius: 3px;
}

.b-r-4 {
  border-radius: 4px;
}

.b-r-5 {
  border-radius: 5px;
}

.b-r-6 {
  border-radius: 6px;
}

.b-r-7 {
  border-radius: 7px;
}

.b-r-8 {
  border-radius: 8px;
}

.b-r-9 {
  border-radius: 9px;
}

.b-r-10 {
  border-radius: 10px;
}

.b-r-15 {
  border-radius: 15px;
}

.b-r-20 {
  border-radius: 20px;
}

.b-r-25 {
  border-radius: 25px;
}

.b-r-30 {
  border-radius: 30px;
}

.b-r-35 {
  border-radius: 35px;
}

.b-r-40 {
  border-radius: 40px;
}

.b-r-45 {
  border-radius: 45px;
}

.b-r-50 {
  border-radius: 50px;
}

.b-r-100 {
  border-radius: 100px;
}

.fs__18px {
    font-size: 1.125rem !important;
}
.fs__16px {
    font-size: 1rem !important;
}
.fs__14px {
    font-size: .875rem !important;
}
.fs__12px {
    font-size: .75rem !important;
}

.btn {
    padding: 7px 30px;
}
.btn__primary {
    background-color: #7367f0;
}
.btn__primary:hover {
    background-color: #5e50ee;
}
.btn__secondary {
    background-color: #868e96;
}
.btn__secondary:hover {
    background-color: #78818a;
}
.btn__success {
    background-color: #28c76f;
}
.btn__success:hover {
    background-color: #24b263;
}
.btn__danger {
    background-color: #ea5455;
}
.btn__danger:hover {
    background-color: #e73d3e;
}
.btn__warning {
    background-color: #ff9f43;
}
.btn__warning:hover {
    background-color: #ff922a;
}
.btn__info {
    background-color: #1e9ff2;
}
.btn__info:hover {
    background-color: #0d93e9;
}
.btn__light {
    background-color: #bcc7da;
}
.btn__light:hover {
    background-color: #acb9d1;
}
.btn__dark {
    background-color: #10163A;
    color: #fff;
}
.btn__dark:hover {
    background-color: #0a0e26;
    color: #fff;
}
.btn__link {
    color: #7367f0;
}
.btn__base {
    background-color: var(--main-color);
    color: #fff;
}
.btn__base:hover {
    background-color: var(--main-color);
    color: #fff;
}
.btn__base_2{
  padding: 5px 16px;
  border-radius: 5px;
  background: transparent;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  transition: all .3s;
}
.btn__base_2:hover{
  background: var(--main-color);
  color: #fff;

}
.btn__base.btn__custom {
    outline: 2px solid rgba(255, 255, 255, 0.7);
    outline-offset: -6px;
}
.btn__base.btn__custom:hover {
    outline-offset: 0;
    outline: 2px solid rgba(255, 255, 255, 0);
}
.text__btn {
    color: var(--main-color);
}
.btn-outline__primary {
    color: #7367f0;
    border-color: #7367f0;
}
.btn-outline__primary:hover {
    background-color: #7367f0;
    color: #ffffff;
}
.btn-outline__secondary {
    color: #868e96;
    border-color: #868e96;
}
.btn-outline__secondary:hover {
    background-color: #868e96;
    color: #ffffff;
}
.btn-outline__success {
    color: #28c76f;
    border-color: #28c76f;
}
.btn-outline__success:hover {
    background-color: #28c76f;
    color: #ffffff;
}
.btn-outline__danger {
    color: #ea5455;
    border-color: #ea5455;
}
.btn-outline__danger:hover {
    background-color: #ea5455;
    color: #ffffff;
}
.btn-outline__warning {
    color: #ff9f43;
    border-color: #ff9f43;
}
.btn-outline__warning:hover {
    background-color: #ff9f43;
    color: #ffffff;
}
.btn-outline__info {
    color: #1e9ff2;
    border-color: #1e9ff2;
}
.btn-outline__info:hover {
    background-color: #1e9ff2;
    color: #ffffff;
}
.btn-outline__light {
    color: #bcc7da;
    border-color: #bcc7da;
}
.btn-outline__light:hover {
    background-color: #bcc7da;
    color: #ffffff;
}
.btn-outline__dark {
    color: #10163A;
    border-color: #10163A;
}
.btn-outline__dark:hover {
    background-color: #10163A;
    color: #ffffff;
}
.btn-outline__base {
    color: var(--main-color) !important;
    border: 1px solid var(--main-color);
}
.btn-outline__base:hover {
    background-color: var(--main-color);
    color: #fff !important;
}
.btn-shadow__primary {
    box-shadow: 0 0 6px 1px rgba(115, 103, 240, 0.35);
}
.btn-shadow__secondary {
    box-shadow: 0 0 6px 1px rgba(134, 142, 150, 0.35);
}
.btn-shadow__success {
    box-shadow: 0 0 6px 1px rgba(40, 199, 111, 0.35);
}
.btn-shadow__danger {
    box-shadow: 0 0 6px 1px rgba(234, 84, 85, 0.35);
}
.btn-shadow__warning {
    box-shadow: 0 0 6px 1px rgba(255, 159, 67, 0.35);
}
.btn-shadow__info {
    box-shadow: 0 0 6px 1px rgba(30, 159, 242, 0.35);
}
.btn-shadow__light {
    box-shadow: 0 0 6px 1px rgba(188, 199, 218, 0.35);
}
.btn-shadow__dark {
    box-shadow: 0 0 6px 1px rgba(16, 22, 58, 0.35);
}
.btn-shadow__base {
    box-shadow: 0 0 6px 1px rgba(247, 124, 90, 0.35);
}
.btn__capsule {
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}
.btn-icon {
    width: 1.5625rem;
    height: 1.5625rem;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btn-icon:hover {
    color: #fff;
}
.btn__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -.625rem;
    margin-right: -.625rem;
}
.btn__group *[class*="btn"] {
    margin: .3125rem .625rem;
    align-items: center;
}
.btn__group *[class*="btn"].d-flex {
    padding: .5rem 2.1875rem;
}

.badge__primary {
    background-color: rgba(115, 103, 240, 0.15);
    border: 1px solid #7367f0;
    color: #7367f0;
}
.badge__secondary {
    background-color: rgba(134, 142, 150, 0.15);
    border: 1px solid #868e96;
    color: #868e96;
}
.badge__success {
    background-color: rgba(40, 199, 111, 0.15);
    border: 1px solid #28c76f;
    color: #28c76f;
}
.badge__danger {
    background-color: rgba(234, 84, 85, 0.15);
    border: 1px solid #ea5455;
    color: #ea5455;
}
.badge__warning {
    background-color: rgba(255, 159, 67, 0.15);
    border: 1px solid #ff9f43;
    color: #ff9f43;
}
.badge__info {
    background-color: rgba(30, 159, 242, 0.15);
    border: 1px solid #1e9ff2;
    color: #1e9ff2;
}
.badge__light {
    background-color: rgba(188, 199, 218, 0.15);
    border: 1px solid #bcc7da;
    color: #bcc7da;
}
.badge__dark {
    background-color: rgba(16, 22, 58, 0.15);
    border: 1px solid #10163A;
    color: #10163A;
}
.badge__base {
    background-color: rgba(247, 124, 90, 0.15);
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.form-group {
    margin-bottom: .9375rem;
}
.form-control {
    padding: .625rem 1.25rem;
    width: 100%;
    background: #212126;
   border: 1px solid #363636;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #fff;
    height: 3.125rem;
}
.form-control:focus{
  color: #fff;
  box-shadow: none;
  background-color: #212126;
  border: 1px solid #f8c4353b;
}
textarea {
    min-height: 9.375rem !important;
    resize: none;
    width: 100%;
}
label {
    color: #bdbdbd;
    margin-bottom: .625rem;
    font-size: .875rem;
    font-weight: 500;
}
.input-group > .form--control, .input-group > .select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.section-title{
  text-align: center;
  margin-bottom: 30px;
}

.section-title h2,
.section-title p{
  margin-bottom: 0;
}
  
.pt-30{
    padding-top: 30px;
}
.pt-50{
    padding-top: 50px;
}
.pt-80{
    padding-top: 80px;
}
.pt-120{
    padding-top: 120px;
}


.pb-30{
    padding-bottom: 30px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-80{
    padding-bottom: 80px;
}
.pb-120{
    padding-bottom: 120px;
}


.mt-30{
    margin-top: 30px;
}
.mt-50{
    margin-top: 50px;
}
.mt-80{
    margin-top: 80px;
}
.mt-120{
    margin-top: 120px;
}


.mb__30{
    margin-bottom: -30px;
}

.mb-30{
    margin-bottom: 30px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-80{
    margin-bottom: 80px;
}
.mb-120{
    margin-bottom: 120px;
}




/*Header css*/
.header-area{
  width: 100%;
  z-index: 9;
  color: #fff;
}
.header-area .top-header{
  overflow: hidden;
  padding: 12px 0px;
  border-bottom: 1px solid #ffffff1f;
}
.header-area .top-header .contact-area{
  float: left;
}
.header-area .top-header .right-area{
  float: right;
}
.header-area .top-header .cart-area{
  margin-right: 12px;
}
.header-area .top-header .cart-area a{
  color: #fff;
  position: relative;
}
.header-area .top-header .cart-area a:hover{
  color: var(--main-color);
}
.header-area .top-header .cart-area a .dot{
  position: absolute;
  right: -2px;
  bottom: 3px;
}
.header-area .top-header .cart-area a .dot i{
  font-size: 13px;
  color: #ff1d1d;
}
.header-area .top-header .cart-area i{
  font-size: 20px;
}
.header-area .top-header .lang-area select{
  background: transparent;
  color: #fff;
  border: none;
}
.header-area .top-header .lang-area select option{
  background: transparent;
  color: #000;
  border: none;
}
@media(max-width: 425px){
  .header-area .top-header .contact-area{
      float: none;
      text-align: center;
  }
  .header-area .top-header .right-area{
      float: none;
      justify-content: center;
  }

}
.header-area .top-header .contact-area ul li{
  display: inline-block;
  margin: 0px 5px;
}
.header-area .bottom-header .navbar ul li{
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0px 8px;
  position: relative;
}
.header-area .bottom-header .navbar ul li .search-area{
  height: 0px;
  overflow: hidden;
  transition: all .5s;
}
.header-area .bottom-header .navbar ul li .search-area.active{
  height: 40px;
}
.header-area .bottom-header .navbar ul li .search-area{
    position: absolute;
    width: 225px;
    right: 0%;
    top: 136%;
    z-index: 9;
}
.header-area .bottom-header .navbar ul li .search-area .form-control{
  height: 40px;
  background: #212126;
  border: 1px solid #363636;
}
.header-area .bottom-header .navbar ul li .search-area .input-group-text{
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}
.header-area .bottom-header .navbar ul li .search-area button{
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}
@media (max-width:991px){
  .header-area .bottom-header .navbar ul li .search-area{
    width: 83%;
    top: 0%;
  }
}
.dropdown-menu {
  right: 0;
  left: unset;
  background-color: #0e0f38;
  font-size: 14px;
  font-weight: 500;
  border-top: 2px solid var(--main-color);
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: var(--main-color);
  color: #fff !important;
}
.header-area .bottom-header .navbar ul li a,.header-area .bottom-header .navbar ul .active a{
  color: #fff;
}
.header-area .bottom-header .navbar ul li a:hover,
.header-area .bottom-header .navbar ul li a:focus,
.header-area .bottom-header .navbar ul li a:active{
  color: var(--main-color);
}
.header-area .bottom-header .navbar ul li a.nav-btn {
  border:1px solid var(--main-color);
  background: var(--main-color);
  line-height: 12px;
  padding: 12px 25px;
  margin-bottom: 0px;
  border-radius: 25px;
  font-size: 13px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;

}
.header-area .bottom-header .navbar ul li a.nav-btn:hover {
  background: transparent;

}
@media(max-width: 1199px){
  .header-area .bottom-header .navbar ul li{
      font-size: 12px;
  }
  .header-area .bottom-header .navbar ul li a.nav-btn {
      font-size: 11px;
  }
}
.header-area .bottom-header .navbar .navbar-brand img{
  max-width: 180px;
  max-height: 85px;
}
.header-area .bottom-header .navbar .navbar-toggler {
  color: #fff;
  border-color: #fdfdfd2e;
  line-height: 1px;
  box-shadow: none;
}
@media(max-width: 991px){
  .header-area .bottom-header .navbar .navbar-collapse {
      background: #1e1f22;
      padding: 12px;
      border-radius: 6px;
  }
  .header-area .bottom-header .navbar ul li a.nav-btn{
      display:inline-block;
      margin-bottom: 10px;
  }
}

.header-area.fixed-header{
  position: fixed;
  top: 0;
  z-index: 99;
}
.header-area.fixed-header .top-header{
  display: none;
}
.header-area.fixed-header .bottom-header{
  background: #1f1f28;
}

.bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*inner banner start*/
.inner-banner{
  background-image: url(../images/bg3.jpg);
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 110px 0px;
}
.inner-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #141418bf;
  z-index: -1;
}
.inner-banner h1{
  margin-bottom: 0px;
  line-height: 1;
}
.inner-banner .inner-banner-content{
  text-align: center;
}
/*inner banner end*/

/* banner section start */
.banner-section{
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.banner-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(90deg, #141418 0%, #141418d4 100%);background: linear-gradient(90deg, rgb(20 20 24) 0%, rgb(20 20 24 / 81%) 86%);
}
.banner-section .content-area{
    width: 50%;
}
.banner-section .content-area .shop-btn{
    padding: 8px 19px;
    border-radius: 5px;
    background: transparent;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    transition: all .3s;
}
.banner-section .content-area .shop-btn:hover{
    background: var(--main-color);
    color: #fff;

}
.banner-section .content-area .banner-heading{
    font-size: 55px;
}
.banner-section .image-area{
    width: 35%;
    position: relative;
}
.banner-section .image-area .slick-arrow{
    position: absolute;
    top: 40%;
    font-size: 60px;
    color: var(--main-color);
}
.banner-section .image-area .prev{
    left: -13px;
}
.banner-section .image-area .next{
    right: -13px;
    cursor: pointer;
}

@media (max-width:991px){
  .banner-section .content-area .banner-heading {
    font-size: 30px;
  }
  .banner-section .content-area p {
    font-size: 12px;
  }
  .banner-section .content-area .shop-btn {
    padding: 4px 13px;
  }
}
@media (max-width:767px){
  .banner-section .image-area {
    display: none;
  }
  .banner-section .content-area {
    width: 100%;
    text-align: center;
    margin: 80px 0px;
  }
  .banner-section .content-area .banner-heading {
    font-size: 40px;
  }
  .banner-section .content-area p {
    font-size: 1rem;
  }
}
/* banner section end */


/* about section start */
.about-section .about-thumb{
  position: relative;
}
.about-section .about-thumb:before{
  position:absolute;
  content:'';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, transparent 37%, rgb(20 20 24) 76%);
}
@media (max-width:1199px){
  .about-section .about-thumb:before{
    background: transparent;
  }
}
.about-section .about-thumb img{
  border-radius: 8px;
}
.about-section .content-area .about-title{
  color: var(--main-color);
}
.about-section .content-area .single-about{
  border-bottom: 1px solid var(--main-color);
  margin-bottom: 20px;
}
.about-section .content-area .single-about:last-child{
  border: none;
}
/* about section end */


/* product section start */
.product-section{
  background: #17171c;
}
.product-section .single-product {
  padding: 16px;
  text-align: center;
  border: 1px solid #2c2c34;
  border-radius: 7px;
  margin-bottom: 30px;
}
.product-section .single-product:hover img {
  transform: scale(1.07);
  transition: all .5s;
}
.product-section .single-product .product-thumb{
  height: 250px;
  overflow: hidden;
}
.product-section .single-product .product-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product-section .single-product .product-title h5 {
  margin: 9px 0px;
}
.product-section .single-product .product-title a{
  color: #fff;
}
.product-section .single-product .product-title a:hover{
  color: var(--main-color);
}
.product-section .single-product .product-price {
  margin-bottom: 10px;
  font-size: 21px;
}
.product-section .single-product del {
  margin-right: 10px;
}
/* product section end */


/* offer section start */

.offer-section{
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.offer-section:before{
  position: absolute;
  content: '';
  background: #17171ce0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.offer-section .countdown{
  margin-bottom: -25px;
}
.offer-section .countdown > div {
  margin: 0px 30px 25px;
  height: 110px;
  width: 110px;
  text-align: center;
  border: 1px solid var(--main-color);
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  flex-flow: column;
}

@media (max-width:1199px) {
  .offer-section .countdown > div{
    margin: 0px 16px 25px;
  }
}
@media (max-width:991px) {
  .offer-section .countdown > div {
      margin: 0px 30px 25px;
  }
}
@media (max-width:575px) {
  .offer-section .countdown > div {
      margin: 0px 40px 25px;
  }
}
@media (max-width:460px) {
  .offer-section .countdown > div {
    margin: 0px 30px 25px;
  }
}

.offer-section .countdown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.offer-section .countdown > div > span {
  font-size: 42px;
  color: var(--main-color);
  line-height: 1;
}
.offer-section .countdown > div > p {
  text-transform: uppercase;
}
/* offer section end */

/* feature section start */
.feature-section{
  background: #1b1b20;
}
.feature-section .feature-thumb{
  position: relative;
}
.feature-section .feature-thumb:before{
  position:absolute;
  content:'';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(27 27 32) 10%, transparent 110%);
}
@media (max-width:1199px){
  .feature-section .feature-thumb:before{
    background: transparent;
  }
}
.feature-section .feature-thumb img{
  border-radius: 8px;
}
.feature-section .feature-item i{
  font-size: 42px;
  color: var(--main-color);
}
/* feature section end */

/* info section */
.information-section .info-area{
  padding: 16px;
  border: 1px solid #2c2c34;
  border-radius: 7px;
  margin-bottom: 30px;
}
.information-section .info-area i{
  color: var(--main-color);
}
/* info section */


/* product details start*/
.product-slider {
  overflow: hidden;
}

.products-area aside{
  margin-bottom: 30px;
}
.products-area .widget{
  background: #212126;
  border-radius: 8px;
  border: 1px solid #40404087;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 15px;
}
.products-area .widget .widget-header{
  border-bottom: 1px solid #38383c;
}
.products-area .widget .widget-header h6{
  margin-bottom: 7px;
}
.products-area .widget .widget-body{
  margin-top: 10px;
}
.products-area .widget .widget-body .form-check{
  margin: 7px 0px;
}
 
/* product details end*/


/*contact start*/
.contact-section .contact-areas{
  background: #212126;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgb(7 30 62 / 15%);
}
.contact-section .contact-area{
  background: #212126;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgb(7 30 62 / 15%);
}
.contact-info{
  margin-bottom: 30px;
}
.contact-info .col-lg-4{
  margin-bottom: 30px;
}
.contact-element{
  background: #212126;
  padding: 22px;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgb(7 30 62 / 15%);
  height: 100%;
  display: flex;
  align-items: center;
}
.contact-element .icon-area{
  background: var(--main-color);
  line-height: 1;
  color: #fff;
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 30px;
}
.contact-element .content-area{
  width: calc(100% - 70px);
  padding-left: 20px;
}
.contact-element .content-area h5{
  margin-bottom: 10px;
}
/*contat end*/


/*Footer area start*/
.footer-area{
  background: #1b1b20;
  color: #fff;
  border-top: 1px solid var(--main-color);
}
.footer-area .footer-widget{
  margin-bottom: 30px;
}
@media(max-width: 991px){
  .footer-area .footer-widget{
      margin-right: 20px;
  }

}
.footer-area .footer-widget .site-logo{
  max-width: 200px;
  max-height: 85px;
  margin-bottom: 10px;
}
.footer-area .footer-widget p{
  font-size: 14px;
}
.footer-area .footer-widget .widget-title{
  position: relative;
  margin-bottom: 22px;
}
.footer-area .footer-widget .widget-title:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--main-color)4a;
  z-index: 1;
}
.footer-area .footer-widget .widget-title:after {
  content: '';
  position: absolute;
  top: 93%;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--main-color);
  z-index: 1;
}
.footer-area .footer-widget .widget-body ul li a{
  position: relative;
  margin-left: 15px;
}
.footer-area .footer-widget .widget-body ul li a:before{
  content: "\f105";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  position: absolute;
  left: -21px;
  font-size: 15px;
}
.footer-area .footer-widget .widget-body ul li a:hover{
  color: var(--main-color);
  text-decoration: underline;
}
.footer-area .footer-widget .widget-body a{
  color: #fff;
}
.footer-area .footer-widget .widget-body .subscribe-form input{
  border-radius: 0;
}
.track-area .footer-widget .widget-body .subscribe-form button{
  border-radius: 0;
  background: var(--main-color);
  color: #fff;
  border: 1px solid var(--main-color);
}
.footer-area .footer-widget .widget-body .subscribe-form button{
  border-radius: 0;
  background: var(--main-color);
  color: #fff;
  border: 1px solid var(--main-color);
}
.footer-bottom{
  border-top: 1px solid #ffffff2e;
  margin-top: 30px;
  padding: 10px;
}
.footer-bottom p{
  text-align: center;
  margin-bottom: 0px;
}
/*Footer area end*/


/*New style*/

.quantity {
  display: inline-block; }
 
 .quantity .input-text.qty {
  width: 80px;
  height: 41px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #efefef;
  color: white;
 }
 
 .quantity.buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top; }
 
 .quantity.buttons_added button {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none;
 }
 
 .quantity.buttons_added .minus,
 .quantity.buttons_added .plus {
  padding: 7px 10px 8px;
  height: 41px;
  background-color: #ffffff;
  border: 1px solid #efefef;
  cursor:pointer;}
 
 .quantity.buttons_added .minus {
  border-right: 0;
  margin-right: -5px;
}

.quantity.buttons_added .plus {
  border-left: 0;
  margin-left: -5px;
}
 
 .quantity.buttons_added .minus:hover,
 .quantity.buttons_added .plus:hover {
  background: #eeeeee; }
 
 .quantity button::-webkit-outer-spin-button,
 .quantity button::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0; }
  
  .quantity.buttons_added .minus:focus,
 .quantity.buttons_added .plus:focus {
  outline: none; 
 }
 .buttons{
     padding-left: 30%!important;
 }
 
 .shopping-summery tbody .action a button{
     background-color: red;
 }





/* Sopping-cart */
.cart-section .table td{
	padding: 30px;
	vertical-align: middle;
}
.shopping-summery tbody .product-dess{
	margin: none!important;
	padding-top: 40px;
} 
.shopping-summery thead tr th{
color: #FFFFFF;
text-align: center;
font-weight: 600;
}
.shopping-summery thead{
	background-color: var(--main-color);
}
.cart-section tbody .product-name a{
	font-weight: 600;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
}
.cart-section tbody .product-name a:hover{
	color:  var(--main-color);
}
.cart-section .table p {
	font-size: 14px;
	color: #ddd;
}
.cart-section .qty .button {
	display: inline-block;
	position: absolute;
	top: 0;
	border: none;
}

.cart-section .qty .button.minus{
	left:0;
	border-radius:0;
	overflow:hidden;
}
.cart-section .qty .button.plus {
	right: 0;
	border-radius:0;
	overflow:hidden;
}

.cart-section .qty .button .btn{
	padding: 0;
	width: 50px;
	height: 45px;
	line-height: 50px;
	border-radius: 0px;
	background: transparent;
	background-color: #ddd;
	color: #282828;
	font-size: 12px;
	border: none;
}
.cart-section .qty .button .btn:hover{
	color: var(--main-color);
}
.cart-section .qty .input-number {
	border: 1px solid #ddd;
	width: 100%;
	text-align: center;
	height: 45px;
	border-radius: 0;
	overflow: hidden;
	background-color: #ddd;
}
.shopping-summery tbody .price span{
	color: #ddd;
}
.shopping-summery tbody .total-amount span{
	color: #ddd;
}
.shopping-summery tbody .action a i{
	color: #ddd;
}
.shopping-summery tbody .action a i:hover{
	color: var(--main-color);
}
.cart-section .total-amount .left .coupon form input {
    width: 220px;
    display: inline-block;
    height: 44px;
    color: #fff;
    padding: 0px 20px;
    border: none;
    box-shadow: 0px 0px 5px #0000000a;
}
.cart-section .total-amount .left .coupon form .btn {
    display: inline-block;
    height: 44px;
    border: navajowhite;
    margin-left: 4px;
    background: transparent;
    color: #fff;
    background:  var(--main-color);
    box-shadow: 0px 0px 5px #00000012;
}
.cart-section .total-amount .left .coupon form .btn:hover {
	background-color: #fff;
	color: #fff;
}

.cart-section .total-amount .right ul{
	
}
.cart-section .total-amount .right ul li {
	font-size: 15px;
	font-weight: 400;
	color: #ddd;
	margin-bottom: 12px;
}
.cart-section .total-amount .right ul li.last {
	padding-top: 12px;
	border-top: 1px solid #c8c8c8;
	color: #ddd;
	font-size: 15px;
	font-weight: 400;
}
.cart-section .total-amount .right ul li span{
	display:inline-block;
}
.float-right{
  float: right;
}
.cart-section .total-amount .right .button5 .btn {
	text-align: center;
	border-radius: 0;
	width: 100%;
	margin-top: 10px;
	height: 46px;
	line-height: 30px;
	font-size: 18px;
	color: #0D1011;
	background-color: #ddd;
}
.cart-section .total-amount .right .button5 .btn:hover{
	background-color: var(--main-color);
	color: #ddd;
}
.cart-section .total-amount .right .button5 .contines{
	background-color: var(--main-color);
	color: #fff;
} 
.cart-section .total-amount .right .button5 .contines:hover{
	background-color: #fff;
	color: #0D1011;
}
/* Checkout */
.shop.checkout {
	padding: 0;
	background: #141418;
	padding-top: 20px;
	padding-bottom: 50px;
}
.shop.checkout .checkout-form {
	margin-top: 30px;
}
.shop.checkout .checkout-form h2 {
	font-size: 25px;
	color: #fff;
	font-weight: 700;
	line-height: 27px;
}
.shop.checkout .checkout-form p {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	margin-top: 12px;
	margin-bottom: 30px;
}
.shop.checkout .form{}
.shop.checkout .form .form-group {
	margin-bottom: 25px;
}
.shop.checkout .form .form-group label{
	color:#fff;
	position:relative;
}
.shop.checkout .form .form-group label span {
	color: #ff2c18;
	display: inline-block;
	position: absolute;
	right: -12px;
	top: 4px;
	font-size: 16px;
}
.shop.checkout .form .form-group input {
	width: 100%;
	height: 45px;
	line-height: 50px;
	padding: 0 20px;
    border: 1px solid #363636;
	border-radius: 3px;
	color:#FFFFFF;
	background-color:#212126;
}
.cart-remove-btn{
  padding: 7px 18px;
}
.shop.checkout .nice-select {
	width: 100%;
	height: 45px;
	line-height: 50px;
	margin-bottom: 25px;
	background: #F6F7FB;
	border-radius: 0px;
	border:none;
}
.shop.checkout .nice-select .list {
	width: 100%;
	height: 300px;
	overflow: scroll;
}
.shop.checkout .nice-select .list li.option{
	color:#fff;
}
.shop.checkout .nice-select .list li.option:hover{
	background:#F6F7FB;
	color:#fff;
}
.shop.checkout .form .address input {
	margin-bottom: 15px;
}
.shop.checkout .form .address input:last-child{
	margin:0;
}
.shop.checkout .form .create-account {
	margin: 0;
}
.shop.checkout .form .create-account input {
	width: auto;
	display: inline-block;
	height: auto;
	border-radius: 100%;
	margin-right: 3px;
}
.shop.checkout .form .create-account label {
	display: inline-block;
	margin: 0;
}
.shop.checkout .order-details {
	margin-top: 30px;
	background: #141418;
	padding: 15px 0 30px 0;
	border: 1px solid #505050;
}
.shop.checkout .single-widget {
	margin-bottom: 30px;
}
.shop.checkout .single-widget:last-child{
	margin:0;
}
.shop.checkout .single-widget h2 {
	position:relative;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 30px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 5px;
}
.shop.checkout .single-widget h2:before{
	position:absolute;
	content:"";
	left:30px;
	bottom:0;
	height:2px;
	width:50px;
	background-color: var(--main-color);
}
.shop.checkout .single-widget .content ul{
	margin-top:30px;
}
.shop.checkout .single-widget .content ul li {
	display: block;
	padding: 0px 30px;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}
.shop.checkout .single-widget .content ul li span{
	display:inline-block;
	float:right;
}
.shop.checkout .single-widget .content ul li.last {
	padding-top: 12px;
	border-top: 1px solid #505050;
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}
.shop.checkout .single-widget .checkbox {
	text-align: left;
	margin: 0;
	padding: 0px 30px;
	margin-top:30px;
}
.shop.checkout .single-widget .checkbox label {
	color: #fff;
	position: relative;
	font-size: 14px;
	padding-left: 20px;
	margin-top: -5px;
	font-weight: 400;
	display: block;
	margin-bottom: 15px;
}

.shop.checkout .single-widget.payement {
	padding: 0px 38px;
	text-align: center;
	margin-top: 30px;
}
.shop.checkout .single-widget.get-button {
	text-align: center;
	padding:0px 35px;
}
.shop.checkout .single-widget.get-button .btn {
	width: 100%;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	background-color:var(--main-color);
	color: #fff;
}
.shop.checkout .single-widget.get-button .btn:hover{
	background-color: #fff;
	color: #333;
}
.containers input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
}
/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #fff;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.confirmation_tittle {
  text-align: center;
  margin-bottom: 35px;
  margin-top: 35px;
}
.confirmation_part .confirmation_tittle span {
  color: #ff2020;
}
.confirmation_part .single_confirmation_details {
  background-color: #212126;
  padding: 35px 40px;
}
@media (max-width: 991px) {
  .confirmation_part .single_confirmation_details {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .confirmation_part .single_confirmation_details {
    margin-bottom: 30px;
  }
}
.confirmation_part .single_confirmation_details h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.confirmation_part .single_confirmation_details ul li {
  position: relative;
  text-transform: capitalize;
  padding-left: 55%;
  margin-bottom: 3px;
}
.confirmation_part .single_confirmation_details ul li p {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 21px;
  color: #fff;
}
.confirmation_part .single_confirmation_details ul li span {
  color: #fff;
}
.confirmation_part .order_details_iner {
  margin-bottom: 50px;
  background-color: #212126;
  padding: 30px 30px 15px;
  text-transform: capitalize;
}
.confirmation_part .order_details_iner h3 {
  color: #fff;
  font-size: 18px;
}
.confirmation_part .order_details_iner .table thead th {
  color: #fff;
  font-size: 16px;
}
.confirmation_part .order_details_iner span {
  color: #fff;
}
.confirmation_part .order_details_iner thead {
  color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.confirmation_part .order_details_iner tfoot {
  border-top: 1px solid #ddd;
}
.confirmation_part .order_details_iner th {
  color: #fff;
  font-weight: 500;
}

.shopping-summery{
  border: 1px solid #ffffff26;
}
.shopping-summery th{
  border-color: var(--main-color) !important;
}
.shopping-summery td{
  border-color: #ffffff26 !important;
}
.shopping-summery .product_data{
  white-space: nowrap;
}
.card-body.title-image{
    font-size: 12px;
}
.contact-section .order_details_iner span{
    background-color: #FF9F43;
}

.card {
  background: #212126;
  box-shadow: 0 5px 15px rgb(7 30 62 / 15%);
}