#my .container,#cloth .container,#war .container {
    max-width: 1140px;
}
/* -- my area start -- */
.my-wrapper h5 {
    font-size: 20px;
    color: #382E64;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.my-wrapper p {
    font-size: 13px;
    color: #888888;
    font-weight: 500;
    letter-spacing: .5px;
}

.my-wrapper {
    background: #F9F0ED;
    border-radius: 12px;
    padding: 20px 25px;
}

#my {
    margin-top: 35px;
}

/* -- my area end -- */

/* -- cloth area start -- */
.cloth-heading h4 {
    font-size: 23px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.cloth-heading p {
    font-size: 15px;
    color: #FFB090;
    font-weight: 500;
    letter-spacing: .5px;
}

.cloth-heading {
    border-bottom: 2px solid #CCCCCC96;
    padding-bottom: 15px;
}

.cloth-block-one p {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    letter-spacing: .5px;
    margin-bottom: 12px;
    font-weight:550;
}

.cloth-block-one-img {
    position: relative;
}

.cloth-block-one-img > img {
    display: block;
    width: 100%;
}

.cloth-block-one-img span {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #FEFEFE;
    border: 1px solid #CCCCCC;
    color: #666666;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 999;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
.row.no-gutters .col-lg{
    padding-left:5px;
    padding-right:5px;
}

.cloth-block-one-img span:hover {
    opacity: .7;
}

.cloth-block {
    padding: 25px 0px;
    border-bottom: 2px solid #CCCCCC96;
}

#cloth {
    margin-top: 45px;
}

/* -- cloth area end -- */

/* -- war area start -- */
#war .container-fluid {
    width: 80.5%;
    margin-left: auto;
    margin-right: 0;
}

.war-heading h4 {
    font-size: 23px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.war-slider .item::first-of-type{
    margin-left: 0;
}
/*.war-slider .item{*/
/*    min-width:320px;*/
/*}*/
.war-one {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
    padding: 12px;
    margin: 10px;
    margin-bottom: 15px;
    /*min-width: 300px;*/
    cursor: pointer;
    padding-right: 25px;
}

.war-one-left {
    width: 90px;
}

.war-one-left img {
    display: block!important;
    width: 100%!important;
}

.war-one-right h5 {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    letter-spacing: 1px;
}

.war-one-right p {
    font-size: 14px;
    color: #888888;
    margin: 6px 0px;
}

.war-one-right ul li {
    display: inline-block;
    margin-right: 4px;
}

.war-one-right ul li span {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #DDDDDD;
}

.war-one-right ul li:nth-child(2) span {
    background-color: #966B9D;
    border-color: #966B9D;
}

.war-one-right ul li:nth-child(3) span {
    background-color: #F2B880;
    border-color: #F2B880;
}

.war-one-right ul li:nth-child(4) span {
    background-color: #F48B94;
    border-color: #F48B94;
}

.war-one-right ul li:nth-child(5) span {
    background-color: #ADDCC9;
    border-color: #ADDCC9;
}

.war-one-right {
    margin-left: 15px;
}

.war-two .war-one-right ul li:first-child span {
    background-color: #E63946;
    border-color: #E63946;
}

.war-two .war-one-right ul li:nth-child(2) span {
    background-color: #EC9A9A;
    border-color: #EC9A9A;
}

.war-two .war-one-right ul li:nth-child(3) span {
    background-color: #A8DADC;
    border-color: #A8DADC;
}

.war-two .war-one-right ul li:nth-child(4) span {
    background-color: #457B9D;
    border-color: #457B9D;
}

.war-two .war-one-right ul li:nth-child(5) span {
    background-color: #1D3557;
    border-color: #1D3557;
}

.war-two .war-one-right ul li:nth-child(6) span {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DDDDDD;
    color: #AAAAAA;
    font-size: 11px;
    position: relative;
    top: -4px;
}

.war-slider {
    /*margin-top: 18px;*/
    /*margin-left: -10px;*/
}

#war {
    margin-top: 40px;
    padding-bottom: 250px;
    overflow: hidden;
}
#war.my-wardrobe {
    padding-top: 120px;
    padding-bottom: 180px;
}

