._dimenssions {
    border: 1px solid #555252;
    padding: 15px;
    background-color: #fff;
}

._dimenssions input[type="text"] {
    border: 1px solid #555252;
}

._dimenssions sup {
    top: 3px;
    left: 5px;
}

._actions .btn {
    line-height: 15px;
}

.shelf-options {
    border: 1px solid #555252;
    border-top: none;
    padding: 15px;
    background-color: #fff;
}

.shelf-options ul li {
    list-style: none;
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
    padding-left: 32px;
    font-size: 14px;
    position: relative;
}

.shelf-options ul li:before {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
}

.position-relative {
    cursor: pointer;
}

.driftwood:before {
    background-color: #413b34;
}

.espresso:before {
    background-color: #201e18;
}

.white-oak:before {
    background-color: #e0dccf;
}

.wire:before {
    background-color: #c2c7c3;
}

.position-relative.active:after {
    content: '';
    width: 11px;
    height: 6px;
    position: absolute;
    left: 6px;
    top: 6px;
    border: 2px solid #fff;
    border-bottom: 4px;
    border-left: 4px;
    transform: rotate(130deg);
}

div#price {
    font-size: 34px;
    font-weight: 700;
}

div#cmp-price {
    color: #900c0c;
    font-size: 34px;
}

.f-20 {
    font-size: 20px;
}

#configurator-modal {
    overflow-y: scroll;
}

#configurator-modal .modal-body {
    /* background-image: url('../../../assets/images/CCConguratorBackground.png'); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 20px;
}

.designed-closet {
    width: fit-content;
    margin: auto;
    position: relative;
}

.closet-side,
.sides-action,
._img-block,
.swiper-slide img,
.closet-imgs {
    max-width: 120px;
    min-width: 120px;
    width: 100%;
}
.closet-imgs .prices .block-price{
    font-size: 14px;
    font-weight: bold;
}
.overflow-hidden {
    overflow: hidden;
}

.swiper-container-initialized {
    position: relative;
    min-height: 480px;
}

.side-block {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* background-image: url('../../../assets/images/Rails.png'); */
    position: relative;
}
.side-block._short {
    /* background-image: url('../../../assets/images/Rails-short.png'); */
}

.side-block:after {
    height: 81%;
    position: absolute;
    width: 6px;
    left: 2px;
    content: "";
    cursor: pointer;
    top: 10%;
}

.closet-side:not(:first-child),
.sides-action:not(:first-child),
.closet-imgs:not(:first-child) {
    margin-left: -9px !important;
}

.sides-action img {
    cursor: pointer;
}

