@charset "UTF-8";
/* CSS Document */

body {
    margin: 0;
    font-family: 'Currys Sans', sans-serif;
}
.razer-home p{
	font-size: 18px;
	font-weight: 100;
	line-height: normal;
    font-family: 'Currys Sans Light';
}
.razer-home .bg-image{
	max-width: 100%;
}

.razer-home
{
	max-width: 100%;
    background: #050000;
    padding-bottom: 40px;
}
.razer-home-header-sec
{
    color: #050000;
    position: relative;
    width: 100%;
}

.razer-home-header-sec-img 
{
    width: 100%;
}

.razer-home-header-sec-img img 
{
    width: 100%;
}

.razer-home-nav-sec
{
    color: #050000;
    position: relative;
    max-width: 100%;
    width: 100%;
    padding: 20px 0;
    margin: 20px 0;
    text-align: center;

}
.razer-home-nav-sec-top
{
    width: 100%;
    margin: 0px;
}
.razer-home-nav-sec-top-menu
{
    width: 100%;
    margin: 0px;
    display: flex;
    flex-direction: row;
}
.razer-home-nav-sec-text
{
    width: 100%;
    margin: 50px 0px 0px;
    display: block; 
}

.razer-home-nav-sec-top ul {
    list-style: none;
    width: auto;
    list-style-type: none;
    flex-direction: row;
    margin: 0 auto;
    padding-left: 0;
    display: flex;
}

.razer-home-nav-sec-top ul li {
    padding: 10px 30px;
    width: auto;
    float: left;
    display: flex;
}

.razer-home-nav-sec-top-menu ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    width: 90px;
}

.razer-home-nav-sec-top ul li img {
    width: 90px;
    height: 90px;
}