.war-link a {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #fff;
    background: linear-gradient(90deg, #FFC8B1 0%, #FE80A5 100%);
    box-shadow: 0px 8px 16px rgba(255, 130, 166, 0.2);
    border-radius: 8px;
    text-transform: uppercase;
    padding: 10px 65px;
}

.war-link a:hover {
    opacity: .7;
}

.war-link {
    margin-top: 40px;
}

.cloth-color-heading h5 {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.cloth-color-heading {
    padding-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
}

.cloth-color-block-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.cloth-color-block-heading p {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.cloth-color-block{
    cursor:pointer;
    padding: 6px;
}
.cloth-color-block:hover{
    background: #f1e5e1;
    border-radius: 4px;
}
.cloth-color-block.selected {
    background: #e3d6d2;
}
.cloth-color-block .check{
    display:none;
}
.cloth-color-block.selected .check{
    display:block;
}
.cloth-color-block-heading span img {
    display: inline-block;
    width: 22px;
}
.cloth-color-img div{
    display: block;
    width: 100%;
    height: 20px;
}
.cloth-color-img img {
    display: block;
    width: 100%;
    height: 20px;
}

.cloth-color-img {
    background: #FFFFFF;
    border: 2px solid #DDDDDD;
    border-radius: 4px;
    padding: 2px;
}

.cloth-color {
    background-color: #F9F0ED;
    padding: 25px;
    border-radius: 12px 12px 12px 12px;
    display: none;
    position: relative;
    top: 10px;
}

.cloth-color-link a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #FE80A5;
    box-shadow: 0px 8px 16px rgba(255, 130, 166, 0.2);
    border-radius: 8px;
    padding: 7px 45px;
    margin-top: 30px;
}

.cloth-color-link a:hover {
    opacity: .7;
}

.cloth-color-block {
    margin-top: 6px;
}

.bgmode {
    position: relative;
}

.bgmode:after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background-color: #F9F0ED;
    position: absolute;
    left: 0;
    bottom: -30px;
}

.cloth-wrap {
    position: relative;
}
/* -- war area end -- */

.modalcustom .modal-dialog {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
}

.modalcustom .modal-content {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    border: 0;
    padding: 15px;
}

.modal-heading span {
    display: inline-block;
    cursor: pointer;
}

.modal-heading img {
    display: inline-block;
    width: 20px;
}

.modal-heading {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
}

.modal-shirt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.modal-shirt h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #333333;
}

.modal-shirt span {
    display: inline-block;
    font-size: 14px;
    color: #888888;
}

.modal-content-one {
    background: #F5F5F5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.modal-cnt-one-left {
    width: 85px;
}

.modal-cnt-one-left img {
    width: 100%;
    position: relative;
    top: 7px;
}

.modal-cnt-one-right {
    width: 73%;
}

.modal-cnt-one-right img {
    width: 100%;
}

.modal-link  {
    margin-top: 70px;
}

.modal-link a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #fff;
    background: linear-gradient(90deg, #FFC8B1 0%, #FE80A5 100%);
    box-shadow: 0px 8px 16px rgba(255, 130, 166, 0.2);
    border-radius: 12px;
    text-transform: uppercase;
    width: 100%;
    padding: 10px 0px;
}

.modal-link a:hover {
    opacity: .7;
}

.modal-link a img {
    display: inline-block;
    width: 24px;
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.bar {
    width: 22px;
    cursor: pointer;
}

.bar span {
    display: block;
    width: 100%;
    height: 2.2px;
    background-color: #fff;
    border-radius: 10px;
    margin: 4px 0px;
}

.war-icon span {
    display: inline-block;
    cursor: pointer;
}

.war-icon span img {
    display: inline-block;
    width: 45px;
}

.war-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*.war-wrapper {*/
/*    margin-right: calc((100vw - 1140px) / -2);*/
/*}*/

.cloth-block-one span {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.bgmode span {
    transform: rotate(180deg);
}

.war-icon {
    padding-right: 15px;
}
.modal-cnt-one-right{
    background: #FFFFFF;
    border: 2px solid #DDDDDD;
    border-radius: 4px;
    padding: 2px;
}
.modal-backdrop{
    z-index: 10000;
}
.modal{
    background:transparent;
}
.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 35%;
    left: 0;
    transform: translateY(-50%);
    right: 0;
    display: flex;
    justify-content: space-between;
    height: 0;
}
.owl-theme .owl-nav .owl-prev{
    margin-left: -40px !important;
}
.owl-theme .owl-nav .owl-next{
    margin-right: -40px !important; 
}
.owl-carousel{
    position:static;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    margin: 0;
}
.owl-nav img {
    /*height: 45px;*/
    width: 45px;
}
.products-slider {
    position: relative !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}