.configurator-modal .loader {
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visibility-hidden {
    visibility: hidden;
}

.prev-img img {
    transform: rotate(180deg);
    position: relative;
    left: -4px;
    top: -7px;
}

.next-img img {
    position: relative;
    right: -4px;
}

.prev-img,
.next-img {
    margin-top: auto !important;
    bottom: -10px !important;
    top: auto !important;
    outline: none;
}

.prev-img {
    left: 40px !important;
}

.next-img {
    right: 35px !important;
}

.f-28 {
    font-size: 28px;
}
.swiper-button-prev,
.swiper-button-next {
    width: fit-content;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    content: "" !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 30px !important;
}

.shopping_list,.send_email {
    width: 100%;
    position: absolute;
    background: #fff;
    min-height: 100%;
    height: auto;
    z-index: 999;
    display: none;
    padding: 15px;
}
.send_email {
    padding: 27%;
}

.shopping_list .shoping_list_heading {
    text-align: center;
}

.shopping_list .closettitle {
    font-weight: bold;
    font-size: 20px;
}

.shopping_list .table {
    border: 1px solid #000;
}

.shopping_list .table td,
.shopping_list .table th {
    border-top: 1px solid #000;
}

.shopping_list .table th {
    border-bottom: 1px solid #000;
}

.shopping_list .footer-total-price {
    display: flex;
    justify-content: space-between;
}
.shopping_list .footer-total-price .footer-text{
    flex: 0 0 39%;
}


.shopping_list .footer-total-price .action-buttons{
    flex: 0 0 30%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.shopping_list .footer-total-price .action-buttons ._valid{
    flex: 0 0 100%;
}
.shopping_list .footer-total-price .action-buttons .icon{
    flex: 0 0 15%;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
}
.shopping_list .footer-total-price .action-buttons .icon img{
    max-width: 25px;
}

.shopping_list .footer-total-price .action-buttons .icon span{
    display: block;
}
.shopping_list .footer-total-price .pr-label {
    font-weight: bold;
    font-size: 16px;
    margin-right: 5.2%;
}

.shopping_list .footer-total-price .total-pr {
    font-weight: bold;
    font-size: 20px;
    margin-left: 8%;
    margin-right: 0;
    display: inline-block;
    width: max-content;
}

.shopping_list .footer-total-price .terms{
    margin-right: 14%;
}
.swiper-slide .side-block div[class*='design'] {
    position: absolute;
    width: 100%;
    display: none;
    top: 44px;
}

.swiper-slide .side-block div[class*='design'] div {
    cursor: pointer;
    display: block;
    width: 88%;
    height: 5px;
    margin: auto;
}

.swiper-slide .side-block div[class*='design'] .hang-rail {
    margin-top: 0px;
    height: 10px;
}

.swiper-slide .side-block div[class*='design'] div[class*='shelf'] {
    height: 10px;
}

.swiper-slide .side-block div[class*='design'] .shelf1 {
    margin-top: 2%;
}

.swiper-slide .side-block div[class*='design'] div[class*='pullout'] {
    height: 40px;
    margin-top: 20%;
}

.swiper-slide .side-block div.design1 div.shelf2,
.swiper-slide .side-block div[class*='design'] div.basket-pullout1,
.swiper-slide .side-block div.design5 div.pullout-pantsrack {
    margin-top: 140%;
}

.swiper-slide .side-block div.design6 div.shelf2 {
    margin-top: 166%;
}

.swiper-slide .side-block div.design6 div.shelf3,
.swiper-slide .side-block div.design9 div.shelf2,
.swiper-slide .side-block div.design9 div.shelf3,
.swiper-slide .side-block div.design8 div.shelf2 {
    margin-top: 45%;
}

.swiper-slide .side-block div.design9 div.basket-pullout1 {
    margin-top: 48%;
}

.swiper-slide .side-block div[class*='design'] div[class*='closet-pole'] {
    margin-top: 11%;
}

.swiper-slide .side-block div.design2 div.shelf1 {
    margin-top: 56%;
}

.swiper-slide .side-block div.design8 div.shelf1 {
    margin-top: 3%;
}

.swiper-slide .side-block div.design5 div.pullout-pantsrack {
    height: 8px;
}

.swiper-slide .side-block .design10 div[class*='shelf']:not(.shelf1) {
    margin-top: 46%;
}

.hotspot {
    position: absolute;
    width: 45%;
    background: #fff;
    border: 3px solid #14144b;
    z-index: 99;
    border-radius: 4px;
    top: 22%;
    left: 28%;
    display: none;
    padding: 15px;
}

.hotspot>.row {
    align-items: center;
}

.hotspot .hotspot-content {
    padding: 0;
    border: none;
    margin-right: 10px;
}
.designer-wrapper {
    background: #f7f7f6;
    padding: 30px;
    margin: 20px 0;
}
.designer-wrapper .designer-inner {
    background: #fff;
    padding: 20px 30px;
    border: 1px solid #666;
}
.configurator-modal .modal-content {
    max-width: 80%;
    width: 100%;
    position: relative;
    padding: 0;
}
#sliderModal .btn-close, .configurator-modal .btn-close {
    position: absolute;
    border-radius: 50%;
    top: -12px;
    right: -10px;
    z-index: 999;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}
#shopping-list img {
    max-width: 30px;
}
.configurator-left .form-control {
    max-width: 100%;
}
.light-br {
    color: #a29b95;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}
._dimenssions input[type="text"] {
    border: 1px solid #555252;
}
.sides-action img {
    max-width: 18px;
}
.loader img {
    max-width: 40px;
    width: 100%;
}
.prev-img, .next-img {
    margin-top: auto !important;
    bottom: -10px !important;
    top: auto !important;
    outline: none;
}
.prev-img img, .next-img img {
    width: 20px;
}
.next-img {
    right: 40px !important;
}

.closet-design-container {
    margin-top: 3px;
    width: max-content;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 20px auto;
    display: none;
    padding: 0 20mm;
}
.closet-design-container .rail-left {
    float: left;
    margin-left: 0px;
    width: 24px;
}
.closet-design-container .rail-right {
    float: left;
    margin-left: 0px;
    width: 50px;
}
.shopping_list .footer-total-price {
    display: flex;
    justify-content: space-between;
}
.footer-total-price {
    text-align: right;
}
.shopping_list, .send_email {
    width: 100%;
    position: absolute;
    background: #fff;
    min-height: 100%;
    height: auto;
    z-index: 999;
    display: none;
    padding: 15px;
    top: 0;
}
.send_email {
    padding: 27%;
}
.btn.open-configurator {
    background: #000;
    color: #fff;
    font-size: 20px;
}
input[type="text"] {
    font-size: 18px;
}
.btn {
    background-color: #000;
    color: #fff !important;
}

#hotspotImg {
    background-color: #ededed;
    background-size: cover;
    background-position: center center;
    position: relative;
}