.razer-home-nav-sec-top-menu ul li a p {
    padding-top: 0px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    font-family: 'Currys Sans Light';
    letter-spacing: 1px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.razer-home-nav-sec-text h1 {
    color: #44d62c;
    font-size: 42px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0;
    letter-spacing: 4px;
}

.razer-home-nav-sec-text p {
    color: #fff;
    text-align: center;
    margin-top: 18px;
    font-size: 18px;
    padding: 0px 21%;
    font-family: 'Currys Sans Light';
}

.razer-home-mid-sec {
    /* width: 100%;
    display: flex;
    flex-flow: row;
    margin: 0px;
    flex-wrap: nowrap;
    padding: 0; */
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-flow: row;
    margin: 0px 0px;
    flex-wrap: nowrap;
    padding: 0;
} 

.razer-home-mid-sec-img-left {
    /* flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; */

    flex-basis: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    position: relative;
    padding: 0;
    margin: 0;
    background: #000;
}

.razer-home-mid-sec-img-right {
    /* flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; */
    flex-basis: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    position: relative;
    padding: 0;
    margin: 0;
    background: #000;
}

.razer-home-mid-sec-txt {
    /* position: absolute;
    left: 6%;
    top: 4%; */
    width: 37%;
    position: absolute;
    margin: 0;
    color: #fff;
    padding: 10px 0px 10px 20px;
    /* width: 42%;
    position: absolute;
    margin: 0;
    color: #fff;
    padding: 10px 20px 10px 20px; */
}

.razer-home-mid-sec-img-left img {
    width: 100%;
}

.razer-home-mid-sec-img-right img {
    width: 100%;
}

.razer-home-mid-sec-txt p {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    /* font-weight: 600; */
    /* letter-spacing: 1px; */
    margin-bottom: 0px;
}

.razer-home-mid-sec-txt a button.find-button {
    background: transparent;
    border: 0;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.razer-home-video-sec
{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: row;
    margin: 20px 0px;
    flex-wrap: nowrap;
    padding: 0;

}

/* .razer-home-nav-sec-top-menu ul li a p:hover {
    color: #44d62c;
} */


/* razer gaming peripherals new class */

.razer-home-mid-sec-txt h5 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 10px;
}

p.gaming-peripherals-inner-text {
    /* font-size: 12px;
    text-transform: none;
    font-weight: 100;
    width: 40%;
    margin-top: 5px;
    margin-bottom: 5px; */
    font-size: 14px;
    text-transform: none;
    font-weight: 100;
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: 'Currys Sans Light';
}

.razer-gaming-peripherals-mid-sec
{
    /* width: 100%;
    position: relative; */
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-flow: row;
    flex-wrap: nowrap;
    padding: 0;
}
.razer-gaming-peripherals-mid-sec-text
{
    /* position: absolute;
    left: 3%;
    top: 4%;
    width: 48%; */
    width: 21%;
    position: absolute;
    margin: 0;
    color: #fff;
    /* padding: 10px 20px 10px 20px; */
    padding: 10px 20px 10px 20px;
}



.razer-gaming-peripherals-mid-sec-text p {
    font-size: 14px;
    text-transform: none;
    font-weight: 100;
    margin-top: 5px;
    margin-bottom: 10px;
}

.razer-gaming-peripherals-mid-sec-text p.gaming-peripherals-inner-text {
    /* font-size: 12px;
    text-transform: none;
    font-weight: 100;
    width: 40%;
    margin-top: 5px;
    margin-bottom: 5px; */

   
        font-size: 14px;
        text-transform: none;
        font-weight: 100;
        margin-top: 5px;
        margin-bottom: 10px;
    
}

.razer-gaming-peripherals-mid-sec-text button.find-button {
    background: transparent;
    border: 0;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.razer-gaming-peripherals-mid-sec img {
    width: 100%;
}

/* .razer-home-nav-sec-top-menu ul li a.active {
    color: #45d62c;
} */


.razer-gaming-peripherals-mid-sec-text h5 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 10px;
}


.razer-home-nav-sec-top-menu a.active {
    color: #45d62c;
}


@media only screen and (min-width: 320px) and (max-width: 360px){

    .razer-home-nav-sec-top-menu ul {
        padding: 0px 2%;
        display: block;
    }
    
    .razer-home-nav-sec-top ul li {
        width: 32%;
        /* min-height: 165px; */
        padding: 10px 2%;
        min-height: 135px;
    }
    
    .razer-home-nav-sec-top-menu ul li a p {
        margin-bottom: 2px;
        font-size: 15px;
        margin-top: 0;
    }
    
    .razer-home-nav-sec-text h1 {
        font-size: 26px;
        letter-spacing: 2px;
        margin-top: 20px;
        padding: 0px 25px;
    }
    
    .razer-home-nav-sec-text p {
        /* width: 100%; */
        padding: 5% 10%;
        font-size: 16px;
        margin-top: 0;
    }

    
    .razer-home-mid-sec {
        display: inline;
    }
    
    .razer-home-mid-sec-txt p {
        font-size: 15px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
 

    .razer-home-mid-sec-txt
    {
        left: 4%;
    }

 
/* .razer-home-mid-sec-img-left img {
    min-height: 220px;
} */

p.gaming-peripherals-inner-text {
    /* width: 40%;
    font-size: 10px; */
    width: 100%;
    font-size: 15px;
}

.razer-gaming-peripherals-mid-sec img {
    min-height: 140px;
}

.razer-gaming-peripherals-mid-sec-text {
    left: 0%;
    top: 4%;
    width: 97%;
}

.razer-gaming-peripherals-mid-sec-text p.gaming-peripherals-inner-text {
    /* width: 45%;
    font-size: 10px; */
    width: 100%;
    font-size: 15px;
}

/* .razer-home-mid-sec-img-right img {
    min-height: 200px;
} */

.razer-gaming-peripherals-mid-sec-text p {
    font-size: 15px;
    margin-top: 0px;
}

.razer-home-mid-sec-txt {
    /* left: 3%; */

    left: 0%;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.razer-home-mid-sec-img-right p.gaming-peripherals-inner-text {
    /* width: 48%; */

    width: 100%;
    font-size: 15px;
}

.razer-home-mid-sec-txt a button.find-button
{
    font-size: 15px;
}

.razer-home-mid-sec-img-left {
    margin-bottom: 25px;
}
.razer-home-mid-sec-img-right {
    margin-bottom: 25px;
}

.razer-gaming-peripherals-mid-sec {
    display: block;
}
.razer-gaming-peripherals-mid-sec-text {
    position: relative;
    width: 100%;
}
.razer-gaming-peripherals-mid-sec-text button.find-button {
    font-size: 14px;
}


.razer-home-mid-sec-img-left.headset-one .razer-home-mid-sec-txt {
    width: 100%;
}

.razer-home-mid-sec-img-right.wired-headset-one .razer-home-mid-sec-txt {
    width: 100%;
}
    
}


@media only screen and (min-width: 361px) and (max-width: 425px){

    .razer-home-nav-sec-top-menu ul {
        padding: 0px 0%;
        display: block;
    }
    
    .razer-home-nav-sec-top ul li {
        width: 33%;
        /* min-height: 165px; */
        padding: 10px 0%;
        display: block;
    }
    
    .razer-home-nav-sec-top-menu ul li a p {
        margin-bottom: 2px;
        font-size: 15px;
        margin-top: 0;
    }
    
    .razer-home-nav-sec-text h1 {
        font-size: 26px;
        letter-spacing: 2px;
        margin-top: 20px;
        padding: 0px 25px;
    }
    
    .razer-home-nav-sec-text p {
        /* width: 100%; */
        padding: 0% 4% 5%;
        font-size: 16px;
    }

    
    .razer-home-mid-sec {
        display: inline;
    }
    
    .razer-home-mid-sec-txt p {
        font-size: 15px;
        margin-top: 0px;
    }

    /* .razer-home-mid-sec-img-left img {
        min-height: 230px;
    } */

    p.gaming-peripherals-inner-text {
        width: 100%;
    font-size: 15px;
    margin-top: 3px;
    margin-bottom: 7px;
    }

    .razer-gaming-peripherals-mid-sec img {
        min-height: 160px;
    }

    .razer-gaming-peripherals-mid-sec-text {
        left: 0%;
    top: 0%;
    width: 100%;
    }

    .razer-gaming-peripherals-mid-sec-text p.gaming-peripherals-inner-text {
        width: 100%;
        font-size: 15px;
        margin-bottom: 8px;
    }

    .razer-home-mid-sec-img-right img {
        /* min-height: 200px; */
    }

    .razer-gaming-peripherals-mid-sec-text p {
        font-size: 15px;
        margin-top: 0px;
    }
    
    .razer-home-mid-sec-txt {
        left: 0%;
        position: relative;
        width: 100%;
        margin-bottom: 15px;
    }
    .razer-home-mid-sec-img-right p.gaming-peripherals-inner-text {
        width: 100%;
        margin-bottom: 8px;
    }
    /* .razer-gaming-peripherals-mid-sec img {
        min-height: 192px;
    } */
    .razer-home-mid-sec-txt a button.find-button
    {
        font-size: 14px;
    }
    .razer-gaming-peripherals-mid-sec-text {
        position: relative;
    }

    .razer-gaming-peripherals-mid-sec {
        display: block;
    }

    .razer-gaming-peripherals-mid-sec-text button.find-button
    {
        font-size: 14px;
    }

    .razer-home-mid-sec-img-left.headset-one .razer-home-mid-sec-txt {
        width: 100%;
    }

    .razer-home-mid-sec-img-right.wired-headset-one .razer-home-mid-sec-txt {
        width: 100%;
    }

}

@media only screen and (min-width: 426px) and (max-width: 600px){

    .razer-home-nav-sec-top-menu ul {
        padding: 0px 4%;
        display: block;
    }
    
    .razer-home-nav-sec-top ul li {
        width: 25%;
        min-height: 135px;
        padding: 10px 2%;
        display: block;
    }
    
    .razer-home-nav-sec-top-menu ul li a p {
        margin-bottom: 2px;
        margin-top: 0;
        font-size: 16px;
    }
    
    .razer-home-nav-sec-text h1 {
        font-size: 26px;
        letter-spacing: 2px;
        margin-top: 20px;
        padding: 0px 25px;
    }
    
    .razer-home-nav-sec-text p {
        /* width: 100%; */
        padding: 0px 5% 0%;
        font-size: 16px;
    }

    
    .razer-home-mid-sec {
        display: inline;
    }
    
    .razer-home-mid-sec-txt p {
        font-size: 15px;
        margin-top: 0px;
    }

    .razer-home-mid-sec-img-left img {
        /* min-height: 240px; */
    }

    p.gaming-peripherals-inner-text {
        width: 100%;
        font-size: 15px;
        margin-top: 3px;
        margin-bottom: 6px;
    }

    .razer-gaming-peripherals-mid-sec img {
        min-height: 170px;
    }

    .razer-gaming-peripherals-mid-sec-text {
        left: 0%;
    top: 0%;
    width: 100%;
    position: relative;
    }

    .razer-gaming-peripherals-mid-sec-text p.gaming-peripherals-inner-text {
        width: 100%;
        font-size: 15px;
        margin-bottom: 8px;
    
    }

    .razer-home-mid-sec-img-right img {
        /* min-height: 200px; */
    }

    .razer-gaming-peripherals-mid-sec-text p {
        font-size: 15px;
        margin-top: 0px;
    }
    
    .razer-home-mid-sec-txt {
        left: 0%;
         position: relative;
         width: 100%;
         margin-bottom: 15px;
    }
    .razer-gaming-peripherals-mid-sec-text p {
        margin-top: 10px;
    }
    .razer-home-mid-sec-txt a button.find-button
    {
        font-size: 14px;
    }

    .razer-gaming-peripherals-mid-sec-text button.find-button {
        font-size: 14px;
    }

    .razer-gaming-peripherals-mid-sec {
        display: block;
    }

    .razer-home-mid-sec-img-left.headset-one .razer-home-mid-sec-txt {
        width: 100%;
    }

    .razer-home-mid-sec-img-right.wired-headset-one .razer-home-mid-sec-txt {
        width: 100%;
    }
   
}

@media only screen and (min-width: 601px) and (max-width: 767px){ 

    .razer-home-nav-sec-top-menu ul {
        padding: 0px 4%;
        display: block;
    }
    
    .razer-home-nav-sec-top ul li {
        width: 25%;
        min-height: 165px;
        padding: 10px 0%;
        display: block;
    }
    
    .razer-home-nav-sec-top-menu ul li a p {
        margin-bottom: 2px;
        margin-top: 2px;
    }
    
    .razer-home-nav-sec-text h1 {
        font-size: 26px;
        letter-spacing: 2px;
        margin-top: 20px;
        padding: 0px 25px;
    }
    
    .razer-home-nav-sec-text p {
        /* width: 100%; */
        padding: 0% 10%;
        font-size: 16px;
    }
    
    .razer-home-mid-sec-txt p {
        font-size: 15px;
        margin-top: 5px;
    }



    .razer-home-mid-sec-img-left img {
        /* min-height: 250px; */
    }

    p.gaming-peripherals-inner-text {
        width: 100%;
        font-size: 15px;
        margin-bottom: 9px;
    }

    .razer-gaming-peripherals-mid-sec img {
        min-height: 210px;
    }

    .razer-gaming-peripherals-mid-sec-text {
        left: 0%;
        top: 4%;
        width: 100%;
        position: relative;
    
    }

    .razer-gaming-peripherals-mid-sec-text p.gaming-peripherals-inner-text {
        width: 100%;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 8px;
    }

    .razer-home-mid-sec-img-right img {
        /* min-height: 250px; */
    }
    .razer-home-mid-sec-img-left img {
        /* min-height: 250px; */
    }

    .razer-gaming-peripherals-mid-sec-text p {
        margin-top: 10px;
    }
    .razer-gaming-peripherals-mid-sec-text p {
        margin-top: 10px;
        font-size: 15px;
    }
    .razer-home-mid-sec {
        display: block;
    }
    .razer-home-mid-sec-txt {
        left: 0%;
    position: relative;
    width: 100%;
    }

    .razer-gaming-peripherals-mid-sec {
        display: block;
    }

    .razer-gaming-peripherals-mid-sec-text button.find-button
    {
        font-size: 14px;
    }

    .razer-home-mid-sec-txt a button.find-button
    {
        font-size: 14px;
    }


    .razer-home-mid-sec-img-left.headset-one .razer-home-mid-sec-txt {
        width: 100%;
    }

    .razer-home-mid-sec-img-right.wired-headset-one .razer-home-mid-sec-txt {
        width: 100%;
    }
    

}



@media screen and (min-width: 768px) and (max-width: 1024px){

    .razer-home-nav-sec-top ul {
        width: 100%;
    display: block;
    margin: 0px 2%;
    }
    
    .razer-home-nav-sec-top ul li {
        width: 25%;
    padding: 0px 0%;
    display: block;
    }
    .razer-home-nav-sec-text p {
        /* width: 100%; */
        padding: 1% 10%;
        font-size: 18px;
    }
    /* .razer-home-nav-sec-text {
        margin-top: 5%;
    } */
    
    .razer-home-nav-sec-text p {
        padding: 0% 15%;
        /* width: 100%; */
    }
    .razer-home-mid-sec-txt p {
        font-size: 20px;
        margin-top: 10px;
    }
    p.gaming-peripherals-inner-text {
        font-size: 12px;
        width: 55%;
    }
    .razer-gaming-peripherals-mid-sec img {
        min-height: 300px;
    }

    p.gaming-peripherals-inner-text {
        font-size: 15px;
        width: 100%;
        margin-top: 5px;
    
    }
    
    .razer-home-mid-sec-img-right img {
        min-height: 250px;
    }
    
    .razer-home-mid-sec-img-left img {
        min-height: 300px;
    }
    
    .razer-gaming-peripherals-mid-sec-text p.gaming-peripherals-inner-text {
        width: 100%;
        font-size: 15px;
    }
    
    .razer-gaming-peripherals-mid-sec-text p {
        margin-top: 10px;
        font-size: 20px;
    }

    .razer-home-mid-sec-txt
    {
        width: 100%;
        position: relative;
    }

    .razer-gaming-peripherals-mid-sec-text
    {
        width: 100%;
        position: relative;
    }
    .razer-home-mid-sec-txt a button.find-button
    {
        text-align: left;
        font-size: 16px;
    }

    .razer-home-mid-sec {
        display: block;
    }

    .razer-gaming-peripherals-mid-sec {
        display: block;
    }

}

@media screen and (min-width: 1025px) and (max-width: 1150px){
  
    .razer-home-nav-sec-text p
    {
        /* width: 100%; */
         padding: 0px 14%;
    }
    
    /* .razer-home-nav-sec-text {
        margin-top: 20px;
    } */

    p.gaming-peripherals-inner-text {
        font-size: 12px;
        width: 55%;
        margin-bottom: 8px;
        padding-top: 0px;
    }
    
    .razer-home-mid-sec-img-right img {
        /* min-height: 250px; */
    }
    
    .razer-home-mid-sec-img-left img {
        /* min-height: 250px; */
    }
    
    .razer-gaming-peripherals-mid-sec-text p.gaming-peripherals-inner-text {
        width: 70%;
        font-size: 14px;
    }
    
    .razer-gaming-peripherals-mid-sec-text p {
        margin-top: 10px;
        font-size: 24px;
    }

    .razer-home-mid-sec-txt
    {
        width: 100%;
        padding: 15px;
         /* padding: 10px 10px 10px 10px; */
    }

    .razer-home-mid-sec-txt h5 {
        margin-top: 0;
    }

    .razer-gaming-peripherals-mid-sec-text
    {
        width: auto;
    padding: 15px;
    }

    .razer-gaming-peripherals-mid-sec-text h5 {
        margin-top: 0;
    }

    .razer-home-mid-sec-img-left.mice-one p.gaming-peripherals-inner-text {
        width: 44%;
    font-size: 12px;
    }
    
    .razer-home-mid-sec-img-right.mice-two p.gaming-peripherals-inner-text {
        width: 50%;
    }
    
    .razer-gaming-peripherals-mid-sec.keyboard-one p.gaming-peripherals-inner-text {
        width: 26%;
        font-size: 12px;
        margin-bottom: 8px;
    
    }
    
    .razer-gaming-peripherals-mid-sec img {
        min-height: 230px;
    }
    
    .razer-home-mid-sec-img-left.headset-one p.gaming-peripherals-inner-text {
        width: 60%;
    }
    
    .razer-home-mid-sec-img-right.wired-headset-one p.gaming-peripherals-inner-text {
        width: 55%;
    }
    
    .razer-gaming-peripherals-mid-sec.bottom-bg-sec.mouse-mets-one p.gaming-peripherals-inner-text {
        width: 95%;
    }

    .razer-home-nav-sec-top ul li
    {
        padding: 10px 14px;
    }

    .razer-home-mid-sec-img-left.mice-one .razer-home-mid-sec-txt {
        width: auto;
        padding: 15px;
    }

    .razer-home-mid-sec-img-right.mice-two .razer-home-mid-sec-txt {
        width: auto;
        padding: 15px;
    }

    .razer-home-mid-sec-img-left.headset-one .razer-home-mid-sec-txt {
        width: auto;
    }

    .razer-home-mid-sec-img-right.wired-headset-one .razer-home-mid-sec-txt {
        width: auto;
    }

    .razer-gaming-peripherals-mid-sec.bottom-bg-sec.mouse-mets-one p.gaming-peripherals-inner-text {
        width: 32%;
        font-size: 12px;
    }

    .razer-gaming-peripherals-mid-sec.bottom-bg-sec.mouse-mets-one p.gaming-peripherals-inner-text {
        font-size: 12px;
    }

}

@media screen and (min-width: 1151px) and (max-width: 1350px){
  
    .razer-home-nav-sec-text p
    {
        /* width: 100%; */
        padding: 0px 18%;
    }

    /* .razer-home-nav-sec-text {
        margin-top: 20px;
    } */

    .razer-home-mid-sec-txt
    {
        width: 60%;
        /* width: 50%; */
        padding: 15px;
    }
    p.gaming-peripherals-inner-text {
        font-size: 12px;
        width: 75%;
    
    }
    .razer-gaming-peripherals-mid-sec-text p.gaming-peripherals-inner-text {
        font-size: 14px;
        width: 90%;
    }

    .razer-gaming-peripherals-mid-sec-text
    {
        width: 21%;
        padding: 25px;
    }

    .razer-gaming-peripherals-mid-sec.keyboard-one .razer-gaming-peripherals-mid-sec-text
    {
        width: auto;
        padding: 15px;
    }
   
.razer-home-mid-sec-img-left.headset-one p.gaming-peripherals-inner-text {
    width: 55%;
}

.razer-gaming-peripherals-mid-sec.keyboard-one .razer-gaming-peripherals-mid-sec-text {
    width: auto;
}

.razer-gaming-peripherals-mid-sec.keyboard-one p.gaming-peripherals-inner-text {
    width: 87%;
}

.razer-gaming-peripherals-mid-sec.bottom-bg-sec.mouse-mets-one .razer-gaming-peripherals-mid-sec-text {
    width: 30%;
}

.razer-home-nav-sec-top ul li {
    padding: 10px 18px;
}


.razer-home-mid-sec-img-left.mice-one .razer-home-mid-sec-txt h5 {
    margin-top: 0;
}

.razer-home-mid-sec-img-right.mice-two h5 {
    margin-top: 0;
}

.razer-gaming-peripherals-mid-sec.keyboard-one h5 {
    margin-top: 0;
}

.razer-gaming-peripherals-mid-sec.keyboard-one img {
    min-height: 220px;
}

.razer-gaming-peripherals-mid-sec.keyboard-one p.gaming-peripherals-inner-text
{
    width: 24%;
    font-size: 12px;
}


.razer-home-mid-sec-img-left.headset-one .razer-home-mid-sec-txt {
    width: auto;
    padding: 15px;
}

.razer-home-mid-sec-img-left.headset-one .razer-home-mid-sec-txt h5 {
    margin: 0;
}

.razer-home-mid-sec-img-right.wired-headset-one .razer-home-mid-sec-txt h5 {
    margin: 0;
}

.razer-home-mid-sec-img-right.wired-headset-one .razer-home-mid-sec-txt {
    padding: 15px;
}

.razer-gaming-peripherals-mid-sec.bottom-bg-sec.mouse-mets-one .razer-gaming-peripherals-mid-sec-text {
    width: auto;
    padding: 15px;
}
.razer-gaming-peripherals-mid-sec.bottom-bg-sec.mouse-mets-one .razer-gaming-peripherals-mid-sec-text h5 {
    margin: 0;
}

.razer-gaming-peripherals-mid-sec.bottom-bg-sec.mouse-mets-one p.gaming-peripherals-inner-text {
    font-size: 12px;
    width: 32%;
}

}




@media screen and (min-width: 1351px) and (max-width: 1421px){
    
    .razer-gaming-peripherals-mid-sec.keyboard-one p.gaming-peripherals-inner-text {
        width: 25%;
    }
    
    .razer-gaming-peripherals-mid-sec.keyboard-one .razer-gaming-peripherals-mid-sec-text {
        width: auto;
        padding: 15px;
    }




.razer-home-mid-sec-img-left.mice-one .razer-home-mid-sec-txt {
    width: auto;
}


.razer-home-mid-sec-img-left.mice-one h5 {
    margin: 0;
}


.razer-home-mid-sec-img-right.mice-two .razer-home-mid-sec-txt {
    width: auto;
}


.razer-home-mid-sec-img-right.mice-two .razer-home-mid-sec-txt h5 {
    margin: 0;
}


.razer-gaming-peripherals-mid-sec.keyboard-one .razer-gaming-peripherals-mid-sec-text h5 {
    margin: 0;
}


.razer-home-mid-sec-img-left.headset-one .razer-home-mid-sec-txt {
    width: auto;
    padding: 15px;
}

.razer-home-mid-sec-img-left.headset-one .razer-home-mid-sec-txt h5 {
    margin: 0;
}


.razer-home-mid-sec-img-right.wired-headset-one .razer-home-mid-sec-txt {
    width: auto;
    padding: 15px;
}

.razer-home-mid-sec-img-right.wired-headset-one h5 {
    margin: 0;
}


.razer-gaming-peripherals-mid-sec.bottom-bg-sec.mouse-mets-one .razer-gaming-peripherals-mid-sec-text {
    width: auto;
}

.razer-gaming-peripherals-mid-sec.bottom-bg-sec.mouse-mets-one h5 {
    margin: 0;
}

.razer-home-mid-sec-img-left.mice-one .razer-home-mid-sec-txt p.gaming-peripherals-inner-text {
    width: 34%;
}

.razer-home-mid-sec-img-right.mice-two .razer-home-mid-sec-txt p.gaming-peripherals-inner-text {
    width: 45%;
}

.razer-gaming-peripherals-mid-sec.keyboard-one img {
    min-height: 220px;
}

.razer-home-mid-sec-img-left.headset-one .razer-home-mid-sec-txt p.gaming-peripherals-inner-text {
    width: 50%;
}

.razer-home-mid-sec-img-right.wired-headset-one .razer-home-mid-sec-txt p.gaming-peripherals-inner-text {
    width: 50%;
}

.razer-gaming-peripherals-mid-sec.bottom-bg-sec.mouse-mets-one .razer-gaming-peripherals-mid-sec-text {
    width: 34%;
}

} 



@media screen and (min-width: 1422px) and (max-width: 1580px){
.razer-gaming-peripherals-mid-sec-text
   {
    width: 26%;
   } 

   .razer-home-mid-sec-img-left.headset-one .razer-home-mid-sec-txt {
    width: 53%;
}

.razer-home-mid-sec-img-right.wired-headset-one .razer-home-mid-sec-txt {
    width: 50%;
}

.razer-gaming-peripherals-mid-sec.keyboard-one .razer-gaming-peripherals-mid-sec-text {
    width: 28%;
}

.razer-gaming-peripherals-mid-sec img {
    min-height: 220px;
}

}


@media screen and (min-width: 1581px) and (max-width: 1720px){
    .razer-gaming-peripherals-mid-sec-text
       {
        width: 26%;
       } 
    
       .razer-home-mid-sec-img-left.headset-one .razer-home-mid-sec-txt {
        width: 50%;
    }
    
    .razer-home-mid-sec-img-right.wired-headset-one .razer-home-mid-sec-txt {
        width: 50%;
    }
    
    .razer-gaming-peripherals-mid-sec.keyboard-one .razer-gaming-peripherals-mid-sec-text {
        width: 28%;
    }
    
    }


    @media screen and (min-width: 1721px) and (max-width: 1990px){

        .razer-gaming-peripherals-mid-sec-text
        {
            width: 27%;
        }

        .razer-home-mid-sec-txt
        {
            width: 38%;
        }

    }

    @media screen and (min-width: 1991px) and (max-width: 2990px){

        .razer-gaming-peripherals-mid-sec-text {
            width: 28%;
        }

        .razer-home-mid-sec-txt
        {
            width: 50%;
        }

    }

/* .razer-gaming-peripherals-mid-sec.keyboard-one .razer-gaming-peripherals-mid-sec-text {
    width: auto;
}

.razer-gaming-peripherals-mid-sec.keyboard-one p.gaming-peripherals-inner-text {
    font-size: 14px;
    width: 26%;
}

.razer-home-mid-sec-img-left.mice-one p.gaming-peripherals-inner-text {
    width: 80%;
}

.razer-home-mid-sec-img-left.headset-one .razer-home-mid-sec-txt {
    width: 50%;
}

.razer-home-mid-sec-img-right.wired-headset-one .razer-home-mid-sec-txt {
    width: 50%;
}

.razer-gaming-peripherals-mid-sec.bottom-bg-sec.mouse-mets-one .razer-gaming-peripherals-mid-sec-text {
    width: 30%;
} */

.razer-gaming-peripherals-mid-sec.bottom-bg-sec.mouse-mets-one p.gaming-peripherals-inner-text {
    font-size: 14px;
}


@media only screen and (min-width: 320px) and (max-width: 425px){
  
    .razer-home-nav-sec-top-menu ul {
        padding: 0px 2%;
        display: block;
    }

    .razer-home-nav-sec-top ul li {
        width: 50%;
        min-height: 135px;
        padding: 10px 2%;
    }

    .razer-home-nav-sec-top-menu ul li a
    {
        width: auto;
    }

    .razer-home-nav-sec-top ul li
    {
        display: block;
    }

    .razer-home-nav-sec-top ul li
    {
        min-height: 150px;
    }

}