@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap");

.new-layout {
    font-family: "Raleway", sans-serif;
}

.new-layout p {
    font-size: 16px;
}

.new-layout .panel {
    border: 0;
}

.new-layout .panel-default>.panel-heading {
    background-color: #ffffff;
    box-shadow: none;
}

.new-layout label {
    font-weight: normal;
}

.new-layout label span {
    display: inline-block;
}

.acc-img {
    min-width: 130px;
    margin-right: 35px;
    padding: 9px;
    border-radius: 0;
}

.panel-title table,
.panel-body table {
    margin-bottom: 0;
    border-top: 2px solid #ffffff !important;
}

.panel-title {
    padding-right: 70px;
}

.panel-title td,
.panel-body td {
    padding: 0 !important;
}

.panel-heading {
    padding: 25px 00px 30px 0;
}

.panel-title[aria-expanded~=true] {
    background: url(../img/up-arrow.jpg) no-repeat center right;
}

.panel-title[aria-expanded~=false] {
    background: url(../img/down-arrow.jpg) no-repeat center right;
}

.panel-heading h4,
.panel-body h4 {
    padding: 0;
    margin: 0 0 5px 0;
    color: #0997e9;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
}

.panel-body h4 {
    color: #333333;
    margin: 0 0 0 0;
}

.panel-heading p {
    margin-top: 0;
    line-height: 26px;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px solid #ddd;
}

.panel-body {
    padding: 0px 0 30px 0;
}

.rounded-pill {
    border-radius: 50rem !important;
    padding: 10px 36px;
}
.solid-btn {
    border-radius: 50rem !important;
    padding: 10px 36px;
    background-color: #160480 !important;
    color: #ffffff;
}
.solid-btn:hover {
    color: #ffffff !important;
}
.grey-btn{
    background-color: #5f5f5f !important;
    border-color: #5f5f5f !important;
}
.grey-btn:hover{
    color: #ffffff !important;
}
.maxbtn{
    width: 100%;
    max-width: 275px;
}

.acc-list-img {
    min-width: 150px;
    margin-right: 25px;
}
.greycolor{
    color: #333333;
}

.heading {
    border-bottom: 3px solid #f4f3f3;
    padding: 10px 0 2px 0;
}

h3 {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    color: #321bb6;
    font-weight: 700;
    padding-bottom: 8px;
}

.heading h4 {
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    margin: 16px 0;
}
.heading2 h5 {
    font-family: "Raleway", sans-serif;
    font-size: 17px;
    line-height: 35px;
    color: #333333;
    font-weight: 700;
    margin: 16px 0;
}

h6 {
    padding: 0;
    margin: 25px 0 20px 0;
    font-size: 15px;
    font-weight: 500;
    color: #321bb6;
}

.new-btn {
    border: 1px solid #321bb6;
    background: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: none;
}

.new-btn:hover {
    border: 1px solid #321bb6;
    background: #f7f6ff;
}

.new-btn:focus,
.new-btn:focus-within,
.new-btn:active:focus {
    outline: none;
}

.upload-area {
    margin: 50px 0;
}

.or-option {
    position: relative;
    height: 100px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.or-option::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #f4f3f3;
}

.or-option span {
    position: absolute;
    background-color: #f0efef;
    padding: 10px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 33px;
    top: 5px;
    left: 50%;
    transform: translate(-45px);
    z-index: 999;
    border: 18px solid #ffffff;
}

.shapes {
    margin: 0;
    padding: 0;
    display: block;
}

.shapes li {
    display: inline-block;
    margin: 10px 0px 30px 25px;
    border: 1px solid transparent;
    padding: 15px 20px 10px 20px;
    text-align: center;
    color: #000000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.shapes li:hover {
    border: 1px solid #eae9e9;
}

.shapes li:hover .shape {
    background: #d0cde6;
}

.shapes li.active {
    border: 1px solid #321bb6;
}

.shapes li:first-child {
    margin-left: 0;
}

.shape {
    width: 80px;
    height: 80px;
    background: #eae9e9;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.shapes li.active .shape {
    background: #d0cde6;
}

.shape-circle {
    border-radius: 50%;
}

.shape-square {
    border-radius: 0%;
}

.shape-rectangle {
    width: 120px;
}

.asterisk {
    font-size: 36px;
    color: #ea0606;
    line-height: 37px;
    height: 15px;
    overflow: hidden;
    transform: translateY(-5px);
}

/* Checkbox */
.control {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    padding-top: 5px;
    cursor: pointer;
    font-size: 16px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control_indicator {
    position: absolute;
    top: 0px;
    left: 0;
    height: 30px;
    width: 30px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0px;
}

.control:hover input~.control_indicator,
.control input:focus~.control_indicator {
    background: #ffffff;
}

.control input:checked~.control_indicator {
    background: #160480;
}

.control:hover input:not([disabled]):checked~.control_indicator,
.control input:checked:focus~.control_indicator {
    background: #160480;
}

.control input:disabled~.control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 10px;
    top: 3px;
    width: 5px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.control-checkbox input:disabled~.control_indicator:after {
    border-color: #7b7b7b;
}
.mtop5{
    margin-top: 5px;
}
.mtop15{
    margin-top: 15px;
}
.mtop20{
    margin-top: 20px;
}
.mtop25{
    margin-top: 20px;
}

/* login-form */
.login-form {
    margin: 40px 0 0 0;
}
.lostpassword{
    line-height: 40px;
    font-size: 17px;
}
.loginbtmar{
    margin-top: 20px;
}

/* Cart List */
.cart-lists{
    margin: 15px 0;
    font-size: 16px;
    line-height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 40px;
    border-bottom:1px dashed #d3d3d6;
    color: #333333;
}
.cart-lists li{
    margin: 15px 0 15px 0;
}
.product-title{
    font-size: 17px;
    font-weight: 600;
}
.product-price{
    font-size: 17px;
    font-weight: bold;
}
.dash-lines{
    border-top:1px dashed #d3d3d6;
    padding: 15px 0 0 0 ;
    line-height: 40px;
    font-weight: 600;
}
.cart-btn-area{
    margin: 45px 0 25px 0;
}