#hotspotImg .img-responsive {
    max-width: 100%;
}

#hotspotImg .hot-spot {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 5px;
    left: 5px;
    text-align: center;
    background-color: #b58d59;
    color: #fff;
    border-radius: 100%;
    cursor: pointer;
    transition: all .3s ease;
}

#hotspotImg .hot-spot .circle {
    display: block;
    position: absolute;
    top: 45%;
    left: 45%;
    width: 2em;
    height: 2em;
    margin: -1em auto auto -1em;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-radius: 50%;
    border: 1px solid #b58d59;
    opacity: 0;
    -webkit-animation: pulsate 3s ease-out infinite;
    animation: pulsate 3s ease-out infinite;
}

#hotspotImg .hot-spot .tooltip {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: none;
    font-size: 14px;
    opacity: 1.0;
    left: 0px;
    padding: 15px 5px;
    position: absolute;
    text-align: left;
    top: 30px;
    width: 280px;
    z-index: 999;
}

#hotspotImg .hot-spot .tooltip .img-row {
    padding: 10px;
    text-align: center;
}

#hotspotImg .hot-spot .tooltip .text-row {
    padding: 15px;
}

#hotspotImg .hot-spot .tooltip h4 {
    margin-bottom: 10px;
    border-bottom: 1px solid #ffffff;
}

#hotspotImg .hot-spot .tooltip p {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 10px;
}

#hotspotImg .hot-spot .tooltip p:last-child {
    margin-bottom: 0;
}
.table.invoice-table td,
.table.invoice-table th {
    background-color: #fff !important;
}

#recevier_email {
    font-size: 20px;
}
.pdf-logo img {
    max-width: 200px;
    margin-left: auto;
    display: block;
    margin-bottom: 20px;
}
.table.invoice-table td,
.table.invoice-table th {
    font-size: 14px;
    line-height: 20px;
    padding: 4px;
}

