.content-style{
    padding: 2em 0;
}

.heading-title h3{
    text-decoration: none;
    color: #93c8c5;
    font-size: 1.5rem;
}

.heading-title h3 span{
    border-bottom: 2px solid #93c8c5;
    font-family: "Georgia";
    line-height: 40px;
}

.style-section{
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
}
.main-section{
    width: 100%;
    flex: 0 1 25%;
    max-width: 25%;
    margin-bottom: 1em;
}
.imgsec{
    padding: 0px 0 0em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    width:300px;
    overflow: hidden;
}
.imgsec img{
    width: 98%;
    max-width: 100%;
    height:auto;
    box-shadow:7px 6px 10px -6px rgb(0 0 0 / 22%);
    border-radius: 3px 3px 3px 3px;
    transform: scale(1);
}
.imgsec:hover img{
    transform: scale(1.1);
    box-shadow: -1px -1px 20px -5px #c3bcbc;
    border-radius: 3px 3px 3px 3px;
}
.main-section h5{
    text-decoration: none;
    padding-top: 0.5em;
    padding-left: 0.3em;
    font-size: 1rem;
}
.main-section h5 a{
    color: black;
    font-family: "Georgia";
}
.main-section h5 a:hover{
    color: #93c8c5;
}
.transition{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
#view-more-category, #view-less-category{
    cursor: pointer;
    text-decoration: underline;
    display: none;
}
#view-more-category:hover, #view-less-category:hover{
    text-decoration: underline;
    color: #93c8c5;
}
.section-bg{
    background: #fbfbfb;
}
.size-box{
    background: rgb(194,232,230);
    background: -moz-linear-gradient(180deg, rgba(194,232,230,1) 0%, rgba(234,248,247,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(194,232,230,1) 0%, rgba(234,248,247,1) 100%);
    background: linear-gradient(180deg, rgba(194,232,230,1) 0%, rgba(234,248,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c2e8e6",endColorstr="#eaf8f7",GradientType=1);
    padding: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 6px;
    box-shadow: 7px 6px 10px -6px rgb(0 0 0 / 22%);
    margin-bottom: 1.5em;
    height: 85px;
}
.size-box p{
    margin-bottom: 0;
    font-weight: 600;
}
.sizestyle a{
    font-family: "Georgia";
    color: black;
}
.size-box a:hover{
    color: #93c8c5;
}
.mtop-2{
    margin-top: 1em;
}
.rugs-color p{
    text-align: left;
    padding:0.6em 0 0;
    font-size: 1rem;
}
.rugs-color p a{
    font-size: 18px;
    color: black;
    font-family: "Georgia";
}
.rugs-color p a:hover{
    color: #93c8c5;
}
.bold{
    font-weight: bolder;
    font-family: "Georgia";
    color: black;
}
.black{
    color: black;
}
.blue{
    color: #0a30a4;
}
.brown{
    color: #B5651D;
}
.rust{
    color: brown;
}
.green{
    color: green;
}
.gray{
    color: silver;
}
.multi{
    background: rgb(131,58,180);
    background: -moz-linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(236,43,138,1) 16%, rgba(253,29,29,1) 32%, rgba(253,186,38,1) 47%, rgba(204,253,48,1) 64%, rgba(235,204,61,1) 87%, rgba(69,220,252,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(236,43,138,1) 16%, rgba(253,29,29,1) 32%, rgba(253,186,38,1) 47%, rgba(204,253,48,1) 64%, rgba(235,204,61,1) 87%, rgba(69,220,252,1) 100%);
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(236,43,138,1) 16%, rgba(253,29,29,1) 32%, rgba(253,186,38,1) 47%, rgba(204,253,48,1) 64%, rgba(235,204,61,1) 87%, rgba(69,220,252,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#833ab4",endColorstr="#45dcfc",GradientType=1);
    color: transparent;
    width: 15px;
    height: 15px;
    border-radius: 50px;
}
.orange{
    color: orange;
}
.red{
    color: red;
}
.purple{
    color: purple;
}
.yellow{
    color: yellow;
}
.pink{
    color: pink;
}
.yellow{
    color: yellow;
}
.white{
    color: white;
    border: 1px solid black;
    border-radius: 50%;
    font-size: 14px;
}
.rugs-color{
    margin-bottom: 2em;
}
.shapebox p{
    padding: 0.8em 0 0 0;
    font-size: 18px;
    font-size: 1rem;
}
.shapebox p a{
    color: black;
    font-family: "Georgia";
}
.shapebox p a:hover{
    color: #93c8c5;
}
.multiple-criteria-section{
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: hidden;
}
.multiple-main-section{
    width: 100%;
    flex: 0 1 19%;
    max-width: 16%;
    margin-bottom: 1em;
    margin-right: -1.5em;
}
.btn-go-div{
    float: right;
    margin-right: 0.8em;
}
.button-go{
    cursor:pointer;
    padding: 8px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 6px;
    color: #fff;
    background-color: #93c8c5;
    border-color: #d43f3a;
    border:none;
    width:auto;
    color:white;
}
.footer-color{
    background: #dceaed;
    padding: 2em 0 0;
}
.footer-pane{
  text-align: left;
}
.font-16{
    font-size: 16px;
}
.size-box-new{
    margin-bottom: 1.5em;
}
.size-box-new img{
    transform: scale(1);
}
.size-box-new:hover img {
    transform: scale(1.1);
    box-shadow: -1px -1px 20px -5px #c3bcbc;
    border-radius: 3px 3px 3px 3px;
}
.shapebox img{
   transform: scale(1)
}
.shapebox:hover img {
    transform: scale(1.1);
    box-shadow: -1px -1px 20px -5px #c3bcbc;
    border-radius: 3px 3px 3px 3px;
}

@media screen and (min-width:993px) and (max-width:1280px){
.main-section{
    width: 100%;
    flex: 0 1 33%;
    max-width: 33%;
    margin-bottom: 1em;
}
}
@media screen and (min-width:768px) and (max-width:992px){
.multiple-main-section{
    width: 100%;
    flex: 0 1 33%;
    max-width: 33%;
    margin-bottom: 1em;
}
.main-section{
    width: 100%;
    flex: 0 1 33%;
    max-width: 33%;
    margin-bottom: 1em;
}
.imgsec{
    width: 220px;
    height: 220px;
}
}
@media screen and (min-width:568px) and (max-width:767px){
.style-section{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.imgsec{
    height: auto;
    margin-right: 0;
    overflow: unset;
    width: 230px;
}

.imgsec img{
    height: auto;
}
.main-section {
    width: 100%;
    flex: 0 1 50%;
    max-width: 50%;
}
.main-section h5{
    margin-bottom: 1.5em;
}
.rugs-color{
    text-align: left;
}
.multiple-main-section{
    width: 100%;
    flex: 0 1 48%;
    max-width: 48%;
    margin-bottom: 1em;
    margin-right: 0.6em;
}
}
@media screen and (max-width:567px){
.style-section{
    flex-wrap: wrap;
    justify-content: center;
}
.imgsec{
    height: auto;
    margin-right: 0;
    width: 100%;
}
.imgsec img{
    height: auto;
}
.main-section {
    width: 100%;
    flex: 0 1 100%;
    max-width: 100%;
}
.main-section h5{
    margin-bottom: 1.5em;
    text-align: center;
}
.rugs-color{
    text-align: center;
}
.rugs-color p{
    text-align: center;
}
.heading-title h3{
    text-align: center;
}
.multiple-criteria-section{
    justify-content: center;
}
.multiple-main-section{
    width: 100%;
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 1em;
}
.footer .footer-pane h2{
    text-align: center;
}
.footer-pane{
    text-align: center
}
.footer .social-network h2{
    text-align: center;
}
div.AuthorizeNetSeal{
    margin: auto !important;
}
.social-newicon{
    width: 23%;
}
.footer .social-network{
    margin: auto;
    float: none;
}
}
.form-control{
    width: 85%!important;
}
option:disabled {
    color: #969393;
}
option {
    color: #659fde;
}
.loader{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/ajax_loader.gif) 50% 50% no-repeat;
}