@media screen and (min-width: 1000px) {
* {box-sizing: border-box;}



input.nosubmit {
  border: 1px solid #555;
  width: 600px;
  padding: 9px 4px 9px 40px;
   background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
}

span.carousel-control-next-icon {

   width: 34px;
   height: 30px;
    background-color: black;
    border-radius: 50%;

 }

 span.carousel-control-prev-icon {

    width: 34px;
    height: 30px;
    background-color: black;
    border-radius: 50%;

 }

 .carousel-control-prev-icon {
    width:20px;
 }
  .container{
  display:flex;
  
  align-content: center;
  justify-content: center;
 }

  
.container .trending{
border:1px solid black;
align-items:center;
margin:10px;
width:300px;
height:220px;

}

#left {
/*    background: #0F0;*/
    float: left;
    width: 120px;
}

#right {
/*    background: #F00;*/
    margin-left: 100px;
     margin-bottom: 100px;
}
.container .hotdeals{

align-items:center;
margin:10px;
width:165px;
height:93px;

}

.container .goshop{
/*background: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);*/
 background-color:rgba(133,95,168,255);
border:rgb(32,44,76);
align-items:center;
margin:10px;
width:700px;
height:260px;




}


.container .goshop1{
/*background: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);*/
 background-color:#62bfc4;
border:hsl(0, 0%, 90%);
align-items:center;
margin:10px;
width:230px;
height:260px;

}

.container .reward{
/*background: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);*/

border:hsl(0, 0%, 90%);
align-items:center;
margin:10px;
width:900px;
height:153px;

}

.container .reward2{
/*background: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);*/

border:hsl(0, 0%, 90%);
align-items:center;
margin:10px;
width:auto;
height:153px;

}

#goshopright {
       float: right;
    width: 360px;
}

#leftgosop {
/*    background: #0F0;*/
    float: left;
    width: 300px;
    align-items: center;
}

footer {

    background-color: white;
}

footer .thumbnail-widget{
list-style-type:none;
margin-left: -20px;
font-size: 13px;

}

footer .widget-title{
    color:black;
}
footer ul li{
    margin-bottom:7px;

}
.thumb-content a {
    text-decoration:none;
    color:black;
}

.thumb-content a:hover {
  color:black;
}

.footer-copyright{
    background-color:#082434;
    padding-top:5px;
}


div.columns       { width: 1200px; }
div.columns div   { width: 200px; height: 100px; float: right; }
/*div.grey          { background-color: #cccccc; }
div.red           { background-color: #e14e32; }*/
div.clear         { clear: both; }

}

#nav {margin:10px;padding:0px;}
#nav ul {list-style-type:none;background: white;}
#nav ul li {display: inline-table;padding: 10px;margin: 0px;}
#nav ul li:hover {background-color:grey;}
#nav ul li a {text-decoration: none;font-family:klavika;color: black;}





 