.closet-design-container .closet-img img {
    width: 70px;
}
.closet-design-container .closet-img {
    float: left;
    margin-left: 3px;
    width: 70px;
}
.f-16 {
    font-size: 16px;
}
.f-12 {
    font-size: 12px;
}
.f-24 {
    font-size: 24px !important;
}
.f-20 {
    font-size: 20px !important;
}
.portfolio-item-tbl * {
    font-size: 15px !important;
    line-height: 24px !important;
}
.portfolio-thumb-modal,
.portfolio-item-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background-color: #00000030;
}
.portfolio-item-modal .modal-inner {
    max-width: 700px;
    background-color: #fff;
    margin: 30px auto;
    padding: 30px;
    position: relative;
}
.portfolio-item-modal input,
.portfolio-item-modal textarea {
    padding: 8px 10px !important;
    font-size: 15px !important;
    line-height: 20px !important;
    margin: 0 !important;
    height: auto !important;
    width: 100% !important;
    border: 1px solid #666 !important;
    color: #666 !important;
}
.portfolio-item-modal label {
    font-size: 14px;
    margin: 0;
}
.portfolio-close,
.ptf-item-close  {
    position: absolute;
    right: 30px;
    top: 30px;
}
.portfolio-thumbnail {
    max-width: 500px;
    background-color: #fff;
    margin: 30px auto;
    padding: 50px;
    position: relative;
}
.portfolio-thumbnail img {
    width: auto;
}
.modal.login-modal a {
    font-weight: 700;
    color: #000 !important;
    text-decoration: underline;
}
.light {
    color: #a19992;
}
.bold {
    font-weight: 700;
}
.designer-left p {
    font-size: 24px;
    line-height: 34px !important;
}
.designer-form input[type="text"]{
    height: 50px;
}
.walk-in-line {
    font-size: 18px;
    line-height: 20px;
    font-weight: normal !important;
}
.walk-in-line a {
    color: #34495e;
    font-weight: 700;
    text-decoration: underline !important;
}
.designer-form label {
    font-weight: 500;
    font-size: 22px;
}
.btn-dark-blue {
    background-image: none !important;
    background-color: rgb(33, 53, 91) !important;
    border: 1px solid rgb(33, 53, 91);
    padding: 15px 40px !important;
    color: #fff;
    margin-right: 20px;
    cursor: pointer;
    font-family: 'Lato';
    font-size: 28px;
}
.delete-closet {
    position: absolute;
    right: 32px;
    top: 10px;
    filter: brightness(0);
}
.closet-act {
    padding: 0;
    margin: 0px auto 8px auto;
    display: flex;
    max-width: 120px;
}
.closet-act li {
    list-style: none;
    text-align: center;
}
.closet-act li img {
    max-width: 20px;
}
.bom-modal .modal-content {
    position: relative;
}
.bom-modal .close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
}
.form-control.email-field {
    height: initial !important;
    padding: 11px !important;
    margin: 0 !important;
    font-size: 18px !important;
}
@media print {
    .closettitle .logo img {
        width: 90px;
    }
    .closet-design-container {
        width: 600px;
        margin: 0 auto;
    }
    .closet-design-container,
    .cc-store-logo-print
    {
        display:block;
    }
    .customer_address p{
        display: none;
    }
    .modal{
        padding: 0;
        margin: 0;
        width:100%;
        height: 100%;
        background: #fff;
    }
    .modal.show .modal-dialog{
        max-width: 100%;
        border: 0;
        max-height: 100%;
        margin: 0;
    }
    div.closet-img .closet-side-bg {
        position: absolute;
    }
    .closet-img {
        margin-right: -6.5px;
        position: relative;
    }
    .swiper-pagination,
    .swiper-button-prev,
    .swiper-button-next,
    .closet-img-wrap,
    .configurator-wrapper {
        display: none;
    }
    #shopping_list_body td,
    #shopping_list_body th {
        font-size: 12px !important;
    }
    body {
        margin: 0;
        padding: 0;
    }
    @page {
        margin: 3mm;
    }
    .table.invoice-table td,
    .table.invoice-table th {
        font-size: 12px;
        line-height: 18px;
        padding: 4px;
    }
    .footer-text * {
        font-size: 12px !important;
    }
    .shopping_list .footer-total-price .action-buttons {
        display: none;
    }
    .closet-design-container .closet-img {
        margin-left: 1px;
    }
    .shopping_list .footer-total-price .terms {
        margin-right: 0;
    }
    .btn-close {
        display: none !important;
    }
    .configurator-modal .modal-content {
        border: none;
    }
    .pdf-logo img {
        width: 150px;
    }
    .configurator-modal .modal-content {
        max-width: 90%;
    }
    .shopping_list .footer-total-price .footer-text{
        flex: 0 0 50%;
    }
}
